html { 
    font-family: Arial, Helvetica, sans-serif; 
	margin: 0px 0px 0px 0px;
	padding: 0px; }
    
body {    
	margin: 0;
	padding: 0; }
    
div#roterBalkenOben {
	height: 25px;
	background-color: #990000;
	margin-bottom: 15px;
	min-width: 550px;
}

div#inhalt {
    margin: 20px 20px 20px 20px; }

h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: #900;
	font-weight: normal;
	margin: 0px 0px 10px -5px;
	padding: 5px;
	border-bottom: 1px dashed #999; }

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #333;
	font-weight: normal;
	margin: 20px 0px 10px -1px; }

h3 {
	font-size: 1.2em;
	line-height: 1.0em;
	color: #333;
	font-weight: bold;
	margin: 0; }

p {
    width: 660px; }
    
p#menu {
    font-size: 1.1em;
    font-weight: normal; }    

p.adresse { 
    margin-left: 40px; }
    
span.menuSeperator {
    color: #999; }
    
ul li {
	line-height: 1.2em;
	padding-left: 0px;
    padding-top:0.2em;
    padding-bottom:0.3em;
    list-style-type: square; }
    
ul#adressenListe li {
    list-style-type: none;
    font-size: 0.8em;
    margin: 10px 10px 10px 10px;
    margin-left: -40px }

ul#adressenListe li table {
    background: rgb(240,240,240); }
    
a:link, a:visited {
	color: #900;
	text-decoration: none; }

a:hover {
	color: #900;
	text-decoration: underline; }    
