/* CSS Document */

body {
background-color: #fdeedf;
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: #a9664d;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #de7724;
}


a:hover  
{
text-decoration:none ;
color: #fdeedf;
}


#hlavni 
{
padding: 0px;
margin: auto;
width: 780px;
}

#stranka {
float: left;
text-align: left;
display: block;
width: 780px;
background-image: url('img/bg.png');
background-repeat:repeat-y;
}



#horni
{
background-image: url('img/horni.png');
width: 780px;
height: 401px;
background-repeat: no-repeat;
}


#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
min-height: 255px;
width: 323px;
float: left;
text-align: left;
}

.levepad  
{
padding-left: 160px;
padding-right: 7px;
padding-top: 180px;
}


#leve .nadpis {
border-bottom: 1px #f6d5bd solid;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: right;
padding-right: 20px ;
margin-bottom: 5px;
color: #df8147;}


#leve a:link, #leve a:active, #leve a:visited {
background-color:#f8ddc8;
color: #df8147;
text-decoration: none;
text-align: left;
padding-left: 10px;
display: block;
height: 16px;
font-weight: normal;
margin-bottom: 2px;
margin-left: 10px;
}

#leve a:hover {
background-color:#f6d5bd ;
color: #df8147;
text-decoration: none;
text-align: left;
padding-left: 10px;
display: block;
height: 16px;
font-weight: normal;
margin-bottom: 2px;
margin-left: 10px;
}


#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
min-height: 255px;
width: 457px;
float: right;
text-align: left;
}


.pravepad  
{
padding-left: 20px;
padding-right: 110px;
padding-top: 120px;
}


#prave .nadpis {
border: 1px #fbeeda solid;
background-color: #f9e5d1;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
padding: 3px ;
text-align: center;
color: #df8147;}
 

.podnadpis {
border-bottom: 1px solid #fbeeda;
font-weight: bold;
padding-left: 10px ;
text-align: left;
color: #df8147;}


#credits   
{
background-image: url('img/credits.png');
background-repeat: no-repeat;
float: right;
width: 780px;
height: 192px;
text-align: left;
}

.creditspad
{
padding-top: 110px;
padding-left: 345px;
padding-right: 110px;
}
