@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	height:100%;
	width:100%; color:#FFFFFF;

	background:  #505050;
	font-family: Arial, Helvetica, sans-serif;font-size: 12px;
	text-align: justify;
}
div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 30px auto;      /* standardkonforme horizontale Zentrierung */
	width: 1000px;
	padding: 0px;
	border: 0px;
	background-image:  url(images/hint/polaris02.jpg) ;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}
div#logo {
	
	margin: -1px  0 0 0; 
	padding: 2px 0 0 0;
	width:720px;
    height: 115px;
	
	z-index:10;
	border: 5px ;
}
* html div#logo {
	margin: -1px  0 0 0; 
	height: 110px;
	width:720px;
		clear: both;
	z-index:10;
	
}
div#Inhalt {
	margin: 10px 0 0 0;
	padding: 0 0em;
	
	border: 0px ;
	min-height:594px
}
* html div#Inhalt {
	margin: 10px 0 0 0;
	min-height:535px;
	height:528px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
div#Navigation {
	text-align:center;
	padding: 0;
	float: left;
	margin: -1px 0 0 0;
	width: 180px;
}
* html div#Navigation {
	width: 186px; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}div#Navigation a {
	text-decoration:none;
	
	font-weight: bolder; font-style:italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;letter-spacing:0.1em;
	font-size: 15px; line-height:22px;	
	color: #fff;
}
div#Navigation a:visited {
	color:#fff;
}
div#Navigation a:hover {
	color: #fff
}
div#Navigation a:active {
	color:#fff
}


div#Info {
	float: right;
	width: 165px;
	margin: -1px 0 0 0;
	padding: 3px 0 0 0;
	
}
* html div#Info {
	width: 1672px; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
div#Info p {
	font-size: 1em;
	margin: 0;
}

div#mitte {
	margin: -1px  10% 0 210px; 
	font-family:Arial, Helvetica, sans-serif; font-size:10px;  	 
	padding: 0 0 0 0;
	width:610px;
    background:  #495b7e;
    min-height:594px;
	border: 2px #505050 inset ridge;
	border-color:#505050;
	border-width:2px; border-collapse:collapse; border-style:inset;
	 
}
* html div#mitte {
	margin: -1px  10% 0 210px; 
	height: 1em;
	width:610px;
	min-height:594px;
	
}
div#mitte h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0.1em; padding:0 0 0 2px;
}
div#mitte h2 {
	font-size: 12px;line-height: 20px;
	font-weight: bold;
	margin: 0;padding:0 0 0 2px;color:#fff;
}
div#mitte h3 {
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	margin:  0;padding:0 0 0 2px;
}
div#mitte h4 {
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	margin: 0.2em 0;
	line-height: 20px;
	 }
div#mitte h5  {
	font-size: 11px;
	font-weight: normal;
	margin:  0;padding:0 0 0 2px;
}
div#mitte a {
	text-decoration:none;
	font-style: italic;
	font-weight:bold;
	font-size: 11px;
	color: #fff
}
div#mitte a:visited {
	color:#fff;
}
div#mitte a:hover {
	color: #fff
}
div#mitte a:active {
	color:#fff
}
