/* Rechte Spalte */
#col2
{
	width: 200px;
	margin:0px 16px 10px 0px;
	padding: 0;
	float:right;
	display: none;
}

/* Mittlere Spalte */
#col3
{
	margin:0px 5px 10px 220px;
}



#col3 .floatbox {
	overflow: visible;
}

.floatbox .edge_left_top { 
	position: relative; 
	left: -16px; 
	top: -16px; 
}

.floatbox .edge_right_top { 
	position: static ; 
	width: 705px;
}

.floatbox .edge_left_bottom { 
	position: relative; 
	left: 0px; 
	top: 0px; 
}

.floatbox .edge_right_bottom { 
	position: static ; 
	width: 705px;
}

.floatbox .box_cnt { 
	position: static ; 
	padding: 10px; 
	width: 665px;
	margin-bottom: -32px;
}

.floatbox .box_cnt {
	padding: 15px;
	width: auto;
	overflow: hidden;
}


.imageBox {
	width: 615px;
	text-align: center;
}

#buttonleiste a {
	padding: 8px 42px 8px 43px;
}
