/* CSS Document */

#column-left-list{
	position:relative;
	width:300px;
	margin-right:40px;
	margin-top:40px;
	float:left;
}

#column-list{
	position:relative;
	width:660px;
	float:left;
}

table#liste{
	width:660px;
	display:table;
	border-spacing:0px;
}
table#liste td{
	
}


thead{
	height:40px;
	vertical-align:top;
}

tr.white-bg{
	background-color:rgba(255,255,255,.6);
}