@charset "utf-8";
/* CSS Document */

body {
	font-family:"Segoe Print";
	font-size:15px;
	color:#333333;
	
	background-color:#f6f3f3;  /*warme Eierschale*/
	/*background-color:#FDB890;*/ /*rotes Ocker*/
}


#textfeld {
	/*position:absolute;*/
	/*height:11px;*/
	width: 600px;
	z-index:1;
}

#headline {
	/*position:absolute;*/
	top: -30px;
	font-size:26px;
	z-index:2;
}

#menu {
	font-size:20px;
	/*line-height: 4em;*/
	color:#ffffff;
	/*background-color:#999999;*/  
	}
	
#menuplane {
	/*position:absolute;*/
	position:relative;
	left: 175px;
	width: 600px;
	top: -65px;
	height: 10px;
	/*height:auto;*/
	/*top:100px;*/
	}
	
.menulink {
	color:#ffffff;
	text-decoration:none;
}
.menulink:hover {
	text-decoration:underline;
	font-weight: bold;
}
.menulink_hi {
	color:#ffffff;
	text-decoration:none;	
}
.textlink {
	font-size:20px;
	color:#666666;
	text-decoration:none;
}
.textlink:hover {
	color:#993333;
	text-decoration:underline;
	font-weight: bold;
}
.textlink_hi {
	color:#cc3333;
	text-decoration:none;	
}
.grosslink {
	font-size:30px;
	color:#CF7238;
	text-decoration:none;
}
.grosslink:hover {
	color:#CF7238;
	text-decoration:underline;
	font-weight: bold;
}
.grosslink_hi {
	color:#CF7238;
	text-decoration:none;	
}

}
