/*
	standard formatierungen public

*/

a:link,a:visited,a:active
	{
	color:blue;
	text-decoration:none;
		
	}
	
a:link.dhtml,a:visited.dhtml,a:active.dhtml
	{
	color:#d0d0d0;
	text-decoration:none;
		
	}	

td,th,h1,body,p,ul,div,ol
	{
	font-family: verdana,arial,helvetica,serif;
	font-size:11px;
	}

b.red
	{
	color=red;
	}	
	
ol.norm
	{
	font-size:11px;
	text-align:left;
	}
	
ul.norm
	{
	font-size:11px;
	text-align:left;
	}
	

p	{

	font-size:11px; 
	text-align:justify;
	line-height:14px;
	margin:10px;
        }
        
p.klein	{
	font-size:9px; 
	text-align:left;
	line-height:10px;
        }        

p.klein-center
	{
	font-size:9px; 
	text-align:center;
	line-height:10px;
        }        

p.top	{
	font-size:11px; 
	text-align:right;
        }
        
p.t1	{
	font-size:14px;
	text-align:center;
	}

p.t2	{
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	}
	
p.t3	{
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	margin:10px;
	}	

p.t4	{
	font-size:11px;
	text-align:center;
	}

body
	{
        background:#ffffff;
	color:#000000;
	}
body.green
	{
        background:#c6e2c7;
	color:#000000;
	}
	
td.menue
	{
	color:#ffffff
	}	
	

	


