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

body
{
background: #fff;
font-size: 12px;
font-family: Tahoma;
}

h2
{
font-size: 14px;
}

p
{
clear: both;
}

#page
{
position: relative;
width: 800px;
margin: 0px auto;
}

#header
{
margin-top: 10px;
margin-left: 110px;
}

#main
{
padding: 30px;
}

#main img
{
margin: 10px;
} 

#footer
{
clear: both;
margin: 20px 0px 0px 0px;
padding: 10px;
font-size: 10px;
}

#footer .left
{
color: #fff;
background: #bada20;
}

#footer .right
{
text-align: center;
}

#footer .obsah
{
padding: 15px 10px;
}

#footer li
{
float: left;
list-style-type: none;
margin: 0px 10px;
}

#footer a{
  color: #000;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

.left
{
float: left;
width: 49%;
}

.right
{
float: right;
width: 50%;
}

img{
border: none;
}

.image_left
{
float: left;
margin: 10px;
}

.image_right
{
float: right;
margin: 10px;
}

.orange
{
margin: 10px 0px;
color: #ff6633;
}

.green
{
margin: 10px 0px;
color: #bada20;
}

td
{
width: 100px;
}
/* logo */
h1{
  float: left;
}

.header a {
	display: block;
	cursor: pointer;
	width: 100px; 
}

.header span{
	display: block;
	position: relative;
	width: 100px; 
  height: 270px;
	background:url("logo.gif") top left no-repeat;
}

.invisible{
	display: none;
}

/* obrazek */
.header_obr{
  width: 406px;
  float: right;
 	position: relative;
}
/* menu */ 
#menu{
  margin: 0px 0px 0px 105px;
  background: url("tlapka.gif") no-repeat #BADA20;
  height: 270px;
  width: 165px;
  font-size: 14px;
  color: #fff;
}

.menu_main{
  padding: 50px 0px 0px 0px;
  _padding: 44px 0px 0px 0px;
}

.menu_main li{
  list-style-type: none;
  margin: 10px 0px 10px 15px;
}

#menu a{
  color: #fff;
  text-decoration: none;
}

#menu a:hover{
  text-decoration: underline;
}

.menu_sub{
  font-size: 12px;
  text-align: center;
  margin: 25px 20px 0px 0px;
}

.menu_sub li{
  margin: 0px 10px;
  list-style-type: none;
  float: left;
}

/* pohotovost */
.pohotovost {
  color: #cc0000;
}

.pohotovost strong{
  font-weight: bold;
}

.pohotovost h3{
  font-size: 34px;
  font-weight: bold;
}

.pohotovost img{
  float: left;
}

/* main */
#main li
{
list-style-type: none;
margin: 15px 10px;
}

