/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Site-wide properties ======================================================== */
body{
	background-image:url(../img/bg-verlauf.jpg);
	background-repeat:repeat-x;
	color:#58595b;
	background-color:#e7e6e4;
	 }
    
    /* Fibonacci based heading scale ratio */
    h1{ font-size: 1.4em; font-weight: normal; color:#646464; text-indent: 1.2em; }
    h2{ font-size: 0.95em; font-weight: normal; color:#58595b; text-indent: 1.3em; }
    h3{ font-size: 0.8em; font-weight: normal; }
    h4{ font-size: 0.8em; font-weight: normal; }

/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    float: left;
    height: 1px;
    width: 100%; }

/* Basic Structure ============================================================= */
#wrap{
    margin: 0 auto;
    position: relative;
    width: 100%; }

    /* Header */
    header{
        float: left;
        width: 100%; }
    
    /* Content */
    article{
        float: left;
        width: 66.7%; }
    
    /* Sidebar */
    aside{
        float: left;
        width: 33.3%; }
        
    /* Footer */
    footer{
        float: left;
        width: 90%;
		margin-left: 5%; margin-right: auto; margin-top:10%;
		 }
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
html.mti-repaint body div#mti_wfs_colophon a img {display:none;}
.logobox {margin-top:260px;}
.slogan {margin-top:4.7em;}
.logo { display: block; margin-left: 25%; margin-right: auto; float:left; }
a:link {color:#58595b; text-decoration:none;}
.kontakt { display:block; margin-top:1.0em; text-indent: 0.3em; }
#impressumslink { cursor:pointer;}
#impressum { display:none; background-color:#fff; padding:3%; margin-top:2%; }