/* CSS Document */
*{
padding: 0px;
margin: 0px;
}

body{
text-align: center;
font-family: Tahoma, Verdana;
background-color: rgb(151,161,218);
}

.obal{
width: 1000px;
text-align: left;
margin: 0 auto;
background-color: rgb(252,252,254);
background-image: url(../obrazky/foto/autobusy_velke_2.jpg);
background-position: bottom;
background-repeat: no-repeat;
}


.text{
margin-left: 250px;
padding: 10px 20px 10px 30px;
text-align: justify;
}

.menu{
color:  rgb(39,37,105);
float: left;
margin-top: 20px;
font-size: 14px;
}

.menu a{
color:  rgb(39,37,105);
text-decoration: none;
}

 
ul{
margin: 10px 5px 10px 10px;
font-weight: bold;
background-color: rgb(255,156,0);
}

.aktiv a{
color: white;
}

li {
padding: 5px;
width: 240px;
list-style-type: none;
}


h1{
color:  rgb(39,37,105);
font-size: 20px;
}

h2{
color:  rgb(255,156,0);
}

.foto_1{
float: left;
border: 1px rgb(27,36,65) solid;
margin-right: 20px;
}

.foto_2{
float: right;
border: 1px rgb(27,36,65) solid;
margin-left: 20px;
}

.kontakt
{
margin: 10px;
text-align: center;
}

.text12{
font-size: 12px;
}

.zapati{
color:  rgb(39,37,105);
text-align: center;
clear: left;
}

.zapati a{
color:  rgb(39,37,105);
text-decoration: none;
 }

.zapati a:hover{
color:  rgb(39,37,105);
text-decoration: none;
 }

