*{
	margin: 0;
	padding: 0;
}

body, html{
   font-family: "Verdana", "Georgia", sans-serif;
   font-size: 8pt;
	color: #1e4749;
	text-align: center;
	background-color: #000000;
	background-repeat: repeat;
	
}

body{
	width: 720px;
	margin: 0 auto;

}

h1{
	font-size: 15pt;
	font-family: "Verdana", "Georgia", sans-serif;
	color: #475a5e;
	text-align: left;	
}

h2{
	font-size: 10pt;
	font-family: "Verdana", "Georgia", sans-serif;
	color: #83afb0;
	text-align: left;	
padding-top: 5px;


}

div#hack{
   float: left;
	text-align: left;
	display: block;
	background-image: url(images/bg.jpg);
	width: 720px;
	background-repeat: repeat-y;
	
}

	
div#hlavny{
   background-image: url(images/bg.jpg);
	text-align: left;
	margin: 0 auto;
	width: 720px;
	
}

hr{
	display: none;
}


div#okolo{
   padding-left: 0px;
   padding-right: 0px;
}

div#top{
	background-image: url(images/top.jpg);
	width: 720px;
	height: 380px;
	background-repeat: no-repeat;

}

ul{
list-style-type: none;
font-size: 9pt;
text-align: center;
width: 170px;
float: right;
text-decoration: none;
}

ul li{
border-bottom: 1px solid #CBD6D8;
}

ul li a, ul li a:hover{
color: #4f7e82;
font-weight: bolder;
text-decoration: none;
}

ul li a:hover{
color: #F7F4F3;
text-decoration: none;
font-weight: bolder;
}

div#menu{
	width: 200px;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin: 0 auto;


}
div.padmenu{
   padding-left: 30px;
	padding-right: 0px;
}	



div#obsah{
   width: 475px;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	margin: 0 auto;
	line-height: 1.3em;
text-decoration: none;
}

div.padobsah{
	padding-right: 0px;
	padding-left: 15px;
}

div.padobsah1{
	padding-right: 0px;
	padding-left: 20px;	
}

div#obsah a, div#obsah a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #7f9ba0;
}

div#obsah a:hover{
   color: #01232C;
	position: relative; 
   text-decoration: underline;

}

div.pbox {
padding-left:20px;
padding-right:20px;

}

div#bottom{
	background-image: url(images/bottom.jpg);
	width: 720px;
	height: 25px;
	background-repeat: no-repeat;
float: left;
}
	
	