@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	
	background-color: #000000;
	
	margin: 0px;
	padding: 0px;
	
}

#ScrollerContainer{
	margin-top: 150px;
	margin-left:838px;
	
	width:29px; 
	height:35px; 
	z-index:3;
}

#divContainer {
	position: relative;
	top: 120px;
	left: 0px;
	
	width: 580px;
	height: 390px;
	
	z-index: 4;
	overflow: hidden;

	visibility: hidden;
}

#divContent {
	position:absolute; 
	z-index:1;
        width: 580px;

        /*padding-top:50px;*/
        left: 650px;
}



a {
	color:#836E41;
	text-decoration:none;
	
}

#content_all{	
	width: 999px;
	margin: auto;
	text-align: left;
	border: 0px solid red;
}

#top{
	height: 185px;

}

#top_left{
	float: left;
	width: 500px;
	height: 185px;
	background-image: url(/fileadmin/pics/design/img/interface_01.jpg);
	background-repeat: no-repeat;
}

#flash{
	position: absolute;
	width: 499px;
	height: 185px;
	
	margin-left: 500px;
	
	background-image: url(/fileadmin/pics/design/img/interface_02.jpg);
	background-repeat: no-repeat;
}

#content_umfassung{
	width: 999px;
	height: 694px;
	
	background-image: url(/fileadmin/pics/design/img/content_umfassung.jpg);
	background-repeat: no-repeat;
}

#content_left{
	float: left;
	width: 332px;
	height: 694px;

}

#navi{
	position: absolute;
	width: 200px;
	border: 0px solid yellow;
	
	margin-top: 50px;
	margin-left: 90px;
}

#navi_2{
	position: absolute;
	width: 200px;
	
	margin-top: 315px;
	margin-left: 90px;
}

.navi_elemente{
	width: 200px;
	height: 7px;
	
	background-image:url(/fileadmin/pics/design/img/navi_elemente_new.png);
	background-repeat: no-repeat;
	

}

.navi_elemente a{
	position: absolute;
	right: 2px;
	margin-top: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;	
	text-align: right;
}


#content_main{
	float: right;
	margin-top: 80px;
	margin-right: 90px;
	width: 560px;
	height: 430px;
	
	text-align: left;
	border: 0px solid red;
}

#content_main, #content_main, .title,  h1{
	font-size: 23px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #010101;
}

#subnavi{
	position: absolute;
	text-align: right;
	width: 300px;
	height: 20px;
	margin-top: 700px;
	margin-left: 600px;
	font-size: 12px;	
	border: 0px solid red;
}

.subnavi_elemente{
	margin-right: 5px;
}

.subnavi_elemente_active{
	margin-right: 5px;
}


.subnavi_elemente a{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.subnavi_elemente_active a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#gif {
	position: absolute;
	margin-top: -92px;
	margin-left: 390px;
}
