/*Styles der Recherche-Form*/

body{
	font-family: Arial;
	margin : 20px;
	}
h1{
	font-size: 2.6em;
	
}	
		
input{
	width: 600px;
	}

.dickdruck{
	font-weight: bold;	
}
	
.eingabeformular{
	font-weight: bold;
}

.eingabeformular input[class="nobox"]{
width: 200px;
border: 0;
font-family: Arial;
font-size:1.0em;

}

.eingabeformular input[type="text"]{
width: 200px;
border: 0;
}

.eingabeformular input[type="submit"]{
width: 200px;

}

.eingabeformular select[class="selectbox"]{
	font-family: Arial; 
	/* Warum Font nicht von body geerbt wird, ist mir unklar.*/ 
}
