body{
    background:url(/images/es_bg.gif);
    margin:0;
    padding:0;
}
#headroom{
    background:#FFFFFF url(/images/header-logo-220.jpg) no-repeat left;
    font-weight:bold;
    height:80px;
    overflow:hidden;
    text-align:right;
    vertical-align:top
}
#headroom div{
    background:url(/images/header-remaining-750.jpg) no-repeat right;
    float:right;
    height:80px;
    padding-right:7px;
    width:810px
}
#top_menu{
background-image:url(/images/titel_applikation_3.gif);
background-color:#DCE4FF;
height:21px;
margin-left:160px;
 background-position: right;
 background-repeat: no-repeat;
}
#top_menu ul{
list-style-type:none;
margin:0;
padding:0
}
#top_menu ul li{
border-left:1px #FFFFFF solid;
display:inline;
float:left;
height:21px;
line-height:20px
}
#top_menu ul li.eborder{
border-left:2px #F4F7FF solid
}
#top_menu ul li.top1{
padding-left:5px;
width:109px
}
#top_menu ul li.top2{
text-align:center;
width:28px
}
#top_menu ul li.top3{
text-align:center;
width:344px
}
.bg-bluetone1{
background:#DCE4FF
}
.bg-bluetone2{
background:#BACAFF
}
.loginbox{
    background:white;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-left: 280px;
    margin-top: 80px;
    width:300px;
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}
.loginboxnews{
    background:white;
    margin-left: 280px;
    margin-top: 30px;
    max-width:700px;
    border:2px red solid;
    padding:5px;
}
.contactbox{
    margin-left:150px;
}

input.submitbutton {
    background-color: #3e73ff;
    height: 35px;
    width: 275px;
    text-align:center;
    font-size: 15px;
    color:white;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border:0;
    outline:none;
}

input.submitbutton:active {
    background-color: #00ad18;
    transform: translateY(4px);
}
