/* ----------container zentriert das layout-------------- */
#container {
	width: 960px;
	height:auto;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	background-color: #fff;
	border:0px #000 solid;
	overflow:hidden;
}

/* ----------banner-------------- */
#banner {
	height:60px;
	margin:0;
	padding:0;
	color:#fff;
	background:#666 url(/images/design/banner_bg.gif) repeat-x;
	border:0;
	overflow:hidden;
}

#banner img.logo {
	float:left;
	margin:0 0 0 10px;
	border:0;}

/* -----------------Inhalt--------------------- */
#content {
	width:590px;
	height:auto;
	padding:15px 15px 10px 15px;
	margin:0 170px 0 0;
	background-color: #fff;
	color:#666;
	overflow:hidden;
	border:0;
	position:relative;

}

*html #content {
position:relative;
padding:15px 10px 10px 10px;
}

*+html #content {
position:relative;
}

#content h1,h2{
	margin: 2px 0 2px 0;
	font-weight:bold;
	color:#666;
	padding:0;
}

#content h1{
	font-size: 18px;
	padding:0 0 3px 0;	
}

#content h2{
	font-size: 12px;
}

/* --------------left------------- */
#left {
position:relative;
	clear:both;
	float: left;
	width: 170px;
	height:auto;
	margin: 0;
	padding:15px 0 0 0;
	color:#666;
	background-color: #fff;
	overflow:hidden;
}

/* --------------right------------- */
#right {
	position:relative;
	float: right;
	width: 170px;
	height:auto;
	margin: 0;
	padding: 15px 0 0 0;
	color:#666;
	background-color: #fff;
	overflow:hidden;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding: 10px;
	margin: 10px 0 0 0!important;
	color :#666;
	text-align:center;
}


#footer a{
font-size: 11px;
text-decoration:none;
color:#999;
}
