/* CSS Document */

body {
background-color: #fff;
text-align: center;
margin: 0px;
font-family: Arial CE, Arial, Verdana, Comic Sans MS,techno;
font-size: 11px;
color: #eb2b80;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #a01553;
}


a:hover  
{
text-decoration:none ;
color: #fff;
}

.podnadpis {
border-bottom: 2px dotted #fff;
padding-left: 20px;
margin-right: 20px ;
margin-left: 20px ;
font-weight: bold;
text-align: left;
color: #eb2b80;}

#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: 179px;
background-repeat: no-repeat;
}


#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
min-height: 166px;
width: 300px;
float: left;
text-align: left;
}

.levepad  
{
padding-left: 103px;
padding-right: 7px;
padding-top: 50px;
}


#leve .nadpis {
border: 1px #fff solid;
background-color: #fdeaf2;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: left;
padding: 3px ;
padding-left: 10px ;
margin-bottom: 5px;
color: #eb2b80;}


#leve a:link, #leve a:active, #leve a:visited {
color: #eb2b80;
text-decoration: none;
text-align: left;
padding-left: 10px;
display: block;
height: 15px;
font-weight: normal;
margin-bottom: 2px;
border-bottom: 1px #fff dotted;
}

#leve a:hover {
color: #fff;
text-decoration: none;
text-align: left;
padding-left: 20px;
display: block;
height: 15px;
font-weight: bold;
margin-bottom: 2px;
border-bottom: 1px #eb2b80 dotted;
}


#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
min-height: 166px;
width: 480px;
float: right;
text-align: left;
}


.pravepad  
{
padding-left: 10px;
padding-right: 73px;
padding-top: 70px;
}


#prave .nadpis {
border: 1px #fff solid;
background-color: #fdeaf2;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: left;
padding: 5px ;
padding-left: 10px ;
color: #eb2b80;}
 

#credits   
{
background-image: url('img/credits.png');
background-repeat: no-repeat;
float: right;
width: 780px;
height: 248px;
text-align: left;
}

.creditspad
{
padding-top: 140px;
padding-left: 230px;
padding-right: 100px;
}
