body	{
		color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
		background-color: #ADD5FC;
		}
		
h3		{
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/*Titel Boxkopf*/
h4		{
		font-weight: bold;
		margin-bottom: 4px;
		margin-top: 4px;
		font-size: 11px;
		}

h5		{
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 15px;
		font-size: 11px;
		}
		
.datum
		{
		font-size: 11px;
		color: #FFFFFF;
		}
		
a       {
		color: #FFFFFF;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
        }
		
a:hover
        {
        color: #FFFF00;
		text-decoration: underline;
        }
		
.blue a	{
		color: #0000FF;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
        }
	
.blue a:hover
        {
        color: #0000FF;
		text-decoration: underline;
        }

.black a{
		color: #000000;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
		/*padding-left:10px;*/
        }
	
.black a:hover
        {
        color: #000000;
		text-decoration: underline;
        }
				
.main
        {
		color: #000000;
		vertical-align: top;
		padding-top: 0px;
		padding-left: 30px;
		padding-right: 30px;
	    }
/*Korrektur IE 7
*:first-child+html .main
		{
		marging-top: 50px;
		}*/
		
/*Grundkörper*/
.table	{
		border-style: solid;
		border-width: 1px;
		border-color: #FFFFFF;
		}
		
/*Korrektur IE 5.5 - Schriftgröße*/
#tabIE	{
		font-size:11px;
		}

#navi li
		{
		padding-left: 0px;
		padding-bottom: 10px;
		margin-left: 20px;
		list-style-image: url(IMAGE/weiss.gif);
		/*list-style-position: 20px;*/
		}
/*
*:first-child+html #navi li
		{
		margin-left: -20px;
		padding-top: 5px;
		}*/		

.navi_vert
		{
		vertical-align: top;
		width: 134px;
		}
		
#boxkopf
		{
		border-style:solid;
		border-width: 1px;
		border-color:#666666;
		color:#FFFFFF;
		background-color:#0033FF;
		margin-top:15px;
		padding-left: 10px;
		padding-right: 10px;
		}

#box	{
		background-color:#FFFEE6;
		padding:10px;
		border-style:solid;
		border-top-style:none;
		border-color:#666666;
		border-width:1px;
		font-size:11px;
		}
#termin	{
		margin-top: 10px;
		}
*+ html #termin {
		margin-left: -10px;
		}