/* transparent Container Box with title*/ 
.transparent_box {
background: none;
color:black;
margin: 0px;
padding: 0px;
}

.transparent_box p{}
.transparent_box-link  a {}
.transparent_box-link  a:hover {}
.transparent_box-title .Head {}
.transparentPane {}
.transparent_title {}
.transparent_content {}

#col_right .transparent_title { padding: 0 15px; }
#col_right .transparent_content { padding: 0 15px;}


/* white Container Box*/
.white_box { padding-bottom:26px; } /* padding-bottom:26px; */
* html .white_box { padding-bottom:0px; margin-bottom:26px; } 
*+html .white_box { padding-bottom:0px; margin-bottom:26px; } 
.white_title { padding: 0 15px; line-height: 23px; display: block; background: white; border: 1px solid #666; border-bottom: none;} 
.white_content { padding: 5px 15px 15px 15px; background: white; border: 1px solid #666; }
#col_left .white_content { padding: 0 15px; }
.ohne_titel .white_content { padding: 15px 15px 15px 15px;}


table.white_box { padding: 0; margin: 0; width:100%; background: none;} 
table.white_box td{ padding: 0; margin: 0; background: none;} 
table.white_box tbody{ padding: 0; margin: 0; background: none;} 



.cleaner {
clear: both;
height: 0px;
padding:0px;
margin: 0px;
border: 0px;
overflow: hidden;
}
