/* Styles für die WDV Seiten */
body, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002378;
}
.topbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002378;
	line-height: 24px;
	text-align: center;
	float: none;
}

/* Wie topbanner, aber Ausrichtung links */
.tbleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002378;
	line-height: 24px;
	text-align: left;
	float: none;
}

/* Wie topbanner, aber Ausrichtung links */
.tbblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #002378;
	text-align: left;
	float: none;
}

/* Wie topbanner, aber Ausrichtung rechts */
.tbright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002378;
	line-height: 24px;
	text-align: right;
	float: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002378;

}

hr {
	width:100%; 
	color:#002378; 
	height:2px; 
	text-align:center; 
	border:1px solid #002378;	
}