/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 10.07.2009
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font: 13px/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #fffaf1;
	text-align: center;
	color: #675d49;
	min-width: 980px;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #675d49;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #fc2020;
}

h2.padtop {
	padding-top: 1em;
}

ul {
	list-style: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

dl {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.dimtext {
	color: #ABA28E;
}

#canvas { 
  position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#teaser {
  display: block;
  position: absolute;
  left: 190px;
  width: 430px;
  height: 660px;
  background-image: url(masthead/01.jpg);
  background-repeat: no-repeat;
  text-indent: -5000px;
}

#footer {
	clear: both;	
  color: #e5ddcc;
  font-size: 10px;
}

#footer a {
  color: #dfd6c4;
}

#footer span.left {
  float: left;
}

#footer span.right {
  float: right;
  padding-right: 2px;
}

#masthead {
	background: url(img/bkg.01.jpg) no-repeat left top;	
	width: 980px;
	height: 280px;
	text-indent: -5000px;
}




