/* CSS Document */

body {
background-color: #000;
text-align: center;
margin: 0px;
font-family:  Arial, Verdana, Comic Sans MS,techno;
font-size: 11px;
color: #737373;
}

a:link, a:active, a:visited
{
text-decoration: none;
font-weight: bold;
color: #ab0000;
}


a:hover  
{
text-decoration: none ;
font-weight: bold;
color: #737373;
}


#hlavni 
{
padding: 0px;
margin: auto;
width: 760px;
}

#stranka {
float: left;
text-align: left;
display: block;
width: 760px;
background-image: url('img/bg.gif');
background-repeat:repeat-y;
}




#leve   
{
background-image: url('img/leve.gif');
background-repeat: no-repeat;
_height: 633px;
min-height: 633px;
width: 184px;
float: left;
text-align: right;
}

.levepad  
{
padding-left: 30px;
padding-right: 10px;
padding-top: 200px;
}



#leve .nadpis {
border-bottom: 2px dotted #737373;
padding-left: 10px;
font-weight: bold;
text-align: left;
font-size: 14px;
font-variant: small-caps;
color: #ab0000;
margin-top: 3px;
margin-bottom: 2px;}



#stred   
{
background-image: url('img/stred.gif');
background-repeat: no-repeat;
_height: 633px;
min-height: 633px;
width: 399px;
float: left;
text-align: left;
}

.stredpad  
{
padding-left: 15px;
padding-right: 15px;
padding-top: 250px;
}

#stred .nadpis {
color: #ab0000;
background-color:#737373 ;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: center;
padding: 2px ;
margin-top: 5px;
margin-bottom: 3px;}

#stred .podnadpis {
border-bottom: 2px solid #ab0000;
padding-left: 20px;
font-weight: bold;
text-align: left;
font-size: 14px;
font-variant: small-caps;
color: #737373;}


#prave   
{
background-image: url('img/prave.gif');
background-repeat: no-repeat;
_height: 633px;
min-height: 633px;
width: 177px;
float: right;
text-align: left;
}

.pravepad  
{
padding-left: 10px;
padding-right: 30px;
padding-top: 260px;
}


#prave .nadpis {
border-bottom: 2px dotted #737373;
padding-right: 10px;
font-weight: bold;
text-align: right;
font-size: 14px;
font-variant: small-caps;
color: #ab0000;
margin-top: 3px;
margin-bottom: 2px;}

#dolni   
{
background-image: url('img/dolni.gif');
background-repeat: no-repeat;
float: right;
width: 760px;
height: 84px;
text-align: left;
}


.dolnipad  
{
padding-left: 200px;
padding-right: 160px;
padding-top: 10px;
}
}
