body {
    color: #333333; background-color: #DDDDDD;
    font-size: 100.01%;
    font-family:Arial,Helvetica,sans-serif;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  div#head {
	position:absolute;
	top:50px;
	left:200px;
	width: 850px;
	height: 131px;
	background-color: #003366;
	font-size: 12px;
	background-image: url(../img/head.gif);
	z-index: 1;

}	
	div#head p {
	margin-left:720px;
	margin-top:35px;
	font-weight: bold;
	
}
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

   ul#Navigation {
	position:absolute;
	top:180px;
	left:780px;
	font-size: 17px;
	width: 270px;
	height: 300px;
	margin: 0px 0 10px;
	padding: 0;
	background-color: #FFFFFF;

  }
  ul#Navigation li {
    list-style: none;
    margin: 5; padding: 6px;
  }
  ul#Navigation a {
  text-decoration:none;
    display: block;
    margin-top:22px;
	margin-left:80px;
	margin-right:80px;
    font-weight: ;
  }
  ul#Navigation a:link {
    color: #333333; background-color: #87B9DE;
  }
  ul#Navigation a:visited {
    color:#87B9DE; background-color: #FFFFFF;
  }
  ul#Navigation a:hover {
    color: #003366; background-color: #87B9DE;
  }
  ul#Navigation a:active {
    color: #87B9DE; background-color: #87B9DE;
  }
  
  div#Info2 {
	position:absolute;
	top:480px;
	left:800px;
	font-size: 12px;
	width: 250px;
	height: 300px;
	background-color: #ffffff;
	background-image: url(../img/img_start_web.jpg);


  }
  div#Info2 h2 {
    font-size: 14px;
	text-align: center;
    margin: 10px 6px;
	word-spacing: 1px;
	line-height:16px;
  }
  div#Info2 p {
    font-size: 12px;
    margin-top:7px;
	margin-left:10px;
  }

  div#Info {
  position:absolute; top:50px; left:100px; 
    font-size: 12px;
	 width: 230px; 
	 height: 730px;
	 background-image: url(../img/hg_left.png);
    background-color: #dddddd;
	 text-Decoration: none;
  }
  div#Info h2 {
    font-size: 14px;
	text-align: right;
    margin: 20px 6px;
	word-spacing: 1px;
	line-height:16px;
  }
  div#Info p {
    font-size: 14px;
    margin: 6px;
	text-align: right;
	margin-top:135px;
	 text-Decoration: none;
  }

  div#Inhalt {
	position:absolute;
	top:80px;
	left:330px;
    background-color: #ffffff;
	width: 470px;
	height: 700px;
  }
  * html div#Inhalt {
    height: 750px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
  text-align: center;
    font-size: 14px;
    margin: 4px 5px;
  }
  div#Inhalt p {
    font-size: 13px;
    margin-top:110px;
	margin-left:25px;
	margin-right:25px;
	line-height:16px;
  }
