*
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: arial;
    font-size: 12px;
}
html
{
    width: 100%;
    height: 100%;
    background-image: url('/img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
body
{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.line
{
    width: 4px;
    position: absolute;
    z-index: 1337;
    background: #fff;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    box-shadow: 1px 5px rgba(0,0,0,.3)

}

#header{
    position: relative;
    z-index: 2000;
    height: 50px;
    width: 100%;
    background-color: #dc0046;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.middle{
    width: 960px;
    margin: 0px auto;
    height: inherit;
}
#logo{
    float: left;
    width: 100px;
    height: 100%;
    background-image: url(/img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
#logo a{
    width: 100%;
    height: 100%;
    display: block;
}
#socialmedia{
    float: right;
}
#socialmedia a{
    color: #fff;
    text-decoration: none;
}
#socialmedia li{
    float: left;
    display: block;
}
#socialmedia li{
    line-height: 50px;
    padding-left: 25px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
#socialmedia li.facebook{
    background-image: url('/img/facebook.png');
}
#socialmedia li.twitter{
    background-image: url('/img/twitter.png');
}
#socialmedia li.server{
    background-image: url('/img/webhosting.png');
}
#wrapper
{
    width: 960px;
    margin: auto;
}
.box
{
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.3);
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
    width: 400px;
    height: 605px;
    background: #fff;
}
#germany
{
    float: left;
}
#austria
{
    float: right;
}
h1
{
    font-size: 20px;
    font-weight: normal;
}
h2
{
    font-size: 18px;
}
hr
{
    border-top: 1px solid #ededed;
    margin-left: -25px;
    margin-right: -25px;
    display: block;
}
hr.toptitle
{
    margin-top: 10px;
    margin-bottom: 14px;
}
hr.bottomtitle
{
    margin-top: 15px;
    margin-bottom: 14px;
}
strong
{
    display: block;
    margin-top: 14px;
    margin-bottom: -15px;
    font-weight: bold;
}
p, strong, td
{
    font-size: 14px;
    line-height: 16px;
}
table
{
    width: 100%;
}
td
{
    width: 50%;
}