html {
	width:100%;
	height:100%;
}

/**
 * Body
 **/
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:tahoma, arial,verdana;
	color:#000000;
	background:url(/resources/images/body_background.gif);
	background-color:#b6b7bc;
}

/**
 * Alle Standardformatierungen auf 0 setzen // font-size:0px;
 **/
h1, h2, h3, h4, h5, h6, p, td, blockqoute, div, span {
	margin:0px;
	padding:0px;
	font-size:11px;
}

/**
 * Generelles Dokument // Hauptdokument Ausrichtung bzw. Hintergrund
 **/
 div#document {
	 margin:0 auto;
	 padding:0px 12px 0px 12px;
	 width:906px;
	 background:url(/resources/images/document_background.gif);
	 overflow:hidden;
}

/**
 * Subheader unterhalb der Navigation
 **/
 div#subheader {
	 float:left;
	 width:907px;
	 height:49px;
	 background:url(/resources/images/subheader_background.gif);
 }

#subheader img#subheaderImage {
	margin:16px 0px 0px 16px;
	float:left;
}

#subheader span {
	display:block;
	margin:27px 0px 0px 0px;
	padding:0px 13px 0px 0px;
	float:right;
	font-family:Tahoma, Arial;
	color:#ACACC3;
	font-size:10px;
}


/**
 * Mittlerer Bereich
 **/
 div#middleContainer {
	background:url(/resources/images/content_background.gif);
	float:left;
	width:907px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
 
/**
 * Navigation links
 **/
 div#leftNavigation {
	float:left;
	width:210px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#leftNavigation span {
	float:left;
	display:block;
	width:191px;
	padding:10px 0px 8px 17px;
	font-size:10px;
	background-color:#BAC1D8;
	border-bottom:1px solid #ffffff;
	font-family:Tahoma, Arial;
}

/**
 * Content 
 **/
 div#content {
	float:right;
	margin:0px 0px 0px 0px;
	padding:17px 11px 30px 31px;
	width:655px;
}
 
 
/**
 * Footer
 **/
 div#footer {
	 margin:0 auto;
	 padding:0px 0px 0px 0px;
	 width:930px;
	 height:33px;
	 overflow:hidden;
	 background:url(/resources/images/footer_background.gif);
}

#footer a {
	display:block;
	height:15px;
	width:43px;
	float:right;
	font-size:0px;
	margin:10px 4px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#009213;
}

html>body #footer a {
	height:15px;
	width:40px;
	margin:10px 11px 0px 0px;
}

