body { color : Black;font-size : 10pt;font-family : Arial}
A { color : Blue;font-size : 10pt;font-family : Tahoma,Arial}
P { color : Black;font-size : 10pt;font-family : Arial}
LI { color : Black;font-size : 10pt;font-family : Tahoma; Arial}
H1 { color : Black;font-size : 24pt;font-family : Arial; font-style: italic}
H3 { color : Black;font-size : 14pt;font-family : Tahoma,Arial}
H4 { color : Black;font-size : 12pt;font-family : Arial}

a:active {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}

  ul#Navigation {
    width: 9em;
    margin: 0; padding: 0.8em;
    border: 0px solid black;
    background-color: #cccccc;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 9.6em;
    w\idth: 9em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 7.5em;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }


#box1 {
	position:absolute;
	top:80px;
	left:0px;
	width: 220px;
	height:90%;
	background : #cccccc;
} 
#box2 {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:80px;
	background : #cccccc;
} 
#box3 { position:absolute; top:90px; left:225px; width:740px; height:600px; background: white }
