/* (c) 2013 by stilmedien.de   ----------------------------- 
 stilmedien - Kommunikation & Werbung   -------------------- 
 mail@stilmedien.de   ----------------------------------- */
 
html, body {
 margin: 0;
 padding: 0;
 text-align: center;
}
html {
 background: #FFFFFF url(../images/hg.jpg) repeat-x;
 overflow: scroll;
 height: 100%;
}
#pagewidth {
 width: 950px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
}
#logo {
 width: 300px;
 height: 151px;
 float: left;
}
#logo a{display: block; text-align: left; padding: 50px 0 0 0;}
#logo a img{max-width: 200px; height: auto;}
#topbar {
 width: 650px;
 height: 151px;
 float: right;
}
#topbar #sprachwahl{height: 50px;}
#topbar #claim{height: 101px;}
#menu {
 height: 30px;
 margin-bottom: 6px;
 background: url(../images/menu.jpg);
}
#menu .moduletable.menu{width: auto !important; float: left !important;}
#menu .moduletable.sprachwahl{float: right; width: auto;}
#slider {
 width: 950px;
 height: 366px;
 margin-bottom: 28px;
 background: #FFFFFF;
}
#content {
 background: #FFFFFF;
 min-height: 200px;
 padding: 0 0 30px 0;
}
#footer {
 font-size: 12px;
 padding: 0 0 50px 0;
}
#copyright {
 width: 300px;
 height: 30px;
 float: right;
 text-align: right;
 color: #005a8c;
}
#footermenu {
 width: 90px;
 height: 30px;
 float: right;
}
/* Float containers fix: */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix { display: inline-block }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display: block }
/* End hide from IE-mac */
/*printer styles*/
@media print { 
    /*hide the left column when printing*/
    #leftcol { display: none }
    #footer { display: none }
    #header { display: none }
    /*hide the right column when printing*/
    #rightcol { display: none }
    #twocols, #maincol {
     width: 90%;
     float: none;
    }
}