/* Farben

blau = #86cdd2
hellblau = #e8f5f6
dunkelblau = #275978
grün = #c8e59a
beige = #ecdebb

*/

html, body, div, p, h1, span, a, table, td, form, img {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
   color:#275978
}

body {
	background: #86cdd2 url(img/hinten.jpg) no-repeat;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #86CDD2;
}
h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #275978;
}
img {
	border: 0;
}
#logo {
	position:absolute;
	left:150px;
	top:80px;
	z-index:3;
}
#schatteno {
	position:absolute;
	left:150px;
	top:251px;
	z-index:2;
}
#schattenl {
	position:absolute;
	left:120px;
	top:211px;
	z-index:3;
}
#schattenr {
	position:absolute;
	left:900px;
	top:250px;
	z-index:2;
}
#bild {
	position:absolute;
	left:150px;
	top:260px;
	z-index:7;
}
#bilds {
	position:absolute;
	left:370px;
	top:200px;
	z-index:2;
}
/* -------- navigation --------  */

#nav {
	position:absolute;
	left:150px;
	top:171px;
	width:750px;
	height:40px;
	z-index:5;
	border-top: 1px solid #e8f5f6;
}
#nav2 {
	position:absolute;
	left:150px;
	top:211px;
	width:750px;
	height:40px;
	z-index:6;
	border-top: 1px solid #e8f5f6;
	border-bottom: 1px solid #e8f5f6;
}
#impr {
	position:absolute;
	left:800px;
	top:150px;
	z-index:5;
}

/* -------- inhaltsbereich --------  */
#titel {
	position:absolute;
	left:150px;
	top:511px;
	z-index:7;
}
#titels {
	position:absolute;
	left:150px;
	top:505px;
	z-index:7;
}
#inhalt {
	position:absolute;
	left:140px;
	top:260px;
	width:770px;
	z-index:1;
	background: url(img/hinten_text.gif);
	background-image: url(img/hinten_inhalt.gif);
}
.absenden {
	color: #581200;
	background: #D3763D;
	text-transform: uppercase;
	font: bold 9px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	border: 1px solid #C9EA6E;
}
#vorschau {
	position:absolute;
	left:150px;
	top:212px;
	width:750px;
	height:40px;
	z-index:10;
}
#vorschau2 {
	position:absolute;
	left:150px;
	top:620px;
	width:750px;
	height:40px;
	z-index:10;
}
#vorschau2 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #495978;
	padding-top: 20px;
	font-size: 10px;
}
.impr {
	font-size: 10px;
}

