body {
    background: #FFF;
    padding: 0;
    margin: 0;
    text-align: center;
	 height: 100%; /* wichtig */
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	line-height: 1em;
	 color: #79b41c
}
	 
h1 {
	color:#79b41c;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.4em;
}	

h2{
	font-size: 10pt;
	color:#FFF;
	font-weight: bold;
	line-height: 1.2em;
		
}

input, textarea {
	width: 350px;	
}
 
a {
	font-size: 10pt;
	color:#FFF;
	font-weight: bold;
	line-height: 1.2em;
}

a:hover {
	text-decoration: underline;
}

#balken {
	position: relative;
	margin-top: 40px;
	padding: 0px;
	width: 100%;
	height: 250px;
	background-image:url(../img/content_bg.gif); 
}

#content {
	width: 750px;
    margin: 0px auto 0;
	text-align: left;
}

#headline {
	width: 750px;
	height: 80px;
    margin: 0px auto 0;
	text-align: left;
	margin-top: 10%;
}

#box {
	width: 230px;
	height: 150px;
	background-color: #FFF;
	float: left;
	margin: 0px;
	margin-right: 20px; 
	text-align: center;
}

#box_header {
	height: 55px;
	position: relative;
	top: 0px;
	width: 228px;
	color: #FFF;
	background-color: #7b7c7e;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #7b7c7e;
}

#box img {
}