
root { 
    display: block;
}

img{
    border: none;
}

body{
    background: black;
    padding: 0;
    margin: 0;
    color: white;
    font-family:  Verdana, Tahoma, Arial;
}

div#background{
    width: 100%;
    background: url('img/bg01.png') repeat-y center;
    text-align: center;
}

div#wrapper{
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

div#header{
    background: url('img/bg-header.png') no-repeat 80px 0px;
    height: 165px;
    position: relative;
}

a#home{
    position: absolute;
    display: block;
    width: 250px;
    height: 150px;
    top: 0;
    left: 70px;
    border: none;
}

a#home span{
    display: none;
}

a#odm{
    position: absolute;
    display: block;
    width: 150px;
    height: 100px;
    top: 0;
    left: 323px;
    border: none;
}

a#odm span{
    display: none;
}

div#header-menu{
    position: absolute;
    top: 20px;
    right: 40px;
}

div#header-menu a{
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
    text-decoration: none;
}

div#header-menu a:hover{
    text-decoration: underline;
}

div#nahraj-odkaz {
    position: absolute;
    top: 70px;
    right: 40px;
}

div#nahraj-odkaz img{
    float: left;
    margin-right: 10px;
    border: 0;
}

div#nahraj-odkaz a{
    color: #b12323;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: underline;
}

div#nahraj-odkaz a:hover{
    text-decoration: none;
}

div#content{
    width: 100%;
}

div#main{
    display: inline;
    margin-left: 20px;
    float: left;
    width: 520px;
}

div#menu{
    height: 35px;
    margin: 0;
    padding: 0;
}
div#menu a{
    display: block;
    float: left;
    width: 170px;
    background: #830505;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 2px;
    padding: 0;
}

div#menu a.active{
    line-height: 35px;
    margin-top: 0px;
    background: #656565;
}


div#menu a:hover{
    line-height: 35px;
    margin-top: 0px;
}

div#video{
    margin-top: 20px;
    text-align: center;
}


div#main-content{
    /*text-align: center;*/
    margin: 20px 10px;
}

div#main-content p{
    color: white;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    padding: 0;
    margin: 10px;
}

div#main-content a{
    color: #830505;
    text-decoration: none;

}

div#main-content a:hover{
    text-decoration: underline;
}

div#main-content h3{
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    color: #830505;/*#b12323; #830505*/
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}


div#diskusia p{
    background: #151504;/*#656565;*/
    padding: 5px;
}

div#diskusia p span, div#diskusia p a{
    color: #830505;
}

div#diskusia p span.diskusia-datum{
    float: right;
}

div#diskusia div#formular{
    width: 480px;
    margin: 10px;
}

div#diskusia form{
 
    font: 12px Verdana;
    position: relative;
    height: 170px;

    margin: 0;
    padding: 0;
}

div#diskusia input{
    background: #151504;
    font: 12px Verdana;
    color: white;
    border: none;
}

div#diskusia input#title{
    font-style: italic;
    width: 150px;
}

div#diskusia input#submit{
    font-weight: bold;
    width: 150px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 120px;
    color: #830505;
}
div#diskusia input#security_code{
    position: absolute;
    left: 235px;
    top: 135px;
}

div#diskusia label#security_code_label{
    position: absolute;
    left: 160px;
    top: 135px;
}

div#diskusia textarea{
    background: #151504;
    color: white;
    font: 12px Verdana;
    font-style: italic;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

div#diskusia form img{
    position: absolute;
    top: 120px;
    left: 0;
}

div#main-content table{
    border-collapse: separate;
}


div#main-content div.maly-obrazok{
    width: 120px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
}

div#main-content div.newsItem{
    width: 160px;
    margin: 0;
    padding: 0;
}

div#main-content div.newsItem p{
    color: white;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    padding: 3px 0 20px 0;
    margin: 0;

}

div#main-content div.newsItem a{
    color: #830505;
    text-decoration: none;
}

div#main-content div.newsItem a:hover{
    text-decoration: underline;
}


div#banner{
    float: left;
    width: 370px;
    margin-left: 20px;
}

div#banner h2{
    line-height: 30px;
    background: #830505;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div#banner h3{
    margin: 3px 5px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

div#banner h3 span{
    font-weight: normal;
    font-style: italic;
}

div#banner p{
    margin: 3px 10px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}

div#banner a{
    color: white;
    text-decoration: none;
}

div#banner p a{
    text-decoration: none;
    color: #830505;
}

div#banner p a:hover{
    text-decoration: underline;
}

div.banner-box{
    margin-bottom: 10px;
}

div#banner-box-gallery{
    height: 300px;
    background: url('img/bg02.png') no-repeat;
    text-align: center;
}
div#banner-box-gallery img{
    margin-top: 30px;
}

div#footer{
    width: 100%;
    height: 35px;
    background: #830505;
    line-height: 35px;
    color: white;
    font-size: 12px;
}

div#footer a{
    color: white;
    text-decoration: none;
    
}

div#footer a:hover{
    text-decoration: underline;
}
/*==============================================================================================================*/

div#nahraj-odkaz-content img{
    float: left;
    margin-right: 10px;
    border: 0;
}

div#nahraj-odkaz-content a{
    color: #b12323;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: underline;
}

div#nahraj-odkaz-content a:hover{
    text-decoration: none;
}

div#nahraj-odkaz-content p{
    margin: 20px 0;
}

/*================================== FORMULAR 2 ============================================================================*/

div#formular2{
    width: 400px;
    margin: 10px;
}

div#formular2 form{

    font: 12px Verdana;
    margin: 0;
    padding: 0;
}

div#formular2 input{
    background: #151504;
    font: 12px Verdana;
    color: white;
    border: none;
    width: 150px;
}

div#formular2 input#submit{
    font-weight: bold;
    width: 150px;
    height: 20px;
    color: #830505;
    border: 1px solid #830505;
}


div#formular2 textarea{
    background: #151504;
    color: white;
    font: 12px Verdana;
    border: none;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
}
div#formular2 textarea#text{
    height: 300px;
}


/*==============================================================================================================*/


div#adminMenu{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: white;
}

div#adminMenu ul{
    list-style: none;
    padding: 0;
    margin: 3px 0 0 3px;
}

div#adminMenu ul li{
    padding-left: 6px;
}

div#adminMenu a{
    
    color: yellow;
    text-decoration: none;
}

div#adminMenu a:hover{
    text-decoration: underline;
}