/* CSS Document */

body {
background-color: #9f9f9f;
background-image: url(img/bg1.png);
text-align: center;
margin: 0px;
font-family: Arial CE, Arial, Verdana, Comic Sans MS,techno;
font-size: 11px;
color: #000;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #f957ba;
}


a:hover  
{
text-decoration:none ;
color: #afdd24;
cursor: crosshair;
}


#hlavni 
{
padding: 0px;
margin: auto;
width: 735px;
}

#stranka {
float: left;
text-align: left;
display: block;
width: 735px;
background-image: url('img/bg.png');
background-repeat:repeat-y;
}



#horni
{
background-image: url('img/horni.png');
width: 735px;
height: 108px;
background-repeat: no-repeat;
}


#nazev
{
background-image: url('img/nazev.png');
width: 735px;
height: 82px;
background-repeat: no-repeat;
text-align: left;
}

.nazevpad  
{
padding-left: 280px;
padding-right: 70px;
padding-top: 20px;
}

.nazevcss  
{
color: #17aedd;
font-weight: bold;
font-variant: small-caps;
font-size: 36px;
}

#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
min-height: 147px;
width: 243px;
float: left;
text-align: left;
}

.levepad  
{
padding-left: 95px;
padding-right: 11px;
padding-top: 35px;
}

#leve .nadpis {
background-color: #c8e570;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
padding: 3px 3px 3px 10px ;
text-align: left;
margin-top: 2px;
margin-bottom: 3px;
color: #000;}


#leve a:link, #leve a:active, #leve a:visited {
background-color:#e1e9c8 ;
color: #17aedd;
text-decoration: none;
text-align: right;
padding: 2px;
display: block;
height: 14px;
margin-bottom: 2px;
}

#leve a:hover {
background-color:#cce288 ;
color: #fc7cca;
text-decoration: none;
text-align: right;
padding: 2px 10px 2px 2px ;
display: block;
height: 14px;
margin-bottom: 2px;
}


#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
min-height: 147px;
width: 492px;
float: right;
text-align: left;
}


.pravepad  
{
padding-left: 10px;
padding-right: 90px;
padding-top: 20px;
}


#prave .nadpis {
background-color: #f4bedf;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
padding: 5px 5px 5px 15px ;
text-align: left;
color: #000;}
 

.podnadpis {
border-bottom: 2px solid #97daef;
font-weight: bold;
text-align: right;
color: #fc7cca;}



#credits   
{
background-image: url('img/credits.png');
background-repeat: no-repeat;
float: right;
width: 735px;
height: 274px;
text-align: left;
}

.creditspad
{
padding-top: 150px;
padding-left: 70px;
padding-right: 290px;
}
