html, body  {
	height:100%;
	margin:0;
	padding:0;
	color: #333;			
}

body {background: #555555 url(img/mainbg.jpg) repeat-x; min-width:980px;}


/* ========================= Header ========================= */
.header{ width:100%; float:left; position:relative; height:220px; overflow:hidden; background: #666 url(img/headlight.png) no-repeat ;}

.header .infobox {position:absolute; top:0px; left: 20px;  overflow:hidden; color:#fff; }
.header .infobox  .wstitle a {font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 3.9em; line-height: 100%; color:#fff ! important; text-decoration: none; padding:5px 5px 0 20px;  text-shadow: 2px 4px 10px #000;}
.header .infobox  .pagetitle {font-size: 1.2em; font-weight: bold; line-height: 120%;  padding:5px 5px 10px 20px; margin:0;  max-width:50%;  text-shadow: 1px 2px 10px #000;}
.header .infobox  .pagedesc {font-size: 0.9em; font-weight: bold; line-height: 120%;  padding:5px 0 10px 20px;  max-width:40% ; opacity: 0.7; text-shadow: 0 1px 10px #000;}

.boxes {
	position:absolute; 
	top: 80px; 
	left: 10px; 	
	width:30px;
	height:30px;
	border: 2px solid #fff;
	/*
	-moz-box-shadow: 2px 4px 5px #000;
	-webkit-box-shadow: 2px 4px 5px #000;
	box-shadow: 2px 4px 5px #000;
	*/
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4; 	
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

	

#menuswitch {display:none;}

/* ========================= TOP Menu ========================= */

.topmenubox {
	width:100%;
	height:30px;
	background: #5b5b5b;
	float:left;
}
.topmenuinner {
	width:960px;
	margin: 0 auto;
	background: url(img/navbgl1.gif) no-repeat left 0px; 
}

ul.topmenu, li.topmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.topmenu {
	float:left;
	width:770px;	
	height: 30px;	
	border: 0;	
	padding:0;
}
.topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	list-style-image: none;
}

/* Root Level Link Formatting */
.topmenu ul li {float: left; color: #fff; text-align: center; font-weight: normal; list-style-type: none; list-style-image: none;}
.topmenu ul li a {display: block; color: #fff;  background: url(img/navbgl1.gif) no-repeat right 0px; padding: 5px 7px 6px 8px; text-decoration: none; font-weight: bold; }




/* 2nd Child menu */
.topmenu ul li ul {position: absolute; width: 200px; margin: -1px 0 0 0px; padding-top:8px; display: none; display:none; box-shadow: 0 4px 8px #000; background: #5b5b5b;}
.topmenu li ul li {text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;  }
.topmenu li ul li a {width: 200px;  height:auto; margin:0; padding: 0; border-top: 1px solid #999; font-weight: normal; background: none;}
.topmenu li ul li a span {display:block; padding:4px 0 4px 10px; }

/* 2nd Child link hover */
.topmenu li ul a:hover,  .topmenu li ul a.menu-current, .topmenu li ul a.menu-parent {font-weight: bold;}


/* Show and hide */
.topmenu li:hover ul, .topmenu li a:focus ul, .topmenu li.subMenu ul, .topmenu li.tabselected ul {display: block;}
.topmenu li ul ul { display: none; margin: 4px 0 0 -120px; padding-top:0;}
.topmenu li:hover ul ul, .topmenu li.subMenu ul ul {display: none;}
.topmenu li:hover>ul, .topmenu li li:hover>ul, .topmenu li.subMenu>ul, .topmenu li li.subMenu>ul {display: block;  z-index: 1000;}



/* Positioning the Pop-out Drops */
.topmenu li {position: relative;}

.topmenu ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


.topmenu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

/* ========================= Main Content ========================= */



.wrapper {	
	width:980px;
	margin: 0 auto;	
	background: transparent url(img/contentbg.png) repeat-y;		
}



.innerwrap {	
	width:960px;
	margin: 0 auto;

}


.breadcrumbsbox {height:40px; clear:both; background: transparent url(img/border.png) repeat-x ;}
.breadcrumbs {margin-left: 230px; padding:10px 5px 4px 0px; clear:both;}







.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; text-align:right; margin-top:0px; }
#login-box {
	position:absolute;
	width:200px;
	left:-200px;
	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;; }





/* ========================= Left menu========================= */


#leftbox {
	clear:left;
	float:left;

	margin: 0 0 0 0;	
	width:210px;
	min-height:120px;
	display:inline;
}


/*-- Menue Left  -----------*/

#leftmenu {
	line-height: 120%;
	min-height: 125px;
}	



#leftmenu a:link, #leftmenu  a:visited
{
text-decoration: none;
}

#leftmenu a {
	display: block;
	padding: 8px 0px 8px 30px;	
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	line-height:100%;
	color: #fff;
	border-bottom:1px solid #666;		
}




#leftmenu a:hover, #leftmenu a.menu-current, #leftmenu li a.menu-parent {
	background: transparent url(img/glitzer.png) no-repeat right bottom;
}
#leftmenu  a.menu-current {text-shadow: 2px 2px  6px #000; }

#leftmenu  a.lev0 {font-size:16px; padding: 12px 0px 10px 10px; display:none;}
#leftmenu a.lev1 {font-size:14px; padding: 10px 0px 9px 20px;}


/* ========================= Content ========================= */




.contentbox, .contentboxwide {
	float:left;	
	display:inline;	
	min-height:220px;
	padding:0;
	margin-left:20px;
	margin-top:10px;
}

.contentbox { 	width:480px;}
.contentboxwide {width:700px;}

.sidebarbox {
	float:right;
	margin: 15px 0 0 0;	
	width:210px;
	display:inline;
	border-left: 1px solid #999;
}

.sidebarbox .inner{	
	margin: 0 10px 0 5px;
}
/*-- footer  -----------*/

.clearfooter {width: 100%; height:50px; clear:both;}

.footer {	
	width:100%;
	height:200px;
	margin:0 auto 0 auto;
	color: #fff;
	text-align:center;
	font-size:12px;
	padding-top:6px;
	position:relative;
	overflow:hidden;
	background: #3f3f3f url(img/border.png) repeat-x ;

}
.footer a {color: #fff ! important; text-decoration:none;}
.footer #footerboxes {width:50%; height:60px; position:relative;  opacity: 0.4; }



#editthis {padding: 2px 15px; width: 170px; margin-left: 3px; font-size:10px;}	
#editthis a {display:inline; text-decoration: none; color: #fff}




.search_box {margin:5px 0 0 0; width:130px;}
.search_box .searchstring {
	margin:0 0 0 0;
	width:100px;
	border: 1px solid #999;
	color: #ccc;
	background-color: transparent;
	font-size:12px;
	padding:2px 0 0 2px;
}
.search_box .submitbutton { vertical-align: top; margin:0 0 0 0; }

.printbutton { margin:2px 0 0 5px; }


/* Login Box */
#showlogin {display: block; margin: 2px 0 0 1px;}
#login-box { margin-top:3px; padding:10px; border-top: 2px #505567 solid; font-size: 10px; color: #fff ! important;}
#login-box .inputfield {		
	font-size: 10px;
	padding:2px;
	border: 1px solid #999;
	background-color: transparent;
	width:100%;
	color: #ccc;	
}
#login-box .loginsubmit { float:right;}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


