
/**
* ALLGEMEINE ELEMENTE --------------------
*/

* { 
	margin: 0; 
	padding: 0; 
	}
	
html { 
	height: 100%; 
	margin-bottom: 1px; 
	}

body {
	background: #999999 url("../layout/back_grey.gif") repeat-x top left fixed; padding: 10px 0;
	text-align: center;
	font-size: 100.01%;	
	}
 
  
/**
* HAUPTELEMENTE --------------------
*/ 
 
/* Umrahmung */

#page_margins {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

div#page {
	margin: 20px 0 40px 0;
	text-align: left;
	padding: 1px;
	background: #F3F3F3;
	border: 1px #DFDFDF solid;
	-moz-border-radius: 2px;
	}
	
/* Service */	
	
div#service {
	width: 100%;
	background: #DFDFDF;
	text-align: right;
	border-bottom: 1px #FFFFFF solid;
    	font-family: Arial, Verdana, sans serif;
    	letter-spacing: 0.1em;
    	overflow: hidden;
	}
	
/* Kopfbereich */	
	
div#header {
	width: 100%;
	background: #FFFFFF;
	height: 150px;
	overflow: hidden;
	}
	
/* Hauptnavigation */	
	
div#navi {
	width: 100%;
	border-top: 5px #143383 solid;
	border-bottom: 1px #DFDFDF solid;
	font-family: Verdana, Arial, sans serif;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	}

div#sub_navi {
	width: 100%;
	border-bottom: 1px #999999 solid;
	font-family: Verdana, Arial, sans serif;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	}

/* Inhalt */

div#main {
	width: 100%;
	overflow: hidden;
	}

div#ie_clearing {
	position: static;
	display: block;
	\clear: both;
	width: 100%;
	font-size: 0px;
	margin: -2px 0 -1em 1px;
	}

* html #ie_clearing { margin: -2px 0 -1em 0; }

/* Hauptspalte */

div#left {
	width: 70%;
	float: left;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
	
div#content {
	margin: 0;
	padding: 0 40px 0 60px;
	background: #FFFFFF;
	}

div#orientation {
        margin: 0;
        padding: 0 40px 0 60px;
        background: #FFFFFF;
        }

/* Marginalspalte */
	
div#right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0;
	margin-left: -5px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}

div#box {
	margin: 4em 0 0 0;
	padding: 0 40px 0 20px;
	}

/* Fussbereich */
	
div#footer {
	background: #DFDFDF;
	clear: both;
	width: 100%;
	overflow: hidden;
	border-bottom: 5px #FF6633 solid;
	border-top: 1px #CCCCCC solid;;
	}


/* Quicklinks, Aktuelles, Toolbox */
	
div#footer_left {
	width: 35%;
	float: left;
	}
	
div#footer_middle {
	width: 35%;
	float: left;
	}	
	
div#footer_right {
	width: 30%;
	float: right;
	margin-left: -5px;
	}
	
div#footer_left .footer_content {
	padding: 0 5px 10px 50px;
	}
	
div#footer_middle .footer_content {
	padding: 0 10px 10px 10px;
	}

div#tools {
	padding: 10px 40px 10px 20px;
	}

/* Clearing von Float-Umgebungen allgemein */

.clearfix:after {
    	content: ".";
    	display: block;
   	 height: 0;
    	clear: both;
    	visibility: hidden;
  	}

/* Zusatz fuer IE 7 */
.clearfix {
	display: inline-block;
	}

/* Zusatz fuer IE 6 */  
* html .clearfix {
	height: 1%;
	}

/* Vor dem IE Mac verstecken \*/
.clearfix {
	display: block;
	} 
