html, body {
	background: rgb(226,232,237) url(img/bg_body.gif) repeat-x;
	margin: 0; padding: 0;
	height:100%;
}

/**** Layout Blocks ****/
#main { /* gesamte Seite */
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#firstdiv { /* oberer Bereich f�r Suche/Menue */
	margin-left: 20px;
        padding-top: 10px;
	height:20px;
}

#maincontent { /* gesamter Mittelteil */
	clear:both;
        width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}

#header {
	height:219px;
	background: #fff url(img/bg_header.gif) center top no-repeat ;
}

#pageheader {
        padding:118px 0 0 40px;
        margin:0;
}
#pageheader strong {
	font-size: 14px;
	letter-spacing: 0.15em;
	color:rgb(226,232,237);
}

#breadcrumbs {
	height:20px;
	padding:10px;
	clear:both;
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px;
        font-size: 11px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
#breadcrumbs a:hover {
        border-bottom: 1px solid rgb(40,22,111);
        color: rgb(40,22,111);
}
	
#breadcrumbs .menu-current a{
	color: rgb(0,102,102);
	font-weight: bold;
	border-bottom: 1px dotted #5a3b63;
}
#breadcrumbs .menu-current a:hover{
	color: rgb(0,51,102);
	border-bottom: 1px solid rgb(0,51,102);
}
/****Linke Seite****/
#infobox { /* login box */
	float: left;
	display:inline;
	width: 180px;
	margin-left:10px;
font-size: 12px;
}
#innerinfo {
         padding:5px 10px 5px 10px;
         b rder: 1px dotted rgb(0,146,63);
         margin-bottom:20px;
         color:#000;
         background:rgb(226,232,237);
}
#boxleft {
         color:#000;
         margin:0; padding:0;
         font-size: 0.95em;
}

#content { /* f�r den WYSIWYG-Editor  */
	width: 460px;
	float: left;
	display:inline;
	margin-left: 30px;
	padding-top:5px;
	border-top: 1px dotted #ccc;
}
#rightcont {width: 200px;
	float: right;
	display:inline;
	min-height:240px;
}
#rightbox {width: 180px;
	float: right;
	display:inline;
	margin-right: 10px;
	font-size: 0.95em;
}
.clearcontent {height:30px; clear:both; }

#footerbox {
           margin-left: 0;  /* -80px auto 0 auto;  */
           height:30px;
           width: 900px;
           background: rgb(0,102,102);
}
#footer {	
	color: #fff;
	padding: 6px 0 0 20px;
	text-align: left;
	width: 650px;
	float:left;
font-size: 12px;
}
#copy {
        font-size: 0.9em;
	padding: 6px 0 0 0;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/**** Search Box ****/
#search_box {
	text-align: left;
	width:180px;
	margin-left:10px;
	valign:center;
font-size: 12px;
}
#search_box {
	float: left;
	clear: right;
	height:20px;
}
#search_box .searchstring {
        width:130px;
	border: 1px solid rgb(0,102,102);
	background:none;
	color:#000;
	font-size: 13px;
	margin:0;
}
#search_box .search_submit {
        width:43px;
        height:20px;
	border: 1px solid rgb(0,102,102);
	background:rgb(0,102,102);
	color:#fff;
}

#prevnext {
	float:right;
	margin-top:0px;
	margin-right:10px;
	color: #fff;
	font-weight: bold;
}
#prevnext a {
        color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Haupt Menue #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
        height:24px;
        width:900px;
        display:block;
        clear:both;
        background: url(img/navi_container.gif) left repeat-x;
        margin:0;
}

/*** Remove List Formattings ***/
 ul.menu, li.menu {
	list-style-type: 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: 10000; clear: both;}

#nav {
	float:left;
	height: 24px;
	border: 0;	
	padding-left:220px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	list-style-image: none;
font-size: 12px;
}

/* Root Level Link Formatierung */
#nav ul li {
     float: left;
     color: #FFF;
     text-align: center;
     font-weight: normal;
     list-style-type: none;
     list-style-image: none;
}
#nav ul li a {
     display: block;
     background: url(img/nav_root.gif) no-repeat right 0px;
     padding: 4px 12px 5px 12px;
     color: #fff;
     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: rgb(0,102,102) url(img/nav_current.gif) no-repeat right 0px;
     color: #fff;
}
#nav a.menu-parent {
     background: url(img/nav_parent.gif) no-repeat right 0px;
     color: #fff;
}

/*Current page, linke Seite der gesamten Navi wichtig */
#nav a.menu-current{font-weight: bold;}
#nav .menu .home a {
     display: block;
     width:2px;
     height:24px;
     margin:0;
     padding:0;
}
/* 2nd Child menu Klappmenue*/
#nav .menu li ul {
     position: absolute;
     width: 11.0em;
     margin:0;  /* 0px 0 0 -1px;*/
     display: none;
     text-transform: none;
     font-size: 100%;
     background: rgb(226,232,237);    /*hellblau*/
   /*  filter:alpha(opacity=84); -moz-opacity: 0.84;   */
}
#nav .menu li ul li {width: 11.0em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em; border-bottom: 1px solid #fff;}
#nav .menu li ul li a {width: 10.4em; padding: .3em .1em .3em .4em; color: rgb(0,51,102); border: 1px solid rgb(0,102,102); font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { 
     background: rgb(0,102,102);
     color:#fff;
     font-weight: normal;
}
#nav .menu li ul a.menu-parent {
     background: rgb(0,102,102);
     color:#fff;
}


