body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #002200;
    background-image: url("/assets/gfx/background_block.png");
}

a, a:hover, a:active, a:visited, a:focus { 
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    color: #C47400;
    text-decoration: none;
}

.clear{
    clear: both;
}

#all{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #007e00;
    
   -moz-box-shadow: 0px 0px 50px 10px #000000;
    -webkit-box-shadow: 0px 0px 50px 10px #000000;
    -o-box-shadow: 0px 0px 50px 10px #000000;
    box-shadow: 0px 0px 50px 10px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=20);
}

#languages{
    margin-top: 10px;
    max-width: 960px;
    position: absolute;
    width: 100%;
}

#languages a{
    float: right;
    padding-right: 10px;
}

#head_image{ 
    width: auto;
    height: auto;
}

ul{
    padding: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-perspective: 60px;
    perspective: 60px;
}

.menu_link{
    display: inline-block;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 20px;
    transform: rotateX(15deg) rotateY(0deg) rotateZ(0deg);
}

.margin_50{
    clear: both;
    padding-top: 50px;
}

.margin_30{
    clear: both;
    padding-top: 30px;
}

.menu_link a{
    color: #005500;
    font-weight: bolder;
    font-size: 26px;
}

.menu_link a:hover{
    color: #c47400;
}

.menu_link.selected a{
    color: #c47400;
}

h1{
    margin: 0;
    padding: 0;
    font-size: xx-large;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2{
    margin: 0;
    padding: 0;
    font-size: large;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}

h3{
    margin: 0;
    float: left;
    font-weight: bold;
    font-size: large;
}

h4{
    margin: 0;
    float: right;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: small;
    font-weight: normal;
}

h5{
    margin: 0;
    padding: 0;
    font-size: large;
    padding-top: 10px;
    padding-bottom: 10px;
}

.line{
    border-bottom: 2px solid #005500;
    height: 1px;
    margin: auto;
    max-width: 860px;
    width: 100%;
}

#footer{
    margin: auto;
    max-width: 900px;
    padding: 10px 20px;
    width: auto;
}

#social_Links{
    text-align: right;
    font-size: 0;
    float: right;
}

#social_Links a {
    display: table-cell;
    height: 50px;
    vertical-align: bottom;
}

#social_Links img {
    width: 40px;
    height: 40px;
}

#social_Links img:hover {
    width: 46px;
    height: 46px;
}

#footer #left_block{
    float: left;
    font-size: small;
    text-align: left;
}

#cookieBar{
    background-color: #98f8fa;
    height: auto;
    margin: 0 auto;
    text-align: center;
    max-width: 960px;
    font-size: small;
    border-bottom: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
}

#cookieBar #text{
    color: black;
}

#cookieBar #closeCookieBar{
    background-color: white;
    border-radius: 5px;
    color: black;
    margin-left: 20px;
    padding: 3px 10px;
    cursor: pointer;
}

.container{
    padding-left: 0px;
    padding-right: 0px;
    max-width: 960px;
}