* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
  overflow-y:scroll;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #333333;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */
#start {
	position:relative;
	width:972px;
	margin:auto;
}


#header {
  position:relative;
  height:203px;
  padding-top:32px;
}

#logo {
	position:absolute;
	top:58px;
	left:805px;
}

#nav {
	position:relative;
	top:0px;
	left:0px;
}

#board {
	position:absolute;
	top:235px;
	left:0px;
}

#container {
  position:relative;
  background-color: #F2F2F2;
  margin-top:12px;
  margin-bottom:30px;
}

#start_left {
  position:relative;
  width:466px;
  border-right:14px solid white;
  min-height: 219px;
  height: auto !important;
  height: 219px;
  background-image: url(images/start_bg_left.gif);
  background-repeat: no-repeat;
  padding:60px 30px 15px 30px;
}

.willkommen {
	position:relative;
	padding-left:15px;
}

.aktuell {
  position:relative;
  background-image: url(images/start_bg_aktuell.gif);
  background-repeat: no-repeat;
  margin-top:16px;
  min-height: 87px;
  height: auto !important;
  height: 87px;
  padding:15px;
  background-color:#DBDBDB;
}

#start_right {
	position:absolute;
	height:107px;
	top:28px;
	left:575px;
	width:350px;
}

#content {
	position:relative;
   min-height: 294px;
   height: auto !important;
   height: 294px;
	padding:0px 25px 0px 25px;
}

#headline {
	position:relative;
	text-align:center;
	background-image: url(images/headlines/points.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #DBDBDB;
	height:58px;
}

#inhalt {
	position:relative;
	padding:25px 0px 25px 0px;
}

#subnav {
	position:absolute;
	width:185px;
	top:25px;
	left:0px;
}

#produkte, #fachinfos, #aktuelles {
	position:relative;
	margin-left:210px;
}

.prod_list, .fachinfos_list, .aktuelles_list {
	position:relative;
	background-color:#DBDBDB;
	padding:15px;
	margin-bottom:15px;
}

.prod_detail {
	position:relative;
	background-color:#DBDBDB;
	padding:20px;
	margin-bottom:20px;
}

.price {
  background-image: url(images/price_bg.gif);
  background-repeat: repeat-x;
  color:white;
}

#footer {
  position: relative;
  height: 80px;
  background-image: url(images/footer_bg.gif);
  background-repeat: no-repeat;
}

#footer_text {
	position:absolute;
	top:5px;
	left:200px;
	text-align:center;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:14px;
  color:#1F7726;
  margin:0px;
  padding:0px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#1F7726;
  border-bottom:1px solid #1F7726;
  padding:0px 0px 4px 0px;
  margin:0px 0px 10px 0px;
}

/* links */
a,a:link,a:visited,a:active {
  font-style: normal;
  color: #1F7726;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-style: normal;
  color: #1F7726;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  color:#333333;
  text-decoration: underline;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  color:#333333;
  text-decoration: none;
  font-weight : normal;
}

a.subnav:link,a.subnav:visited {
  text-decoration:none;
  color:#333333;
  text-decoration: none;
  font-weight : bold;
  border-bottom:1px solid #1F7726;
  padding:3px 7px 3px 7px;
}

a.subnav:hover,a.subnav:active {
  text-decoration:none;
  color:white;
  text-decoration: none;
  font-weight : bold;
  background-color:green;
  border-bottom:1px solid #1F7726;
  padding:3px 7px 3px 7px;
}

a.subnavactive:link,a.subnavactive:visited,a.subnavactive:active,a.subnavactive:hover {
  text-decoration:none;
  color:white;
  text-decoration: none;
  font-weight : bold;
  background-color:green;
  border-bottom:1px solid #1F7726;
  padding:3px 7px 3px 7px;
}

a.subnav {
	display:block;
	width:171px;
}

a.subnavactive {
	display:block;
	width:171px;
}




input,textarea,select{
  font-size: 12px;
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}

ul {
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 8px;
}

li {
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 8px;
}

.adler {
  background-color:#E07FBF;
  border: 1px solid #000000;
  font-size:1px;
  width: 13px;
}
.see {
  background-color:#84BF99;
  border: 1px solid #000000;
  font-size:1px;
  width: 13px;
}
.baeren {
  background-color:#B3598D;
  border: 1px solid #000000;
  font-size:1px;
  width: 13px;
}
.steinbock {
  background-color:#FFFF66;
  border: 1px solid #000000;
  font-size:1px;
  width: 13px;
}

.tab_grey {
	background-color:#F2F2F2;
	font-weight:bold;
}



