body {
	margin:0;
	color:#000;
	font: 12px Arial, Helvetica, sans-serif;
	background:#645b4e;
	min-width: 1003px;
}
img {border-style:none;}
a {
	text-decoration: none;
	color:#645b4e;
}
a:hover {text-decoration:underline;}
input{
	vertical-align:middle;
	color:#90887b;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

/**
 * @section subtemplates
 * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
 */
 .subcolumns { width:100%; overflow:hidden; }

 /* (en) alternative class for optional support of old Mozilla/Netscape browers */
 /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
 .subcolumns_oldgecko { width:100%; float:left; }

 .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
 .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

 .c20l, .c20r { width:20%; }
 .c40l, .c40r { width:40%; }
 .c60l, .c60r { width:60%; }
 .c80l, .c80r { width:80%; }
 .c25l, .c25r { width:25%; }
 .c33l, .c33r { width:33.333%; }
 .c50l, .c50r { width:50%; }
 .c66l, .c66r { width:66.666%; }
 .c75l, .c75r { width:75%; }
 .c38l, .c38r { width:38.2%; }
 .c62l, .c62r { width:61.8%; }

 .subc  { padding:0 0.5em; }
 .subcl { padding:0 1em 0 0; }
 .subcr { padding:0 0 0 1em; }

#wrapper{
	width:100%;
	overflow: hidden;
	position: relative;
}
.w1 {
	width: 1024px;
	position: relative;
	float: left;
	left: 50%;
}
.w2 {
	width: 1024px;
	position: relative;
	float: left;
	left: -50%;
}
#header{
	width:1024px;
	overflow:hidden;
	padding:50px 0 0;
	position:relative;
}
#nav{
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#nav li{
	float:left;
}
#nav li:hover {
	background-color: #5D312C;
}
#nav a {
	display:block;
	color:#fff;
	font-size:14px;
	padding:0 20px;
	font:115% Arial,sans-serif;
	width: auto;
}
#nav .firstlevel a {
	height: 30px;
	line-height: 30px;
}
#nav .firstlevel {
	height: 30px;
	line-height: 30px;
}
#nav .secondlevel a {
	height: auto;
	line-height: 25px;
}
#nav .secondlevel {
	height: auto;
	line-height: 25px;
}
#nav {
  position: absolute;
  height: 400px;
  width: 800px;
  left: 0;
  top: 20px;
  z-index: 500;
}
#nav ul {
  list-style: none;
  padding-left: 0;
}
ul.dropdown                  { position: relative; list-style: none; padding: 0; margin: 0; }
ul.dropdown li               { font-weight: bold; float: left; zoom: 1; padding: 0; margin: 0; height: auto !important; }
ul.dropdown a:hover		       { color: #000; }
ul.dropdown a:active         { color: #ffa500;}
ul.dropdown li a             { display: block; padding: 0; margin: 0; }
ul.dropdown li:last-child a  {  } /* Doesn't work in IE */
ul.dropdown li.hover,        
ul.dropdown li:hover         { position: relative; }
/*  LEVEL TWO */
ul.dropdown ul 						   {  padding: 0; margin: 0; width: auto; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li {
  font-weight: normal;
  background: #5D312C;
  color: #000; 
	float: none;
	width: 100%;
	 padding: 0; margin: 0;
}
ul.dropdown ul li,
ul.dropdown ul li a {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  line-height: 22px;
}
ul.dropdown ul li a:hover {
  background-color: #645b4e; 
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 


#header .block{
	width:965px;
	overflow:hidden;
	background:url(../img/bg-block.png);
	padding:2px 0 3px 20px;
	position:absolute;
	left:20px;
	top:242px;
	z-index: 25;
}
#header .txt{
	float:left;
	padding:16px 0 0;
	width:750px;
}
#header a {
  text-decoration: none;
}

#header h2{
	margin:0 0 4px;
	font:29px Helvetica, Arial, sans-serif;
	color:#5d312c;
	text-transform: uppercase;
}
#header .slogan{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#010101;
}
#header .logo{
	width:182px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	cursor:pointer;
	background:url(../img/logo.png) no-repeat;
	margin:0 29px 0 0;
}
#header .logo a{
	display:block;
	height:100%;
}
#main{
	width:988px;
	overflow:hidden;
	margin:0 auto;
	background:url(../img/bg-main.gif) repeat-y;
	padding:0 0 30px;
}
#main_home{
	width:1024px;
	overflow:hidden;
	margin:-5px 4px;
	padding:0;
}
#sidebar{
	float:left;
	width:253px;
	padding:25px 31px 0 3px;
	overflow: hidden;
}
#sidebar h2 {
	margin:0 0 25px;
	padding:8px 0 10px 22px;
	color:#fff;
	font-size:14px;
	background:#5d312c;
}
#sidebar .sub-nav{
	margin:0;
	padding:0 0 0 23px;
	list-style:none;
	font-size:14px;
}
#sidebar .sub-nav div{
	width:120px;
	float:left;
	overflow:hidden;
}
#sidebar .sub-nav a {
  color:#645b4e;

}
#sidebar .sub-nav .secondlevel a:hover,
#sidebar .sub-nav .secondlevel.active a,
#sidebar .sub-nav a:hover,
#sidebar .sub-nav .active a {
  font-weight: bold;
}

