@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
border:none;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#1A1A1A;
background-color:#FFFFFF;
font-size:14px;
}

h1{
margin-bottom:15px;
color:#c83e3a;
}

a{
color:#c83e3a;
text-decoration: none;
}

a:hover{
color:#1A1A1A;
text-decoration:underline;
}
strong{
color:#c83e3a;
}

td{
text-align:left;
}

input, textarea {
border: 1px #1A1A1A solid;
color:#c83e3a;
}

select, option {
border: 1px #1A1A1A solid;
color:#c83e3a;
}


#pokus li{
list-style: inside url(images/odrazka.png);
}
/*MENU*/
#menu {
background-image:url(images/menu_background.png);
background-repeat:repeat-x;
height:57px;
font-weight:bold;
min-width:900px;
font-size:14px;
}

#menu ul{
float:right;
margin-right:20px;
}

#menu li{
line-height:57px;
display:inline;
margin-left:-9px;
}
#menu li a{
color:#172026;
padding-bottom: 21px;
padding-top: 20px;
padding-left:10px;
padding-right:10px;
text-decoration:none;
}

#menu li a:hover{
background-color:#2b3339;
height:57px;
padding-top:20px;
padding-bottom:21px;
padding-left:10px;
padding-right:10px;
color:#c83e3a;
text-decoration:none;
}

/*END MENU*/
/*HEAD*/
#head{
background-image:url(images/head.png);
height:200px;
background-repeat:no-repeat;
margin: 0 auto 0 auto;
width:900px;
}

#head_bg{
background-image:url(images/head_background.png);
background-repeat:repeat-x;
height:200px;
}

#tritlacitka{
height:67px;
width:315px;
padding-left:257px;
padding-top: 100px;
font-size:13px;
}

#tritlacitka img{
padding-top:0px;
}
#tritlacitka img:hover{
padding-top:0px;
}

#tritlacitka td {
text-align:center;
width:105px;
}

#tritlacitka td a{
color:#ffffff;
text-decoration:none;
}
#tritlacitka td a:hover{
color:#ffffff;
text-decoration:underline;
}
/*END HEAD*/
/*MAIN TEXT*/
#main{
width:900px;
min-height:400px;
margin:0 auto 0 auto;
overflow:hidden;
margin-bottom:10px;
color:#2a343c;
}

#left{
width:650px;
min-height:400px;
float:left;
text-align:justify;
padding-right:10px;
}

#right{
width:240px;
min-height:400px;
float:right;
text-align:right;
}
/*END MAIN TEXT*/

/*FOOTER*/
#footer{
width:900px;
height:59px;
background-color:#526a76;
margin: 0 auto 0 auto;
color:#ffffff;
}

#footer_left{
width:450px;
height:59px;
float:left;
}

#footer_image{
width:450px;
height:59px;
background-image:url(images/footer.png);
float:right;
}
/*END FOOTER*/
#footer1{
width:900px;
height:30px;
margin: 0 auto 0 auto;
text-align:center;
}

#nabidka_h2 h2{
margin-bottom:10px;
color:#c83e3a;
}

/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    background-color:#4c5598;
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #FFFFFF;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
    color: #FFFFFF;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


.trnadpis {
color: #c83e3a;
font-size: 27px;
font-weight:bold;
}

.tdramec{
color: #FFFFFF;
border: 1px rgb(237,0,0) solid;
background-color:rgb(51,51,51);
min-width: 500px;
min-height:40px;
font-size: 12px;
vertical-align: top;
}

.tdramec a{
text-decoration: none;
color: #FFFFFF;
}

.tdramec a:hover{
text-decoration: underline;
}

.tdpodnadpis {
padding: 5px;
background-image:url(images/menu_background.png);
background-repeat:repeat-x;
font-size: 20px;
}

.tdtext {
padding:5px;
vertical-align: middle;
}

#table_diskuse {
border-bottom: 1px #c83e3a solid;
}

/*START MENU BOTTOM*/

#menu_bottom {
margin: 0 auto 0 auto;
text-align:center;
padding-top:0px;
}

#menu_bottom img {
border:0px;
width:100px;
height:100px;
}

#menu_bottom li {
list-style:none;
display:inline;
padding-top:1px;
padding-left:10px;
padding-right:10px;
}


#menu_bottom a:hover{
border-top:solid;
border-color:#FFFFFF;
}

/*END MENU BOTTOM*/

#novinky_new {
min-width:600px;
min-height: 100px;
padding: 10px;
border-width: 2px;
border-style: dashed;
border-color: rgb(153,0,0);
background-color: rgb(225,225,225);
color: rgb(204,0,0);
}

novinky_new h1{
color:rgb(153,0,0);
}
