html,body
{
background: url(0100.GIF);

}

body
{
text-align: center; /* Zentrierung IE */
}


#seitenbereich
{
	
margin: 0 auto;
	width: 800px;
	background: url(0100.GIF);
	
	
}



#inhalte {
	
	margin-top: 30px;	
	width: 800px;
}

#startpic
{
	border: none;

}




#h1
{	
	color: white;
	font-size: 28pt;
  	font-family:arial, "lucida console", sans-serif; /* Schriftart */
   		
  }

#h4

{
	color: white;
	
  	font-family:arial, "lucida console", sans-serif; /* Schriftart */ 

}

#h6
{
	color: white;
	
  	font-family:arial, "lucida console", sans-serif; /* Schriftart
}

#inhalte a:link    { color:blue;   text-decoration:none; }
#inhalte a:visited { color:black;  text-decoration:line-through; }
#inhalte a:focus   { color:green;  text-decoration:overline; }
#inhalte a:hover   { color:red;    text-decoration:overline; }
#inhalte a:active  { color:orange; text-decoration:underline; }


 }	
 

