/* CSS Document */

body {
background-color: #e6e9ed;
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: #950d17;
}


a:hover  
{
text-decoration:none ;
color: #7d963a;
}


#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: 226px;
background-repeat: no-repeat;
}

#welcome
{
background-image: url('img/welcome.png');
width: 780px;
height: 86px;
background-repeat: no-repeat;
text-align: left;
color: #C2B6B9;
}

.welcomepad  
{
padding-left: 140px;
padding-right: 390px;
padding-top: 5px;
}


#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
min-height: 360px;
width: 523px;
float: left;
text-align: left;
}

.levepad  
{
padding-left: 88px;
padding-right: 8px;
padding-top: 140px;
}


#leve .nadpis {
background-color: #f8c92f;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
padding: 3px ;
text-align: center;
color: #950d17;}
 

.podnadpis {
border-bottom: 2px dotted #8bb236;
font-weight: bold;
padding-left: 10px ;
text-align: left;
color: #950d17;}



#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
min-height: 360px;
width: 257px;
float: right;
text-align: left;
}


.pravepad  
{
padding-left: 6px;
padding-right: 120px;
padding-top: 170px;
}


#prave .nadpis {
border-bottom: 2px #950d17 dotted;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: right;
padding-right: 10px ;
margin-bottom: 5px;
color: #f8c92f;}


#prave a:link, #prave a:active, #prave a:visited {
background-color:#7d963a;
color: #950d17;
text-decoration: none;
text-align: left;
padding: 2px 2px 2px 10px;
display: block;
height: 16px;
font-weight: bold;
margin-bottom: 2px;
}

#prave a:hover {
background-color:#950d17 ;
color: #f8c92f;
text-decoration: none;
text-align: left;
padding: 2px 2px 2px 10px;
display: block;
height: 16px;
font-weight: bold;
margin-bottom: 2px;
}

#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: 240px;
padding-right: 80px;
}
