@CHARSET "ISO-8859-1";

/********************************************************
	Version 1.00.00 11.09.2008 (Jens)
 ********************************************************/

#kopfLeiste{
	background-image: url("../pics/hell_rosa(E5BE9F).jpg");
	width: 800px;
	height: 150px;
}

#logo{
	position: absolute;
	left:0px;
	top: 0px;
	height:150px;
	width:200px;
	background-image: url("../pics/logo.jpg");
}

#kopfZeile{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 115px;
	width: 600px;

}
#kopfTeil1{
	position: absolute;
	top: 20px;
	right: 170px;
	width: 145px;
	height: 100px;
	text-align: center;
	font-size:16px;

}
#kopfTeil2{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 145px;
	height: 100px;
	text-align: center;
	font-size:16px;

}

/**********************************************************
 MENÜLEISTE --> */
#menuLeiste{
	position: absolute;
	left: 200px;
	top: 115px;
	width: 585px;
	height: 25px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B64034;
}

a.obererLink:link, a.obererLink:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.obererLink:hover{
	color: #E5BE9F;
	text-decoration: underline;
}
a.obererLink:active{
	 color: #000000;
	 text-decoration: none;
}

