@CHARSET "UTF-8";
/*
 ===================================================================
	Copyright 2008 Fabian Büchler
	Some Rights Reserved
	This work is licenced under a
	Creative Commons Attribution-NonCommercial-ShareAlike 2.0 License
	http://creativecommons.org/licenses/by-nc-sa/2.0/at/
 ===================================================================
*/

/*
  MELScouts Color Sheme
  ---------------------
  
  Base Sheme
    Dark Green:  #85DB18
    Med Green:   #A7C520
    Light Green: #CDE855
    Dark Brown:  #493F0B
    Dark White:  #F9FAE3
  
  Additional
    White:       #FFF
    Black:       #000
    Light Gray:  #BABABA
  
  Stufen
    Biber:       #00CF8E
    WiWö:        #FFFF00
    GuSp:        #009800
    CaEx:        #3400FF
    RaRo:        #FD0004
*/


/* === Main Tags =========================================================== */

body {
  background-color: #F9FAE3;
  color: #000;
  font: 0.85em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #493F0B;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

hr {
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: 1px dotted #493F0B;
  margin-right: 1em;
}

a {
  color: #493F0B;
  text-decoration: underline;
}

a:hover, 
a:focus, 
a:active {
  color: #85DB18;
}

img {
  border: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}


/* === Layout ============================================================== */

.center {
  margin: 0 auto;
  position: relative;
  width: 73em; /* ~990px */
}

.left, .right {
  margin: 0;
}

/* --- Header -------------------------------------------------------------- */

#header {
  background-color: #FFF;
}

#header #headerimg {
  background: #493F0B url("../images/gui-header-halstuch.jpg") repeat-x 0 47px;
  height: 120px;
  font-size: 1em;
  position: relative;
  z-index: 3;
}

#header #headerimg .center {
  background: #493F0B url("../images/gui-header-melscouts.gif") no-repeat 235px 0;
  height: 47px;
}

#header #headerimg .center h1 {
  height: 190px;
  left: 7px;
  position: relative;
  top: 0;
  width: 203px;
}

#header #headerimg .center h1 a {
  background: Transparent url("../images/gui-header-logo.png") no-repeat 0 0;
  display: block;
  height: 190px;
  width: 203px;
}

#header #headerimg .center h1 a img {
  height: 1px;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em; 
  width: 1px;
}

/* --- Skip Links ---------------------------------------------------------- */

#skipper {
  position: absolute;
  left: 235px;
  top: 47px;
}

#skipper a {
  height: 1px;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em; 
  width: 1px;
}

#skipper a:hover, 
#skipper a:focus, 
#skipper a:active {
  background-color: #493F0B;
  border: 1px solid #F9FAE3;
  border-top: 0;
  color: #CDE855;
  left: 0;
  height: auto;
  overflow: visible;
  padding: 0.2em;
  top: 0;
  white-space: nowrap;
  width: auto;
}

/* --- Content ------------------------------------------------------------- */

#content {
  background-color: #f9fae3;
  margin: 1em 0;
}

#content .center {
  background: #F9FAE3 url("../images/gui-content-linebg.gif") repeat-y 16em 0;
}

#content #sidebar {
  float: left;
  font-size: 0.85em;
  margin-left: 12px;
  padding: 0 30px 0 0;
  width: 16.5em;
}

#content #main {
  float: right;
  width: 65em;
}

#content #main .mainLeft {
  float: left;
  margin-bottom: 1em;
  width: 31.5em;
}
  
#content #main .mainRight {
  float: right;
  margin-bottom: 1em;
  width: 31.5em;
}

#content #main .mainWide {
  clear: both;
  margin-bottom: 1em;
}

/* --- Footer -------------------------------------------------------------- */

#footer {
  background: #FFF url("../images/gui-footerMenu-shadow.gif") repeat-x 0 0;
  border-bottom: 1px solid #493F0B;
  clear: both;
}

#footer .center {
  position: relative;
}

#footer #siteurl {
  background: Transparent url("../images/gui-footer-url.gif") no-repeat bottom left;
  float: left;
  height: 75px;
  margin: -25px 0 0 7px;
  width: 203px;
}