#sidebar .sub-nav .firstlevel {
  margin-bottom: 30px;
}

#sidebar .sub-nav .secondlevel a {
  font-weight: normal;
}

#sidebar .sub-nav .active a, #sidebar .sub-nav a:hover{
	text-decoration:none;
	color:#6d3b38;
}
#sidebar .sub-nav ul .active a, #sidebar ul .sub-nav a:hover{
	color:#6d3b38 !important;
}
#sidebar .sub-nav ul{
	margin:-17px 0 20px;
	padding:0 0 0 123px;
	list-style:none;
	font-size:12px;
	line-height:20px;
}
#sidebar .sub-nav ul a{
	color:#645b4e !important;
	display:inline;
}

#sidebar .sidebar-content {
	margin: 10px 0;
	padding:0 0 0 23px;
}

#sidebar h2 {
	text-transform: uppercase;
}

#content{
	float:right;
	width:615px;
	padding:29px 45px 0 0;
	overflow:hidden;
}
#content h1,
#content h2 {
	margin:0 0 28px;
	color:#6e3b38;
	font:20px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#content p{
	line-height:16px;
}
#content .list{
	margin:0 0 21px 2px;
	padding:17px 0 0;
	list-style:none;
	line-height:16px;
}
#content .list li{
	background:url(../img/bullet.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
}
#content .product-list{
	margin:0 auto;
	padding:0 0 3px;
	list-style:none;
	text-align:center;
	width:400px;
}
#content .product-list li{
	display:inline;
	padding:0 3px;
}
#footer{
	width:968px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0 10px 18px;
}
#footer .lang{
	margin:0 13px 0 0;
	padding:0;
	list-style:none;
	float:left;
}
#footer .lang li{
	float:left;
	padding:0 3px;
}
#footer .lang a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:18px;
	height:14px;
}
#footer .en{background:url(../img/english.jpg) no-repeat;}
#footer .ge{background:url(../img/german.jpg) no-repeat;}
#footer .add-nav{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	float:left;
}
#footer .add-nav li{
	float:left;
	padding:0 10px;
}
#footer .add-nav a{color:#fff;}
#footer form{
	float:right;
	padding:0 11px 0 0;
	width:200px;
}
#footer .txt-input{
	background:url(../img/txt-input.gif) no-repeat;
	float:left;
}
#footer .txt-input input{
	width:145px;
	height:18px;
	border:0;
	background:none;
	padding:2px 6px 2px;
}
#footer .btn-submit{
	background:url(../img/btn-submit.gif) no-repeat;
	cursor:pointer;
	width:28px;
	height:22px;
	border:0;
	color:#fff;
	margin:0 0 0 4px;
	text-align:center;
	padding:0 2px;
}
#footer a {
  text-decoration: none;
}


#header .intro{
	width: 100%;
	overflow:hidden;
	height: 329px;
} 
#header .intro .slideshow img{
	display:block;
	border:20px solid #90887b;
}
.slideshow {
  position:absolute;
  z-index: 5;
}
.slideshow div {
  z-index:8;
  position: absolute;
  top: 0;
  left: 0;
  opacity:0.0;
}
.slideshow div.active {
  z-index:10;
  opacity:1.0;
}
.slideshow div.last-active { z-index:9; }
.slideshow div img { display: block; }


#mailform {
 border: none;
 margin: 0 0 1em 0;
 padding: 10px;
}

