html, body  {
	height:100%;
	margin:0;
	padding:0;
	color: #333;			
}

body {background: #d0e4ef url(img/mainbg2.jpg) repeat-x; }

img {height: auto; }

/* ========================= Header ========================= */
.header{ width:100%; float:left; position:relative; max-height: 200px; overflow:hidden; background: #d0e4ef url(img/headerimg1.png) repeat-x; background-size: contain; }

.header .infobox {position:absolute; top:0px; left: 20px;  overflow:hidden; color:#172129; }
.header .infobox  .wstitle a {font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 3.9em; line-height: 100%; color:#172129 ! important; text-decoration: none; padding:5px 5px 0 20px;  text-shadow: 2px 4px 5px #405f78;}
.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 #405f78;}
.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 #405f78;}
.header .headerimage {max-width: 960px; height: auto; margin: 0 auto; }

.boxes {
	position:absolute; 
	top: 80px; 
	left: 10px; 	
	width:30px;
	height:30px;
	border: 2px solid #333;
	/*
	-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: #3061ac;
	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: 720px;	
	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 5px 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:225px;
	left:-225px;
	top:25px;
	padding:10px;
	font-size:11px;
	background:transparent url(img/bg30.png);
	z-index: 5000;
}
#login-box .inputfield {width:80px; border: 1px solid #CCCCCC; padding:1px; font-size:12px; color: #FFFFFF;}
.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: #172129;
	border-bottom:1px solid #666;		
}

#leftmenu a:hover, #leftmenu a.menu-current, #leftmenu li a.menu-parent {
	background: transparent url(img/glitzer2.png) no-repeat right bottom;
}
#leftmenu  a.menu-current {text-shadow: 2px 2px  6px #405f78; }

#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:100%;
	margin:0 auto;
	color: #405f78;
	text-align:center;
	font-size:12px;
	padding-top:6px;
	position:relative;
	overflow:hidden;
	background: #d0e4ef url(img/border.png) repeat-x ;
/*	background-color: #d0e4ef;
	background-image: url(img/headerimg1.png), url(img/border.png);
    background-repeat: repeat, repeat-x;
*/
}
.footer a {color: #405f78; text-decoration:none;}
.footer #footerboxes {width:50%; height:60px; position:relative;  opacity: 0.8; margin: 0 auto;}
#footerboxes a:hover {color: #800000; text-decoration:none; }

#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:180px;}
.search_box .searchstring {
	margin:0 0 0 0;
	width:150px;
	border: 1px solid #CCC;
	color: #FFF;
	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; }


/* ================================================================================================= */
/* News module */

.post_title, .post_date, .post-title, .post-date
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  font-size: 0.8em;
}
.post_title, .post-title
{
	font-size: 15px;
    font-weight: bold;
    color: #000080;
}

/* ================================================================================================= */
/* Bookmarks module */

.BMheader  {
	color: #000080;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	height: 2 0px;
}


/* Login Box */
#showlogin {display: block; margin: 2px 0 0 1px;}
#login-box { margin-top:3px; padding:10px; border-top: 2px #555 solid; font-size: 12px; color: #fff ! important;}
#login-box .inputfield {
	font-family: verdana;
	font-size: 12px;
	padding:2px;
	border: 1px solid #CCC;
	background-color: transparent;
	width: 110px;
	color: #EEE;	
}
#login-box .loginsubmit { float:right;}

.pref_a_setting {background-color: #3061AC; border: 1px solid #CCCCCC; padding: 3px;}
a.pref_a_setting:link {color: #FFFF40; font-weight:normal;}
a.pref_a_setting:visited {color: #FFFF40; font-weight:normal;}
a.pref_a_setting:active {color: #FFFF40; font-weight:normal;}
a.pref_a_setting:hover {color: #FF8080; font-weight:normal;}
.pref_p_setting {
	margin-top: 10px;
	}
#login-box .logout_field {font-family: verdana; 
	font-size: 12px; 
	font-weight: bold; 
	margin-left: 5px; 
	padding:2px; 
	border: 1px solid #CCC; 
	background-color: #3061AC; 
	width: 110px; 
	color: #EEE;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 */

