/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.aloevera-symposium.com
| fasc | 2009-10-29
| 
| Inhaltsverzeichnis:
| - ==layout               Layout
| - ==navigation_main      Haupt-Navigation
| - ==navigation_service   Service-Navigation
| - ==logo                 Logo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */
  
body {
  background: url(../images/layout_body.jpg) #FFF no-repeat;
  padding: 35px 0 0 100px;
  font-family: "Verdana";
}

#column-main {
  float: left;
  width: 706px;
}

#column-marginal {
  float: left;
  /* padding-bottom: 279px; */
  width: 244px;
}

#content {
  padding-bottom: 15px;
}

#logo {
  margin: 12px 0 10px 0;
  width: 955px; height: 61px;
}

#logo-print {
  display: none;
}

#page {
  /* background: url(../images/layout_page.jpg) #FFF no-repeat 8% bottom; */
  overflow: hidden;
}

#page-wrapper {
  background: url(../images/layout_page_wrapper.jpg) #FFF no-repeat bottom right;
  padding: 0 230px 187px 0;
  width: 950px; min-height: 500px; 
}

#navigation-main {
  background: url(../images/layout_navigation_main.jpg) no-repeat #FFF top right;
  padding: 138px 35px 0 0;
}

#navigation-service {
  position: relative; top: -5px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation_service */
  
#navigation-service {
  overflow: hidden;
}

#navigation-service li {
  float: right;
  margin-left: 12px;
}

#navigation-service a {
  color: #587f3C;
  font-size: .75em; line-height: 1em;
  font-weight: bold;
  text-decoration: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation_main */
  
#navigation-main li {
  text-align: right;
  list-style: none;
}

#navigation-main a {
  background-position: right center; background-repeat: no-repeat;
  color: #587f3C;
  display: block;
  font-family: "Helvetica Neue", "Myriad Pro", Helvetica, Sans-Serif;
  font-size: 1.25em; line-height: 1.1875em;
  text-decoration: none !important;
  width: 100%; height: 24px;
}

#navigation-main a span {
  visibility: hidden;
}

#navigation-main .active a {
  font-weight: bold;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==logo */
  
#logo a {
  background: url(../images/layout_logo.png) no-repeat;
  display: block;
  text-indent: -9999px; 
  width: 955px; height: 61px;
}