@charset "utf-8";
/* CSS Document */

Body {
	background-color: #FFF;
	background-image:url(../grafiken/back.gif);
	background-repeat:repeat-x;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	margin:0px;
 
 
	}
	
#basis {
	width: 900px;
	height: 600px;
	position: absolute;
	background-color:#FFF;
	margin-top:0px;
	text-align:center;
	left: 50%;
	margin-left: -450px;
	top: 30px;
	
	}

#menu {
	width: 800px;
	height: 30px;
	position: absolute;
	margin-top:0px;
	text-align:left;
	left: 50px;
	top:  50px;
	font: Geneva, sans-serif;
	font-size:15px;
	font-family: "Lucida Console", Monaco, monospace;
	
	}
	
#content {
	width: 900px;
	height: 450px;
	position: absolute;
	margin-top:0px;
	text-align:center;
	left: 0px;
	top: 110px;

	}
	
	
#content_inner {
	width: 900px;
	height: 450px;
	position: absolute;
	margin-top:0px;
	text-align:center;
	left: 0px;
	top: 110px;
	font-family: "Lucida Console", Monaco, monospace;

	}

#footer {
	width: 800px;
	height: 20px;
	position: absolute;
	margin-top:0px;
	text-align:center;
	left: 50px;
	top: 560px;
	text-align:center;
	font-size:12px;
	font-family: "Lucida Console", Monaco, monospace;
	
	}

a:link, a:visited {
	color: #000;font-size:15px; text-decoration:none;
}

a:hover {
	color:#2D1A6E;font-size:15px;text-decoration: underline;}
