/*******************************************************************/
/* Navigationsbox links */
/*******************************************************************/

#menue {
	position:absolute;
	left:119px;
	top:303px;
	width:182px;
	height:274px;
	z-index:1;
}
#menue ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menue .aktuell {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #A40F2D;
	font-weight: bold;
	padding-left: 7px;
	margin-left: 1px;	
}
#menue .linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A40F2D;
	margin-left: 15px;
	line-height: 1px;
	font-size: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menue li {
	display: block;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	margin-bottom: 1px;
	line-height: 19px;
}
#menue li a, #menue li a:link{
	display: block;
	text-decoration: none;
	border-left-color: #FFFFFF;
	border-left-width: 6px;
	border-left-style: solid;
	padding-left: 7px;
}

#menue li a:visited, #menue li a:focus, #menue li a:active {
	color: #666666;
	border-left-color: #FFFFFF;
	border-left-width: 6px;
	border-left-style: solid;
}

#menue li a:hover {
	color: #A40F2D;
	border-left-color: #A40F2D;
	border-left-width: 6px;
	border-left-style: solid;
}

/*******************************************************************/
/* Navigation oben */
/*******************************************************************/

#navigation {
	position:absolute;
	left:483px;
	top:172px;
	width:auto;
	height:auto;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation .aktuell {
	color: #A6112F;
}
#navigation ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	paddin-top: 4px
}
#navigation li{
	line-height: 30px;
	display:inline;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #A40F2D;
	margin-left: 5px;
	padding-left: 7px;
	font-size: 12px;
}

#navigation li a, #menue li a:link {
	text-decoration: none;
}

#navigation li a:hover, #menue li a:active, #menue li a:focus {
	color: #A40F2D;
}

.weiss {color: #FFFFFF}

/*******************************************************************/
/* LOGO Box */
/*******************************************************************/

#head .peters {
	margin-top: 37px;
	padding-left: 9px;
}
#head {
	position:absolute;
	left:25px;
	top:17px;
	width:330px;
	height:206px;
	z-index:1;
}

#head p{
	margin-top: 10px;
	font-size: 15px;	
}
#head div{
	float: left;
}

#head .logotext {
	padding-top: 4px;
	line-height: 17px;
	padding-left: 9px;
}

