@charset "utf-8";
/* CSS Document */

#inhalt 
{
	background:url(../images/background_start.gif) top repeat-y;
}

#logogruppe 
{
   
	background:url(../images/head_startseite.gif) top no-repeat;
}

#textinhalt th 
{
    background:#bb2222;
    color: #FFFFFF;
}

#textinhalt .farbe 
{ 
	background: #FFFFFF;
	
}

#textinhalt .unterstrichen 
{
text-decoration:underline;
	
}

#textinhalt .farbe:hover 
{ 
	background: #FFEEAA;
	
}

#textinhalt .normal:hover 
{ 
	background: #FFFFCC;
	
}

#textinhalt img.einzuglinks {
	float:left;
	padding: 5px 5px 90px 5px;

}

#textinhalt img.einzuglinksklein {
	float:left;
	padding: 5px 5px 5px 5px;

}

#textinhalt img.einzurechts {
	float:right;
	padding: 5px 5px 50px 5px;

}
