	
/* F o r m u l a r   ------------------ */ 

form { width:570px;}
	
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 
	{
	color: #333;
	font-size: 12px;
	border: 1px solid #999;
	background-color:#f9f9f9;
	margin: 5px 0 0 0;
	}
	
	
input.button
	{
	background-color: #21476B;
	color: #fff;
	}
		
	
input[type=checkbox] , input[type=checkbox]
	{
	border: 0;
	}	

input:focus, textarea:focus{ background-color:#ff9;}

input.nurlesen, textarea.nurlesen, input.nurlesen:focus, textarea.nurlesen:focus
	{ background-color:#f9f9f9; border: 0;}
	
input.button:focus{ background-color:#31577B;}

.mehrButton { 
	display: block; 
	width: 120px; 
	color: #A9DB11; 
	background-color: #333; 
	line-height: 23px; 
	height: 23px; 
	padding: 0 10px;
	margin-top: 5px;
	background-image: url(/pic/bg_footer.jpg);
	/* runde Ecken */
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	}

