body { 	
	margin-top:		5px;
	margin-bottom:		5px; 
  	background-color:	#EDF3FF;
  	background-image:	url(image/alien_back.gif);
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,b,i
{ font-family:Arial, helvetica, sans-serif;
  color:#024;
}

p.gross
{  	font-size: 160%;
	font-weight: bold;
   	margin: 30px 0px;
}

p.mittel
{  	font-size: 120%;
	font-weight: bold;
   	margin: 10px 0px;
}

      
td { 
	vertical-align:top;
}

#haupt {
	margin-top: 10px; 
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	padding: 20px;
	border: ridge 3px #048;
  	background-image:	url(image/back_g.gif);
//	background-color:#FBF8E0;
}

.linie {
    border-top-style: ridge;
    border-top-width: 2px;
    border-color: #069;
    margin-top: 20px;
    width: 90%;
	text-align: center;
}


a:link    { color:#048; text-decoration:underline; }
a:visited { color:#084; text-decoration:underline; }
a:hover   { color:#FFFFFF; text-decoration:underline; background-color:#048; }
a:active  { color:#048; text-decoration:underline; }
