#description {
	color: #333333;	
}

#description h2{
	text-transform: uppercase;
}

#description table{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#description table th{
	padding: 0px 5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #c7c7c7;
	text-align: center;
}

#description table td{
	padding: 0px 5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align: center;
}

#description table td.col1{
	background-color: #eeeeee;
	text-align: left;
}

#description table td.note{
	text-align: left;
}

#description table td.price{
	text-align: right;
}

#description table td.subheader{
	background-color: #eeeeee;
	text-transform: uppercase;
}

#description div.multicol{
	float: left;
	padding: 5px;
	width: 40%;
}

#description div.end-multicol{
	clear: both;
}

#description div.screenshot{
	float: left;
	padding: 5px;
	width: 40%;
}

#description div.screenshot img{
	float: left;
	padding: 5px;
}

#description div.screenshot .caption{
	text-align: left;
	padding: 5px;
}

#description div.komplekt{
	float: left;
	text-align: center;
	font-style:italic;
	padding: 0 13px;
}


table.pricelist
{
	border-color:gray;
	width: 90%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

table.pricelist td a
{
    text-decoration: none;
    color: black;
    font-weight: normal;
}



.dscr_text {
	color: #333333;
}
.dscr_title { 
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.dscr_table {
	background: #cccccc;
	cellspacing: 1;
}
.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;
}
