body {background-color: #FFFFFF;
		 font-family: verdana, sans-serif;
		 margin:0px;

}

h1{	 background-color: #006600;
		 color: #FFFFFF;
		 text-align: center;
		 padding-top: 10px;
		 padding-bottom: 10px;
		 font-size: 200%;
		 font-weight: normal;
}
h2{	 color: #006600;
		 padding-left: 20px;
		 padding-bottom: 0px;
		 font-size: 100%;
}
h6{	 background-color: #d3d3d3;
		 color: #006600;
		 font-size: 100%;
		 text-align: center;
		 padding-top: 2px;
		 padding-bottom: 2px;
		 clear: both;

}

p {	 margin-left: 120px;
		 margin-right: 40px;
		 font-size: x-small;
}

#spalte1 { float: left;
				 	 width: 60%;
					 margin-bottom: 40px;
					 margin-top: 30px;
					 margin-right: 25px;
				 
}

#spalte2 { float: left;
				 	 width: 37%;
					 margin-bottom: 40px;
					 margin-top: 90px;
}
#spalte1bed { float: left;
				 	 width: 50%;
					 margin-bottom: 40px;
					 margin-top: 30px;
					 margin-right: 25px;			 
}
#spalte2bed { float: left;
				 	 width: 37%;
					 margin-bottom: 200px;
					 margin-top: 40px;
}

#spalte2plan { float: left;
				 	 width: 37%;
					 margin-bottom: 10px;
					 margin-top: 40px;
}

span.punkt {
					 color: #006600;
					 font-weight: bold;
}

span.top { font-size: 200%;
				 	 font-weight: normal;
					 color: #FFFFFF;
}
span.bund {font-size: x-small;
					 color: #666666;

}

a:link {
	color: "blue";
	text-decoration:"none";
}
a:visited {
	color: "darkblue";
	text-decoration: "none";
}
a:active {
	color: "darkblue";
	text-decoration:"none";
}
a:hover {
	color:"blue";
	text-decoration: "underline";
}



a.menulink:visited {
	color: "cccccc";
	text-decoration: "none";
}
a.menulink:link {
  color:"white";
	text-decoration: "none";
}
a.menulink:hover {
  color:"white";
	text-decoration: "underline";
}
a.menulink:active {
	color: "white";
	text-decoration:"none";
}


a.her:visited {
	color: "#006600";
	text-decoration: "none";
}
a.her:link {
  color:"#006600";
	text-decoration:"none";
}
a.her:hover {
  color:"#006600";
	text-decoration:"underline";
}
a.her:active {
	color: "#006600";
	text-decoration:"none";
}

