/* liquid height boxes */ 

#liquidBox {
	width:310px;
	height:auto;	
	
}

#liquidBoxContent {
	padding:7px;
	border:1px solid #c4c4c4;	
	border-top:0;
	border-bottom:0;
}

#liquidBoxContent h1 {
	padding:0;
	margin:0;
}

#liquidBoxTop {
	
	width:100%;
	height:4px;	
	background:url(../img/box-top.gif) no-repeat;
	
}

#liquidBoxBottom {
	background:url(../img/box-bottom.gif) no-repeat;
	width:100%;
	height:8px;	
}

table#tblPartGes { 
	width: 100%; padding: 3px; border: none;
}

table#tblPartGes td { 
	padding: 7px;
	border: 1px solid #ccc !important; 
	vertical-align: top
}





