/* Hauptnavigation */

.mainnav {		
			text-align: center;
			font-family: tahoma,arial, helvetica, sans-serif;
			font-size: 12px; 
			color: #6c2783; 
			font-weight: regular;
			}
	

.mainnav	a:link
			{
			text-decoration: none;
			color: #6c2783; 		
			}

.mainnav	a:visited
			{
			text-decoration: none;
			color: #6c2783; 		
			}
			
.mainnav	a:hover
			{
			text-decoration: underline;
			color: #6c2783; 	
			}

.mainnav	a:active
			{
			text-decoration: none;
			color: #6c2783; 	
			}
			
/* Sekundärnavigation */


.zelle_secnav {			padding: 10px 0px 0px 0px}

.secnav {		
			text-align: right;
			font-family: tahoma,arial, helvetica, sans-serif;
			font-size: 12px; 
			color: #6c2783; 
			font-weight: regular;
			}
	

.secnav 	a:link
			{
			text-decoration: none;
			color: #6c2783; 		
			}

.secnav 	a:visited
			{
			text-decoration: none;
			color: #6c2783; 		
			}
			
.secnav 	a:hover
			{
			text-decoration: underline;
			color: #6c2783; 	
			}

.secnav 	a:active
			{
			text-decoration: none;
			color: #6c2783; 	
			}

/* adressblock */

.adressblock {		
			text-align: right;
			font-family: tahoma,arial, helvetica, sans-serif;
			font-size: 12px; 
			color:#a7a8aa; 
			font-weight: regular;
			}
	

.adressblock 	a:link
			{
			text-decoration: none;
			color:#a7a8aa; 		
			}

.adressblock 	a:visited
			{
			text-decoration: none;
			color:#a7a8aa; 		
			}
			
.adressblock 	a:hover
			{
			text-decoration: underline;
			color:#a7a8aa;  	
			}

.adressblock 	a:active
			{
			text-decoration: none;
			color:#a7a8aa; 	
			}
/* Inhalt */	

.content {		
			text-align: left;
			font-family: tahoma,arial, helvetica, sans-serif;
			font-size: 12px; 
			color:black; 
			font-weight: regular;

			}		
			
/* Footer */

.footer {		
			text-align: center;
			font-family: tahoma,arial, helvetica, sans-serif;
			font-size: 10px; 
			color:#a7a8aa; 
			font-weight: regular;
			padding: 10px 10px 10px 10px ;
			
			}				

.footer	a:link
			{
			text-decoration: none;
			color: #a7a8aa; 
				
			}

.footer	a:visited
			{
			text-decoration: none;
			color: #a7a8aa; 		
			}

.footer	a:hover
			{
			text-decoration: underline;
			color: #a7a8aa; 	
			}
			
.footer	a:active
			{
			text-decoration: none;
			color: #a7a8aa; 	
			}	
			
/* Inhaltsbereiche */

h1 {padding: 10px 10px 0px 20px}

.fliesstext {padding: 0px 60px 10px 30px;}

a:link { text-decoration: none; color: #6c2783; }
a:visited { text-decoration: none; color: #6c2783; }
a:hover { text-decoration: underline; color: #6c2783; }
a:active { text-decoration: none; color: #6c2783; }
			