#footer #copyright {
  background: #9BE919 url("../images/gui-footer-bg.gif") repeat-x 0 0;
  height: 3.7em;
}

#footer #copyright p {
  font: 0.8em/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0 0 0 235px;
  padding: 1em 0 0 0;
}

#footer #copyright a {
  color: inherit;
}

#footer #copyright a:hover,
#footer #copyright a:focus,
#footer #copyright a:active {
  color: #FFF;
}



/* --- Search -------------------------------------------------------------- */

#menu #search {
  float: right;
  margin-right: 0.5em;
  margin-top: -2.5em;
}

#search input.text {
  background: #f8f9e3 url("../images/gui-search-field.gif") repeat-x 0 0;
  border: 1px solid #85DB18;
  color: #493F0B;
  font-size: 0.8em;
  padding: 0.25em;
  width: 94px;
}

#search label.searchterm {
  font-size: 0.8em;
  line-height: 2;
}

#search .submit {
  background: transparent url("../images/gui-search-magnifier.gif") no-repeat 0 0;
  border: 0;
  cursor: pointer;
  height: 20px;
  margin-left: 3px;
  width: 21px;
  text-indent: -999em;
  vertical-align: baseline;
}

#search br {
  display: none;
}



/* === Navigation Menu ===================================================== */

#header #menu {
  background: #DEF155 url("../images/gui-menuMain-bg.gif") repeat-x bottom;
  position: relative;
  z-index: 2;
}

#menuMain ul.level_1 {
  margin: 0 0 0 227px;
  height: 2.8em;
  line-height: 1.0;
  list-style-type: none;
}

#menuMain ul.level_1 li {
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
  z-index: 99;
}

#menuMain ul.level_1 li a,
#menuMain ul.level_1 li span {
  color: #493F0B;
  display: block;
  font-weight: bold;
  font-size: 0.85em;
  height: 3.78em;
  line-height: 2.65em;
  padding: 0 1em;
  text-decoration: none;
}

#menuMain ul.level_1 li a:hover,
#menuMain ul.level_1 li a:focus,
#menuMain ul.level_1 li a:active {
  color: #F9FAE3;
}

#menuMain ul.level_1 li.current a:hover, 
#menuMain ul.level_1 li.current a:focus, 
#menuMain ul.level_1 li.current a:active {
  color: #85DB18;
}

#menuMain ul.level_1 li.trail, 
#menuMain ul.level_1 li.current {
  background: transparent url("../images/gui-menuMain-active-right.gif") no-repeat right top;
}

#menuMain ul.level_1 li.trail a, 
#menuMain ul.level_1 li.current a,
#menuMain ul.level_1 li.current span {
  background: transparent url("../images/gui-menuMain-active-left.gif") no-repeat left top;
  color: #493F0B;
}


/* --- Sub Menu ------------------------------------------------------------ */

#submenu {
  background-color: #FFF;
  border-bottom: 1px solid #BABABA;
  clear: both;
  padding: 0 0 0.5em 0;
  position: relative;
  z-index: 1;
}

#submenu .center {
  position: relative;
}
  
#submenu .menuSub ul {
  clear: both;
  list-style-type: none;
  margin: 0 0 0 235px;
  padding: 0;
}

#submenu .menuSub ul li {
  display: inline;
  margin-right: 0.75em;
}

#submenu .menuSub ul li a,
#submenu .menuSub ul li.trail a, 
#submenu .menuSub ul li.current span {
  color: #493F0B;
  font-size: 0.85em;
  font-weight: normal;
  text-decoration: none;
}


#submenu .menuSub ul li.trail a, 
#submenu .menuSub ul li.current span {
  color: #85DB18;
  font-weight: bold;
}

#submenu .menuSub ul li a:hover,
#submenu .menuSub ul li a:focus,
#submenu .menuSub ul li a:active {
  color: #85DB18;
}

/* --- Sidebar Menu Level 3 ------------------------------------------------ */

#sidebar .menuSide ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
}

#sidebar .menuSide ul li a, 
#sidebar .menuSide ul li.trail a, 
#sidebar .menuSide ul li.current span {
  display: block;
  padding: 0 0.2em;
  text-decoration: none;
}

