/**
 * structure.css
 */
div#flash
{
    height:                         20px;
}

div#search
{
	width: 							194px;
}

/**
 * basics.css
 **/
div.visual_clear
{
    display:                        block;
    clear:                          both;
    height:                         1px;
    overflow:                       hidden;
}
 
/**
 * teaser.css
 **/
div#teaser_column
{
    margin:                         0 0 0 0;
}

div.teaser div.spacer
{
    height:                         0px;
    line-height:                    0px;
    font-size:                      0px;
}

div.teaser div.list
{
    overflow:                       visible;
    height:                         180px;
}

div.box div.full_image
{
    float:                          left;
}
div.box div.full_image img
{
    position:                       relative;
	margin: 						0 0 0 -25px;
}

/**
 * list.css
 */
div#content_column div.list.cols div.list_entry div.text_part
{
	height:							130px;
}

div#content_column div.list div.list_entry .buttons
{
	margin-bottom:					13px;
}

/**
 * form.css
 */
.form_fullpage .checkbox label
{
    margin-top:                     4px;
}     

/**
 * breadcrumbs.css
 */
#breadcrumbs
{
	float:							none;
	
	padding-left:					13px;
}