/* CSS Document */

body {
background-color: #dccddb;
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: #7b3273;
}


a:hover  
{
text-decoration: none ;
font-weight: bold;
color: #e064d9;
}


#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: 369px;
background-repeat: no-repeat;
}



#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
min-height: 332px;
width: 196px;
float: left;
text-align: right;
}

.levepad  
{
padding-left: 30px;
padding-right: 10px;
padding-top: 100px;
}



#leve .nadpis {
font-weight: bold;
text-align: right;
font-size: 16px;
font-variant: small-caps;
color: #fff;
margin-top: 3px;
margin-bottom: 2px;}



#stred   
{
background-image: url('img/stred.png');
background-repeat: no-repeat;
min-height: 332px;
width: 381px;
float: left;
text-align: left;
}

.stredpad  
{
padding-left: 10px;
padding-right: 10px;
padding-top: 80px;
}

#stred .nadpis {
color: #fff;
background-color:#9e5392 ;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: center;
padding: 5px ;
margin-top: 5px;
margin-bottom: 3px;}

#stred .podnadpis {
border-bottom: 2px solid #e064d9;
padding-left: 20px;
font-weight: bold;
text-align: left;
font-size: 14px;
font-variant: small-caps;
color: #7b3273;}


#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
min-height: 332px;
width: 203px;
float: right;
text-align: left;
}

.pravepad  
{
padding-left: 10px;
padding-right: 30px;
padding-top: 100px;
}


#prave .nadpis {
font-weight: bold;
text-align: left;
font-size: 16px;
font-variant: small-caps;
color: #fff;
margin-top: 3px;
margin-bottom: 2px;}

#credits   
{
background-image: url('img/credits.png');
background-repeat: no-repeat;
float: right;
width: 780px;
height: 151px;
text-align: left;
}


.creditspad  
{
padding-left: 205px;
padding-right: 260px;
padding-top: 65px;
}
