/* =============================== */
/* mainbody.css                    */
/* (c) 2008 Pfarre Pfaffstatten    */
/* p.dorninger                     */
/* =============================== */

body {
	font-family: Verdana;
	font-size: 80%;
	margin: 0px;
	background: #fff3d9 url(../images/headerborder.png);
	background-repeat: no-repeat;
	background-position: 0px 94px;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: white url(../images/contentbg.png) repeat-y;
}

/* -------------- */
/* Header         */
/* -------------- */
#headertop {
	width: 1000px;
	height: 70px;
	background: white url(../images/headertop.png) no-repeat;
}
	
#headerinter {
	width: 1000px;
	height: 24px;
	background: white url(../images/headerinter.png) repeat-y;
}
	
#headermain {
	width: 1000px;
	height: 162px;
	background: white url(../images/headermain.png) no-repeat;
}

/* -------------- */
/* Main Content   */
/* -------------- */
#maincontent {
	width: 868px;
	margin: 0 0 0 70px;
	min-height: 500px;
	height: auto !important;
/*	height: 500px;  /*für IE 7*/ 
	background-color: white;
  background-image: url(../images/contentbody.png);
}

#mainnavigation {
	width: 150px;
	height: auto;
	float: left;
	padding: 0 0 0 0px; 
}

#content {
	margin: 0 0 0 185px;
	width: 675px;
	height: auto;
}

/* -------------- */
/* Footer         */
/* -------------- */
#footer {
	width: 1000px;
	height:  42px;
	background: url(../images/footer.png);
}
