body {
	margin: 0px;
	color:#000000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:small;
	
}

a:link { color:black; font-size:smaller; text-decoration:none; }
a:visited { color:black; font-size:smaller; text-decoration:none; }
a:focus { color:black; font-size:smaller; text-decoration:none; }
a:hover { color:black; font-size:smaller; text-decoration:underline; }
a:active { color:black; font-size:smaller; text-decoration:underline; }



div#all {
	
	
	width: 750px;
	
	}
	
div#top {
	background: url(Bilder/top3a.jpg);
	width: 750px;
	height: 340px;
	}

div#top2 {

	background: url(Bilder/top3b.jpg);
	width: 750px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	}


	
div#randtop {
	
	background:url(Bilder/top_bottom1.jpg);
	width: 750px;
	height: 52px;
	}
	
div#randleft {
	width: 25px;
	min-height: 200px;
	float: left;
	}
	
div#randright {
	width: 25px;
	min-height: 200px;
	float: left;
	}

	
div#content {
	width: 750px;
	min-height: 600px;
	overflow: hidden;
	background: url(Bilder/topbottombottom4.jpg) repeat-y;
	}


	
div#center {
	
	
	
	
	
	min-height: 300px;
	
	width: 420px;
	
	padding-left:40px;
	padding-right:40px;
	float: left;
	
	}
	
div#right {
	
	
	
	
	
	min-height: 400px;
	width: 130px;
	
	padding-left: 35px;
	padding-right: 35px;
	overflow: hidden;
	float:left;
	}

div#bottom {

	background:url(Bilder/bottom.jpg);
	width: 750px;
	height: 75px;
	float: none;
	
	}






