*{margin: 0; padding: 0;}	

body{	
	line-height: 1.4em;
	font-family: 'Open Sans', Arial, sans-serif; 		/* bezpatková písma */
	/* font-family: Georgia, Times New Roman, Times, serif; 	/* patková písma */
	font-size: 14px;
	text-align:left;
	color:#343434;
	background:#d0d0d0;
	}
	
#page{
	width: 978px;
	margin:0 auto;
	min-height: 100%;	
	background:#e8e8e8;
	}

* html #page{height: 100%;}

/* MISC */
.cleaner{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}
	
.hidden{display:none}
	
/* HEADER */
#head{
	width:978px; height:220px;
	padding:0;
	background:#285f85;	
	}	
	
#logo{
	width:940px; height:220px;
	float: right;
	background:url('../IMG/logo') no-repeat;	
	}
	
#logo a{
	width:940px; height:220px;
	display:block;
	text-decoration: none;
	}
#logo a h1{
	line-height: 220px;
	color: #ffffff;
	font-size: 3em;
	}

/* CONTENT */

#content{
  padding-bottom: 75px;
}

#contentLeft{
	width:214px; min-height: 400px;
	display: block;
	padding:0;
	float: left;
  	background:url('../IMG/content_left_top.gif') no-repeat top right;	
	}
	

ul#menu{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 20px;
  list-style-type: none;
  }

ul#menu li a{
  padding-left: 20px;
  text-decoration: none;    
  }
  	
ul#menu li a:hover{
  color: #b1c2ce; 
  background:url('../IMG/seznam.png') no-repeat left center; 
  }
  
ul#menu li ul li a{
  padding-left: 20px;
  margin-left: 20px;  
  line-height: 20px;
  text-decoration: none;   
  }
  	
ul#menu li ul li a:hover{
  color: #b1c2ce;  
  }

.bez{list-style-type: none;}
  

#sovicky{
	width:214px; height:174px;
	display: block;
  position: relative; 
  margin-top: 50px;	
	background:url('../IMG/sovicky.gif') no-repeat;	
	}
  

	
/* MAIN */
#contentMain{
  width: 686px;  
  float: right;
	background:url('../IMG/content_main_top.gif') no-repeat top right;; padding-left:40px; padding-right:0; padding-top:0; padding-bottom:0	
	}
	


/* CSS footer */
html{height: 100%;}
body{height: 100%;}

#nonFooter{
	position: relative;
	min-height: 100%;
	}

* html #nonFooter{height: 100%;}

#footer{
	width:978px;
	position: relative;
	margin: -58px auto 0 auto;
	padding:0;	
	}
* html #footer{margin-top: -58px;}

#futbg{width:702px; height:58px; display:block; margin: 0 auto;}
#futbg p{text-align: center;}

a{color:#0d4469; text-decoration: underline;}
a:hover{color:#1c4380; text-decoration: none;}

h2{font-size: 1.2em;}

h4{font-size: 2em;}

#contentMain p{
	margin-right: 50px;
	margin-bottom: 7px;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
    
  }

#contentMain ul li{
  margin-right: 17px;
  padding: 0px ;
  list-style-image: url('../IMG/odrazka.png');
  }

#contentMain ul li p{line-height: 1.3em; margin-bottom: 7px;}

#cenik{ width: 400px;}
#cenik td{ padding: 3px }
.dark{background-color:#59493f ; color: #ffffff;}
.light{background-color:#ffffff ;}

.obr-vpravo{
  float: right;
  padding: 5px;  
  margin: 0 15px 15px 0;
  background-color:#ffffff ;
  border: 1px solid #b6b6b6;
  }
  
.galerie li{
	width: 188px;
	height: 143px;
	display: block;
	margin: 0 0px 10px 0;	
	text-align: center;
	float: left;
	}	

.galerie li a{
	display: block;
	width: 188px;
	height: 143px;
	border: 0;	
	}			

.galerie li a:hover, .galerie li a:active{
	display: block;
	width: 188px;
	height: 143px;	
	background:#feb5d4;
	color: #fff;
	}

.galerie li img{
	margin: 0 auto;
	padding: 4px 0 4px 0;
	display: block;
	border: 0;
	}
