<!--
a { 
	text-decoration : none;
	font-weight : bold;
	color : #004A7B;
	font-family : Arial, Verdana, Tahoma,sans-serif;
}

a:hover {
	color : #757474;

}

a:hover:active {
	color : #757474;

}

a:active {
	color : #757474;
}

.pmenue {
	margin : 8px;
}

.links {
	font-size : 11pt;
	color : #004A7B;
	border: 1px dotted #EAEAEA;
	line-height : 140%;
}

.links:hover {
	color : #757474;
	border: 1px dotted darkblue;
	text-decoration: none;
	line-height : 140%;
}

.links:active {
	color : #757474;
}


.linksunten {
	font-size : 10pt;
	color : #EAEAEA;
}

.linksunten:hover {
	color : #888888;
	text-decoration: none;
}

.linksref {
	font-size : 11pt;
	color : #004A7B;
}

.linksref:hover {
	color : #757474;
	text-decoration: none;
}

.body {
	font-family : Arial, Verdana, Tahoma,sans-serif;
	font-size : 10pt;
	color : #626266;
}

.copyright {
	font-size : 8pt;
	text-align: right;
}

.linkcopyright {
	color :#545454;
	font-weight: bold;
	font-size: 8pt;
}
.linkcopyright:hover {
	color : #888888;
	text-decoration : none;
}


/* Definition der Eingabefelder der Formulare */

submit {
	font-size : 12px;
	font-family : Arial, Verdana, Tahoma,sans-serif;
	font-weight : bold;
	background-color : #FFFFFF;
	border='1px solid #A30000;
	color: #000000;
	text-align: center;
}

.required {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #888888;
	background-color: #FAFAFA;
	color: #000000;

}


input,select {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #888888;
	background-color: #FFFFFF;
	color: #000000;
}  

textarea {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	background-color:#FAFAFA;
	border: 1px solid #888888;
}

//-->
