h1{
	font-family: Arial, Helvetica;
	font-size : 200%;
	font-weight : 500;
	text-align : center;
	color : #9C0031;
}

h2
{
	font-family: Arial, Helvetica;
	font-size : 120%;
	font-weight : 500;
	text-align : center;
	color : #9C0031;
}

h3
{
	color : #9C0031; background-color: #FCAA62;	
	font-family: Arial, Helvetica;
	font-size : 100%;
	font-weight : 600;
	text-align : center;
	
}







P
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : #330000; 
	text-decoration : none;
	border-style: none;
}


ul
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : #330000; 
	text-decoration : none;
	border-style: none;
}


A
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	color : #330000;
}

A:active
{
	font-size : 14px;
	text-decoration : none;
	color : red;
}

body
{
	background: #FCAA62;
	scrollbar-base-color: #330000;
}
 
A:HOVER
{
	font-size : 13px;
	text-decoration : none;
	color : Lime;
	font-weight: bold;
	font-style : normal;
}

#menue {
    position: absolute;
    top: 0em; left: 0em;
    width: 9em;
    height: 100%;

    background-color: #DC7A24;
    border: 1px solid silver;
  }
  html>body #menue {  /* nur fuer moderne Browser! */
    position: fixed;
  }
 


#inhalt {
position: absolute;
    top: 1em; left: 10em;
    width: 80%;
    text-align: justify;
}




#Navigation {
    font-size: 0.83em;
    margin: 0 0 1.2em; padding: 0;
  }
  #Navigation li {
    list-style: none;
    margin: 0; padding: 0.1em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #330000; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #330000; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: lime; background-color: #FCAA62;
  }
  ul#Navigation a:active {
    color: #330000; background-color: #FCAA62;
  }
  

