A:LINK, A:VISITED, A:ACTIVE {
	color : #002B71;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: underline;
}
A:HOVER {
	color : #56522D;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: none;
}

A.sub:LINK, A.sub:VISITED, A.sub:ACTIVE {
color : #002B71;
	font-family: Arial, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: underline;
}
/*
A.piclink:HOVER {
	border: 1px solid #000000
}
A.piclink:LINK, A.piclink:VISITED, A.piclink:ACTIVE {
	border: 1px solid #000000
}

A.piclink:HOVER {
	color : #56522D;
	font-family: Arial, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: none;
}*/

.piclinkpic {
	 border-color: #000;
}
.sub{
	color : #56522D;
	font-family: Arial, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: none;
}

.text , TD{
	color : #56522D;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	line-height: 16px;
	text-decoration: none;
}
strong{
	color : #002B71;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	line-height: 16px;
	text-decoration: none;
}
.blue{
	color : #002B71;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	line-height: 16px;
	text-decoration: none;
}

.headline{
	color : #002B71;
	font-family: Arial, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	line-height: 17px;
	text-decoration: none;
}
hr {
	background-color:#DCDCDC; /* Mozilla 1.4 */
	color:#DCDCDC; /* IE 6 */
	border: #DCDCDC; /* Opera 7.11 */
	height: 0px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	/* border-top: solid 1px #CACACA; */
	border-top: 1px #DCDCDC;
	background: #DCDCDC;
}
INPUT.text {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	height: 18px;
	width:100%;
	border : 1px solid #002B71;
}
TEXTAREA.text {
	color: #56522D;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	width:100%;
	height: 100px;
	border : 1px solid #002B71;
	/*scrollbar-base-color: #FFB5B0;
	scrollbar-arrow-color: #C40E2E;*/
}
.button {
	color: white;
	font-family: Arial, sans-serif;
	background-color: #56522D;
	border: 0px solid #666666;
	font-size: 11px;
}


#fliegendes {
	z-index:2;
	border:0px solid #000;
	position:absolute;
	width:441px;
	background-image: url(/images/bg_content.jpg);
	margin-left:-30px;
}

#contentdiv {
	border:0px solid #000;
	margin:0 30px 15px 30px;
	min-height:316px;
}
* html #contentdiv {
	height:316px;
}