body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#bg_red {
  position: absolute;
  width: 100%;
  height: 280px;
  background: #e3001a;
}

#wrapper_body {
  position: absolute;
  width: 865px;
  min-height: 644px;
  height: auto !important;
  height: 644px;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -433px;
  padding: 0;
  background: url('../images/template/schatten_main.png') repeat-y;
}

#wrapper_top {
  margin: 0;
  padding: 0;
  width: 865px;
  height: 260px;
  float: left;
}

#wrapper_head {
  width: 865px; 
  height: 32px;
  margin: 0;
  padding: 0;
  background: url('../images/template/bg_mainnavi.gif') no-repeat;
}

#logo {
  float: left;
  width: 243px;
  height: 228px;
  margin: 0 0 0 6px;
  padding: 0;
  background: #efefef url('../images/template/logo_sportthun.gif') no-repeat;
  background-position: 44px 65px;
  display: inline;
}

#schatten_subnavigation {
  position: absolute;
  top: 253px;
  left: 0px;
  width: 243px;
  height: 7px;
  margin: 0 0 0 0px;
  padding: 0;
  background: url('../images/template/schatten_subnavi_oben.png') no-repeat;
}

#seitenbild {
  float: right;
  width: 611px;
  height: 228px;
  margin: 0 5px 0 0;
  padding: 0;
  background: #000;
  display: inline;
}

#wrapper_bottom {
  float: left;
  width: 865px;
  min-height: 396px;
  height: auto !important;
  height: 396px;
  margin: 0;
  padding: 0;
  background: url('../images/template/bg_bottom.png') left bottom no-repeat;
}

#wrapper_subnavigation {
  float: left;
  width: 181px;
  min-height: 362px;
  height: auto !important;
  height: 362px;
  margin: 0;
  padding: 0;
}

#wrapper_content_subnavigation {
  background: url('../images/template/schatten_subnavi_seite.png') repeat-y;
}

#content_subnavigation {
  width: 169px;
  min-height: 355px;
  height: auto !important;
  height: 355px;
  margin: 0 0 0 6px;
  padding: 0;
  background: #d0d0d0 url('../images/template/bg_subnavi.gif') no-repeat;
}

#schatten_unten {
  float: left;
  width: 181px;
  height: 7px;
  margin: 0;
  padding: 0;
  background: url('../images/template/schatten_subnavi_unten.png') no-repeat;
}

#footer {
  float: left;
  width: 866px;
  height: 19px;
  margin: 0;
  padding: 0;
  background: url('../images/template/bg_footer.gif') no-repeat;
}

#mainnavigation {
  list-style-type: none;
  margin: 8px 0 0 40px ;
  padding: 0;
  border-right: 1px solid #646464;
  height: 18px;
  float: left;
}

#mainnavigation li {
  list-style-type:  none;
  margin: 0;
  padding: 0;
  display: inline;
  height: 18px;
}

#mainnavigation li a {
  margin: 0;
  padding: 0 40px 0 40px;
  display: block;
  height: 18px;
  width: auto;
  line-height: 300px;
  overflow: hidden;
  float: left;
  border-left: 1px solid #646464;
  background-position: center top !important;
}

#mainnavigation li a.selected,
#mainnavigation li a:hover {
  background-position: center bottom !important;
}

#subnavigation {
  float: left;
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  width: 169px;
}

#subnavigation li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 169px;

}

#subnavigation li a {
  margin: 10px 0 0 0;
  padding: 0;
  height: 16px;
  width: 169px;
  display: block;
  line-height: 300px;
  overflow: hidden;
  background-position: 0px 0px;
}

#subnavigation li a:hover,
#subnavigation li a.selected {
  background-position: 0px -16px !important;
}

#subnavigation li a.selected {
  /*margin: 0;*/
  padding: 0;
}

#subnavigation li ul {
  list-style-type: none;
  margin: 0 0 0px 0;
  padding: 0px 0 15px 0;
}

#subnavigation li ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#subnavigation li ul li a {
  background-position: 0px 0px;
  margin: 0;
  padding: 0;
}

#subnavigation li ul li a:hover,
#subnavigation li ul li a.selected {
  background-position: 0px -16px !important;
}

#wrapper_content {
  width: 483px;
  /*margin: 40px 0 0 194px;*/
  margin: 40px 0 0 10px;
  padding: 0;
  float: left;
}

#wrapper_right {
  float: right;
  width: 172px;
  min-height: 100px;
  height: auto !important;
  height: 80px;
  margin: 0 0 0 0;
  padding: 0;
}

.wrapper_item_right {
  float: left;
  width: 172px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  background: url('../images/template/bg_block.png') no-repeat;
}

.item_right_content {
  float: left;
  width: 146px;
  height: 59px;
  margin: 13px 8px 8px 18px;
  padding: 0;
  color: #2b2929;
}

.item_right_content h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  
}

.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}



body, td, th, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d1d1d;
}

.kleiner {
	font-size: 90%;
}
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #e3001a;
	text-decoration: none;
}
a.buttons {
	color: #fff;
	background-color: #888;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
	color: #1d1d1d;
}
h1 {
	font-size: 16px;
	padding-bottom: 26px;
}
h2 {
	font-size: 14px;
	padding-bottom: 16px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}




