	
/* F o r m u l a r   ------------------ */ 

form { width: 850px;}
	
form br {clear: left; }

legend {padding: 0 5px 0 5px;}
	
fieldset 
	{ 
	margin-bottom:10px;
	padding: 5px
	}

label
	{
	float:left;
	margin: 5px 0 0 0;
	width: 200px;
    }

input,textarea,select 
	{
	float: left;
	color: #333;
	font-size: 12px;
	border: 1px solid #999;
	background-color:#f9f9f9;
	margin: 5px 0 0 0;
	}
	
	
input.button
	{
	background-color: #02347B;
	color: #fff;
	width: 80px;
	}
		
	
input[type=checkbox] , input[type=checkbox]
	{
	border: 0;
	}	

input:focus, textarea:focus{ background-color:#D3E8FF;}

input.nurlesen, textarea.nurlesen, input.nurlesen:focus, textarea.nurlesen:focus
	{ background-color:#f9f9f9; border: 0;}
	
input.button:focus{ background-color:#023478;}



