/* CSS Document */

html, body {
font-family: verdana, arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
background-color: #69c;}

 #vse {width: 1000px;
 margin: 10px auto;
 background-color: #ddd;
}

#nadpis {
height: 100px;
}

#nadpis_in {
white-space: nowrap;
line-height: 100px;
color: #69c;
font-size: 24px;
font-weight: bold;
text-align: left;
margin: 0 0 0 170px;
}

#vyrazne {
margin-top: 20px;}

#nadpis_in img{position: relative;
top: 30px;
left: -130px;
border: none;}

#obdelnik {
width: 94%;
height: 10px;
background-color: #69c;}

#obsah {
width: 1000px;
}

#navigace {width: 250px;
float: left;
font-size: 13px;
line-height: 150%;
text-align: left;
white-space: nowrap;
} 

#navigace a {text-decoration: none;}

#jazyky, #sluzby {padding: 10px 20px;
margin: 5px 50px;
border: 1px solid silver;
}

#sluzby div {
display: list-item;
}

#cesky, #rusky { text-align: right;
display: list-item;}

#cesky {
background: url("cs.png") 0 0 no-repeat;}
#rusky
{
background: url("ru.png") 0 0 no-repeat;}


#texty {
text-align: left;
width: 500px;
float: left;
padding: 5px;
}

#texty1 {
text-align: left;
width: 700px;
float: left;
padding: 5px;
}
   
#vyrazny {
background-color: #369;
color: white;
height: 50px;
line-height: 50px;
padding-left: 20px;}   

h1 {font-size: 20px;
color:#69c; }

.bold {font-weight: bold;}

#obrazek img {float: right; padding: 0 5px 0 0;
margin: 10px;
}
   
.cleaner {clear: both;}

#paticka {font-size:10px;
}

#paticka a {color: white;}

#texty1 img {border: 1px solid #69c;}





























