/* --------------------------------------*/
/* Grundlayout  						*/
/* --------------------------------------*/

#content {
	
	border:1px solid #ccc;
	min-height:100px;
	margin-top:5px;
	background:#fff;
	padding:0;
}
#header {
	
	background:url('images/header.jpg') no-repeat;
	min-height:182px;
}

#header-1, #header-2 {
	
	min-height:90px;
}


#header-1 {
	
	background:url('images/header1.png');
}

#header-2 {
	
	background:url('images/header2.png');
}


#main-nav {
	
	margin-bottom:100px;
}
#sidebar-right {
	
	font-size:12px;
}
#foot {
	
	background:url('images/footer.gif') no-repeat;
	padding:10px 0;
	border:0;
	height:78px;
	background-size:100%;
	font-size:11px;
}