/**CELEK**/
*{
  padding:0;
  margin:0;
  }

body{
margin-top:20px;
margin-bottom:20px;
background-image:url(images/bg.gif);
background-repeat:repeat;
font-family:calibri; 
text-align:center;
font-size:15px;
color:#9B9B9B;

}

/**JAZYKY**/
#jazyky{
}

#jazyky li{
display:inline;
margin-right:20px;
}

#jazyky a{
color:#9B9B9B;
text-decoration:none;
margin-left:10px;
margin-right:10px;
font-weight:bold;
}

/**BLOKY**/
#celek{
width:765px;
margin: 0px auto;
}

#left{
width:150px;
height:500px;
float:left;
text-align:center;
}

#right{
width:150px;
height:500px;
float:right;
text-align:center;
}

#obsah{
width:400px;
margin: 0px auto;
text-align:left;
margin-bottom:15px;
}

#obsah p{
text-indent:10px;
}

.center{
text-align:center;
width:100%;
}

.img{
margin-bottom:10px;
}

/**PÍSMA**/
h1{
font-size:20px;
}

#active{
color:#BECA06;
}

#bold{
color:#BECA06;
font-weight:bold;
font-size:15px;
}

#kontakt1 h1{
color:#6AB417;
}

a{
color:#9B9B9B;
text-decoration:none;
}

.polozka{
font-size:20px;
font-weight:bold;
}


a:hover{
color:#BECA06;
text-decoration:underline;
}

#kontakt2 h1{
color:#CEB302;
}

#kontakt3 h1{
color:#E76A00;
}

/**KONTAKTY**/
#down{
text-align:center;
margin: 0px auto;
width:765px;
height:80px;
}

#kontakt1{
width:255px;
float:left;
}

#kontakt2{
width:255px;
float:left;
}

#kontakt3{
width:255px;
float:left;
}

#reklama{
width:700px;
float:bottom;
text-align:center;
width:100%;
}

/**MENU**/
#menu{
margin-bottom:10px;
  }

#menu a{
color:#9B9B9B;
text-decoration:none;
margin-left:10px;
margin-right:10px;
font-size:20px;
font-weight:bold;
  }


  
#menu a:hover{
color:#E76A00;
  }

#menu li{
display:inline;
  }
  
  
  #pocitadlo{
float:right;
  }

