@media print{
    #rightcol, #teaser{
        display: none;
    }

    #twocols, #maincol{
        width: 100%;
        float: none;
    }
}

html, body{
    margin: 0;
    padding: 0;
    text-align: center;
}

body {
	background: url(./images/samedaylogistics.de__background_body.jpg) #ffffff repeat-x;
}

img {
	border: 0;
}

#pagewidth {
    width: 940px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	background: url(./images/samedaylogistics.de__background_page.png) transparent no-repeat;
	padding-bottom: 320px;
}

#header{
    position: relative;
    height: 340px;
    background-color: transparent;
    width: 100%;
}

#logoline, #key_visual {
	margin: 0 40px;
	padding: 22px 0 20px 0;
    width: 860px;
}

#key_visual {
    height: 220px;
}

#key_visual img {
    position: relative;
}


#twocols {
    width: 860px;
	margin: 0 40px;
	padding: 20px 0;
    float: right;
    position: relative;
    background-color: #ffffff;     
}

#rightcol{
    width: 210px;
    float: right;
    position: relative;
    background-color: transparent;
}

#maincol {
    background-color: transparent;
    float: left;
    display: inline;
    position: relative;
    width: 640px;
}

#footer{
	background-color: #0a3a74;
	margin: 0 20px;
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{
    display: inline-block;
}

* html .clearfix{
    height: 1%;
}

.clearfix{
    display: block;
}
