body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, blockquote, figure {
    margin:0;
    padding:0;
}

body {
    background-color:rgb(80, 90, 90);
    font-family: Verdana, Arial;
}

.languageChange {
    position:absolute;
    right:0;
    top:0;
}

.languageChange ul {
    list-style: none;
}

.languageChange a {
    color:rgba(255,255,255,0.5);
    text-decoration: none;
    font-size:80%;
}

.languageChange a.active {
    color:rgba(255,255,255,0.9);
}

header {
    height:165px;
    background:url(../images/header.jpg) no-repeat no-repeat top;
    color:#fff;
}

.clearer {
    clear:both;
}

.logo {
    float:left;
    margin-top:40px;
}

.logo-holder {
    width:160px;
    height:99px;
    background:url('../images/logo.png') no-repeat no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.headline {
    float:left;
    margin-top:102px;
    margin-left:25px;
}

header .register {
    float:right;
    margin-top:44px;
}

header .register-holder {
    width:248px;
    height:124px;
    background:url('../images/register_form.png') no-repeat no-repeat top;
}
header .register-holder-en {
    width:248px;
    height:124px;
    background:url('../images/register_form_en.png') no-repeat no-repeat top;
}

header a:hover .register-holder, header a:hover .register-holder-en {
    background-position: bottom;
}

.wrapper {
    width:900px;
    margin:auto;
}

nav {
    padding-top:35px;
    float:left;
    width:230px;
}

nav a {
    color:rgb(0,90,150);
    text-decoration: none;
}

nav ul {
    list-style: none;
    font-size:81%;
}

nav ul li {
    margin-bottom:10px;
}

nav ul li .square {
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    width:8px;
    height:8px;
    margin-right:7px;
    margin-top:2px;
    border:1px solid rgba(0,0,0,0);
}
nav ul li a:hover .square {
    border:1px solid rgb(0,0,0);
}
nav ul li a:hover {
    color:#000;
}
nav ul li a:hover .square_inner {
    background-color:#000;
}
nav ul li .square_inner {
    width:4px;
    height:4px;
    background-color:rgb(0,90,150);
}
.content {
    margin-top:-2px;
    position:relative;
    z-index:10;
    background-color:white;
    color:rgb(45, 50, 50);
    min-height: 295px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}

.content-container {
    min-height:260px;
    padding-top:35px;
    float:left;
    border-left:1px dotted #151515;
    padding-left:30px;
    width:639px;
    padding-bottom:50px;
}

.content-container .nav-panel {
    font-size:70%;
    margin-top:-3px;
    padding-bottom:30px;
}
.content-container .nav-panel a {
    text-decoration: none;
    color:inherit;
}
.content-container .nav-panel a:hover {
    color:rgb(0,90,150);
}

.content-container .nav-panel .home {
    width:16px;
    height:16px;
    background:url('../images/home.png') no-repeat no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    float:left;
    margin-right:6px;
    margin-top:-2px;
}

.content-container p {
    font-size:90%;
    margin-bottom:5px;
}

.content-container p.bolded {
    font-weight: bold;
}

.content-container p.smaller {
    font-size:75%;
}
.content-container table {
    font-size:75%;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    border-collapse: collapse;
}
.content-container table thead th {
    text-align:left;
}
.content-container table tbody td, .content-container table thead th {
    padding:3px;
}
.content-container table th, .content-container table td {
    border:1px solid rgba(0,0,0,0.25);
}

h2 {
    margin-bottom:10px;
    text-decoration:underline;
    font-size:90%;
}

footer {
    padding-top:30px;
    padding-bottom:20px;
}

footer .left {
    float:left;
}

footer .right {
    float:right;
}

footer .separator {
    padding-top:10px;
}
footer .footerline {
    font-weight:bold;
}
footer p {
    font-size:80%;
}
footer a {
    text-decoration:none;
    color:#fff;
}
footer img {
    margin-top:10px;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
footer .right img {
    margin-top:32px;
}
footer .line {
    width:100%;
    height:1px;
    background-color:rgba(0,0,0,0.2);
    margin-top:10px;
    margin-bottom:10px;
}
footer .disclaimer {
    font-size:75%;
    color:rgba(0,0,0,0.5);
}
footer span a {
    color:inherit;
}
footer .disclaimer a:hover {
    color:#fff;
}
footer span {
    display:block;
    float:left;
}
footer span.author {
    float:right;
}
footer .goToAdmin {
    padding-left:2px;
    padding-right:2px;
    margin-left:5px;
    margin-right:5px;
    border-left:1px solid rgba(0,0,0,0.2);
    border-right:1px solid rgba(0,0,0,0.2);
    width:16px;
    height:16px;
    background:url('../images/administracia.png') no-repeat no-repeat center;
    float:left;
}