/* Show and hide */                     /*focus*/
#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 -5%;   /*10px 0 0 -40%;  */
     z-index: 10000;
     display:block;
     width:11em;
     background: rgb(226,232,237);
     color:#000;
}
#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: #808080;}
#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%;
}

/* IE6 only
*html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* IE7 only 
*+html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}
*/

/* Better: */
#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 */
}
/* end menu */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        #### Zweites Menue #####
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

/* Header menuright */
  #header_menuright {position: absolute; m rgin-left: 20px; }
  #header_menuright li {line-height: normal; b rder-top: 1px solid #ccc;}
  ul#header_menuright  {z-index: 10; clear: both;}

ul.menuright, li.menuright {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuright {
	width: 190px;
        font-size: 12px;
        padding-bottom:10px;
        z-index: 10;
}
#menuright ul {
	list-style-type: none;
	margin: 0;
	font-size: 100%;
	width: 100%;
	height: auto;
	position: relative; /* der IE6 Bug */
}
#menuright ul li {color: #fff; text-align: left; font-weight: normal;}

#menuright a {
           color: #000;
           height: 18px;
           text-align: left;
           line-height: 160%;
           font-weight: normal;
           border-left:4px solid rgb(0,102,102);
           border-bottom: 1px solid rgb(226,232,237);
           margin:0;
           padding:0;
}
#menuright a:hover {
	color: rgb(255,102,0);   /*orange*/
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid rgb(226,232,237);
	b rder-left:4px solid rgb(226,232,237);
}
/**** alle sichtbaren unterseiten****/
#menuright ul li a {
          display: block; 
          padding: 1px 8px;
          margin-bottom:1px;
          margin-top:1px;
          color: #000;
          text-decoration: none;
}
/* Root Level Link Formatting */
#menuright ul li a:hover, #nav li a:focus {
          background: #f1f1f1;
          color: rgb(255,102,0);
          b rder-left:4px solid rgb(226,232,237);
}
#menuright li a:active, #nav ul li a.active {b ckground: #d1d2d4; b rder-color: #fff; color: #4b4c4d;}

/* Current page /aktive Seite und Unterseite*/
#menuright li.menu-current a {
          border-bottom: 1px solid rgb(226,232,237);
          border-left:4px solid rgb(255,102,0);
          font-weight: bold;
          color: rgb(255,102,0);   /* orange*/
}

/***Untermenue***/
#menuright .menu-current ul a {
          font-weight: normal;
}

#menuright .menu-parent a{
          color:rgb(255,102,0);
}


/* 2nd Child menu */
#menuright .menu li ul {
          position: absolute; 
          width: 12em;
          margin: 0;
          display: none;
}

#menuright .menu-expand ul {
           margin:0;
           padding:0;
}

#menuright .menu-expand li {
           margin:0px; 
           padding:0;
           background:rgb(226,232,237);
           border-bottom: 1px solid #fff;
}
#menuright .menu-expand li a {
           margin:0px; 
           b rder-left:0px solid rgb(0,102,102);
           color:#000;
}
#menuright .menu-expand li a:hover {
           margin:0px; 
           border-left:4px solid rgb(0,51,102);
           font-weight:bold;
           color:#999;
}
#menuright .menu-expand ul li a {
           margin:0px; 
           b rder-left:4px solid rgb(255,102,0);
           color:#000;
}

#menuright .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#menuright .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0px solid #880022;}

/* 2nd Child link hover */
#menuright .menu li ul a:hover {
     color: #4b4c4d; 
     background: #666; 
     border: 0; 
     color:#ccc;
     }

/* Show and hide */
#menuright .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#menuright .menu li ul ul { display: none;}
#menuright .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#menuright .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#menuright .menu li ul li ul li a  { width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#menuright li {position: relative;}

#menuright ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/* ~~~~~~~ Ende menuright ~~~~~~~ */



/*** Box  Fussmenue ***/
#navtop {
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
        text-align: right;
        padding: 6px 10px 0px 0px;
	width:200px;
	float:right;
}
#navtop a{
	color: #fff ;
	text-decoration: none;
}
#navtop a:hover{
	color: rgb(255,102,0);
	text-decoration: none;
}

/********* ende Fussmenue **********/

/****Login Box*****/

#login-box { padding-top:5px; b rder: 1px solid #ccbfd0;}
#login-box fieldset {border:0; text-align:center;}
#login-box legend		{
	font-size: 90%;	
	color: #333;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box label {clear:left; width: 100px; display:block;
	float:left;}
#login-box input {
	display:block;
	float:left;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}
#login-box div {clear:left;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 */






