/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.02.2016, 17:25:41
    Author     : Sandalas
*/

body{
    margin: 0px;
    padding: 0px;
    background-image: url('../pics/wood.png');
    color: #fff;
    font-size: 24px;
}

a, a:active, a:hover, a:visited{
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.header{
    background-color: #242423;
    position: fixed;
    top: 50px;
    left: 0px;
    height: 100px;
    width: 100%;
}

.footer{
    margin-top: 200px;
    text-align: center;
    height: 100px;
}

.menu{
    background-color: #242423;
    position: fixed;
    left: 50px;
    top: 0px;
    height: 100%;
    width: 200px;
}
.menu_element{
    background: #242423 none repeat scroll 0 0;
    border-bottom-right-radius: 50px;
    margin-left: -10px;
    margin-top: 20px;
    padding: 10px;
    width: 250px;
}
.menu_element.first{
    margin-top: 300px;
}

.content{
    margin: 0px auto;
    width: 1000px;
}
.container{
    background-color: #242423;
    padding: 30px;
    margin-bottom: 1000px;
    min-height: 400px;
}
.anchor{
    min-height: 300px;
}
.image{
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.image.full{
    width: 900px;
}

.logo{
    width: 155px;
    position: fixed;
    left: 75px;
    top: 25px;
}
.logo2{
    width: 160px;
    position: fixed;
    left: 75px;
    top: 25px;
}
.table_links{
    border-collapse: collapse;
}
.table_links > tbody > tr > td:nth-child(1){
    width: 400px;
    padding: 20px;
}
.table_links > tbody > tr > td:nth-child(2){
    width: 100px;
    padding: 20px;
}
.table_links > tbody > tr > td:nth-child(3){
    width: 400px;
    padding: 20px;
    text-align: right;
}
.link_logo{
    width: 400px;
}

.z150{
    z-index: 150;
}
.z151{
    z-index: 151;
}
.z152{
    z-index: 152;
}

.z50{
    z-index: 50;
}
.z51{
    z-index: 51;
}
.z52{
    z-index: 52;
}

.shadow{
    -moz-box-shadow:    3px 3px 5px 6px #111;
    -webkit-box-shadow: 3px 3px 5px 6px #111;
    box-shadow:         3px 3px 5px 6px #111;
}

#rats, #Dialog20{
    cursor: pointer;
}


.underline{text-decoration: underline;}@media only screen and (max-width: 1700px) {
    body{
        font-size: 20px;
    }
    
    .content{
        width: 800px;
    }
    
    .image.full{
        width: 700px;
    }
    
    .table_links > tbody > tr > td:nth-child(1){
        width: 300px;
        padding-bottom: 20px;
    }
    .table_links > tbody > tr > td:nth-child(2){
        width: 100px;
        padding-bottom: 20px;
    }
    .table_links > tbody > tr > td:nth-child(3){
        width: 300px;
        padding-bottom: 20px;
        text-align: right;
    }
    .link_logo{
        width: 300px;
    }
}

@media only screen and (max-width: 1600px) {
    body{
        font-size: 18px;
    }
    
    .content{
        width: 700px;
    }
    .image.full{
        width: 600px;
    }
    
    .table_links > tbody > tr > td:nth-child(1){
        width: 250px;
        padding-bottom: 20px;
    }
    .table_links > tbody > tr > td:nth-child(2){
        width: 50px;
        padding-bottom: 20px;
    }
    .table_links > tbody > tr > td:nth-child(3){
        width: 250px;
        padding-bottom: 20px;
        text-align: right;
    }
    .link_logo{
        width: 250px;
    }
}

@media only screen and (max-width: 1500px) {
    body{
        font-size: 16px;
    }
    
    .content{
        width: 600px;
    }
    
    .image.full{
        width: 500px;
    }
    
        .table_links > tbody > tr > td:nth-child(1){
        width: 200px;
        padding-bottom: 20px;
    }
    .table_links > tbody > tr > td:nth-child(2){
        width: 50px;
        padding-bottom: 20px;
    }
    .table_links > tbody > tr > td:nth-child(3){
        width: 200px;
        padding-bottom: 20px;
        text-align: right;
    }
    .link_logo{
        width: 200px;
    }
}

@media only screen and (max-width: 1400px) {
    body{
        font-size: 16px;
    }
    
    .content{
        width: 600px;
        margin-left: 350px;
    }
    
    .image.full{
        width: 500px;
    }
}