/* laenge, Farbe und Rahmen Eingabefelder   */
.inputlong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
.inputmedium{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
.inputshort{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 50px;
	background-color: #FFFFFF;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;

}
.inputcheckbox{
	width: 20px;
	background-color: #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

}
}
.inputradiobutton{
	width: 20px;
	background-color: #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

}
/* laenge Eingabefelder  ende */

/* formularbutton   */
.tabbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	width: 100%;
	font-weight: 700
}

.tabbuttonsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CDBCCD;
	border-left:1px solid #53634F;
	border-right:1px solid #53634F;
	border-top: 1px solid #53634F;
	border-bottom: 1px solid #53634F;
	width: 200px;
	font-weight: 700
}

/* formularbutton  ende */

.inputlong2 {
width:400px;
border:1px solid #660000;
margin-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.inputtext {
width:400px;
border:1px solid #660000;
margin-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.inputtext2 {
width:400px;
border:1px solid #660000;
margin-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
height:60px;
}


.formtext {
float:left;
width:255px;
color:#660000;
font-size:12px;
font-weight:normal;
margin:0px 10px 3px 3px;
}

#senden {
width:400px;
border:2px solid #660000;
background-color:#660000;
color:#FFFFFF;
font-weight:bold;
}



.homepage {
visibility:hidden;
}
#url {
visibility:hidden;
}

















