/*-------------------------- main -----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body {
	background: url(../images/bg-body.jpg) repeat-x 0 0 #242424;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#containerMain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 898px;
	margin: 0px auto -33px auto;
}
	
	#push {
		height: 33px;
		
	}
/*-------------------------- header row1-----------------------------------------*/	
div#header1
{
	width: 332px;
	height: 45px;
	background: url(../images/bg-header1.jpg);
	float: left;
}
body.englisch div#header1
{
	background: url(../images/bg-header1-eng.jpg);
}
div#header2
{
	width: 399px;
	height: 45px;
	background: url(../images/bg-header2.gif) 0 0 no-repeat #363636;
	float: left;
}
div#header3
{
	width: 167px;
	height: 45px;
	background: url(../images/bg-header3.gif) 0 0 no-repeat #363636;
	float: left;
}

/*-------------------------- header row2-----------------------------------------*/	
div#header4
{
	width: 332px;
	height: 244px;
	background: url(../images/bg-header4.jpg) 0 0 no-repeat #A7CBE5;
	float: left;
}
div#header5
{
	width: 332px;
	height: 244px;
	background: url(../images/bg-header5.jpg) 0 0 no-repeat #A7CBE5;
	float: left;
}
div#header6
{
	width: 234px;
	height: 244px;
	background: url(../images/bg-header6.jpg) 0 0 no-repeat #A7CBE5;
	float: left;
}
/*-------------------------- navi left -----------------------------------------*/
div#naviLeft
{
	width: 332px;
	height: 244px;
	background: url(../images/bg-navi-left.jpg) 0 32px no-repeat;
	float: left;
}
body.englisch div#naviLeft
{
	background: url(../images/bg-navi-left-eng.jpg) 0 32px no-repeat;
}


/*-------------------------- content -----------------------------------------*/	
div#contentContainer
{
	width: 566px;
	color: #F5D270;
	float: left;
	
}


div#contentContainer div#contentMain 
{
	padding-top: 37px;
	line-height: 20px;
}	




/*-------------------------- Bottom -----------------------------------------*/	
div#footer {
	background: url(../images/bg-footer.gif) 0 0 repeat-x #2F2F2F;
	height: 33px;
	color: #000;
	font-size: 11px;
}
div#footer div{
	width: 898px;
		margin: 0px auto;
		padding-top: 7px;
		padding-left: 70px;
}	

				