html {
  height: 100%;
  }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #3e5fa2 url(../bilder/layout/background_body.jpg) repeat-x;
  font: 11px verdana;
  color: #000;
  }

a {
  text-decoration: none;
  font-weight: bold;
  color: #3e5fa2;
  }
  
a:hover {
  color: #6799ff;
  text-decoration: underline;
  }
  
h1 {
  padding-bottom: 10px !important;
  }
  
h1, h2 , h3 {
  padding-bottom: 5px;
  color: #007c00;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #007c00;
  }

h4 {
  margin-top: 18px;
  margin-bottom: 5px;
  color: #007c00;
  font-size: 11px;
  font-weight: bold;
  }  

input.submit {
  height: 25px;
  color: #fff;
  font-weight: bold;
  background: url(../bilder/layout/background_heading.jpg) repeat-x;
  border: 1px solid #ccc;
  }
  
/* Container */

div#container {
  width: 996px;
  margin: 0 auto;
  }
  
/* Header */

div#header {
  width: 996px;
  height: 181px;
  background-image: url(../bilder/layout/background_header.jpg);
  }
  
a.logo {
  display: block;
  width: 216px;
  height: 145px;
  margin-left: 8px;
  float: left;
  }
  
div#navi_top {
  position: relative;
  margin-left: 860px;
  padding-top: 5px;
  color: #adbedc;
  }
  
div#navi_top a {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  }
  
div#ticker {
  position: relative;
  height: 25px;
  width: 980px;
  margin-top: 134px;
  padding: 0 8px;
  color: #3e5fa2;
  font-size: 10px;
  }

div#ticker a {
  color: #3e5fa2;
  font-weight: normal;
  }  
  
div#ticker marquee {
  height: 14px;
  }  
  
div#ticker a:hover {
  text-decoration: underlined;
  }

/* Main */

div#main {
  width: 996px;
  height: auto;
  background: url(../bilder/layout/background_main.jpg) repeat-y;
  }
  
/* Navi */

div#navi {
  float: left;
  width: 225px;
  background: url(../bilder/layout/background_navi.jpg) no-repeat;
  }

div#suche {
  margin: 20px 0 0 20px;
  }

input#field_suche  {
  width: 175px;
  border-top: 2px solid #999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 10px;
  }

input#submit_suche {
  width: 12px;
  margin: 0;
  padding: 0;
  background: url(../bilder/layout/suche.png) center center no-repeat;
  border: 0;
  cursor: pointer;
  outline: 0;
  }

ul#nav {
  margin: 19px 0 -2px 8px;
  padding: 0;
  }  
  
ul#nav li {
  list-style-type: none;
  }

ul#nav li {
  width: 201px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px dashed #007c00;
  }  
  
ul#nav li a {
  color: #007c00;
  }

ul#nav li.first, ul#nav li.first.aktiv  {
  border-top: 1px dashed #007c00;
  }
  
ul#nav li.aktiv {
  padding: 9px 0 9px 15px;
  border: 0;
  background: url(../bilder/layout/background_li_aktiv.jpg) repeat-x;
  border-bottom: 1px dashed #007c00;
  } 
  
ul#nav li.aktiv a {
  color: #fff;
  }
  
ul#nav li ul {
  display: none;
  }
  
ul#nav li.aktiv ul {
  display: block;
  margin: 8px 0 -8px -15px;
  padding: 0;
  }
  
ul#nav li ul li {
  width: 196px;
  margin: 0;
  padding: 10px 0 10px 20px;
  background-color: #dff6cc;
  background: url(../bilder/layout/background_li_li.jpg) repeat-x;
  border: 0;
  }
  
ul#nav li ul li.first {
  margin: 0;
  padding: 10px 0 10px 20px;
  border: 0;
  } 

ul#nav li ul li.aktiv {
  width: 196px;
  margin: 0;
  padding: 10px 0 10px 20px;
  background: #f7fff1 !important;
  border-top: 1px dashed #007c00;
  border-bottom: 0;
  }
  
ul#nav li ul li a {
  font-weight: normal;
  color: #007c00 !important;
  margin-left: 15px;
  }

ul#nav li ul li.aktiv a {
  font-weight: bold;
  color: #007c00;
  }
  
div#navi_bottom {
  width: 217px;
  height: 50px;
  margin: 2px 0 0 8px;
  background: url(../bilder/layout/background_navi_bottom.jpg) no-repeat;
  }
  
/* Content */

div#content {
  float: left;
  width: 536px;
  background: url(../bilder/layout/background_layout.jpg) no-repeat;
  }

div#content_in {
  width: 492px;
  padding: 22px;
  }
  
div.trennlinie {
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #007c00;
  }
  
div#content_in a:hover {
  text-decoration: none;
  }

div#content_in img, div#content_in p img {
  border: 1px solid #3e5fa2;
  }  
  
div#text {
  margin-top: 12px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #3e5fa2;
  border-bottom: 1px dashed #007c00;
  }  

div#content_in table {
  border-top: 0;
  border-left: ;
  }
  
div#content_in td.row1 {
  background-color: #cedbee;
  }
  
div#content_in td.row2 {
  background-color: none !important;
  }  
  
div#content_in td.teams2 {
  padding: 5px;
  border: 1px dashed #999;
  background-color: #cedbee;
  text-align: center;
  }  
  
/* Info */

div#login {
  height: 28px;
  padding-right: 12px;
  text-align: right;
  } 

div#info {
  float: left;
  width: 227px;
  margin: 0 8px 0 0;
  background: url(../bilder/layout/background_info.jpg) top left no-repeat;
  }

div#info a:hover {
  text-decoration: none;
  }  
  
div.heading {
  height: 22px;
  padding-top: 9px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: url(../bilder/layout/background_heading.jpg) repeat-x;
  border-bottom: 1px dashed #007c00;
  }  
  
div.bottom {
  height: 4px;
  background: url(../bilder/layout/background_bottom.jpg) repeat-x;
  border-top: 1px dashed #007c00;
  }
  
div#kurznews p, div#termine p, div#ergebnisse p, div#spiele p {
  padding: 0 8px;
  }  

/* Footer */

div#footer {
  clear: both;
  width: 996px;
  height: 30px;
  background: #3e5fa2 url(../bilder/layout/background_footer.jpg) no-repeat;
  }
  
div#footer_in {
  position: relative;
  margin-left: 216px;
  font-size: 10px;
  color: #f4f8ff;
  }  
  
div#footer_in p {
  padding-top: 5px;
  }
  
div#footer_in a {
  color: #fff;
  font-weight: normal;
  }  
  
div#footer_in a:hover {
  text-decoration: underline;
  } 
