body 

{ font-family:arial;
    font-size:15px;
    background-color:#ffffcc;}

	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #C0C0C0;

/*Formatierungen für die Schriftgrößen/und Farben */
   h1 {font-size:18px;color:#000000;margin-bottom:0px;}
   h2 {font-size:56px;color:#000000;margin-bottom:0px;}
   h3 {font-size:14px;color:#000000;margin-bottom:0px;}
   h4 {font-size:10px;color:#000000;margin-bottom:0px;}	
   h5 {font-size:12px;color:#ffffff;margin-bottom:0px;}	
   h6 {font-size:20px;color:#000000;margin-bottom:0px;}
   h7 {font-size:12px;color:#000000;margin-bottom:0px;}
   h8 {font-size:16px;font-weight:bold; color:#0000ff;margin-bottom:0px;}
   p {margin-top:5px;}
	h9 {font-size:12px;font-weight:bold;color:#DC143C;margin-bottom:0px;}
/*Formatierungen für die LINKS */

   a:link { font-family:arial; font-style:normal; text-decoration:underline; font-weight:normal;font-size:100%;color:black; }
   a:visited { font-family:arial; font-style:normal; text-decoration:underline; font-weight:normal;font-size:100%; color:black; }
   a:focus { font-family:arial; font-style:normal; text-decoration:none; font-weight:normal;font-size:100%; background-color:#000; }  
   a:hover { font-family:arial; font-style:normal; text-decoration:none; font-weight:normal;font-size:100%; background-color:yellow; }  


/*Formatierungen für die Navigationsbuttons links*/
ul#Navigation {
    float:left;   
    width: 9em;
    margin: 0; padding: 0.2em;16:22 09.06.2010
    border: 1px solid black;
    background-color: #ffffcc;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation 
    a { display:block;
    	padding: 0.2em;
    	font-family:arial;    
    	text-decoration: none; font-weight: bold;
        border: 1px solid black;
    	border-left-color: white; border-top-color: white;
    	color: black; background-color: #ccc;}
  
* html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em; }
  


ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: light cyan; }


/*Formatierungen für die einzelnen Felder links rechts mitte */
#left  {width:12%;line-height:15px;
	float:left;	
	border:0px solid #9e0195;
	background-color:#ffffcc;}

#right {padding-left: 5px;padding-right: 5px;
	width:10%;
	float:right;	
	border:0px solid #9e0195;
	background-color:#FFFFCC;}


#content {padding-left: 20px;padding-right: 20px;
	 width:70%;
	 float:left;margin-left:1%;
	 border:0px solid #050000;
	 background-color:#FFFFCC;
	 color:black;}






ul#colgroup {
    col width="350";col align="left";col valign="top";
    col width="300";col align="left";col valign="top";
    col width="150";col align="left";col valign="top";
    col width="50";col align="left";col valign="top";}
