
body { 
	background-color:#3F1100; 
	font-weight:bold; 
	font-family:Arial; 
	font-size:100%; 
}

div#menu {
	z-index:1; 
	position:absolute; 
	width:300px; 
	height:300px; 
	left: 10px; 
	top: 160px;
}

div#logo {
	z-index:2; 
	position:absolute; 
	width:72px; 
	height:64px; 
	left: 10px; 
	top: 12px;
}

div#ueberschrift {
	z-index:3; 
	position:absolute; 
	width:437px; 
	height:46px; 
	left: 135px; 
	top: 12px;
}


div#inhalt {
	z-index:5; 
	position:absolute; 
	width:548px; 
	height:365px; 
	left:258px; 
	top:160px;
	font-family: arial;
	font-size: 100%;
	font-style: normal;
	text-align: center;
	color: darkgoldenrod;
}


h1 {
	font-family: arial;
	font-size: x-large;
	font-style: normal;
	text-decoration: underline;
	color: #284410;
}

.schriftgross {
	font-family: arial;
	font-size: x-large;
	font-style: normal;
	color: #284410;
}

.schriftgrossfett {
	font-family: arial;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #284410;
}

.schriftueber {
	font-family: arial;
	font-size: x-large;
	font-style: normal;
	text-decoration: underline;
	color: #284410;
}


.schriftnormal {
	font-family: arial;
	font-size: medium;
	font-style: normal;
	color: darkgoldenrod;
}

.schriftnormalrot {
	font-family: arial;
	font-size: medium;
	font-style: normal;
	color: #FF0000;
}

.schriftnormalweiss {
	font-family: arial;
	font-size: medium;
	font-style: normal;
	color: white;
}

.schriftnormalfett {
	font-family: arial;
	font-size: normal;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.schriftklein {
	font-family: arial;
	font-size: small;
	font-style: normal;
	color: darkgoldenrod;
}



   ul#navigation {
    width: 10em;
    margin: 0; padding: 0.8em;
    border: 1px solid black;
    background-color: darkgoldenrod;
  }
  * html ul#navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    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: darkgoldenrod; background-color: #3f1100;
  }
  * html ul#navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #284410;
  }

	ul#untermenue li {
		list-style: none;
		margin: 0.5em; 
		padding: 0.1em;

	}


  	ul#untermenue a {
		text-decoration: none; 
		border: 1px solid black;
		border-left-color: white; 
		border-top-color: white;
   		color: darkgoldenrod; 
		background-color: #3f1100;
	}

	ul#untermenue a:hover {
		border-color: white;
		border-left-color: black; 
		border-top-color: black;
		color: white; 
		background-color: #284410;
	}
