/* CSS Document */

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none; 
	color: #CC0000; 
	font-weight: normal;
	}
A:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none; 
	color: #CC0000; 
	font-weight: normal;
	font-decoration: underline;
	
	}
A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none; 
	color:#330000; 
	font-weight: normal;
	}
A:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: underline; 
	color:#CC0000; 
	font-weight: normal;
	}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(../grafiken/hintneu.gif);
	background-repeat: repeat-x;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
.unav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.unavb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}

