/* Header */
         div#header
                 {
                 width:100%;
                 margin-bottom:3%;
                 float:left;
                 }

         div#logo
                 {
                 width:25%;
                 float:left;
                 }

         div#slogan
                 {
                 width:60%;
                 margin:0 auto;
                 text-align:center;
                 float:left;
                 }

         div#links
                 {
                 width:15%;
                 text-align:right;
                 float:left;
                 }

/*       #navi   { Siehe: navigation.css } */


/* Content */
         #sidebar
                 {
                 width:25%;
                 height:400px;
                 margin-right:2%;
                 padding-bottom:5px;
                 overflow:scroll;
                 float:left;
                 }

         #content
                 {
                 width:73%;
                 line-height:1.5;
                 float:right;
                 }

/* Footer */
         #footer
                 {
                 font-size:80%;
                 color:#CCC;
                 text-align:center;
                 padding-top:5%;
                 clear:both;
                 }