body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color:#333;
	text-align: center;
	background-image:url(gfx/bg_verlauf.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	
	
}

#main {
	height:20px;
	background: #eef0e3;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
	min-height:580px;
}

#header {
	background:#ffffff;
  	clear:both;
	height:125px;
}

#headerimg{
	background-image:url(gfx/logo.jpg);
	background-repeat:no-repeat;
	width:840px;
	height:150px;
	font-size:16px;
	padding: 100px 0px 0px 2px;
	margin-left:auto;
	margin-right:auto;
	border-top:0px solid #c0c0c0;
	text-align:left;
}
#nav {
	background: #c3c3c3;
	width:840px;
	height:30px;
	font-size:12px;
	border-bottom:1px solid #9d9d9d;
	border-top:1px solid #9d9d9d;
}

#nav a {
	padding-left:11px;
	padding-right:11px;
	padding-top:8px;
	padding-bottom:7px;
	text-decoration:none;
	color:#000000;
	float:left;

}


#nav a:hover { 
	background-color:#f29313;
	color:#FFFFFF;
}

#left {
	background:#ffffff;
	color:#000000;
	width:200px;
	height:200px;
	margin-top:20px;
	margin-left:15px;
	float:left;	
	padding-top:0px;
	font-size:12px;
	text-align:left;
	font-weight:none;
}

#left a {
	text-decoration:none;
	color:#000000;

}
#left a:hover {
	text-decoration:underline;
	color:#000000;

}
.box{
	background:#f29313;
	color:#ffffff;
	width:200px;
	height:20px;
	margin-top:0px;
	float:left;	
	padding-top:4px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

#center {

 	background:#ffffff;
	color:#000000;
	width:596px;
	margin-top:20px;
	margin-left:15px;
	float:left;	
	padding-top:0px;
	font-size:12px;
	text-align:left;
	font-weight:none;
	min-height:410px;
	line-height:17px;

}

#center .text {
	padding: 10px 10px 10px 10px;
	text-align:left;
	

}

#center a {
	text-decoration:underline;
	color:#000000;


}
#center a:hover {
	text-decoration:underline;
	color:#000000;

}

#center h1{	
	color:#e88532;
	font-size:17px;
	margin-top:0px

}
#right {

 	background:#ffffff;
	color:#000000;
	width:60px;
	margin-top:20px;
	margin-left:0px;
	float:left;	
	padding-left:10px;
	font-size:12px;
	text-align:left;
	font-weight:none;
	border-left:0px dotted #000000;
	min-height:300px;

}

#right .text{
	padding: 10px 10px 10px 10px;
}
