/* CSS Document */

html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
	}
	
body {
	background-color: #ffffff; /* lightgrey */
	background-image: url(../grafx/background_body.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	}
	
.clearFloat {
	position: relative;
	font-size: 0.01em;
	height: auto;
	clear: both;
	}
	
/* ---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

#mainSkinBody {
	position: relative;
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	
	background-image: url(../grafx/background_mainSkin.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
/* for IE - volle höhe & zentriert */

* html body {
	text-align: center;
	}
	
* html body #mainSkinBody {
	height: 100%;
	text-align: left;
	}

/* ---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
	
#pageBody {
	position: relative;
	margin: 0 15px;
	
	}
	
/* ---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

#headerBody {
	position: relative;
	height: 220px;
	/*border-bottom: 1px solid red;*/
	}

#metaNavigationBody,
#mainNavigationBody {
	position: absolute;
	width: 900px;
	margin: 0 25px;
	/*border: 1px solid blue;*/
	}

#mainNavigationBody {
	height: 34px;
	bottom: 17px;
	}

/* ---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

#headerInfoBox {
	z-index: 100;
	position: absolute;
	width: 250px;
	height: 120px;
	margin: 45px 0 0 25px;
	/*border: 1px solid pink;*/
	}

/* ---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

#contentBody {
	position: relative;
	padding: 0 75px 2.00em 75px;
	}

/* ---------------------------------------------------------------------------
--------------------------------------------------------------------------- */