body {
	color: black;
	background: #ffffff; 
	margin: 0;
}

th {
	background: lightgrey;
	color:black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.kopf {
	line-height: 1px;
}

form {
	display: inline;
}			

.suchefolge, .suchfeld {
	border: 1px #333333 solid; 
	background:#FFFFFF; 
	width: 90px;
	color:#333333;
}

INPUT,textarea /* damit kontrolliert man die Hˆhe des Eingabefeldes*/ {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	background:#FFFFFF;
}

.headline,h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	margin-bottom : 2px;
}

p,dd,li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
} 

strong {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-style: normal;
	line-height: 16px;
	color: #cc3333;
}

hr {
	margin-bottom:0px;
}

/* Darstellung von Links */

a {
	font-weight : bold;
}	

a:link {
	text-decoration: none;
	color: #488bbd;
}

a:visited {
	color: #488bbd;
	text-decoration: none;
}

a:hover{
	color : #ffffff;
	background-color : #488bbd; 
	text-decoration: none;
}

a:active{
	color : #ffffff;
	background-color : #488bbd;
	text-decoration: none;
}

.a2 { 
	font-weight : normal;
}

.a2:link {
	text-decoration: none;
	color: Black;
	line-height: 12px;
}

.a2:visited {
	text-decoration: none;
	color: Black;
	line-height: 12px;
}

.a2:hover{
	text-decoration: none;
	color: #488bbd;
	background-color : transparent;
	line-height: 12px;
}

.a2:active{
	text-decoration: none;
	color: #488bbd;
	background-color : transparent;
	line-height: 12px;
}


.bu, .fusszeile /* .bu  wird verwendet mit .a3, sollten im template besser .fu&#64258;zeile hei&#64258;en */
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	text-decoration: none;
}

.a3 {
	font-weight : normal;
}

.a3:link {
	text-decoration: none;
	color: #666666;
}

.a3:visited {
	text-decoration: none;
	color:#666666;
}

.a3:hover{
	text-decoration: none;
	color: #488bbd;
	background-color: transparent;
}

.a3:active{
	text-decoration: none;
	color: #488bbd;
	background-color : transparent;
}

ul,li
{
	list-style-image : url('/graphics/pfeil.gif');
}

dt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	margin-bottom:2px;
}

dd {
	margin-bottom: 16px;
}

.naviklein {
	font-size: 11px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.navigross {
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.naviweiss, .navi-diese-seite {
	background : #488bbd;
}