#top{
	height: 60px;
	width: 100%;
	z-index: 99991;
	background-color: #ffffff;
	position: fixed;
}

ul#rightButtons{
    margin: 0px;
    padding: 0px;
}

#rightButtons{
    list-style: none;
    display: inline;
    float: right;
}

#rightButtons li{
	float: left;
	height: 22px;
	width: 114px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/dfsk-logo02.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 40px;
        margin-top: 20px;
}



/* ==================================================
   HEADER
================================================== */

#logo {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 100;
	width: 106px;
	height: 110px;
	background-color: #da2031;
}

#menu-contact_buttom {
    display: inline-block;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #666666;
    top: 10px;
    left: 160px;
    height: 20px;
    padding: 14px 0px 7px 38px;
    background-image: url(../images/contact-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}





/* ==================================================
   MEDIA
================================================== */

@media only screen and (max-width: 1270px) {

#logo { top: -15px; width: 86px; height: 90px; left: 20px;}
#rightButtons li { margin-right: 20px;}

#menu-contact_buttom { left: 114px;}

}