@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0}

body{
	color: #445348;
	background-color: #7aa93c;
	text-align:center;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:100.1%;
}
h1{color:#fff;font-size:2.2em;position:absolute; right:40px; text-align:right; bottom:33px;z-index:10;font-weight:normal}
h1 span{font-size:0.6em;}
h2{	font-size:1em;margin-bottom:0.4em;}
p{font-size:0.8em;}
a{text-decoration:none;font-weight:bold;}
a:link, a:visited{color:#144227;}
a:hover, a:active{color: #7aa93c;}
a span{font-weight:normal;}
a img {border:none;}
/*######################  INHALT ############################ */
#inhalt{
	position:relative;width:920px; height:520px;text-align:left; color: #445348; background-color:#fff;margin:2em auto 0 auto;padding-top:110px;}

#inhalt h2, #inhalt p{margin-left:30px;margin-right:40px;}

#infoLinks{position:absolute; top: 250px; left:30px;width:330px;height: 318px; background-color:#CAD9BD;color:#223225;padding-top:30px;} 
#inhalt #infoLinks p{font-size:0.7em;margin-left:10px; margin-right:10px;margin-bottom:1.4em;}
#inhalt #infoLinks h2{	margin-left:10px; margin-right:10px;margin-bottom:1em;}


#infoRechts{position:absolute; top: 250px; right:30px;width:520px;height: 318px; background-color:#638D3D; background-color:#78A53A;color:#000;padding-top:30px;} 
#inhalt #infoRechts h2{	margin-left:10px; margin-right:10px;color:#e4f0d7;margin-bottom:1em;}
#inhalt #infoRechts p{font-size:0.9em;margin-left:10px; margin-right:10px;margin-bottom:1.4em;}
#inhalt #infoRechts strong{	color: #e4f0d7;}
#inhalt #infoRechts a:link, #inhalt #infoRechts a:visited {color:#e4f0d7}
#inhalt #infoRechts a:hover, #inhalt #infoRechts a:active{color:#000}

#hartz4{position:absolute; top:370px; left:244px;width:160px;height:110px;background-image: url(../bilder/hartz4.png); background-repeat:no-repeat; background-position:top left;}
/*######################  NAVIGATION ############################ */
#navigation {position:absolute; top: 30px;right:30px;color:#144227; background-color:#fff;font-size:2.2em;}
#navigation ul{list-style-type:none;}
#navigation li{display:inline;margin-left:66px;width:200px;}
#navigation a{text-decoration:none;font-size:0.8em;font-weight:normal; }
#navigation a:link, #navigation a:visited{color:#7aa93c;}
#navigation a:hover, #navigation a:active{color: #144227;}

/*######################  SUBNAVIGATION ############################ */
#subnavigation {position:absolute; bottom:10px;right:30px;color:#144227; background-color:#fff;font-size:0.7em;}
#subnavigation ul{list-style-type:none;}
#subnavigation li{display:inline;margin-left:2em;}
#subnavigation a{text-decoration:none;font-weight:normal;}
#subnavigation a:link, #subnavigation a:visited{color:#7aa93c;}
#subnavigation a:hover, #subnavigation a:active{color: #144227;}


/*######################  SONSTIGES ############################ */
.rechtsB{text-align:right;}
div.zitat{margin: 0 18px 30px 30px;padding-top:10px;background-image: url(../bilder/zitat.gif); background-repeat:no-repeat; background-position:top left;font-style:italic}
.abstand0{margin-top:2em;}