.csc-mailform {
 border: 0 none;
 padding: 0;
}
.csc-mailform-field {
 margin-bottom: 10px;
}
.csc-mailform-field label {
 margin-top: 3px;
 width: 30%;
 display: block;
 float: left;
 clear:left;
}
.csc-mailform-field input {
  width: 50%;
  border: 1px solid #999;
}
.csc-mailform textarea {
 border: 1px solid #999;
 width: 90%;
}
.csc-mailform-check, 
.csc-mailform-radio {
  width: auto !important;
  border: 0px !important;
}
.csc-mailform-radio {
  width: auto !important;
  margin-bottom: 10px;
}
.csc-mailform-radio label {
  display: inline;
  padding-left: 10px;
}
.csc-mailform legend {
  display: none;
}
.csc-mailform-submit {
  width: auto !important;
  padding-left: 5px;
  padding-right: 5px;   
}

.tx-yagspageteaser-pi1 {
  margin-top: 10px;
  color: #1f0000;
}

.tx-yagspageteaser-pi1 li,
.tx-yagspageteaser-pi1 ul {
  position: relative;
  list-style-type: none;
}
.tx-yagspageteaser-pi1 ul {
  padding: 0;
  margin: 0;
}
.tx-yagspageteaser-pi1 li.firstlevel {
  display: inline;
  float: left;
  width: 252px;
  height: 203px;
  overflow: hidden;
  cursor: pointer;
  overflow: hidden;
  margin-right: 2px;
}
.tx-yagspageteaser-pi1 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
	background: url(../img/home_overlay.gif) no-repeat;
  width: 252px;
  height: 203px;
}
.tx-yagspageteaser-pi1 .overlay:hover {
	background: url(../img/home_overlay_hover.gif) no-repeat;
}
.tx-yagspageteaser-pi1 .headline {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: 0 0 16px 16px;
  padding: 10px 22px;
  text-transform: uppercase;
  font-size: 14px;
}
.tx-yagspageteaser-pi1 ul.slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 16px 0 0 16px;
  padding: 0;
  width: 236px;
  height: 182px;
}
.tx-yagspageteaser-pi1 a {
  text-decoration: none;
}
.tx-yagspageteaser-pi1 .headline {
  background-color: white;
  color: #1f0000;
}
.tx-yagspageteaser-pi1 .headline.hover {
  background-color: #6d3b38;
  color: white;
}
.tx-yagspageteaser-pi1 .oekologie .headline {
  color: #93b52a;
}
.tx-yagspageteaser-pi1 .oekologie .headline.hover {
  color: white;
}









/****************************************
* Inhaltsformatierungen aus alter CSS
****************************************/
.csc-mailform-label {
	font-weight: bold;
	margin-bottom: 5px;
}

.download {
	text-decoration: underline;
}

.external-link-new-window {
	text-decoration: underline;	
}

.csc-mailform {
	border: none;
}

.contenttable tr td p{
	margin-top: 3px;
	margin-bottom: 3px;
}

#mmswf4bb3997c6d166 {
	float:right;	
}

th p.bodytext {
	margin-top: 0px;
}

.csc-textpic-imagewrap {
	margin-bottom: 10px;	
}

.internal-link {
	text-decoration: underline;	
}


DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 5px;
	margin-bottom: 0px;
}
.csc-textpic-imagerow ul li {
	
}

#gmHs_resultList_Anzahl {
	margin: 0px 10px 10px 20px;
}

.gmHs_map{
	width: 420px;
	height: 410px;
	margin: 0px 10px 10px 20px;
}

.gmHs_link {
	text-decoration: underline;	
}

#gmHs_resultList {
	margin: 0px 10px 10px 20px;
}

label{
  width: 110px;
  float: left;
  text-align: left;
  margin-bottom: 4px;
}

#logoutForm {
	margin-top: 10px;
}

.csc-mailform-field {
	margin-top: 3px;
	#overflow: hidden;
}
.csc-mailform-submit {
	margin-top: 7px;
	margin-left: 110px;
}

#Layer1 {
	position:absolute;
	width:200px;f
	height:115px;
	z-index:16;
}

.haendlersucheInput {
	margin: 0px 10px 10px 20px;	
}
.haendlersucheInput {

}


.distanceToFooter {
	height: 20px;	
}
.menuSpace {
	height: 34px;
}

#menu3onPage {
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left: -197px;
	width: 480px;
	z-index: 30;
}

#menu3onPage a {
	text-decoration: underline;
}

.csc-sitemap ul {
	margin: 0;
  	padding: 0;
}

