body {
	 font-family:Arial,Verdana,Helvetica;
	 font-size:10pt;
	 background-image:  url(../images/hintergrund.gif);
/*	 margin-left:10pt;
	 margin-top:30pt;   */
	}

a.menu {
	font-size:14pt;
	text-align:left;
	vertical-align:middle;
	width:110px;
	height:30px;
	text-decoration:none;
	}

a.menu:link {
	font-size:14pt;
	font-weight:bold;
	color:#D73228;
	filter:Shadow(color=#333333, direction=45);   
    }

a.menu:visited {
	font-size:14pt;
	font-weight:bold;
	color:#D73228;
	filter: Shadow(color=#333333, direction=45);   
    }

a.menu:hover {
	font-size:14pt;
	font-weight:bold;
	color:#000000;
	filter:Shadow(color=#999999, direction=45);
    }

a.menu:aktive {
	font-size:14pt;
	font-weight:bold;
	color:#000000;
	filter:Shadow(color=#999999, direction=45);  
    }

a.aktionen {
    text-align:center;
	font-weight:bold;
    vertical-align:middle;
    width:70px;
    height:30px;
    border-style:ridge;
    border-width:3px;
    text-decoration:none;
    }

a.aktionen:link {
    color:#000000;
    background-color:#D73228;
    }

a.aktionen:visited {
    color:#000000;
    background-color:#D73228;
    }

a.aktionen:hover {
    color:#FFFF00;
    background-color:#D73228;
    }

a.aktionen:aktive {
    color:#000000;
    background-color:#D73228;
    }
