.filetype-float_section {
display:block;
position:relative;
width:235px;
/* height:432px;
overflow:hidden; */
float:left;
margin:0 16px 16px 0;
}

.filetype-float_section img {
width:235px;
/* height:248px!important; */
margin:0;
}

.filetype-float_section a {
border:none!important;
}

.filetype-float_section h1,
.filetype-float_section h2,
.filetype-float_section h3,
.filetype-float_section h4 {
display:inline-block;
border-top:1px solid #88a5d9;
padding:6px 0 8px 0;
min-width:146px;
margin-top:-16px;
}


/* ZUM Layout CSS hinzufügen:

div#gpx_content span.cke_1 {
display:block;
width:235px !important;
height:512px !important;
overflow:hidden;
float:left;
margin:0 16px 16px 0 !important;
border:0 !important;
outline:1px dotted #aaa !important;
}

div#editor_area span.ck_1 {
width:auto !important;
height:auto !important;
overflow:auto;
float:none;
margin:0 !important;
outline:none !important;
}

.filetype-text {
display:block;
width:235px !important;
height:512px !important;
overflow:hidden;
float:left;
margin:0 16px 16px 0 !important;
}

*/