body{
	font-size: 11px;
	color: #5A6670;
	line-height: 15px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rehbermenu {
	width: 180px;
	min-height: 100px;
	float: left;
	padding: 0px;
}

.rehbermenu a:link, .rehbermenu a:visited {
	width: 165px;
	border-bottom: 1px solid #E3E6E8;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.rehbermenu a:hover {
	width: 165px;
	border-bottom: 1px solid #E3E6E8;
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #F5F5F5;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E6E8;
	margin-top: 0px;
	color: #356C8B;
}

h4 {
	font-size: 12px;
	margin-top: 0px;
	color: #cb1029;
}

a:link {
	color: #356C8B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #356C8B;
}
a:hover {
	text-decoration: none;
	color: #cb1029;
}
a:active {
	text-decoration: none;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}