/* Farben

rot  = #b81a00
grün = #8fbb06
gelb = #faba00
blau = #009ab1
grau = #81929b, #78878f

*/

html, body, div, p, h1, span, a, table, td, form, img {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
   font-size: 11px;
   line-height: 18px;
   color:#78878f
}

body {
	background: #81929b;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}
#schatten1 {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background: url(img/schatten1.jpg);
	width: 100px;
	height: 584px;
}
#schatten2 {
	position:absolute;
	left:100px;
	top:0px;
	z-index:2;
	background: url(img/schatten2.jpg);
	width: 840px;
	height: 90px;
}
#bild {
	position:absolute;
	left:297px;
	top:90px;
	z-index:10;
}
#logo {
	position:absolute;
	left:551px;
	top:90px;
	z-index:9;
}

/* -------- navigation --------  */

#nav {
	position:absolute;
	left:100px;
	top:90px;
	z-index:11;
	width: 197px;
}
#navoben {
	position:absolute;
	left:551px;
	top:65px;
	z-index:8;
}
#navoben a {
	text-transform: uppercase;
	font-size: 10px;
}
#home {
	position:absolute;
	left:50px;
	top:584px;
	z-index:11;
}

/* -------- inhaltsbereich --------  */
#inhalt {
	position:absolute;
	left:284px;
	top:282px;
	width:656px;
	z-index:3;
	background: #81929B url(img/hinten_text.gif);
}
#inhalt table {
	margin-top: 40px;
	margin-bottom: 20px;
}
#inhalt h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #81929B;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
.trenner {
	border-bottom: 1px dashed #78878f;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.absenden {
	color: #4F1206;
	background: #B1C71D;
	text-transform: uppercase;
	font: bold 9px Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	border: 1px solid #C9EA6E;
}
.preise {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E3E7E8;
	border-bottom: 2px solid #F2F4F5;
}

