﻿body {
    background: url('img/bg.png');
    /*overflow: hidden;*/
    margin: 0;
}

#main {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -100px;
}

#content {
    width: 100%;
    position: relative;
}



#error {
    width: 100%;
    margin-top: 250px;
}



#error-content {
    background-repeat: no-repeat;
    background-position: 0px 20px;
    font-family: Verdana;
    color: #444;
    min-height: 180px;
    padding-left: 220px; 
    margin: auto auto;
    width: 540px;

    font-size: 16px;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    line-height: 140%;
}

#error-content h1 {
    font-size: 27px;
    padding-bottom: 12px;
    color: #4b698e;
}

#error-content a {
    color: #337bd4;
}

#error-content ol li, #error-content ul li {
    padding-bottom: 10px;
}




#logos {
    background-color: #eee;
    border-bottom: 4px solid #ccc;
    padding: 20px 0px;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0px;
}

#logos-content {
    width: 390px;
    margin: 0px auto;
}

#logos-content div {
    float: left;
    margin-right: 20px;
}

#logos-content div a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
}

#logoMU {
    background-image: url('img/mu.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

#logoICS {
    background-image: url('img/ics.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

#logoWebCentrum {
    background-image: url('img/mlok.png');
    background-repeat: no-repeat;
    width: 240px;
    height: 45px;
}




#desc {
    margin-top: 30px;
}

#desc a {
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: Black;
    text-decoration: none;
}

#desc img {
    margin-right: 2px;
}