body {
  margin-top: 3px;
  padding: 0;
  color: #000;
  text-align: center;
  background: #F2FAFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#body {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: left;
}
#text {
	width: 770px;
	background: white;
}
#top_menu_obsah {
	border: 1px solid #3C5DB0;
	width: 770px;
	background: #3C5DB0;
}
h1 {
     font-size: 1.3em;
	 display: inline;
}
h2 {
     font-size: 1.1em;
}

h3 {
     font-size: 0.9em;
}

a.text_link {
	 visibility: hidden;
}
#textbox{
    padding: 1em;
    font-size: 0.8em;
	background: white;
}

#textbox_bottom{
    padding: 1em;
    font-size: 0.8em;
	background: white;
}
#footer {
	width: 770px;
	margin-top: 4px;
	margin-bottom: 1em;
	background: white;
	font-size: 0.8em;
	color: Gray;
	text-align: center;
	border: 1px solid #8E92C0;
}
#footer a {
    color: Gray;
}

#menu {
		width: 770px;
		padding: 0px;
		padding-top: 3px;
		margin: 0px;
		background: #3C5DB0;
		color: white;
}

#menu h2 {
    font-size: 0.9em;
    display: inline;
}
 #menu ul {
        margin: 0px;
        width: 770px;
 }
  #menu ul li  {
        display: inline;
        margin: 0;
        padding: 0;
 }
 #menu ul li a{
    color: #fff;
	padding: 3px;
	font-size: 0.9em;
	text-decoration: none;
}
#menu ul li a:hover {
    text-decoration: none;
    color: yellow;
}
#menu ul li  a.active, #menu ul li  a.active:hover  {
            background: white;
            font-weight: bold;
            margin: 0 7px;
            text-shadow: #196843 2px 2px;
            text-decoration: none;
			color: black;
}

.sloupce {
       width: 740px;   
       position: relative;
}
.levy {
     width: 150px;
}
.prostredni {
	width: 240px;
	top: 0px; 
    position: absolute; top: 0px; left: 250px;
}
.pravy {
       width: 240px;  
       float: right; 
       position: absolute; top: 0px; right: 0px;
}
.letenky_form {
	text-align: center;
	background: white;
	padding: -1em;
}

#banner_bottom {
	text-align: center;
	width: 770px;
}