
* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
	    font-family:Arial, Helvetica, sans-serif;
  	    font-size: 12px;
	    /*font-size: 0.9em;*/
  	    color: #C0C0C0;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: relative;
          top: 20;
          left: 50;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mainbox { /* Holds the page items in place */
	width: 960px;
	min-height:92%;
	margin: 10px 0px 0px 25px;
	padding: 0;
	XXbackground: url(img/main-bg.jpg) #transparent repeat-y;
	background: url(img/content-bg-2.png) repeat-y 0px 0px;
 

}



.fadebox {width: 710px; height:160px;}



.infobox { /* Currently holds the login box */
	float: left;
	width: 210px;
	
	margin: 0;	

	padding:0px;
	display:inline;
}

.infobox .inner {min-height:500px; margin: 85px 10px 0 20px; line-height:120%; font-size:0.95em;}
.infobox .inner h2, .infobox .inner h3  {margin: 5px 0; font-size:14px;}
.infobox .inner p {margin: 0; line-height:120%;}

.infobox .infobox-bottom {clear:both;}



.contentbox {
	float: left;
	width: 710px;
	margin: 0 0 0 0;	
	background:#transparent;
	padding:0px;
	display:inline;
}

.topheader {  height:80px; text-align:right; background: #transparent url(img/header-bg.png) repeat-y;}
.topheader .inner {  margin:0 10px 0 0;}
.topheader .inner img {  margin: 5px 0 0 5px;}


.maincontent .inner {margin:20px;}
.maincontentnarrow {width: 530px; float:left;}
.maincontentnarrow .inner {margin:30px;}

.maincontentnarrow .inner img {  padding: 3px; border: solid 1px #999999 ;}



.rightbox {width: 150px; float:left;}
.rightbox .inner {line-height:120%; font-size:0.95em;}





.breadcrumbs {
	padding:15px 0 0 30px;	
	clear:both;
}
.breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px; font-weight: bold; }

.breadcrumbs a {
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}
.breadcrumbs a:hover {border-bottom: 1px solid #666666;}

.breadcrumbs .menu-current a {}


.clearcontent {height:60px; clear:both}

.footerbox {
   width: 970px;
   height:60px;
   margin: -60px 0 0 110px;

   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   /*font-size: 0.8em;*/
   color: #C0C0C0;




}

.footerbox .uplift {float:left; width:130px; text-align:right;}
.footerbox .uplift img {margin:0 10px 0 0;}

.footer {
	font-size: 95%;
	float:left;
	width: 700px;
	height:36px;	
	padding: 0px;
        background: url(img/footer-bg2.png) ;
}

.footer .page_id {
	border-right:0px solid #CCCCCC;
	float:left;
	width: 30px;
	height:40px;
	margin-right:10px;
	color: #CCCCCC;	
	text-align:center;	
}

.footer .innerfooter {
	width: 680px;	
	color: #CCCCCC;	
	text-align:center;
}










/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp*/

#navContainer {height:34px; display:block;clear:both; background: transparent url(img/menue-bg1.gif) repeat-x;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:left;
	height: 34px;
	border: 0;
	padding:0;
	margin:  0px 0 0 10px;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #6DFCFE; text-align: center; font-weight: normal; }
#nav ul li a {display: block; background: transparent; padding: 8px 10px 7px 10px; color: #E1E0E0; text-decoration: none; font-weight: bold; }
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {background: url(img/navbgl1hi.gif); color: #999999;}
#nav a.menu-parent {background: url(img/navbgl1hi.jpg); color: #999999;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border-bottom: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #666666; font-size: 100%; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 10.5em; padding: .3em .1em .3em .4em; color: #ffffff; border-top: 1px solid #666666; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #333333 url(img/navbgl1hi.jpg); color:#999999;}
#nav .menu li ul a.menu-parent {background: #333333 url(img/navbgl1parent.gif); color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 5px 0 0 -40%; z-index: 9999;  background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav 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 */
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	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 */

