/* CSS Document */
a:link {
	font-weight:bolder;
	color:333666;
	text-decoration: underline;


}
a:visited { font-weight:lighter; color:#333333; text-decoration:underline; }
a:focus {
	font-weight:bold;
	color:#513600;
	background-color: FFFFCC;
}
a:hover {
	font-weight:bold;
	color:#5C4D75;
	text-decoration:none;
	background-color: FFFFCC;
}
a:active { font-weight:bold; color:#00371C; text-decoration:underline; }

fieldset {
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8x;
	background-color: #FFFFCC;

}  
legend {  
width:100px;  
text-align:center;  
background:#FFFFCC;  
border:solid 1px;  
margin:1px;  
font-weight:bold;  
font-size:10px;
color:#333666;  
}  
label {
	margin:1px;
	font-weight:bold;
	font-size:10px;
	color:#333666;
	background-color: #FFFFCC;
	font-family: Arial;
}
.info {
	font-family: Arial;
	font-size: 11px;
	color: #333666;
	margin: 1px;
	padding: 1px;
	line-height: normal;
	font-weight: bolder;

}

.rotate {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.rotateop {
	
    		    background-color: red;
    		    width: 3em;
    		    height: 3em;
    		    -o-transform: rotate(270deg); -webkit-transform: rotate(270deg);
    		    transform: rotate(270deg);
    
}
.infoline {
	width:auto;
	text-align:center;
	background:#FFFFCC;
	border:solid 1px;
	margin:1px;
	font-weight:bold;
	font-size:12px;
	color:#333666;
	font-family: Arial;
	cursor: default;


}
.h1line {
	width:auto;
	text-align:center;
	background:#FFFFCC;
	border:solid 1px;
	margin:2px;
	font-weight:bold;
	font-size:18px;
	color:#333666;
	font-family: Arial;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #333666;



}
.achtung {
	font-family: Arial;
	font-size: 12px;
	color: #770000;
	font-weight: bold;

}
.small {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}
.formular {

	width:auto;
	text-align:center;
	background:#F8F7E4;
	border:solid 1px;
	margin:1px;
	font-weight:bold;
	font-size:12px;
	color:#333666;
	font-family: Arial;
}
.optional {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
.h2line {
	width:auto;
	text-align:center;
	background:#FFFFCC;
	border:none;
	margin:2px;
	font-weight:bold;
	font-size:12px;
	color:#333666;
	font-family: Arial;
	cursor: default;

}
.optionfield {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFCC;
	background-position: top;

}
.mark {


	width:auto;
	text-align:left;
	background:#F8F7E4;
	border:thin none;
	margin:1px;
	font-weight:bold;
	font-size:12px;
	color:#333666;
	font-family: Arial;
}
.headline {
	font-size: 18px;
	font-weight: normal;
	color: #85A6BA;
}

.button1 {
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	background: url(../pics/button_bg_2.gif) no-repeat center;
	color: #333333;
	height:19px;
	width:70px;
	/*
	width:110px; < - Breitenangabe für die Längere Version 
	*/
}

