/* CSS Schriften // Bild Formatierung */
h1{
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:13px;
color:#FF9933;
font-style:normal;
font-weight:normal;
}
.normaltext{
font-family:Tahoma;
font-size:11px;
color:#E6E6E6;
text-decoration:none;
}
.normaltext a:link{
color:#FF9933;
text-decoration:underline;
}
.normaltext a:visited{
color:#FF9933;
text-decoration:underline;
}
.normaltext a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.normaltextorange{
font-family:Tahoma;
font-size:11px;
color:#FF9933;
text-decoration:none;
}
.footertext{
font-family:Tahoma;
font-size:11px;
color:#666666;
text-decoration:none;
}
.footertext a:link{
color:#666666;
text-decoration:none;
}
.footertext a:visited{
color:#666666;
text-decoration:none;
}
.footertext a:hover{
color:#FFFFFF;
text-decoration:none;
}
.footertextsmall{
font-family:Tahoma;
font-size:10px;
color:#333333;
text-decoration:none;
}
.footertextsmall a:link{
color:#333333;
text-decoration:none;
}
.footertextsmall a:visited{
color:#333333;
text-decoration:none;
}
.footertextsmall a:hover{
color:#666666;
text-decoration:none;
}
.bildlinks{
float:left;
margin: 10px 10px 10px 0px;
}
.bildrechts{
float:right;
margin: 10px 0px 10px 10px;
}
hr {
 height: 0;
 border-bottom: 1px solid #666666;
 border-top: 0px; /* FF*/
}
.fields {
	background-color: #0F0F0F;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #FF9933;
}

.fieldsbutton {
	background-color: #FF9933;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	width:150px;
	height:20px;
	cursor:hand;
}
.errortext{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#FF0000;
text-decoration:none;
}