.csc-sitemap ul li {
	font-weight: bold;
	list-style-type: none;
	text-decoration: underline;
	margin-bottom: 16px;
}
.csc-sitemap ul li ul{
	padding-top: 16px;
	padding-left: 40px;
}
	
.csc-sitemap ul li ul li {
	font-weight: normal;
	list-style-type: none;
	text-decoration: underline;
	margin-bottom: 0px;
}


#staticMenu {
	position: absolute;
	left: 50%;
	top: 272px;
	margin-left: 293px;
	width: 107px;
	z-index: 9;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	vertical-align: middle;		
	display: none;
}

#flashRight { 
	margin-top: 30px;
}

#space1 {
	background: rgb(247, 245, 237) none repeat scroll 0% 0%;
	position: absolute;
	left: 50%;
	top: 368px;
	margin-left: 293px;
	width: 107px;
	height: 288px;
	z-index: 6;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	vertical-align: middle;	
}

#space2 {
	background: rgb(247, 245, 237) none repeat scroll 0% 0%;
	position: absolute;
	left: 50%;
	top: 399px;
	margin-left: 293px;
	width: 107px;
	height: 288px;
	z-index: 6;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	vertical-align: middle;
}


.clearFloat {
	clear: both;
}


#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:16;
}

#ambiente {
	margin-top: 10px;
}


#tabelle {
	height: auto;
	left: 0;
	position: absolute;
	margin-top: 0px;
	margin-left: 20px;
	display: block;
	z-index: 7;
	visibility: visible;
	width: 460;
}
#flashcopytop {
	height: 28px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 244px;
	margin-left: -208px;
	display: block;
	z-index: 7;
	visibility: visible;
	top: 8px;
}
#flashlogo {
	background-color:#ffffff;
	height: 22px;
	width: 100px;
	left: 50%;
	position: absolute;
	margin-top: 800px;
	margin-left: 160px;
	display: block;
	z-index: 5;
	visibility: visible;
	top: -6px;
}
#flashcopybottom1 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}
#flashcopybottom2 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}
#flashcopybottom3 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}
#flashcopybottom4 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -160px;
}
#flashcopybottom5 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -160px;
}
#flashcopybottom6 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}
#flashcopybottom7 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}
#flashcopybottom8 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: 475px;
}
#flashcopybottom9 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}

#flashcopybottom10 {
	height: 40px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 645px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index: 10;
	top: -8px;
}

#flashcopylinear1 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: 205px;
}
#flashcopylinear2 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: -146px;
}
#flashcopylinear3 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: -146px;
}
#flashcopylinear4 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: 48px;
}
#flashcopylinear5 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: 235px;
}
#flashcopylinear6 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: -146px;
}
#flashcopylinear7 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: 235px;
}
#flashcopylinear8 {
	height: 65px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	background-color:#FFFFFF;
	z-index:10;
	top: 48px;
}
#flashcopylinear9 {
	height: 20px;
	width: 480px;
	left: 50%;
	position: absolute;
	margin-top: 820px;
	margin-left: -208px;
	display: block;
	visibility: visible;
	z-index:10;
	top: 210px;
}
#flash {
	height: 670px;
	width: 480px;
	left: -1px;
	position: absolute;
	margin-top: -10px;
	margin-left: 10px;
	display: block;
	z-index: 3;
	overflow: visible;
	visibility: visible;
	top: 11px;
}
#ofen {
	height: 520px;
	width: 450px;
	border: 0px;
	bordcolor: #FFFFFF;
	left: 0px;
	position: absolute;
	margin-top: 0px;
	margin-left: 20px;
	display: block;
	z-index: 9;
	visibility: visible;
}
#technischeDaten {
	padding-left: 20px;
	padding-top: 40px;
}
#space-b {
	position: absolute;
	left: 50%; top: 392px;
	margin-left: 293px;
	width: 107px;
	height: 498;
	z-index: 11;
	background: #F7F5ED;
	vertical-align: middle;
}
#topic {
	margin: 0px;
	padding: 0px;
}


.technischeDaten{
	width: 291px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-collapse: collapse;
}

.technischeDaten td {
	padding: 0px;
	height: 19px;
	padding-left:5px;
	padding-top:2px;
}


.technischeDaten .tr-even {
	background-color: #ece6d9;
	margin: 0px;
	font-size: 10px;
}

.technischeDaten .tr-odd {
	background-color: #f7f5ef;
	margin: 0px;
	font-size: 10px;
}

