  body {
    color: black; background-color: #99CCCC;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 0;
  }
/* beachte : um eine korrekte Darstellung zu erhalten ist die Reihenfolge 
   link, visited, hover, active, focus einzuhalten. */
a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:16px;
    color: #990066; 
    text-decoration: none;
  }
a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:16px;
    font-weight:bold;
    color: #000066; 
    text-decoration: none;
  }
a:hover {
    color: white; 
    background-color: gray;
    text-decoration: none;
  }
a:active {
    color: white; background-color: gray;
  }
p,li{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 4px;
  }
li {
    list-style-type:circle;
}
h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	left: auto; 
	top: auto; 
	}
h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	}
	
#rahmen1 {
	border-width: 2px;
	border-style: solid;
	border-color:#66CCCC;
	}
.rahmen_links {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color:#808080;
	}
.rahmen_o_u {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#808080;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#808080;
	}	
	

