/* Normaler Fliesstext in den Tabellen */	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-size: 12px;
	color: #333333;
	}
body {    
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-size:12px;    
	color:#333333;    
	background-color:#D4DED2;    
	margin-top:10px;    
	margin-bottom:20px;    
	margin-left:10px;    
	margin-right:10px 
      } 
      
A:link {    
	color: #333333;  
	font-size:11px;  
	text-decoration: none;
       } 
A:visited 
      {    
      	color: #333333;    
      	text-decoration: none; 
      	font-size:11px;
      } 
A:hover 
      {    
      	color: #000000;    
      	text-decoration: none; 
      	font-size:11px;
      } 
A:active 
      {    
      	color: #333333;    
      	text-decoration: none;
      	font-size:11px; 
      } 

  
h1     {    
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;    
	font-size: 26px;    
	color: #333333;    
	font-weight: italic;    
	margin-top:2px;    
	margin-bottom:2px; 
	font-variant: ;
font-stretch: wider;

	} 
h2 	{ 
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;  
	font-size: 20px;    
	color: #333333;    
	font-weight: italic;    
	margin-top:4px;    
	margin-bottom:4px; 
	font-variant: ;
font-stretch: wider;
margin_bottom: 0.5em;
border-bottom: thin solid #D9261C;
	} 
h3 	{    
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;    
	font-size: 14px;    
	color: #000000;    
	font-weight: bold;    
	margin-top:16px;    
	margin-bottom:6px; 
	font-variant: small-caps;
  font-stretch: wider;

	} 
h4 	{    
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-size: 11px;    
	color: #D9261C;
  font-weight: bold;
  line-height: 20px;    
	 
	
	} 
h5 	{    
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #606060;
  font-weight: normal; 
  
	
 	}  
  
   
h6 	{    
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-size: 13px;    
	line-height: 16px;    
	color: #136933; 
	font-weight: bold;
  } 
  	     

p 	{    
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	line-height: 16px;    
	color: #666666; 
	} 
  
  
  
#galerie li
{
list-style-type: none;
float: left;
margin: 0 10px 10px 0;
text-align: center;
font-weight: bold;
position: relative;
}

#galerie img
{
width: 150px;
height: 155px;
display: block;
padding: 3px;
border: 2px solid #1A6C38;
} 


#galerie a .gross
{
display: none;
}

#galerie a:hover .gross
{
width: 300px;
height: 310px;
display: block;
position: absolute;
top: -50px;
left: -60px;
z-index: 1;
background: #fff;
}

/*--Spezialangaben für den Internet Explorer 7--*/
*+html #galerie a:hover { z-index: 1;}
*+html #galerie li{position: static;}
*+html #galerie a {position: relative;}

/*--Spezialangaben für den Internet Explorer 6--*/
*html #galerie a:hover {display: block; z-index: 1;}
*html #galerie li{position: static;}
*html #galerie a {position: relative;} 




#start li
{
list-style-type: none;
float: right;
margin: 0 10px 10px 20;
text-align: center;
font-weight: bold;
position: relative;
}

#start img
{
width: 218px;
height: 200px;
display: block;
padding: 3px;
border: 2px solid #FFFFFF;
} 


#start a .gross
{
display: none;
}

#start a:hover .gross
{
width: 218px;
height: 200px;
display: block;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
background: #fff;
}


