.dynamicBox table, .dynamicBox tbody td, .dynamicBox thead th {
	padding:0px;
	margin:0px;
}

.box_top {
	width:302px;
	position:relative;
	z-index:5;
}

.box_top_animation_container {
	width:100%;
	height:60px;
	position:relative;
}

.box_top_animation_open {
	z-index:2;
	position:absolute;
	top:45px;
	left:7px;
}

.box_top_animation_closed {
	z-index:1;
	position:absolute;
	top:50px;
	right:0px;
}

.box_top_animation_reiter {
	z-index:10;
	top:28px;
	right:0px;
	position:absolute;
}

.box_top_animation_header {
	z-index:11;
	top:30px;
	right:0px;
	position:absolute;
}

.box_bottom {
	width:302px;
	position:relative;
	z-index:100;
}

.box_bottom_shadow_left {
	width:4px;
	background: url(/fileadmin/images/box/schatten_box_links.png) #ffffff repeat-y;
}

.box_bottom_shadow_right {
	width:4px;
	background: url(/fileadmin/images/box/schatten_box_rechts.png) #ffffff repeat-y;
}	

.box_bottom_shadow_bottom {
	height:10px;
	background: url(/fileadmin/images/box/schatten_box_unten_long.png) #ffffff no-repeat;
}	

.box_content_gradient {
	background: url(/fileadmin/images/box/verlauf.png) #ffffff repeat-x; 
	width:100%;
	height:120px;
}

.box_content_unicolor {
	background-color:#f3f3f3;
	width:100%;
	border-top:1px solid #d6d6d6;
}

.box_content_unicolor img {
	float:left;
	margin-right:10px;
}

.box_content_padding {
	padding-top:5px;
	padding-bottom:5px; 
	margin-left:15px;
	margin-right:15px;
}

#leftcontainer{
	float: left;
	width: 628px;
}

#rightcontainer{
	float: left;
	width: 194px;
}
