﻿#titel {
		margin-left:18%;
		width:82%;
		height:90px;
         overflow:hidden;
}

#titelinhalt { 
	background-image:URL('images/layout/bluewater.jpg');
         padding:10px; margin:15px;
}

#navbar {
	width:18%;
	height:100%;
         background-color:white;
         position:fixed; top:10px;
         left:10px;
         float:left;
}

#navbarinhalt {
	 height:100%;
         padding:10px;
         overflow:auto;
}

#inhalt {margin-left:18%;
	width:82%;
	height:100%;
         background-color:white;
         overflow:auto;
         }
			
* html #inhalt {  /* nur fuer Internet Explorer */
  width:100%;     /* Version 5.x */
  w\idth:81.5%;    /* Version 6 */

}

#zentral {width:100%;
	height:100%;
         background-color:white;
         float:left;
         /*overflow:auto;*/
         }
			
* html #zentral {  /* nur fuer Internet Explorer */
  width:100%;     /* Version 5.x */
  w\idth:98%;    /* Version 6 */
}

#zentralinhalt {
	height:100%;
	padding:10px;
	/*overflow:auto;*/
        }
        
#inhaltstart {
	margin-left:18%;
	width:82%;
	height:100%;
    background-color:white;
    overflow:auto;
}

* html #inhaltstart {  /* nur fuer Internet Explorer */
  width:98%;     /* Version 5.x */
  w\idth:80%;    /* Version 6 */
}

#zentralstart {
	width:72%;
	height:100%;
         background-color:white;
         float:left;
         overflow:auto;
}

#info {
	width:28%;
	height:100%;
         background-color:white;
         float:right;
         
}

#infoinhalt {
	padding:10px;
	overflow:auto;
}

body {
	margin:0px;
       	background-color:white;
      	font-family:Arial,Helvetica,sans-serif;
      	font-size:1.0em;
      	scrollbar-base-color:white;
       	scrollbar-highlight-color:silver;
  		scrollbar-shadow-color:#000000;
}
html {scrollbar-base-color:white;
	scrollbar-highlight-color:silver;
  		scrollbar-shadow-color:#000000;

       }
h1 {color:white; 
}
h2 {color:blue; font-style:italic;
}
h3 {color:red; font-style:italic;
}
h4 {color:blue;
	margin-top:4pt;/* ergänzt*/
    margin-bottom:4pt;/*ergänzt*/
    font-size:0.9em;/*ergänzt*/
}
ul {margin-left:0px; margin-top:3px; margin-bottom:3px;
}
li.nav {list-style-type:none; padding:2px; margin:3px; border:1px solid gray; background-color:gainsboro; font-size:0.8em;
}
a {text-decoration:none;
}

a:link {color:blue;
}
a:visited {color:crimson;
}
a:hover {color:black;
}
a:active {color:red;
}

  div#Rahmen {
    width: 47.1em;
    padding-left: 0.6em;
    margin-top: -0.3em;
    border: none;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#Navigation li {
    list-style: none;
    position: relative;
    margin: 0.0em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.4em; left: 1.8em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0px;
    z-index:1;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 12.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: white;
  }
