body 	{font-size: 100.1%;
         font-family: Verdana,Geneva,sans-serif;
	 margin: 0px;
	 padding: 0px;
	 color:#000;
	 background: #fff;
}


/*margin: auto funktioniert nicht in IE6 ???, deshalb folgender workaround*/

#holder1 {position: absolute;
    	  width: 992px;
    	  left: 50%;
    	  margin-top: 0;
    	  margin-bottom: 1%;
    	  margin-left: -496px;
    	  padding:0;
}

#logo 	  {width:768px;
	   height:138px;
     	   margin-top: 10px;
     	   margin-bottom: 0px;
  	   margin-left: 112px;
	   padding:0;
	   font-size: 80%; /*wegen Alternativtext für Logo*/
	   font-weight:bold; 
	   text-align:center;
}

#kopf1    {width:768px;
     	   height: 10px;
	   margin-top: 4px;
           margin-bottom: 4px;
  	   margin-left: 112px;
	   padding:10px 0px;
}

#panorama {width:768px;
	   height:206px;
     	   margin-top: 0px;
           margin-bottom: 0px;
  	   margin-left: 112px;
	   padding:0;

}
#content   {width:auto;
     	    margin-top: 20px;
  	    margin-left: 112px;
  	    margin-right: 112px;
	    padding: 0 20px 0 20px;
	    border-right: 0px solid #877D6C;
            /*display:block;*/
	    /*overflow:auto;*/
	    font-size: 0.75em;
	    text-align:justify;
}

#content p {line-height: 130%; margin: 10px 0 0 0; padding:0;
}

#content table {width:100%; 
                font-size:100%;
                line-height: 130%; 
}

#content td {padding: 20px 0 20px 0; 
             /*border:1px solid #000; */
             vertical-align:top; 
}


#content td li {line-height: 130%; text-decoration: none; font-weight: bold;
}


#content h1 {font: bold  italic 120% Verdana,Geneva,sans-serif;
            color:#990000;
            margin: 0;
}



.callout {font: bold 130% Verdana,Geneva,sans-serif;
            color:#990000;
	    margin: 0em;
}

h2.callout {font: bold 100% Verdana,Geneva,sans-serif;
            color:#000000;
            margin: 1em 0em 0em 0em;
}


#footer    {display:none;
}


* html #footer a, * html #footer span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}


a:link		{ height: 1%; /* Holly-Hack für IE */
		  text-decoration: none;
		  color: maroon;
}



#navigation {display:none;}


.brclear   {clear:both; 
	    height:0;
	    margin:0;
	    font-size:1px;
	    line-height:0px;
}