/* CSS Document */

body {
background-color: #fcfced;
background-image: url(img/bg1.png);
text-align: center;
margin: 0px;
font-family:  Arial, Verdana, Comic Sans MS,techno;
font-size: 11px;
color: #000;
}

a:link, a:active, a:visited
{
text-decoration: none;
font-weight: bold;
color: #5c472c;
}


a:hover  
{
text-decoration: none;
font-weight: bold;
color: #c7e564;
}


#hlavni 
{
padding: 0px;
margin: auto;
width: 718px;
}

#stranka {
float: left;
text-align: left;
display: block;
width: 718px;
background-image: url('img/bg.png');
background-repeat:repeat-y;
}



#horni
{
background-image: url('img/horni.png');
width: 718px;
height: 204px;
background-repeat: no-repeat;
}



#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
min-height: 247px;
width: 178px;
float: left;
text-align: right;
}

.levepad  
{
padding-left: 10px;
padding-right: 10px;
padding-top: 150px;
}

#leve a:link, #leve a:active, #leve a:visited
{
text-decoration: none;
font-weight: bold;
color: #c7e564;
}


#leve a:hover  
{
text-decoration: none;
font-weight: bold;
color: #5c472c;
}

#leve .nadpis {
font-weight: bold;
text-align: right;
font-size: 16px;
font-variant: small-caps;
color: #5c472c;
margin-top: 3px;
margin-bottom: 2px;}



#stred   
{
background-image: url('img/stred.png');
background-repeat: no-repeat;
min-height: 247px;
width: 360px;
float: left;
text-align: left;
}

.stredpad  
{
padding-left: 8px;
padding-right: 8px;
padding-top: 80px;
}

#stred .nadpis {
border-top: 1px solid #c7e564;
border-bottom: 1px solid #c7e564;
color: #5c472c;
background-color:#f5f39a ;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: center;
padding: 3px ;
margin-top: 5px;
margin-bottom: 3px;}

#stred .podnadpis {
border-bottom: 2px solid #c7e564;
border-left: 2px solid #c7e564;
padding-left: 5px;
padding-bottom: 2px;
font-weight: bold;
text-align: left;
font-size: 14px;
font-variant: small-caps;
color: #5c472c;}


#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
min-height: 247px;
width: 180px;
float: right;
text-align: left;
}

.pravepad  
{
padding-left: 10px;
padding-right: 10px;
padding-top: 150px;
}

#prave a:link, #prave a:active, #prave a:visited
{
text-decoration: none;
font-weight: bold;
color: #c7e564;
}


#prave a:hover  
{
text-decoration: none;
font-weight: bold;
color: #5c472c;
}


#prave .nadpis {
font-weight: bold;
text-align: left;
font-size: 16px;
font-variant: small-caps;
color: #5c472c;
margin-top: 3px;
margin-bottom: 2px;}

#credits   
{
background-image: url('img/credits.png');
background-repeat: no-repeat;
float: right;
width: 718px;
height: 111px;
text-align: left;
}


.creditspad  
{
padding-left: 190px;
padding-right: 320px;
padding-top: 65px;
}
