/* Farben
hellblau 100%: #009ee0
hellblau 80%: #00b1e6
hellblau 60%: #5ec5ed
hellblau 40%: #a2daf4
hellblau 20%: #d5edfa
hellblau 10%: #ebf6fc
komplementär: #e04200

dunkelblau 100%: #172983
dunkelblau 80%: #004494
dunkelblau 60%: #005ea8
dunkelblau 40%: #0076bd
dunkelblau 20%: #008bd0
komplementär: #838317
*/

table.short_description {
	border:1px solid #000;
	border-collapse:collapse;
	/*float:left;*/
}
table.short_description th {
	padding:5px;
	border:1px solid #000;	
	text-align:center;
	vertical-align:top;
}
table.short_description td {
	padding:5px;
	border:1px solid #000;	
	text-align:right;
}
table.short_description td.textright {
	text-align:right;
}
table.short_description td.textcenter {
	text-align:center;
}
table.short_description td.textleft {
	text-align:left;
}
tr.h_even {
	background:#FFF;
}

tr.h_odd {
	background:#84d0f0;
}
.bg_purple {
	background:#96C;
}
.bg_red {
	background:#F00;
}
.bg_brown {
	background:#630;
}
.bg_grey {
	background:#CCC;
}
.bg_yellow {
	background:#FF0;
}
.bg_green_light {
	background:#6C0;
}
.bg_green_dark {
	background:#390;
}
.bg_blue_light {
	background:#6CF;
}
.bg_orange {
	background:#F90;
}
.btn_blank {
    background:url(../images/btn_blank.gif) top center no-repeat;
	width:125px;
	height:28px;
	padding:0 0 3px 0;
	border:none;
	text-transform:uppercase;
	font-size:0.9em;
	/*font-weight:bold;*/
}
