/*  Stylesheet oest-ges-bonn.de    */
/*  Version 1.00                   */
/*---  WS (c) 2008-03-30   
	 (c) WS 2010-02-22 ---*/


/* CONTENT */

body { 
   margin-top: 10px;
   font-family: Verdana,Arial,Helvetica,Sans Serif;    
   color: #000000; 
   z-index: 10;
   font-size:10pt; }

/*--- hidden Text ---*/
body #bodyAdds {
	position:absolute;
	clip:rect(0px 0px 0px 0px);
      color: #FFF; 
      z-index: 0;
      font-size:8pt; 
	overflow: hidden;
}

/* Groessenbestimmung für Ueberschriften */
h1 { color: #FF0000; font-size: 24pt; font-weight: bold; }
h2 { color: #FF0000; font-size: 16pt; font-weight: bold; }
h3 { color: #FF0000; font-size: 12pt; font-weight: bold; }

/* Groessenbestimmung fuer besondere Faelle */
div.sk  { font-size: 8pt; color: #808080; }
div.sl  { font-size: 8pt; color: #444444; font-weight: bold; }
div.sn  { font-size: 8pt; color: #000000; }

/* Hyperlinks */
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#4B0082; text-decoration:underline; }
a:active { color:#0000FF; text-decoration:underline;}
a:hover { color:#FF0000; text-decoration:underline;}


/* Navigationsbereich */

#navi {
   margin-top: 60px; 
   margin-left: 35px; 
   background: #FFFFFF;}

div#navi a:link, div#navi a:visited { 
   display: block;
   font-size: 12pt; 
   color: #FF0000; 
   background: #FFFFFF; 
   text-decoration: none }

div#navi a:active {
   font-size: 12pt; 
   color: #FF0000; 
   background: #FFFFFF; 
   text-decoration: underline }

div#navi a:hover {
   font-size: 12pt; 
   color: #FFFFFF; 
   background: #FF0000; 
   text-decoration: underline }



