body  
{
	font-family: "tahoma";
        color : 000066;	
}


.body_inhalt  
{
	font-family : "Tahoma";
	font-size : 10pt;
}

.body_normal
 {
	font-family : "Tahoma";
	font-size : 12pt;
}

.body_ueberschrift
 {
	font-family : "Tahoma";
	font-size : 14pt;
}

.body_fett
 {
	font-family : "Tahoma";
	font-size : 10pt;
        font-weight : bold;
}

.body_rot
 {
	font-family : "Tahoma";
	font-size : 10pt;
        font-weight : bold;
        color : Red;
}
tabele
{
	font-family: "tahoma";
        color : 000066;	
}
.zelle1
{
	border-style: solid;
	border-width: 2px;
 	border-color: green;
        background-image:      url(hase2.jpg);
        background-attachment: fixed;
        background-position:   right bottom;
        background-repeat:     no-repeat;
}
.zelle2
{
	border-style: solid;
	border-width: 2px;
 	border-color: lime;
        background-image:      url(hase3.jpg);
        background-attachment: fixed;
        background-position:   left top;
        background-repeat:     no-repeat;
}

.menu_fett 
{
	font-family : "Tahoma";
	font-size : 10pt;
        font-weight : bold;
        color : white;
}

.menu_normal
{
	font-family : "Tahoma";
	font-size : 10pt;
        color : White;
}

.oben_gross
{
	font-family : "Tahoma";
	font-size : 13pt;
        color : white;
        font-weight : bold;
}
a 
 {
	color : 00008b;
	text-decoration : none;
	font-family : "Tahoma";
	font-size:10pt;
        color : white;
}
.weiss
{
	color : 00008b;
	text-decoration : none;
	font-family : "Tahoma";
	font-size:10pt;
        color : blue;
}
a:hover 
 {
	color : black;
	text-decoration: underline;
        font-weight : bold;
}


