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

/* ALLGEMEIN */
a:link {
	color: #000000; 
	text-decoration: none; 
	background-color: inherit;
}

a:visited {
	color: #000000; 
	text-decoration: none; 
	background-color: inherit;
}

a:active {
	color: #000000; 
	text-decoration: none; 
	background-color: inherit;
}

a img {
	border : 0 none; 
	background-color: inherit;
}

a:hover {
	text-decoration: underline; 
	background-color: inherit; 
	color: #000000;
}

a {	
	text-decoration: none;
	color: #000000;
	outline: 0;
}

/* PAGE STYLE */

#centerpage {	
	position: relative; 
	top: -10px;   	 	
	margin: auto;
	padding: auto;
	width: 850px;   	
	display: block;
	z-index: 1; 	
}

#logo {
	position: absolute;
	left: 600px;
	top: 10px;
	width: 237px;
	height: 45px;
	z-index: 2;
}

#page_background {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 700px;
	height: 429px;
	z-index: 2;
}

#page_headline {
	position: absolute;
	left: 15px;
	top: 75px;
	width: 750px;
	height: 30px;
	font-family: verdana;
	font-size: 25px;
	color: #ffffff;
	z-index: 3;	
}

#menu {
	position: absolute;
	left: 15px;
	top: 127px;
	width: 500px;
	height: 30px;
	font-family: verdana;
	font-size: 14px;
	color: red;
	z-index: 3;	
}

#box {
	position: absolute;
	left: 7px;
	top: 200px;
	width: 270px;
	height: 300px;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid;
	z-index: 3;	
}

#impressum_text {
	position: absolute;
	left: 310px;
	top: 160px;
	width: 500px;
	height: 400px;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	z-index: 3;	
}


#page_content {
	position: absolute;
	left: 20px;
	top: 160px;
	width: 800px;
	height: 400px;
	font-family: verdana;
	font-size: 8px;
	color: #000000;
	z-index: 3;	
}

#index_headline {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 850px;
	height: 200px;
	font-family: verdana;
	font-size: 30px;
	color: red;
	text-align: center;
	z-index: 3;	
}

#index_text {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 850px;
	height: 200px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	z-index: 3;	
}

#content_left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 350px;
	height: 400px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-align: left;
	z-index: 3;	
}

#content_right {
	position: absolute;
	left: 380px;
	top: 10px;
	width: 445px;
	height: 400px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	z-index: 3;	
}

#content_right2 {
	position: absolute;
	left: 420px;
	top: 10px;
	width: 445px;
	height: 400px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-align: left;
	z-index: 3;	
}

#content_normal {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 650px;
	height: 400px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-align: left;
	z-index: 3;	
}

#next_page_center {
	position: absolute;
	left: 390px;
	top: 500px;
	width: 32px;
	height: 39px;
	z-index: 3;
}

#last_page_center {
	position: absolute;
	left: 355px;
	top: 500px;
	width: 32px;
	height: 39px;
	z-index: 3;
}

#next_page_right {
	position: absolute;
	left: 800px;
	top: 500px;
	width: 32px;
	height: 39px;
	z-index: 3;
}

#last_page_right {
	position: absolute;
	left: 765px;
	top: 500px;
	width: 32px;
	height: 39px;
	z-index: 3;
}

#footer{
	position: absolute;
	left: 0px;
	top: 560px;
	width: 850px;
	height: 30px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	z-index: 3;	
}

#datum{
	position: absolute;
	left: 30px;
	top: 560px;
	width: 200px;
	height: 30px;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	z-index: 3;	
}