.technischeDaten thead .tr-0 th{
	background-color: #e4ddcb;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
	padding-top:2px;
	height: 21px;
	text-align: left;
}

.technischeDaten .tr-0 .td-0 {
	width: 123px;
}
.technischeDaten .tr-0 .td-1 {
	width: 84px;
}
.technischeDaten .tr-0 .td-2 {
	width: 84px;
}


.klein {
	font-size: 8px;	
}

.headerMenu3 {
	margin-bottom: 64px;	
}

.headerMenu3datenblatt {
	
}


#contentLeft .csc-default {
	float: left;
}

.columnContent .csc-default {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
	
}

.csc-header-n2 .headerMenu3datenblatt {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.csc-header-n1,
.head {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-right: 0px;
	font-weight: lighter;
}


.imageborder {
	border: 6px solid #990000;
}

.agb {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	font-weight: normal;
	text-align: 
	justify;
}

#headlineTop {
	padding-left:20px;	
}

.downloadbtnLeft {
	float: left;
	margin-left:20px;
	margin-bottom:20px;
}
.downloadbtnRight {
	float: right;
	margin-right:20px;
	margin-bottom:20px;
}
.copy {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.modelle {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	font-weight: normal;
}
.formtext {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	font-weight: normal;
}
.ralign {
	padding-top: 10px;
	padding-right: 30px;
}
.punkte {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 2px;
	font-weight: normal;
	padding-top: 2px;
}
.tabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: normal;
}
.tabold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
}
.bg {
	background-image: url("../img/menu/space-left.png");
	background-repeat: repeat-x;
	background-color:#8C0C0C;
	height: 33;
	align: absbottom;
}
.rollovermenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url("../img/menu/space-left.png");
	background-repeat: repeat-x;
}
a.rollovermenu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url("../img/menu/space-left.png");
	background-repeat: repeat-x;
} 
a.rollovermenu:hover {
	background-image: url("../img/menu/navover.png");
	background-repeat: repeat-x;
}
a.rollovermenu.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url("../img/menu/space-left.png");
	background-repeat: repeat-x;
}
.motiv {
	padding: 1px;
}
.buttonalign {
	margin-left: 0px;
	width: 183px;
	height: 34px;
	vertical-align: middle;
}
.suchfeld {
	vertical-align: middle;
	margin-top: 1px;
	margin-left: 5px;
}

#sparmitspartherm{
	position: absolute; 
	right: 50%; 
	top: 0px; 
	z-index: 100; 
	margin-right: 150px;
}

.sparmit a:link{
	color: #BD1D1A;
}

.sparmit a:hover{
	color: #9D1212;
}

.sparmit a:active{
	color: #BD1D1A;
}

.sparmit a:visited{
	color: #BD1D1A;
}

div#suchcopy{
	background-color: red;
	display: none;
}



#breadcrumbs {
	font-size: 10px;
	color: #666666;
	margin-left: 21px;
	margin-top: 3px;
	width: 465px;
	padding-bottom: 2px;
	border-bottom: 3px solid #f7f5ed;
}

a.breadcumb {
	color: #666666;
}

/* Messebanner START */
#messebanner{
	min-height: 168px;
	position: absolute;
	top: 320px;
	left: 0;
	z-index: 1000;
}
#messebanner-headline{
	width: 33px;
	min-height: 220px;
	float: left;
	background: url("../img/messebanner/bg_2.png") repeat-x left bottom;
	position: relative;
	top: 0;
	left: 0;
}
#messebanner-headline img{
	margin-top: 26px;
}
#messebanner-content{
	width: 480px;
	min-height: 168px;
	float: left;
	background: url("../img/messebanner/bg_2.png") repeat-x left bottom;
	display: none;
}
#messebanner-schatten{
	width: 12px;
	min-height: 220px;
	float: left;
	background: url("../img/messebanner/bg_schatten_2.png") no-repeat left bottom;
}
#messebanner-schatten:after{
	clear: both;
}
#messebanner #inner{
	margin: 20px 0 40px 0;
	height: 160px;
}
#messebanner #inner #text{
	float: left;
	margin-left: 20px;
	width: 300px;
}
#messebanner #inner #text a{
	text-align: right;
	display: block;
	color: #ffffff;
	font-size: 11px;
}
#messebanner #inner #text .bodytext{
	color: #ffffff;
	margin: 0 0 10px 0;
	line-height: 20px;
}
#messebanner #inner #img{
	float: left;
	margin-left: 30px;
}
/* Messebanner END */

