

/*-------------------------- main -----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(../images/mainbg.jpg) 0px 0px repeat-x #fff;
		
}
div#containerMain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 843px;
	margin: 0px auto -45px auto;
	background: url(../images/bg-content.gif) 47px 0 repeat-y;
	line-height: 20px;	
}
	
	#push {
		height: 45px;
		
	}

/*-------------------------- header row1 -----------------------------------------*/

div#header1 {
	width: 267px;
	height: 216px;
	background: url(../images/bg-header1.jpg) 0 0 no-repeat;
	float: left;
	}
	div#header2 {
	width: 322px;
	height: 216px;
	background: url(../images/bg-header2.jpg) 0 0 no-repeat;
	float: left;
	}
	div#header3 {
	width: 254px;
	height: 216px;
	background: url(../images/bg-header3.jpg) 0 0 no-repeat;
	float: left;
	}
/*-------------------------- header row2 -----------------------------------------*/
	div#naviTop {
	width: 267px;
	height: 143px;
	background: url(../images/bg-navi-top.jpg) 0 0  no-repeat;
	float: left;
	}
	div#header4 {
	width: 576px;
	height: 143px;
	background: url(../images/bg-header4.jpg) 0 0 no-repeat;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #999B9E;
	}
	div#header4  table{
	margin-left: 8px;
	margin-top: 15px;
	width: auto;
	}
	div#header4  table td{
	padding: 4px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 20px;
	vertical-align: top;
	background-color:#FFFFFF;
	padding-right: 5px;
	}
	div#header4  table td.spalte1{
	font-size: 13px;
	font-weight: bold;
	background-color: #AACEFA;
	}
	div#subnavi {
	width: 843px;
	height: 38px;
	background: url(../images/bg-header5.jpg) 0 0 no-repeat;
	float: left;
	}
/*-------------------------- content -----------------------------------------*/
	div#header5 {
	width: 843px;
	height: 38px;
	background: url(../images/bg-header5.jpg) 0 0 no-repeat;
	}
div#contentContainer
{
	width: 843px;

}
div#contentMain {
	background: url(../images/bg-contentmain.jpg) 0 0 no-repeat;
	padding-left: 119px;
	padding-top: 76px;
	}	


/*-------------------------- Bottom -----------------------------------------*/	
div#footer {
	height: 65px;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 20px;
}
div#footer div#footerInner{
	width: 843px;
	height: 65px;
		margin: 0px auto;
		background: url(../images/bg-footer.gif) 0 0  no-repeat;
}	

div#footer div#footerInner div.address{
	padding-top: 4px;
	padding-left: 122px;
}	



div#footer div#footerInner a
	{
 color: #FFC05D;
}
div#footer div#footerInner a:hover
	{
 color: #FDFFC3;
}
