body{
  font-family: Arial, Helvetica, sans-serif;
  background: #001A55;
  font-size: 12px;
  color: #494949;
}
a{  
	color: #001a55;
}
a:hover{  
	color: #001a55;
}
#container{
  width: 1000px;
  height: auto;
}
/*      hlavicka        */
#head{
  width: 100%;
  height: 120px;
  display: block;
}
/*      top_menu        */
#top_menu{
  clear: right;
  float: left;
  text-align: left;
  width: 100%;
  height: 58px;
  background: url(../img/menu_bg.jpg) no-repeat;
}
#top_menu ul{
  list-style-type: none;
  height: 30px;
  clear: left;
}
#top_menu li{
  float: left;
  display: block;
	padding: 10px;
}
#top_menu ul li a{
  padding-right: 25px;
  text-decoration: none;
  color: white;
}
/*      telo          */
#top{
  background: url(../img/bg_top_obsah.gif) no-repeat;  
}
#telo{
  float: left;
  width: 100%;
  height: auto;
  background-image: url(../img/bg_obsah.gif);
  background-repeat: repeat-y;
}
#left_menu{
  width: 198px;
  padding-left: 23px;
  float: left;
  text-align: left;
}
#left_menu ul {
	list-style-type: none;
	line-height: 1.5em;
	display: block;
	padding-left: 0px;
}
#left_menu ul li {
	padding: 2px 0 4px 2px;
	padding-left: 15px;
	background: url(../img/left_menu_line.gif) bottom left no-repeat;
}
#left_menu ul li a {
	background: url(../img/menu_but.jpg) no-repeat left 50% ;
	padding-left: 15px;
	text-decoration: none;
}
.nadpis{
  font-size: 20px;  
	color: #001a55;
  font-weight: bold;
  padding: 4px 0 2px 2px;
  background: url(../img/left_menu_line.gif) bottom left no-repeat;
}
#obsah{
  float: right;
  text-align: left;
  width: 759px;
}
#kontakt p{
  padding-left: 15px;
}
.img_ram{
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 700px;
}
.ramecek{
  width: 708px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  background: #DBDBDB;
  min-height: 30px;
}


/*      paticka       */
#footer{
  width: 100%;
  height: 80px;
}
#footer { 
  text-align: left;
	clear: both; 
	color: #b8b8b8;
	padding-top: 5px;   
}
	#footer_in { 
		background: url(../img/logo.gif) no-repeat;
		padding-left: 90px;
		padding-top: 8px;  
		font-size: 0.9em; 
		height: 80px;
	}
	#footer_in a { 
		font-weight: bold;  
		color: #b8b8b8;  
		text-decoration: none;  
	}
	#footer_in a:hover {
		text-decoration: underline;
	}
