/* CSS Document */

body {
background-color: #676D76;
text-align: center;
margin: 0px;
font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
font-size: 12px;
color: #fff;
}


#hlavni 
{
padding: 0px;
margin: auto;
width: 615px;
}

#stranka {
float: left;
text-align: left;
display: block;
width: 615px;
background-image: url('img/bg.png');
background-repeat:repeat-y;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #ADAFB3;
}


a:hover  
{
text-decoration: none;
color: #676D76;
}

.av {
border: 1px solid #ADAFB3; 
text-align: left;
margin-right:10px;}

.nadpis {
border-left: 2px solid #ADAFB3; 
border-bottom: 2px solid #ADAFB3; 
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: left;
padding-left: 10px;
color: #fff;}


.podnadpis {
background-color: #3D4650;
padding: 2px;
font-weight: bold;
text-align: center;
color: #ADAFB3;}



#horni  
{
background-image: url('img/horni.png');
width: 615px;
height: 136px;
background-repeat: no-repeat;
}


#mezi  
{
background-image: url('img/mezi.png');
width: 615px;
height: 187px;
background-repeat: no-repeat;
}

.mezipad  
{
padding-left: 15px;
padding-right: 240px;
}


#dolni  
{
background-image: url('img/dolni.png');
width: 615px;
height: 171px;
background-repeat: no-repeat;
}

.dolnipad  
{
padding-top: 45px;
padding-left: 30px;
padding-right: 30px;
text-align:right;
font-size: 48px;
font-variant: small-caps;
color: #2C3743;
}



#leve   
{
background-image: url('img/leve.png');
background-repeat: no-repeat;
_height: 195px;
min-height: 195px;
width: 422px;
float: left;
text-align: left;
}

.levepad  
{
padding-top: 30px;
padding-left: 15px;
padding-right: 10px;
}


#prave   
{
background-image: url('img/prave.png');
background-repeat: no-repeat;
_height: 195px;
min-height: 195px;
width: 193px;
float: right;
text-align: left;
}


.pravepad  
{
padding-top: 30px;
padding-left: 5px;
padding-right: 27px;
}



#prave a:link, #prave a:visited, #prave a:active  {	
background-color: #656D75;
color: #2C3743;
text-decoration: none;
text-align: center;
padding: 2px;
display: block;
height: 15px;
border-bottom: solid 2px #414A53;
}


#prave a:hover {
background-color: #2C3743;
color: #fff;
text-decoration: none;
text-align: center;
padding: 3px;
display: block;
height: 15px;
border-bottom: solid 2px #414A53;
border-right: solid 10px #414A53;
border-left: solid 10px #414A53;
}

