@charset "UTF-8";
/* PW Informatik */

/********* ALLGEMEINE FORMATIERUNG DER SCHRIFT *********/
html {
	overflow: hidden;
	}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#003861;
	}
	
#maincontainer {
	z-index:100;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 625px;
	width: 847px;
	margin-left: -425px;
	margin-top:-312px;
	background-color:none;
}

#whitecontainer {
	z-index:100;
	position:relative;
	height: 595px;
	width: 847px;
	background-color:#ffffff;
}

/********* EINSTELLUNGEN ZUM FOOTER *********/
#footer {
	z-index:200;
	position:absolute;
	top:595px;
	left:0px;
	height:30px;
	width:847px;
	text-align:right;
	background-color:none;
	color: #FFF;
	font-family:Verdana;
	font-size:8px;
	padding-top:5px;
}

/********* EINSTELLUNGEN ZUM HINTERGRUND DES INHALTS *********/
#content {
	z-index:200;
	position: relative;
	top:164px;
	left:6px;
	height:427px;
	width:415px;
	background-image:url(bilder/bg_content.jpg);
}

/********* POSITION DES INHALTS *********/
#text {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	z-index: 201;
}

#unavi {
	z-index:200;
	position: absolute;
	top:-100px;
	left:175px;
	height:30px;
	width:100px;
	background-color:none;
	line-height:18px;
	text-decoration:none;
}

#navigation {
	z-index:200;
	position: absolute;
	top:5px;
	left:6px;
	height:156px;
	width:415px;
	background-color:#b2b3b4;
	}


#bild {
	z-index:200;
	position: absolute;
	top:5px;
	right:6px;
	height:585px;
	width:415px;
	background-color: white;
	}
	
#logo {
	z-index:1;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 802px;
	width: 822px;
	margin-left: 0px;
	margin-top:-312px;
	background-image:url(bilder/bg_logo.png);
}

/********* ÜBERSCHIRFT FORMATIERUNG *********/
h1 {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#00518a;
	margin-bottom:-5px;
}

#text a {
	color:#00518a;
    font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
    text-decoration:none;
    }

/********************************** BOF NAVI *************************/

 ul#navi {
    width: 135px;
    margin-left: -10px;
	margin-top: 35px; 
  }

  ul#navi li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#navi a {
    display:block;
    padding: 2px;
	padding-left:7px;
	margin-bottom:-2px;
    text-decoration: none; 
	font-weight: bold;
    border: 1px solid #fff;
    color: #00518a; 
	background-color: #d3d4d4;
  }
  * html ul#navi a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#navi a:hover {
    border-color: #fff;
    color: #fff; 
	background-color: #00518a;
  }
  
  ul#navi a.myactive {
	border-color: #fff;
    color: #fff; 
	background-color: #00518a;
  }
	 
/********************************** EOF NAVI *************************/
