@charset "utf-8";
/* CSS Document */
html {
	height: 100.1%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Arial, sans-serif;
	background: #3333ff;
}

#center {
	margin:auto;
	width:900px;
	height:902px;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", sans-serif; 
	margin: 0em 0em 0.0em 0em; 
	color: #000000;
}
h1 {
	font-size: 1.3em; 
	font-weight: bold;
}

h2 {
	font-size: 1.6em; 
	font-weight: normal;
	color:#000000;
}

a:link {font-size: 1.1em; 
	    font-weight: bold;
		color:#000000;
		text-decoration:none;
}

a:visited {font-size: 1.1em; 
	    font-weight: bold;
		color:#000000;
		text-decoration:none;
}
			
#content {
	position:relative;
	width:900px;
	height:1500px;
	z-index:1;
	top:0px;
	left:0px;
	background:#ffffff;
	overflow: visible;
	
}

#wrapper {
	position:absolute;
	width:900px;
	height:1500px;
	z-index:2;
	top:0px;
	left:0px;
	background:#ffffff;
	overflow: visible;
	
}

#header {
	position:absolute;
	width:668px;
	height:180px;
	left:0px;
	top:0px;
	z-index:3;
	background:#ffffff;
}

#text {
	position:absolute;
	width:468px;
	height:600px;
	left:200px;
	top:200px;
	z-index:2;
	background:#ffffff;
	overflow: visible;
}

#linkgrafiken {
	position:absolute;
	width:200px;
	height:902px;
	z-index:4;
	top: 0px;
	left:700px;
	background:none;
	overflow: visible;
	
}
#navigation {
	position:absolute;
	width:120px;
	height:700px;
	z-index:5;
	left: 50px;
	top: 200px;
	
}

#navisymbol {
	position:absolute;
	width:30px;
	height:700px;
	z-index:6;
	left: 10px;
	top: 200px;
	
}
