.container {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	background-color: #b2b2b2;
}

.navigator {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	
	top: 180px;
	
	width: 150px;
	height: 480px;
	
	background-color: #eaeaea;
}


.intro {
	margin: auto;
	
	width: 950px;
	height: 560px;
	
	text-align: center;
	
	background-color: eaeaea;
}



.content {
	position: absolute;
	
	margin-left: 0px;
	margin-top: 100px;
	left: 150px;
	top: 0px;
	
	width: 800px;
	height: 560px;
	
	background-color: #959595;
	/*background-color: #181818;*/
}

.navigator_liste {
	font: bold medium "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #ffffff;
	
	padding: 10px;
}


.active_topic {
	color: #ff7800;
	font: bold medium "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 14px;
}

.active_sub_topic {
	margin-left: 10px;
	color: #ff7800;
	font: bold medium "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 14px;
}

.sub_topic {
	margin-left: 10px;
	color: #ffffff;
	font: bold medium "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 14px;
}

.text {
	font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #000000;

	padding: 10px;

}


a:link {
	color: black;
	text-decoration: none;
}


a:visited {
	color: black;
	text-decoration: none;
}

a:active {
	color: #ff7800;
	text-decoration: none;
}

a:hover {
	color: #ff7800;
	text-decoration: underline;
}
.container_intro {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	
	background-image: url(../images/logo_intro.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	background-color: #b2b2b2;
}
.content_intro {
	position: absolute;
	
	margin-left: 0;
	margin-top: 100px;
	left: 0;
	top: 0;
	
	width: 950px;
	height: 560px;
	
	background-color: #959595;
	/*background-color: #181818;*/
}
.text_headline {
	font: 20px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #000000;

	padding: 0;

}
