body {
	margin: 40px 0 30px 0;
	padding: 0px;
} /* Need to set body margin and padding to get consistency between browsers. */
/*
 * Grid
 */

#gCenter {
	display: block;
	width: 800px;
	height: 710px;
	margin: 0 auto 0 auto;
	background-color: #E4EEC7;
/* 	background-image: url(images/wappen_komplett.png);*/
}

#gBanner {
	display: block;
	position: relative;
	height: 80px;
/*Irgendeine Farbe, die beim Laden nicht so auffällt*/
	background-color: #EEF4DB;
 	background-image: url(images/name.png);
}

#gLogo {
	position: absolute;
	left: 290px;
	top: 42px;
}

#gNavSystem {
	position: absolute;
	right: 18px;
	top: 60px;
}

#gMain {
	display: block;
	left:0px;
	top:0px;
	}

#gMaintxt {
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0 0 0 300px;
	}
	
#gTxtImage {
	position: relative;
	top: 10px;
	padding-left: 0px;
	padding-top: 5px;
	font-size: 10px;
	}		

/*
 * Common
 */
 * {
 font-family: Arial, sans-serif;
/* font-size: 13px;*/
 }
 
 /*
 * Headlines
 */
 
 h1 {
 font-family:Arial; 
	font-size: 15px; 
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color:#006009;
 }
 
 h2 {
 	font-family: Arial;
	margin-bottom: 5px;
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color:#006009;
 }
 
 b {
	font-family: Arial; 
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #006009;
}
 
 #txt {
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color:#006009;
}

 .txt {
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color:#006009;
}

/*
 * Links
 */
a {
	color:#006009; 
	text-decoration: none;
	font-size: 11px;
}

a.xtra {
	color:#DBDCDE; 
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color:#FFFFFF; 
}

#gNavSystem a  {
	color: #006009;
	float: right;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #333;
	text-decoration: none;
}

#gNavSystem a.first  {
	border-left: 0;
	text-decoration: none;
}

#gNavSystem a:hover   { 
	color:#CC6600;
	text-decoration: none;
	}
	
#gNavSystem a:active   { 
	color:#FFFFFF;
	text-decoration: none;
	}	

#gLinks a  {
	color: #006009;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(images/dreieck_grau.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#gLinks a:hover   { 
	color:#404000; 
/*	background-image: url(../images/dreieck_grau_high.gif);*/
	text-decoration: none;
	}

/*Neu von Steffen*/
#gPageIcon{	
	height: 10px;
    margin-top: 0px;
	margin-left: 20px;
	padding-top: 25px;
/*	padding: 10px 10px 4px 10px;*/
}

/* Workaround für den Internet Explorer 6 */
  * html div#Inhalt {
    height: 1em;
	margin-top: -535px;
	height: 500px;
  }

  * html div#Inhalt2 {
    height: 1em;
	margin-top: -616px;
	height: 500px;
  }

  div#Inhalt {
    margin-left: 24.5em;
	margin-top: -35px;
    padding: 1em 1em;
    font-family: Arial, sans-serif;
    font-size: 11px;
	height:608px;
	background-color:#F1F7E2;
	background-image:url(images/bg_inhalt.png);
  }
  div#Inhalt h1 {
    font-size: 1.7em;
    margin: 0.8em 1em 1em;
  }
  div#Inhalt h2 {
    font-size: 1.5em;
    margin: 0 1em 1em;
  }
  div#Inhalt p {
    font-size: 1.2em;
    margin: 1em 1.5em;
  }
  div#Inhalt ul {
  	list-style-type:square;
  }
  div#Inhalt li {
    font-size: 14px;
	padding: 0.3em;
  }
  div#Inhalt .analyse {
    font-size: 9px;
  }
/*Inhalt2 damit beim Impressum der graue Bereich weiterläuft*/  
  div#Inhalt2 {
    margin-left: 24.5em;
	margin-top: -35px;
    padding: 1em 2em;
    font-family: Arial, sans-serif;
    font-size: 11px;
	background-color:#F1F7E2;
	background-image:url(images/bg_inhalt.png);
  }
  div#Inhalt2 h1 {
    font-size: 1.7em;
    margin: 1em 0 1em;
  }
  div#Inhalt2 h2 {
    font-size: 1.5em;
    margin: 0 0 1em;
  }
  div#Inhalt2 p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#Inhalt2 li {
    font-size: 12px;
  }
    div#Inhalt2 .analyse {
    font-size: 9px;
  }
