/* CSS Schriften // Bild Formatierung */
body{
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#555555;
}
/*h1{
	font-size:20px;
	color:#666666;
}*/
/*Wenn keine Klasse definiert*/
a:link{
	color:#FF3399;
	text-decoration:underline;
}
a:visited{
	color:#FF3399;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

.normaltext{
	font-family:Tahoma;
	font-size:12px;
	color:#555555;
	text-decoration:none;
	line-height:18px;
}
.normaltext a:link{
	color:#FF3399;
	text-decoration:underline;
}
.normaltext a:visited{
	color:#FF3399;
	text-decoration:underline;
}
.normaltext a:hover{
	color:#000000;
	text-decoration:underline;
}
.normalgross{
	font-family:Tahoma;
	font-size:15px;
	color:#555555;
	text-decoration:none;
	line-height:18px;
}
.normaltextpink{
	font-family:Tahoma;
	font-size:12px;
	color:#FF3399;
	text-decoration:none;
	line-height:18px;
}
.footertext{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.footertext a{
	color:#FFFFFF;
	text-decoration:none;
}
.footertext a:hover{
	color:#999999;
	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:#CCCCCC;
	background-color: #CCCCCC;
}
/*.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;
}
