html, body  {
	height:100%;
	margin:0;
	padding:0;
	color: #fff;			
}

body {background: #252525 url(img/mainbg.jpg) no-repeat fixed;
	-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
}


	
/*----- boxes -------------------------*/
.wrapper {	
	width:980px;
	min-height:70%;
	margin:0 0px;
	margin: 0 auto;
	background: transparent url(img/wrapperbg.png) repeat-y;	
}

.innerwrap {	
	width:938px;
	margin-left:21px;
}

#menuswitch {display:none;}

.header{ width:100%; float:left; position:relative; }
.header img.headerpic  {max-width:100%; float:left; }
.header .infobox {position:absolute; top:60px; left: 0;  overflow:hidden; color:#fff; max-width:420px;}
.header .infobox  .wstitle a {font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 3.9em; line-height: 120%; color:#fff ! important; padding:5px 5px 10px 20px;  background: transparent url(img/bg50.png) ;}
.header .infobox  .pagetitle {font-size: 1.2em; font-weight: bold; line-height: 120%;  padding:5px 5px 10px 20px; margin:0;  background: transparent url(img/bg50.png) ;}
.header .infobox  .pagedesc {font-size: 0.9em; font-weight: bold; line-height: 120%;  padding:5px 0 10px 20px;   background: transparent url(img/bg50.png) ;}
.borderbox {height:40px; clear:both; background: transparent url(img/border.png) repeat-x ;}

.topbox {height: 60px; background-color: #252525; padding: 0 10px 0 0; position:relative;}
.uppertopbox {height:25px; padding-top:5px; text-align:right;}


.search_box {float:right;  width:140px; text-align:right; margin-top:0px; }
.search_box .searchstring {	
	width:80px;
	font-size:12px;
	padding:2px;
}
.search_box .submitbutton {
	vertical-align: top; margin:2px 0 0 0; 
}

#showlogin {display:block; float:right; position:relative;  width:30px; text-align:right; margin-top:0px; }
#login-box {
	position:absolute;
	width:200px;
	left:-190px;
	top:25px;
	padding:10px;
	font-size:11px;
	background:transparent url(img/bg75.png);
	z-index: 5000;
}
#login-box .inputfield {width:80px; border: 1px solid #c9e8f9; padding:1px;}
.printbutton  {display:block; float:right; margin: -2px 0 0 8px;; }

.breadcrumbs {margin-left: 230px; padding:10px 5px 4px 0px; clear:both;}


#leftbox {
	clear:left;
	float:left;
	margin: 0 0 0 0;	
	width:210px;
	min-height:120px;
	display:inline;
}

.contentbox, .contentboxwide {
	float:left;	
	display:inline;	
	min-height:220px;
	padding:0;
	margin-left:20px;
	margin-top:10px;
}

.contentbox { 	width:480px;}
.contentbox.contentboxwide {width:700px;}

.sidebarbox {
	float:right;
	margin: 15px 0 0 0;	
	width:210px;
	display:inline;
	border-left: 3px dotted #333;
}

.sidebarbox .inner{	
	margin: 0 10px 0 5px;
}
/*-- footer  -----------*/

.clearfooter {width: 100%; height:50px; clear:both;}

.footer {	
	width:980px;
	height:72px;
	margin:0 auto 0 auto;
	color: #fff;
	text-align:center;
	font-size:12px;
	padding-top:6px;
	background: transparent url(img/footer.png) no-repeat center top;
}
.footer a {color: #fff ! important; text-decoration:none;}

/*-- Menue Left  -----------*/

#menu {
	line-height: 120%;
	min-height: 125px;
}	



#menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;	
}


#menu li {	
	padding: 0 0 0 0;		
} 

#menu a:link, #menu  a:visited
{
text-decoration: none;
}

#menu li a {
	display: block;
	padding: 10px 0px 8px 20px;	
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	color: #75c4d0;
	border-bottom:1px solid #666;		
}


#menu li a:hover, #menu li a.menu-current, #menu li a.menu-parent {
	color: #d0eee6;
	background: transparent url(img/glitzer.png) no-repeat right bottom;
}

#menu li a.menu-current {color: #fff; text-shadow: 2px 2px  6px #000; }

#menu li li a {font-size:12px; padding: 8px 0px 8px 30px;}
#menu li li li a {font-size:12px; padding: 6px 0px 6px 40px;}
#menu li li li li a {font-size:12px; padding: 6px 0px 6px 50px;}


#editthis {padding: 2px 15px; width: 170px; margin-left: 3px; font-size:10px;}	
#editthis a {display:inline; text-decoration: none; color: #fff}



#suggestbox {
	z-index:1000;
	width:220px;	
	position: absolute;
	float:left;
	clear:both;			
}

#suggestbox ul {width: 220px; margin: -30px 0 0 -200px;
	background: #252525 url(img/mainbgmobile.jpg) no-repeat;
	-moz-box-shadow: 2px 4px 5px #000;
	-webkit-box-shadow: 2px 4px 5px #000;
	box-shadow: 2px 4px 5px #000;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#suggestbox ul, #suggestbox li {
	list-style-type: none;
	list-style-image: none;
	
	padding: 0; 
	font-size:12px ;
	line-height: 120%;
	text-align: left;		
}
#suggestbox ul li a {
	display:block;
	padding: 5px 3px 5px 5px; 
	text-decoration: none;
	margin:0; 
	font-weight:normal;
	font-size:12px;
	line-height: 120%;
	overflow:hidden;	
	border-top: 1px solid #666;
}
#suggestbox ul li a:hover { color:#fff; }


	
#suggestbox ul li.suggesttop {height:10px;} 
#suggestbox ul li.suggestbottom {height:5px;} 




/*=============================================================================================
----- SONSTIGES ------
=============================================================================================*/



.startmenu {display:none;}




/*-------------------------PRINT-----------------------------*/
  
@media print {

	body, div, a, h1, h2, h3, h4, h5, h6, li {color: #000 ! important;}

	 .nopr, #leftbox, #topmenu, #footerbox, #gecko_scrollbar {display:none;}
	.contentbox { 	width:60%;}
	.contentboxwide {width:90%;}
	
	.sidebarbox { 	width:30%;}

}