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

body {
  margin:0px;
  padding:0px;
  font-size: 12px;
  color: #333333;
  background-color: #0A0A0A;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;

}

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



/* container */

#start {
  position:relative;

}

#container {
  position:relative;
  width:972px;
  margin:auto;


}

#header {
	position:relative;
	height:156px;

}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#nav {
	position:absolute;
	top:73px;
	left:245px;
	width:727px;

}

.navline {
	position:relative;
	border-bottom:1px solid #333333;

}


#content_start {
	/*position:relative;*/
	min-height: 457px;
   height: auto !important;
   height: 457px;	
}

#news{   
	position:relative;
	float:left;
	left:0px;
	width:203px;
	min-height: 326px;
   height: auto !important;
   height: 326px;
	background-color:#312F30;
	background-image: url(images/bg_left.gif);
   background-repeat: no-repeat;
	padding:48px 20px 9px 20px;
	color:white;
}

.date {
	font-size:10px;
	font-weight:bold;
}

.date2 {
	font-size:10px;
	font-weight:bold;
}

.line {
	position:relative;
	background-image: url(images/line.gif);
   background-repeat: repeat-x;
	line-height:3px;
	margin-top:10px;
	margin-bottom:10px;
}

#subnav{   
	position:relative;
	float:left;
	left:0px;
	width:203px;
	min-height: 309px;
   height: auto !important;
   height: 309px;
	background-color:#312F30;
	background-image: url(images/bg_left.gif);
   background-repeat: no-repeat;
	padding:59px 20px 20px 20px;
}

.subnavline {
	position:relative;
	background-image: url(images/line.gif);
   background-repeat: repeat-x;
	line-height:3px;
	margin-top:4px;
	margin-bottom:4px;
}

#inhalt {
	position:relative;
	float:right;
	width:729px;
	min-height: 457px;
   height: auto !important;
   height: 457px;	
}

.sttext {
	position:absolute;
	top:23px;
	right:0px;
	text-align:center;
	color:white;
	width:178px;
}

.st1 {
	top:23px;
	right:0px;
}

.st2 {
	top:101px;
	right:0px;
}

.st3 {
	top:179px;
	right:0px;
}

.st4 {
	top:249px;
	right:0px;
}

.st5 {
	top:327px;
	right:0px;
}

.stleist {
	position:relative;
	background-color: #2D2B2B;
	margin-top:15px;
	padding:15px;
	color:white;
}

#inhalt_con {
	position:relative;
	width:677px;
	min-height: 362px;
   height: auto !important;
   height: 362px;
	padding:49px 26px 46px 26px;
	background-color:#DCDCDC;
	background-image: url(images/bg_content.jpg);
   background-repeat: no-repeat;
}

.whiteline {
	background-image: url(images/whiteline.gif);
   background-repeat: repeat-x;
	background-position:center;
}

#footer {
  position:relative;
  width:972px;
  margin:auto;
  border-top:1px solid #646263;
  color:white;
  margin-top:10px;
  height:60px;
}

.f1 {
  position:absolute;
  top:12px;
  left:20px;
  width:205px;
  color:#CCCCCC;
}

.f2 {
  position:absolute;
  top:12px;
  left:253px;
  width:680px;
}





h1 {
  font-weight: bold;
  font-size:16px;
  color:white;
  margin:0px;
  padding:0px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#F89A1E;
  padding:0px;
  margin:0px;
}

h3 {
  font-weight: bold;
  font-size:14px;
  color:#8A3400;
  padding:0px;
  margin:0px;
}

h4 {
  font-weight: bold;
  font-size:14px;
  color:#E88400;
  padding:0px;
  margin:0px;
}

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

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


/*a.mainnav:link,a.mainnav:visited,a.mainnav:active {
  color:white;
  text-decoration:none;
  font-weight :bold;
}


a.mainnav:hover {
  color:#FFFF00;
  text-decoration:none;
  font-weight :bold;
}

a.mainnavactive:hover,a.mainnavactive:link,a.mainnavactive:visited,a.mainnavactive:active {
  color:#FFFF00;
  text-decoration:none;
  font-weight :bold;
}*/

a.subnav:link,a.subnav:visited,a.subnav:active {
  color:white;
  text-decoration:none;
  font-weight :normal;
}


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

a.subnavactive:hover,a.subnavactive:link,a.subnavactive:visited,a.subnavactive:active {
  color:#FF9933;
  text-decoration:none;
  font-weight :normal;
}
/*
a.newslink:link,a.newslink:visited,a.newslink:active {
  color:white;
  text-decoration:none;
  font-weight :normal;
}

a.newslink:hover {
  color:#FFFF00;
  text-decoration:none;
  font-weight :normal;
}*/

a.footerlink:link,a.footerlink:visited,a.footerlink:active {
  color:#CCCCCC;
  text-decoration:underline;
  font-weight :normal;
}


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

a.productlink:link,a.productlink:visited,a.productlink:active {
  color:#8A3400;
  text-decoration:underline;
  font-weight:bold;
  font-size:14px;
    padding-left:6px;
}


a.productlink:hover {
  color:#8A3400;
  text-decoration:none;
  font-weight :bold;
    font-size:14px;
    padding-left:6px;
}

input,textarea,select{
  color:#333333;
  background-color:#FFFFFF;
  border:1px solid #333333;
  padding:1px;
  padding-left:5px;
}

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

li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	list-style-type: none;
	list-style-image: url(images/quad.gif);
}

.li1 {
	list-style-image: url(images/icon_pfeil.gif);
}

.li1active {
	list-style-image: url(images/icon_pfeil_orange.gif);
}

/*.li2 {
	list-style-image: url(images/icon_pfeil2.gif);
	margin-left:25px;
}

.li2active {
	list-style-image: url(images/icon_pfeil2_gelb.gif);
	margin-left:25px;
}

.li_gruen {
	list-style-image: url(images/icon_pfeil_gruen.gif);
	margin-left:25px;
}
*/
.line_nav {
	border-bottom:1px solid #DB6F74;
	margin-top:0px;
	margin-bottom:1px;
	line-height:2px;
}

.line_news {
	border-bottom:1px solid #57AA8B;
	margin-top:0px;
	margin-bottom:3px;
	line-height:3px;
}

.img_bord {
	border:1px solid #878485;
	padding:8px;
}

.form_bord_bot {
	border-bottom:1px solid #A4A4A4;
}

.zelleninhalt-farbe
{background-color:#CCCCCC;
border:3px;}
.zelleninhalt-farbe-ues
{background-color:#8A3400;
border:3px;
color:#F89A1E;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}


