body	{
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #999999;
		}
		
h2		{
		color: #F8B61D;
		font-size: 20px;
		}
		
h3		{
		font-size: 14px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 30px;
		}
		
.ueber h3
		{
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
		}		

.datum
		{
		font-size: 11px;
		color: #FFFFFF;
		}
		
.navi	{
		font-size: 11px;
		color: #FFFFFF;
		}
			
h4		/* Überschriften Navi*/
		{
		font-weight: bold;
		margin-bottom: 4px;
		margin-top: 4px;
		font-size: 11px;
		}
		
h5		{
		margin-left: 20px;
		margin-top: -5px;
		margin-bottom: -10px;
		font-size: 11px;
		font-weight: normal;
		}	
		
*:first-child+html h5
		{
		margin-top: -15px;
		margin-bottom: -15px;
		}
		
h6		{
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0px;
		font-size: 11px;
		}		
			
a		{
		color: #000000;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
        }
		
a:hover
        {
        color: #FF0000;
		text-decoration: underline;
        }

.navi a{
		color: #FFFFFF;
		}
		
.navi a:hover {
		color: #FF0000;
		text-decoration:none;
		}		


.datum a{
		color: #FFFFFF;
		}
		
.datum a:hover {
		color: #FFFFFF;
		}		
		
/*schwarzer Linkbalken auf Termine*/		
.ab a	{
		color: #000000;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
		/*padding-left:10px;*/
        }
	
.ab a:hover
        {
        color: #000000;
		text-decoration: underline;
        }

/*Hauptfenster*/					
.main
        {
		color: #000000;
		vertical-align: top;
		/*padding: 20px;*/
		padding-left: 40px;
		padding-right: 40px;
	    }
		
#navi_vert
		{
		vertical-align: top;
		width: 134px;
		margin: 0px;
		}		

/*Grundkörper der Seite*/
.table	
		{
		border-style: solid;
		border-width: 1px;
		border-color: #FFFFFF;
		}

#boxkopf
		{
		border-style:solid;
		border-width: 1px;
		border-color:#666666;
		background-color:#FF0000;
		margin-top:15px;
		padding-left: 10px;
		padding-right: 10px;
		}

#box	{
		padding:10px;
		border-style:solid;
		border-top-style:none;
		border-color:#666666;
		border-width:1px;
		background-color: #C3C3C3;
 		font-size:11px;
		}		
			
/*Korrektur IE 5.5 - Schriftgröße in Tabelle*/
#tabIE	{
		font-size:11px;
		color:#000000;
		}
		
#tabtermin {
		padding-left: 10px;
		padding-top: 10px;
		vertical-align: top;
		height: 60px;
			}
*:first-child+html #tabtermin
		{
		height: 45px;
		}
									
/*Ergebnisse - Detail*/
#aufzählung li 
		{
		padding-left: 10px;
		padding-bottom: 1px;
		margin-left: 10px;
		/*list-style: none;*/
		list-style-image: url(image/acrobat.gif);
		}
		
/*Ergebnisse - Detail --> IE 7*/		
*:first-child+html #aufzählung li
		{
		margin-top: 3px;
		}

/*Aufzählung bei Zeitmessung*/
#navi li 
		{
		padding-left: 0px;
		padding-bottom: 3px;
		margin-left: 10px;
		list-style-image: url(orange.gif);
		}
		
/*Aufzählung bei Zeitmessung --> IE 7*/
*:first-child+html #navi li
		{
		margin-left: 10px;
		padding-top: -0px;
		}		

#table	
		{
		width: 100%;
		margin-left: -10px;
		border: 0px;
		}
					
ul 		{ 
    	list-style: square;
		margin-left: 15px;
        padding: 0;
		}
		
li		{
		margin-bottom: 5px;
		}
