
/* ***************/
/* Formular */
/* ***************/


body {	
	margin-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #A6A6A6;
}




.headline {
	color: #000000;  
	font-family: arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
}

.text {
	color: #000000;  
	font-family: arial, sans-serif; 
	font-size: 15px;
}




form { 
	padding: 0px; 
	border: 0px 
}

input, select, textarea {
	font-size:14px; 
	font-family: arial;
	font-weight: normal; 
	text-decoration: none;
}

.form1 { 
	width: 75px; 
	height: 22px;
	background-color: #D9D9D9; 
	color: #C00000;
	border: 0px;  
}

.form2 { 
	width: 150px; 
	height: 22px; 
	background-color: #D9D9D9; 
	color: #C00000;
	border: 0px;  
}

.form3 { 
	width: 375px;
	height: 75px;
	background-color: #D9D9D9; 
	color: #C00000; 
	border: 0px; 
}

.form4 { 
	width: 170px; 
	height: 22px;
	background-color: #D9D9D9; 
	color: #C00000;
	border: 0px;  
}

.form5 { 
	width: 115px; 
	height: 22px;
	background-color: #D9D9D9; 
	color: #C00000;
	border: 0px;  
}

.form5a { 
	width: 115px; 
	height: 24px;
	background-color: #D9D9D9; 
	color: #C00000;
	border: 0px;  
}

.form6 { 
	width: 307px; 
	height: 22px;
	background-color: #D9D9D9; 
	color: #C00000;
	border: 0px;  
}

.form7 { 
	display: none;
}


.button {
	color: #FFFFFF;  
	font-family: arial, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	width: 173px;
	height: 35px;
	background:url(submit.png) no-repeat;
}



.links1 a:link,.links1 a:visited {
	color: #C00000;  
	font-family: verdana, sans-serif; 
	font-size: 13px;
	text-decoration: underline;
}

.links1 a:hover,.links1 a:focus,.links1 a:active {
	color: #C00000;  
	font-family: verdana, sans-serif; 
	font-size: 13px;
	text-decoration: none;
}



