@charset "utf-8";
/* CSS Document */
body, html
{
background:#000000;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-repeat: repeat-x;
margin: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

a:link  {
color:#FFFFFF;
text-decoration: underline;
}

a:visited  {
color:#FFFFFF;
text-decoration: underline;
}

a:active  {
color:#FFFFFF;
text-decoration: underline;
}

a:hover  {
color:#FFFFFF;
text-decoration: none;
}

#navigace {
font-size: 13px;
font-weight:bold;
padding-right:30px;
text-align:right;
padding-top:12px;
width:800px;
height:28px;
}

#zahlavi {
width:830px;
height:264px;
}

#telo_pozadi {
width:830px;	
background:url(grafika/box_pozadi.jpg) top left repeat-y;
}

#telo_zahlavi {
width:800px;
padding:15px;
background:url(grafika/box_zahlavi.jpg) top left no-repeat;
}

#levy {
padding-left:10px;
width:550px;
float:left;
text-align:left;
}

#pravy {
padding-right:10px;
float:right;
text-align:left;
width:200px;
}

#paticka {
margin-top:30px;
padding:10px;
border-top: #4B004A 2px solid;
text-align:right;
}

.nadpis {
border-bottom: #4B004A 2px solid;
padding:5px;
margin-bottom:5px;
text-align:left;
color: #993399;
font-size: 17px;
font-weight:bold;
}

.nadpis2 {
border-bottom: #4B004A 1px solid;
padding:5px;
text-align:left;
color: #FFFFFF;
font-size: 15px;
font-weight:bold;
margin-bottom:5px;
}


.cistic { clear:both; }
