body {	
/*	background-color:#ffffff; */
        background-image:url(bilder/himmelrot.JPG);
	}
a:link {
	color: Green;
	text-decoration: underline;
}
a:visited {
	color: #ccff22;
	text-decoration: line-through;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
div#alles{
	width:750px; 
/*	height:800px;  */
/*	background-color:#ffffff;  */
	background-image:url(bilder/himmelrot.JPG);
	margin-left:80px;}  

div#zwischen{
	width:750px; 
	height:100px;
/*	background-color:#00ff00;  */
	display:block;
	float:left;
	} 

div#links{	
	width:120px;
/*	height:300px;*/
/*	background-color:#00ffff;  */
/*	background-image:url(bilder/himmelrot.JPG)  */
	display:inline; 
	float:left; }

div#mitte{
	width:750px;
	background-color:#ffffff;   
/*	background-image:url(himmelrot.JPG)*/
	display:block;
	float:left;
	vertical-align:top;
	}

div#menu{
	text-align:left;
	width:120px;
	height:25px;
	color:red;
	background-color:#eeffdd;
	margin-left:30px;
	margin-top:100px;
	display:block;}

div#menu_1{text-align:center;width:120px;height:25px;background-color:#000088;color:red;margin-left:6px;}
div#menu_2{text-align:center;width:120px;height:25px;background-color:#0000aa;color:red;margin-left:6px;}
div#menu_3{text-align:center;width:110px;height:25px;background-color:#000088;color:red;margin-left:6px;}
div#menu_4{text-align:center;width:110px;height:25px;background-color:#0000aa;color:red;margin-left:6px;}

div#rechts{
	width:520px;
	background-color:#ffffff;
	float:left;
	display:block;
/*	background-image:url(bilder/hg2.png);  */
	text-align:justify;
	font-family:LiberationSerif;
	font-size:12pt;
	font-weight:600;
	letter-spacing:0.2mm;
	padding:5px;
	color:#666666;
	height:auto;
	}  

div#unten{
	width:740px;
	background-color:#ffffff;
	float:left; display:block;
	text-align:justify;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	padding:5px;
	}  

*.gelbp{
	color:yellow;} 

*.einrueck{
	margin:3px 3px;}  

