img{
	border:none;
}

A { 
	color: #777; 
	text-decoration: none; 
	}

A:hover { color: #6e8b07; text-decoration: underline; }

H2 { 
	font-weight:bold;
}

H3 { font-size: 12px; color: #000000; }

H4 { font-size: 11px; color: #000000; }

H5 { font-size: 10px; color: #000000; }

H6 { font-size: 9px; color: #333333; font-weight: normal; }

H1,
#right h1.csc-firstHeader {
/*in der rechten spalte nur die erste headline,
alle anderen werden in 3col.css definiert*/ 
	/*margin-top: 20px;*/ 
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 20px; 
	color:#6e8b07;
	text-transform:uppercase;
	background:#BDBEC0 url(../img/elem/bg_headline.gif) repeat-x;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #E4E4E5;
	padding:6px 0 6px 20px;
}
H1.produktname {
	margin-top: 0; 
}

dd.csc-textpic-caption {
	font-size: 10px;
	padding:10px 0 16px 0;
}
.hidden{
	display:none;
}
/*table-style*/
table{
	width:100%;
}
td,th{
	padding:10px 10px 10px 10px;
	vertical-align:top;
	border-bottom:1px solid #BDBCBA;
}
th{
	border-top:1px solid #BDBCBA;
	padding:16px 10px 16px 10px;
	font-weight:bold;
	text-transform:uppercase;
}
.td-0{
	padding-left:20px;
}
.td-2, .td-3, .td-4, .td-5, .td-6, .td-7{
	text-align:right;
}
.td-last{
	color:#FFF;
}
table.rechts_10 .td-last{
	width:10%;
}
table.rechts_20 .td-last{
	width:20%;
}
table.rechts_30 .td-last{
	width:30%;
}
table.rechts_40 .td-last{
	width:40%;
}
table.rechts_50 .td-last{
	width:50%;
}
/*div.csc-textpic-clear {
	height:0;
}*/

#middle-marker p{
	padding:0 20px 20px 20px;
}
/*form-style*/
.csc-mailform{
	padding-left:20px;
	border:none;
}
.csc-mailform-field label {
display:inline-block;
line-height:2.2em;
vertical-align:top;
width:120px;
}
.csc-frame-rulerAfter{
	height:1px;
	border-bottom:1px solid #BDBCBA;
}