
#marker {
	background-color: #F78E33;
	border: 0;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 8px 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#marker h1 {
	color: white;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#marker p {
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#linkespalte ul.ebene1 li.extern {
	display: block;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid white;
}

#linkespalte ul.ebene1 li.extern a {
	color: #444444;
}

#linkespalte ul.ebene1 li.extern a:hover {
	color: white;
	background-color: #F78E33;
}

#linkespalte ul.ebene1 li.logout {
	display: block;
	margin: 15px 0px 0px 0px;
	border-top: 1px solid white;
}

#linkespalte ul.ebene1 li.logout a {
	color: white;
}

#linkespalte ul.ebene1 li.logout a:hover {
	color: #444444;
	background-color: #F78E33;
}

