/* CSS Schriften // Bild Formatierung */
body{
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#C3C3C3;
}
h1{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:14px;
	color:#ED7B23;
	font-style:normal;
	font-weight:normal;
}
.normaltext{
	font-family:Tahoma;
	font-size:12px;
	color:#c3c3c3;
	text-decoration:none;
	line-height:18px;
}
.normaltext a:link{
	color:#ED7B23;
	text-decoration:underline;
}
.normaltext a:visited{
	color:#ED7B23;
	text-decoration:underline;
}
.normaltext a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.normaltextorange{
	font-family:Tahoma;
	font-size:12px;
	color:#ED7B23;
	text-decoration:none;
	line-height:18px;
}
.footertext{
	font-family:Tahoma;
	font-size:11px;
	color:#606060;
	text-decoration:none;
}
.footertext a{
	color:#606060;
	text-decoration:none;
}
.footertext a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.bildlinks{
	float:left;
	margin: 10px 10px 10px 0px;
}
.bildrechts{
	float:right;
	margin: 10px 0px 10px 10px;
}
hr{
	border: 0;
	size:1px;
	height:1px;
	color:#222222;
	background-color: #222222;
}
.fields-select {
	background-color: #000000;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C3C3C3;
	font-weight: normal;
	border: 1px solid #333333;
	height:20px;
	padding-left:3px;
}
.fields {
	background-color: #000000;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C3C3C3;
	font-weight: normal;
	border: 1px solid #333333;
	height:20px;
	padding-top: 4px;
	padding-left:3px;
}
.fieldsbutton {
	background-color: #ED7B23;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	border: none;
	width:150px;
	height:25px;
	cursor:hand;
}
.errortext{
	font-family:Tahoma;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
}
