/*
	Website: xyz
	Author: webin - markus bessler

*/
html, body{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,sans-serif,Geneva;
	font-size:90%;
	background:#d7d7d7 url(../images/body_bg.gif) left top repeat-x;
}
a img{
	border:none;
}


#wrapper{
	width:1007px;
	margin:0 auto;
	position:relative;
}
#header{
	width:1007px;
	height:225px;
	background:#ffffff url(../images/header-bg.jpg) top left no-repeat;
	padding-left:9px;
}
#homelink{
	position: absolute;
	top:0;
	left:0;
	width:300px;
	height:120px;
}
#mainMenu{
	width:988px;
	height:20px;
	text-align: center;
}
#mainMenu ul{
	margin:0;
	padding:0;
	width:988px;
	height:31px;
	background:red url(../images/mainmenu-bg.jpg) left top repeat-x;
}
#mainMenu ul li{
	float:left;
	margin:0;
	padding:0;
	height:31px;
	list-style-type:none;
	border-right:1px solid #333;
}
#mainMenu ul li a{
	display: block;
	height:14px;
	padding:8px 10px;
	font-size:1em;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	text-transform: uppercase;
	float:left;
}
#mainMenu ul li a:hover, #mainMenu ul li.active a{
	color:red;
}
#mainMenu ul li:last-child{
	border-right:none;
}

#mainMenu{
	padding-top:130px;
}
/*
#subMenu{
	width:200px;
	position:absolute;
	top:170px;
	left:10px;
}
*/

#subMenuBox{
	width:200px;
	position:relative;
	top:-30px;
	left:10px;
	float:left;
}
#subMenu ul{
	margin:0;
	padding:0;
}
#subMenu ul li{
	list-style-type:none;
}
#subMenu ul li a{
	display: block;
	width: 178px;
	margin-bottom: 1px;
	padding:4px 0 3px 14px;
	color:#fff;
	font-size:0.9em;
	text-decoration: none;
	background: #ff290b url(../images/listpunkt-bg.gif) 4px 6px no-repeat;
}
#subMenu ul li a:hover, #subMenu ul li a.active{
	background-color: #e7250a;
}

#subMenu ul ul li a{
	width:176px;
	padding-left:16px;
	color:#000;
	background:none;
	background-color: #d9bab7;
}
#subMenu ul ul li a:hover, #subMenu ul ul li a.active{
	background-color: #c1a5a3;
}
#main{
	width:997px;
	padding-left:10px;
	background:#ffffff url(../images/main_bg.jpg) left top repeat-y;
}
/*
#content{
	width:780px;
	position:absolute;
	left:230px;
	top:170px;
}
*/
#content{
	width:740px;
	position:relative;
	padding-right:20px;
	top:-40px;
	float:right;
}

#footer{
	width:996px;
	height:30px;
	background:transparent url(../images/footer_bg.jpg) left top no-repeat;
	text-align:right;
	font-size:0.8em;
	padding:8px 11px 0 0 ;
}
#footer a{
	text-decoration:none;
	color:#000;
}
#footer a:hover{
	text-decoration:underline;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


