/* General                          */

body {
  background-repeat: repeat-x;
  background-color: #102332;
}

div.main {
  min-width: 1000px;
  width: 80%;
  margin: auto;
  padding: 0px;
}
/* /General                         */

/* Header                           */
div.header {
  width: 100%;
  height: 164px;
}
div.header_left {
  background-repeat: no-repeat;
  width: 313px;
  height: 164px;
  float: left;
}
div.header_center {
  background-repeat: repeat-x;
  min-width: 1px;
  height: 164px;
}
div.header_right {
  background-repeat: no-repeat;
  width: 684px;
  height: 164px;
  float: right;
}
/* /Header                          */


/* Submain                          */
div.submain {
  background-color: #F6F6F6;
  margin: 0px 39px;
}
/* /Submain                         */

/* Navigation                       */
div.navi {
  position: absolute;
  float: left;
}
div.navi_top {
  width: 181px;
  height: 145px;
  margin-left: 5px;
  padding-left: 21px;
  padding-top: 5px;
}

div.navi_middle {
  position: relative;
  margin-left: 26px;
  width: 169px;
  z-index: 1;
}
  
div.navi_bottom {
  position: relative;
  margin-left: 26px;
  width: 169px;
  height: 34px;
  z-index: 1;
}
/* /Navigation                      */

/* Navigation Kategorie             */

div.navi_cat {
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 145px;
  height: 39px;
}

/* /Navigation Kategorie            */


/* Navigation                       */

ul.navi {
  width: 170px;
  list-style-type: none;
  font-weight: bolder;
  text-align: center;
}

ul.navi li {
  margin: 12px;
}
ul.navi li a:link, ul.navi li a:visited {
  padding: 3px 30px;
  color: #00A8FF;
}
ul.navi li a:active, ul.navi li a:hover {
  background-color: #102332;
  text-decoration: none;
  color: white;
}
ul.navi li a.active {
  border-bottom: 1px solid #E8E8E8;
  background-color: #C6E877;
  color: black;
  font-weight: bold;
}
/* /Navigation                      */



/* Content                          */
div.content {
  margin-left: 209px;
  padding: 15px 5px;
}

/*Content Ende */


/* Footer                           */
div.footer {
  height: 50px;
  margin: 0px 34px;
}
div.footer_left {
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  float: left;
}
div.footer_center {
  background-repeat: repeat-x;
  min-width: 1px;
  height: 50px;
  background-color: red;
}
div.footer_right {
  background-repeat: no-repeat;
  width: 802px;
  height: 50px;
  float: right;
}
/* /Footer                          */

/* Links                            */

a:link, a:visited {
  color: #00A8FF;
}
a:active, a:hover {
  color: black;
}
/* /Links                           */

span.b {
  font-weight: bold;
}
