/* CSS Schriften // Bild Formatierung */
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#333333;
font-style:normal;
font-weight:normal;
}
.normaltext{
font-family:Tahoma;
font-size:11px;
color:#666666;
text-decoration:none;
}
.normaltext a:link{
color:#544923;
text-decoration:underline;
}
.normaltext a:visited{
color:#544923;
text-decoration:underline;
}
.normaltext a:hover{
color:#000000;
text-decoration:underline;
}
.normaltextbeige{
font-family:Tahoma;
font-size:11px;
color:#776933;
text-decoration:none;
}
.footertext{
font-family:Tahoma;
font-size:12px;
color:#453D1D;
text-decoration:none;
}
.footertext a:link{
color:#453D1D;
text-decoration:none;
}
.footertext a:visited{
color:#453D1D;
text-decoration:none;
}
.footertext a:hover{
color:#FFFFFF;
text-decoration:none;
}
.footertextsmall{
font-family:Tahoma;
font-size:11px;
color:#6A5E2D;
text-decoration:none;
}
.footertextsmall a:link{
color:#6A5E2D;
text-decoration:none;
}
.footertextsmall a:visited{
color:#6A5E2D;
text-decoration:none;
}
.footertextsmall a:hover{
color:#F5F3E9;
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 #CCCCCC;
 border-top: 0px; /* FF*/
}
.fields {
	background-color: #FFFFFF;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-weight: normal;
	border: 1px solid #C4B281;
}

.fieldsbutton {
	background-color: #C4B281;
	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;
color:#FF0000;
text-decoration:none;
}
