/* screen only styles */


html {
	 height: 100%; 
}

body {
	margin:0;
	padding:0;
	background-color:#b1b1b1;
	height: 100%; 
}


#allwrap {
	width: 975px;
	background-color:#8b8b8b;
	text-align:left;	
	height: 100%; 	
}

#allwrap2 {	
	position: relative;	 
}

#header_wrap {
	height: 124px;
	width: 975px;
	overflow: hidden; 
	background-color: #ffffff;	
}

#logo {
	float: left;
	overflow: hidden;
	width: 421px;
	height: 124px;	
}

#logo img {
	border: 0;
}

#meta_navi_wrap {
	float: left;
	overflow: hidden; 
	width: 554px;
	height: 124px;
}

#meta_navi {
	height: 26px;
	float: left;
	overflow: hidden;
	margin-top: 45px;	
}

#meta_search {
	width: 100px;
	height: 26px;
	float: left;
	overflow: hidden;
	margin-top: 41px;	/* damit die höhe der inputbox box */

}

#meta_search form {
	margin: 0;
	padding: 0,
}

#meta_search input {
	width: 132px;
}


#meta_line {
    /* top-position des strichs: 72 */
	float: left;
	width: 529px;	
	height: 2px;	
	border-top: 1px solid #999999;	
}

#main_navi_wrap {
	position: absolute; 
	width: 554px;
	/*height: 300px;  */
	top:77px;	
	left:411px; 
	z-index:30;
}


#main_navi {
	width: 484px;		
}

#main_navi ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style:none;	
}

#main_navi ul li {
	padding: 0;
	margin:0;
	display:block;
	position:relative;
	float: left;
}


#main_navi ul li ul {
	display:none;  
	position:absolute;
	left:0px; 
	top:20px;	
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background-color: #ffffff;
}		
	
#main_navi ul li:hover ul {
	display:block;	
}		


#main_navi ul li ul li {
	float: none;
	padding:0;
	margin:0;	
	width: 142px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}					

#main_navi ul li ul li a {
	display:block;
	width: 140px;
	overflow: hidden;
	padding: 4px 0px 4px 0px;
	margin: 0;
}


#bgimage_wrap {
	position: absolute;
	top:124px;
	left:0px; 
	z-index:10;

	height: 574px;
	width: 975px;
	overflow: hidden;
	background-color:#8b8b8b;
}

#bgimage_wrap_noscript {
	position: absolute;
	top:124px;
	left:0px; 
	z-index:11;

	height: 574px;
	width: 975px;
	overflow: hidden;
	background-color:#8b8b8b;
}

#bgimage_wrap_noscript #image_noscript {
	position: absolute;
	top: 0px;
	left:0px;
	height: 574px;
	width: 975px;
	overflow: hidden;
	z-index:1;
}

#bgimage_wrap_noscript #imageinfo_noscript {
	position: absolute;
	top: 305px;
	left:10px;
	width: 189px;
	height: 90px;
	background-color: #1c1c1c;

	filter:alpha(opacity=70);
	 -moz-opacity:0.7;
	 -khtml-opacity: 0.7;
	 opacity: 0.7;  

	overflow: hidden;
	z-index: 2;
}

#left_navi_wrap {
	position:absolute;
	top:698px; /* 574 + 124 */
	left: 0px;
	z-index:30;
	width: 209px;	
}


#left_navi {
	margin: 20px 0px 0px 10px;
	width: 189px;	
	overflow: hidden;
}

#left_navi a {
	display: block;
	height: 14px;
	
}



/* Spezielle Stile für die Startpage - BEGIN */

#startpage {
	height: 100%;
}

#startpage #content_wrap {	
	position:absolute;
	top:529px;
	left: 0px;
	z-index:20;

	width: 975px;
	background-image:url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 169px; 
}


#startpage #content_wrap #content_left_wrap {
	float: left;
	width: 209px;
	overflow: hidden;	
}

#startpage #content_wrap #content_main_wrap {
	width: 766px;
	float: left;
	overflow: hidden;	
}

#teaser_channel {
	margin: 0px 10px 0px 10px;	
	height: 258px;
	overflow: hidden;
	background-color: #d03c86;
	filter:alpha(opacity=80);
	 -moz-opacity:0.8;
	 -khtml-opacity: 0.8;
	 opacity: 0.8;  
}




/* Spezielle Stile für die Startpage - END */

/* Spezielle Stile für die Contentpage - BEGIN */

#contentpage {
	height: 100%; 
}


#sub_navi_wrap {
	position:absolute;
	top:174px; /* 50 + 124 */
	left: 20px;	
	background-color: #a5d6ff;
	filter:alpha(opacity=95);
	 -moz-opacity:0.95;
	 -khtml-opacity: 0.95;
	 opacity: 0.95;  
	z-index:30;	
	width: 257px;	
}

#sub_navi {
	margin: 20px 10px 29px 10px;
	padding-bottom: 1px;
}


#sub_navi ul {
	list-style: none;	
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#sub_navi ul li {	
	background-image: url(../images/sub_navi_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 19px;
}

#sub_navi ul li a {
	width: 237px;
	color: #0e0e0e;
	text-decoration: none;
	display: block;
}

#sub_navi ul li a.act {
	font-weight:bold;
}

#sub_navi ul li a:hover {
	color: #0054a6;
}

#sub_navi ul ul {
	background-image: url(../images/sub_navi_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#sub_navi ul li li {
	padding: 0px 0px 0px 15px;
	background-image: none;	
}


#sub_navi ul li li a {
	width: 222px;  /* 237 - 15 */
	color: #666666;
	text-decoration: none;
}

#sub_navi ul li li a.act {
	color: #0054a6;
	font-weight:bold;
}

#sub_navi ul li li a:hover {
	color: #0054a6;
}


#contentpage #content_wrap {
	position:absolute;
	top:144px;
	left: 0px;
	z-index:20;
	width: 975px;
	background-image:url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 554px; 
}

#contentpage #content_wrap #content_wrap2 {
	margin-left: 209px; 
	background-color: #ffffff;
	width: 746px;
	overflow: hidden;
}

#contentpage #content_wrap2 #subsub_navi_wrap {
	padding-left: 78px; 
	height: 50px;
	width: 648px;
	float: left;
	overflow: hidden;
	
}

#contentpage #content_wrap2 #content_main_wrap {
	padding-left: 78px; 
	width: 368px;
	float: left;
}

#contentpage #content_wrap2 #content_main_wrap #content {
	width: 368px;
	overflow: hidden;
	float: left;
}

#contentpage #content_wrap2 #content_right_wrap {
	margin-left: 20px;
	width: 260px;
	float: left;

}

#contentpage #content_wrap2 #content_right_wrap #content_right {
	float: left;
	width: 260px;
	overflow: hidden;
}

#contentpage #content_wrap2 #content_footer_wrap {
	margin: 20px 0px 30px 0px;
	padding-left: 78px;
	width: 368px;	
	float: left;
}

#contentpage #content_wrap2 #content_footer_wrap #content_footer {
	width: 368px;	
	overflow: hidden;
	float: left;
	border-top: 1px solid #a9a9a9;
}

#bgimage {
	height: 574px;
	overflow: hidden;
}


/* Spezielle Stile für die Contentpage - END */



