/* ###########################################################################################
** # "Schimmi's Homepage" (c) by Alexander Schimmeck (http://www.alschim.de/) #
** ###########################################################################################
**
**  Dateiversion: 10.04.08
**  Datei       : light.css
**  Funktion    : Stylesheet fuer alschim
**
*/
/*  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }*/
#gsNavigation {
  background-image: url(/images/d_mainnav.gif);
  background-color: #c49400;
  background-repeat: repeat-x;
  background-position: center;
  overflow: hidden;
  width: 990px;
  position: relative;
  text-align: left;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Serif;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  margin: 0 auto;
  color: #fff;
}
html #gsNavigation {
  height: 1%;
}
#gsNavigation ul li {
  float: left;
  margin: 0px;
  list-style-type: none;
}
#gsNavigation ul li a {
  border-right: 1px solid #1e1e1e;
  border-bottom: none;
  padding: 3px 15px 5px 15px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  background: #eeeeee;
  font-size: 12px;
  letter-spacing: 0px;
  background-image: url(images/d_mainnav.gif);
  background-color: #c49400;
  background-repeat: repeat-x;
  background-position: center;
}
#gsNavigation ul li a:hover, #gsNavigation ul li a:active {
  background-image: url(../images/d_mainnav_hov.gif);
  background-repeat: repeat-x;
  background-position: top;
  color: #fff;
  border-right: 1px solid #1e1e1e;
  border-bottom: none;
  font-size: 12px;
  text-decoration: underline;
}
#header {
  clear: both;
  margin: 0 auto;
  width: 990px;
  position: relative;
  text-align: left;
  padding: 0px 0px 5px 0px;
  color: #FFFFFF;
}
#header h1 {
  font-size: 1.8em;
  margin: 10px 0 0 0px;
  font-variant: small-caps;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#header h1 a {
  text-decoration: none;
  border: 0;
  color: #FFFFFF;
}
#header h2 {
  margin: 5px 0 0 0px;
  color: #c49400;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, Serif;
  letter-spacing: 0px;
}
span.ge {color: #c49400;}
span.ws {color: #fff;}
