@charset 'utf-8';

@import  'reset.css';
@import  'layout.css';
@import  'inhalte.css';
@import  'navigation.css';
@import  'referenzen.css';

/*
    $Id$ 
----------------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}