#sidebar .menuSide ul li.current span {
  color: #85DB18;
  font-weight: bold;
}

#sidebar .menuSide ul li a:hover,
#sidebar .menuSide ul li a:focus,
#sidebar .menuSide ul li a:active {
  text-decoration: underline;
}

  

/* --- Breadcrumbs --------------------------------------------------------- */

#breadcrumbs {
  background: #FFF url("../images/gui-menuSub-shadow.gif") repeat-x 0 1.6em;
  clear: both;
  height: 2em;
}

#breadcrumbs p {
  clear: both;
  color: #493F0B;
  float: left;
  font-size: 0.8em;
  line-height: 2;
  margin: 0 0 0 235px;
}


/* --- Footer Menu --------------------------------------------------------- */

#footermenu {
  padding-top: 1px;
}

#footermenu ul.level_1 {
  clear: both;
  color: #493F0B;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  list-style-type: none;
  margin: 1em 0 10px 235px;
}

#footermenu ul.level_1 li a {
  color: #493F0B;
  text-decoration: none;
}

#footermenu ul.level_1 li.current span {
  color: #85DB18;
  display: inline;
}

#footermenu ul.level_1 li a:hover, 
#footermenu ul.level_1 li a:focus, 
#footermenu ul.level_1 li a:active {
  color: #85DB18;
}

#footermenu ul.level_2 {
  display: inline;
  font-weight: normal;
}

#footermenu ul.level_2 li {
  border-right: 1px solid #000;
  display: inline;
  margin-left: 0.5em;
  padding-right: 0.5em;
}

#footermenu ul.level_2 li.last {
  border-right: 0;
}

#footermenu ul.level_2 li.current span {
  color: #85DB18;
  font-weight: bold;
}

#footermenu ul.level_2:before {
  content: " » ";
  font-weight: normal;
}

#footermenu div.hideMenu {
  background: Transparent url("../images/gui-collexp-up.gif") no-repeat center right;
  cursor: pointer;
  display: block;
  height: 16px;
  padding: 0 20px 0 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: -0.2em;
}

#footermenu div.hideMenu span {
  color: #A7C520;
  display: block;
  font-size: 0.75em;
  line-height: 1.5;
}

#footermenu.collapsed {
  height: 2.2em;
}

#footermenu.collapsed ul.level_1 {
  height: 1px;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em; 
  width: 1px;
}

#footermenu.collapsed div.hideMenu {
  background: Transparent url("../images/gui-collexp-down.gif") no-repeat center right;
  top: 0.6em;
}


/* --- Sitemap ------------------------------------------------------------- */

#content #sitemap ul {
  list-style-type: none;
  margin-left: 1.5em;
}

#content #sitemap ul.level_1 {
  background-color: #fff;
  border-left: 1px solid #85DB18;
  margin-left: 0;
  margin-bottom: 2em;
}

#content #sitemap ul.level_2 {
  background-color: #F9FAE3;
  border-left: 1px solid #A7C520;
  margin-bottom: 1em;
}
  
#content #sitemap ul.level_3 {
  background-color: #fff;
  border-left: 1px solid #CDE855;
  margin-bottom: 0.5em;
}
  
#content #sitemap ul.level_4 {
  background-color: #F9FAE3;
  border-left: 1px solid #BABABA;
  margin-bottom: 0.2em;
}

#content #sitemap ul li a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none; 
}

#content #sitemap ul li a:hover,
#content #sitemap ul li a:focus,
#content #sitemap ul li a:active {
  background-color: #85DB18;
  color: #fff;
}

#content #sitemap ul.level_1 li a {
  font-weight: bold;
}

#content #sitemap ul.level_2 li a {
  font-weight: normal;
}





/* === Special Styles ====================================================== */

#getanewbrowser {
  background-color: #c00;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 0.2em 0.5em;
}

#getanewbrowser img {
  float: left;
  margin: 0.2em 1em 0.2em 0;
}

.hidden {
  height: 1px;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em; 
  width: 1px;
}

.invisible {
  display: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display:inline-block;
}

/* for safari */
/* Hide from IE Mac \*/
.clearfix { display: block }
/* End hide from IE Mac */




