@charset "UTF-8";
/* CSS Document */


* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0; 
	padding: 0; }
body {
  	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
  	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif; }
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */ }
#anker { 
	position:absolute; left:0px; top:0px; }
#wrapper {
	border: 1px solid #9ac2aa;
	background-color: #FFF;
	width: 896px;
	height: auto;
	visibility: visible;
	margin:0px auto;
	margin-top: 20px;
	background-position: center top;
	text-align: left; }
#headerlineDiv {
	height: 102px;
	width: 896px;
	background-color: #FFF;
	background-image: url(images/head_bg.gif);
	background-repeat: no-repeat; }
#navDiv {
	border: 0;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 38px;
	width: 896px; }
	
#footer {
	background-color: #FFF;
	width: 856px;
	height: auto;
	visibility: visible;
	margin:0px auto;
	padding: 20px;
	text-align: left;
	border: 0; }
	
#footerLeftDiv {
	float: left;
	margin-top: -10px;
	margin-left: 10px;
	font-size: 10px;
	color: #999999; }

#footerRight {
	float: right;
	margin-top: -10px;
	margin-right: 20px;
	font-size: 10px;
	color: #588e7c; }
	
* html #footerRight {
	margin-right: 10px; }


.clearfix:after { /* clearfix zum Aufheben der Floatumgebung */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
	
.clearfix {
	display: inline-block; }
	
* html .clearfix { /* Hides from IE-mac \*/
	height: 1%;}
	
.clearfix {
	display: block;} /* End hide from IE-mac */



/* Listen */
ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0; 
}

/* FONTS */
h1, p {			/* �berschrift, Absatz */
	margin-left: 0;
	padding: 0; }
	
h1 {
	line-height: 1.3em;
	color: #588e7c;
	font-size: 24px;
	font-weight:normal;
	margin-left: 0px;
	margin-bottom: 20px; }
	
h2 {
	line-height: 1.3em;
	color: #588e7c;
	font-size: 16px;
	font-weight:normal;
	margin-left: 0px;
	margin-bottom: 15px; }
	
h6 {
	line-height: 1.3em;
	color: #006032;
	font-size: 14px;
	font-weight:normal;
	margin-left: 0px; }
	
p {
	font-size: 12px; 
	line-height: 1.4em; 
	color: #588e7c;
	margin-bottom: 15px;
	/*float: none;*/
	text-align: left;
	/*width:100%;*/ }
	
a:link 			{ color:#999; text-decoration:none; }
a:hover 		{ color:#999; text-decoration:underline; }
a:active 		{ color:#999; text-decoration:underline; }
a:visited 		{ color:#999; text-decoration:none; }
a:visited:hover { color:#999; text-decoration:underline; }


/* Spezial für die Index-Setie */
#headerlineDivIdx {
	height: 102px;
	width: 896px;
	background-color: #FFF;
	background-image: url(images/head_bg_idx.png);
	background-repeat: no-repeat; }
	
#contentDivIdx {
	width: 896px;
	height: 655px;
	background-color: #FFFFFF;
	background-image: url(images/idx_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0; }
	
#leftColDivIdx {
	float:left;
	width: 200px;
	margin: 25px;
	border: 0px solid;
	
	font-size: 12px; 
	line-height: 1.4em; 
	color: #999;
	margin-bottom: 15px;
	width: 200px; 
	}
	
* html #leftColDivIdx {
	margin-left: 10px; }
	
#rightTopDivIdx {
	width: 450px;
	float: left;
	margin-left: 40px;
	border: 0px solid;}
