
#box{
position: relative;
width: 900px;
text-align: left; 
margin: 0 auto; 
}

#popisky{
width: 900px;
position: relative;
top: 0px;
}
.mezi-bunka{
clear: both; 
}

.radek, .radek-s{
margin-top: 20px;
}

.radek .jazyk{
width: 40px;
font-weight: bold;
color:#000;
font-size: 17pt;
float: left;
}

.radek .text{
width: 900px;
color:#FFF;
font-size: 8pt;
position: relative;
top: 2px;
}

.radek-s .jazyk{
width: 40px;
font-weight: bold;
color: #479595;
font-size: 17pt;
float: left;
}

.radek-s .text{
width: 900px;
color: #939393;
font-size: 8pt;
position: relative;
top: 2px;
}

#odkazy{
width: 900px;
height: 80px;
position: relative;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
top: 140px;
}