body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	margin:0;
	background: ;
}
#container {
	width:780px;
	height:auto;
	margin:auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: url(img/header.jpg) no-repeat;
	}
#header {
	width:780px;
	height:150px;
	padding:10px 0;
	text-align:center;
	margin-bottom:10px;
	}
#header h1 {
	font-size:18px;
	color:#444;
	}
#margin {
	width:205px;
	height:auto;
	float:left;
	border-right:1px solid #ddd;
	background:#eee;
	text-align:left;
	
	}
.menu {
	float:left;
	width:165px;
	height:auto;
	background:#eee;
	text-align:left;
	margin-top:20px;
	}
.menu h2 {
	padding-left:20px;
	font-size:14px;
	color:#0066CC;
	}
.liste{
 background:#fff;
 list-style:none;
 width:165px;
 font-size:11px;
 
}
* html .liste {
	margin-left:-1px;
	}
.liste li a{
 border-top:1px solid  #ccc;
 border-bottom:1px solid #ddd;
 color:#333;
 display:block;
 padding:5px 20px;
 text-decoration:none;
 width:165px;
 margin-left:-40px;
}
* html .liste li a {
margin-left:0;
}
.liste li a:hover{
 background: #eee;
 color: #0066CC;
 text-decoration:none;
 padding:5px 20px;
  width:165px;
  font-weight:bold;
}
.box {
	margin:5px 0;
	width:180px;
	height:auto;
	font-size:11px;
	padding: 0 0 0 20px;
	background:#eee;
	text-align:left;
	}
.box a {
	color:#0066FF;
	text-decoration:none;
	}
.box a:hover {
	text-decoration:underline;
	}
.box h3 {
	font-size:14px;
	color:#0066CC;
	}
#content {
	width:540px;
	height:auto;
	padding:10px;
	float:right;
	text-align:left;
	font-size:12px;
	}
#content a {
	color:#0066FF;
	text-decoration:none;
	}
#content h2 {
	font-size:14px;
	color:#0066CC;
	}
#content h3 {
	font-size:12px;
	color:#0066CC;
	color:12px;
	padding:5px;
	background:#CCC;
	}
#partnerseiten {
	width:540px;
	height:auto;
	text-align:center;
	}
#partnerseiten h2 {
	font-size:14px;
	color:#0066CC;
	}
.clear {
	clear:both;
	}
#footer {
	text-align:center;
	width:780px;
	height:auto;
	padding: 10px 0;
	font-size:11px;
	border-top:1px solid #ddd;
	}
#footer a {
	color:#0066FF;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

