*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-attachment: fixed;
	background-image: url(bilder/papagei.jpg);
	background-repeat: no-repeat;
	background-position: 727px 0px;
	margin:0;
	padding:0;
}

body, td, img {
	font-size:68.5%;
	color:#206677;
	border-color:#206677;
}
.headline {
	font-size:17px;
	font-weight:bold;
}

#menu {
	 top: 0;
	 left: 0;
	 width: 160px;
	 height: 100%;
	 z-index: 90;
	 position: absolute;		 
	 position: expression("absolute");
	 top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}
#menu[id] {
	 position: fixed;
}
#head {
	 top: 0;
	 left: 0;
	 width: 567px;
	 height: 220px;
	 margin-left:160px;
	 margin-top:0px;
	 z-index: 80;
	 position: fixed;
	 position: expression("absolute");
	 top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}
#head[id] {
	 position: fixed;
}
#content {
	position:absolute;
	text-align:center;
	top:0;
	left:0;
	z-index:10;
	width:567px;
	margin-left:160px;
	margin-top:210px;
}

a:link {
	color:#206677;
}

a:active {
	color:#206677;
}

a:visited {
	color:#206677;
}

a:hover {
	color:#206677;
}

a.rot:link {
	color: #206677;
}

a.rot:hover {
	color: #cc0000;
}

a.rot:visited {
	color: #206677;
}

a.gruen:link {
	color: #206677;
}

a.gruen:hover {
	color: #339900;
}

a.gruen:visited {
	color: #206677;
}

a.gelb:link {
	color: #206677;
}

a.gelb:hover {
	color: #ffaa00;
}

a.gelb:visited {
	color: #206677;
}

#textrahmen{
	border:1px solid #206677;
	text-align: center;
	padding: 10px;
	width:500px;
}

#hr{
	border:1px solid #206677;
	width: 380px;
	height: 2px;
	margin: 30 auto 30 auto;
	text-align: center;
}

/* Kontakt*/
.textfeld_gross {
	width: 280px;
	height: 20px;
}
.textfeld_mittel_1 {
	width: 130px;
	height: 20px;
}
.textfeld_mittel_2{
	width: 200px;
	height: 20px;
}
.textfeld_klein {
	width: 60px;
	height: 20px;
}
.textfeld_betreff {
	width: 280px;
	height: 30px;
}
.textfeld_nachricht {
	width: 280px;
	height: 110px;
}

