*		{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
		}
		
html 	{
    height: 100%;
	margin-bottom: 1px;
		}
		
body 	{
    text-align: center;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 80%;
	line-height: 140%;
		}
        
a:link, a:visited  {
	text-decoration: none;
	color: #990000;
        }

a:hover {
        font-weight: normal;
        }
        
h1      {
	font-size: 300%;
	font-weight: normal;
	margin-bottom: 12px;
        }
		
h2      {
	margin-bottom: 6px;
	margin-top: 20px;
	color: #990000;
	font-size: 100%;
	font-weight: normal;
        }

h3      {
    margin-bottom: 6px;
	margin-top: 0px;
	color: #990000;
	font-size: 100%;
	font-weight: normal;
        }

h4      {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	margin-top: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px 20px 10px 30px;
        }
        
img     {
        border: none;
        }
        
.clr    {
        clear: both;
        }

/*-----container------*/

#wrap   {
	width: 775px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border: 1px solid #333333;
	min-height: 560px;
        }
        
#header  {
	clear: both;
	width: 100%;
	height: auto;
	border-bottom-width: 1px;
	margin: auto;
        }
		
#subheader  {
	clear: both;
	width: 100%;
	height: 50px;
	margin: auto;
	   }
#last   {
	clear: both;
        }
				
/*-----Titelseite-----*/	   
	   
#titelheader  {
	clear: both;
	width: 100%;
	height: auto
        }

		
#titeltext    {
	float: left;
	width: 700px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 30px;
	margin-right: 20px;
	border: none;

        }
#titeltext p    {	
	font-weight: bold;
	font-size: 110%;
	color: #ffcc66;
	}
	
.titellogo {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
    } 	
	
.titelbild {
	float: right;
	margin-top: 50px;
	margin-right: 150px;
	margin-bottom: 15px;
	margin-left: 15px;
    }   	   

/*-----Haupt-Navi-----*/
        
#navi   {
	float: left;
	width: 210px;
	text-align: center;
	font-size: 110%;
	margin: auto;
	height: 350px;
        }
        
#navi ul    {
	list-style-type: none;
	margin: 6px 4px 6px 25px;
	text-align: left;
	list-style-image: none;
        }
        
#navi li ul    {
	list-style-type: none;
	text-align: left;
	list-style-image: none;
	margin-top: 1px;
	margin-right: 4px;
	margin-left: 7px;
        }
        
#navi li    {
	color: #990000;
	margin: 5px 2px;
	padding: 2px 3px;
	list-style-image: none;
	font-weight: normal;
        }
		
#navi li ul li   {
	color: #990000;
	font-size: 80%;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 2px;
        }
        
#navi li a  {
	color: #000000;
	list-style-image: none;
        }
#navi li a:hover {
	color: #333333;
	font-weight: normal;
}

#navi p {
	margin: 5px;
        }
        
/*----- Content -----*/

#content    {
	float: left;
	width: 500px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 24px;
	margin-right: 10px;
	border: none;
        }

#content p  {
        margin-bottom: 6px;        
        }
		
#content ul    {
	margin-left: 20px;
	padding-bottom: 5px;
        }
        
#content a, a:hover {
	color: #000000;
	text-decoration: underline;
}
		
.imgleft {
	float: left;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;
    }

.imgright {
	float: right;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
    } 
	 
.imgtop {
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    }     

.fett {
	font-weight: bold;
    }

        
/*----- Footer -----*/
        
#topfooter  {
	clear: both;
	width: 100%;
	height: 40px;
        }
		
#footer  {
	clear: both;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 85%;
	margin-bottom: 30px;
	color: #999999;
        }
		
/*-----Tabellen------*/

table   {
        width: 98%;
        table-layout: auto;
        border: none;
        margin-bottom: 12px;
        }
        
td      {
        vertical-align: top;
        padding: 4px 4px;
        }
		
.tablekont {
	float: right;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 175px;
    }       

.logo   {
        width: 90px;
        text-align: center;
        vertical-align: middle;
        }

