/* Farben

blau = #84c7cc
braun = #7c1525

*/

html, body, div, p, h1, span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	font: 12px/18px Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	color: #7c1525;
}

body {
	background-color: #84c7cc;
}
a {
	text-decoration: none;
	color:#84c7cc;
	font-weight: bold;
	text-transform: uppercase;
}
img {
	border: 0;
}
#kopf {
	position:absolute;
	left: 20px;
	top: 20px;
	z-index:1;
}
#links {
	position:absolute;
	left: 20px;
	top: 310px;
	z-index:3;
}
#rechts {
	position:absolute;
	left: 830px;
	top: 310px;
	z-index:3;
}
/* -------- navigation --------  */

#nav1 {
	position:absolute;
	left: 295px;
	top: 80px;
	width: 553px;
	z-index:3;
	height: 20px;
}
#nav2 {
	position:absolute;
	left: 547px;
	top: 120px;
	width: 299px;
	z-index:2;
	height: 10px;
}

/* -------- inhaltsbereich --------  */
#titel_hinten {
	position:absolute;
	left: 170px;
	top: 310px;
	z-index:1;
}
#titel {
	position:absolute;
	left: 450px;
	top: 310px;
	z-index:3;
}
#titels {
	position:absolute;
	left: 423px;
	top: 302px;
	z-index:3;
}
#bild {
	position:absolute;
	left: 85px;
	top: 326px;
	z-index:6;
}
#bilds1 {
	position:absolute;
	left: 100px;
	top: 317px;
	z-index:6;
}
#bilds2 {
	position:absolute;
	left: 110px;
	top: 517px;
	z-index:6;
}
#inhalt {
	position:absolute;
	left:140px;
	top:400px;
	z-index:2;
	background: url(img/hinten_text.jpg) repeat-y;
	width: 710px;
}
#inhalt p{
	border-top: 1px solid #7c1525;
	padding-top: 10px;
	padding-bottom: 20px;
}
.fuss {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #84c7cc;
	padding-left: 10px;
}
.name {
	font-weight: bold;
	text-transform: uppercase;
}

