html, body {
	margin:			0; 
	padding:		0; 
	width:			100%; 
	height:			100%;
	}
	
#hintergrund {
	position:		absolute; 
	z-index:		1; 
	width:			100%; 
	height:			100%;
	}

/* Layoutelemente */
#containerDiv { 
	position: 		absolute;
	width: 		    900px;
 	height: 		420px;
 	left: 			50%;
 	top: 			50%;
 	margin-left: 	-450px;
	margin-top: 	-240px;
	z-index:		10;
	/* overflow:    visible; */
	 }

/* Index, Sprachauswahl */
#container_indexDiv { 
	position: 		absolute;
	width: 		    500px;
 	height: 		200px;
 	left: 			50%;
 	top: 			50%;
 	margin-left: 	-250px;
	margin-top: 	-150px;
	z-index:		10;
	 }

#contentDiv { 
    margin-top: 	6px;
    /* height: 		400px; */
	font-family:	Verdana, sans-serif;
	font-size:		11px;
	color:			#333333;
	}

#content_indexDiv { 
    margin-top: 	6px;
    height: 		400px;
	font-family:	Verdana, sans-serif;
	font-size:		11px;
	color:			#ffffff;
	}
	
.subnav_button_1 {
	border: 		none;
	background:		none;
	font-family: 	Verdana, Sanf Serif;
	font-size: 		11px;
	}