@import url(style1.css);
@import url(seitenaufbau.css);

.topheader{
	color: White;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #191F91;
  height:20px;
  color: #ffffff;
	
}
.h1{
	font: normal bold 10pt Arial;
	color: White;
	background: #191F91;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}
.rehbeinnews {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	word-spacing: 2px;
}
.rehbeinnewslist {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	white-space: normal;
}
.content{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #191F91;
	text-align: left;
}
.bodytext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	white-space: normal;
	padding: 10px;
}
.link2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #184584;
}
a.link2:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #184584;
}

.teaser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #184584;
}
.rehbeinbottom {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: White;
	list-style-position: inside;
	list-style-type: none;
}
.toptextred {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	background-color: #FFFFFF;
	border-color: black black #184584;
	border-bottom-width: medium;
	font-weight: bold;
}
/*Listenelemente*/
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #000;
	background-color: #fff;
}
.vnav ul li a:hover
{
	background-color: #191F91;
	color: #FFFFFF;
}

.vnav
{
	margin-bottom: 1em;
}