#description {
	color: #4E4E4E;	
}

#description table{
	background-color: #f8f8f8;
	border-top:1px solid gray;
	border-left:1px solid gray;
}

#description table th{
	padding: 0px 5px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	background-color: #c7c7c7;
	text-align: center;
	font-size: smaller;
}

#description table td{
	padding: 0px 5px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	text-align: center;
}

#description table td.col1{
	background-color: #dbdbdb;
	text-align: left;
}

#description table td.note{
	text-align: left;
}

#description table td.price{
	text-align: right;
}

#description table td.subheader{
	background-color: #dbdbdb;
	text-transform: uppercase;
}

#description a{
	text-decoration: underline;
}

#description div.multicol2{
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
}

#description div.multicol3{
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
}

#description div.multicol4{
	-webkit-column-count: 4;
	-webkit-column-gap: 2em;
}

#description div.multicol{
	float: left;
	padding: 5px;
}

#description div.end-multicol{
	clear: both;
}

#description div.komplekt{
	float: left;
	text-align: center;
	font-style:italic;
	padding: 0 13px;
}

.dscr_text {
	color: #666666;
}

.dscr_title { 
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.dscr_table {
	background: #cccccc;
}
.dscr_parameter{
	background: #eeeeee;
	color: #000000;
}
.dscr_value{
	background: #ffffff;
	color: #000000;
}
.dscr_value_active{
	background: #ffffff;
	color: #000000;
	font-weight:normal;
}
.dscr_value_inactive{
	background: #ffffff;
	color: #999999;
}

