body { background-color: rgb(241, 241, 241);
       font-family: Helvetica, Arial, san-serive;
       font-size:1,2em;
 }

h1 { font-size:1.8em;
font-weight: normal;
letter-spacing:0.2em;
}

h2 { font-size:1.6em;
color:#0000A0;
}
h3 { font-size:1.2em;
     margin-bottom: 3px;
}
h4 { font-size:1.0em;
}
div#inhalt {margin: 0em 0em 0em 14em;
	    padding: 1em 2em 2em 2em;
	    background-color: #DCDCFF;
}
div#inhalt a {color:red;}

div#menue {float: left;
	   width: 13em;
	   border: 1px dashed silver;
}
ul
ul#menue   {font-size:0.6em;
}
div#footer {text-align:center;
    	    clear: both;
   	    background-color: #FFFFFF;
}

a:link { color:rgb(49, 20, 105); text-decoration:none;}
a:visited { color:rgb(49, 20, 105); text-decoration:none;}
a:hover { color:#EE0000; text-decoration:none;}
a:active { color:#0000EE; text-decoration:none;}
a:focus { color:#00AA00; text-decoration:none;}