body {
	background-color: rgb(255, 255, 255);
	width: 985px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* Titel */
h1 {
	font-family: serif;
color: rgb(80, 80, 80); font-size: 20px; font-weight: bold;
} 

/* Text */
h2 {
	font-family: serif;
font-weight: normal; 
font-size: 17px; 
margin-top: 5px; 
margin-bottom: 5px; 
color: rgb(80, 80, 80); 
line-height: 130%;
}

input {
	font-family: sans-serif;
font-weight: normal; 
font-size: 14px; 
margin-top: 5px; 
margin-bottom: 5px; 
color: black; 
}