@charset "utf-8";
/* CSS Document */

/* CSS RESET! */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* konec css reset */




body,
html {
	background: #4d3b2b url(img/bg-hlavni.gif) top center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 0pt;
	margin: 0;
	padding: 0;

}

a {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
}

#wrap {
	width:820px;
	margin:0 auto;
	padding: 0;
	color: #542b12;
	font-style: italic;		
}
#header {
	background: none;
}

h1 {
	
}
     .logo {
		  position: relative;
		  width: 820px;
		  height:184px;
		  overflow: hidden; 
		  text-align:center;		  		  
     }	 
	 .logo span {
	 	  display:block;
		  position:absolute;
		  left:0;
		  top:0;
		  z-index:12;
		  width: 820px;
		  height:184px;
		  background:url(img/hlavicka-logo.jpg) top center no-repeat;
		  cursor: pointer;
		  margin: 0;
		  padding: 0;			  
	 }


#main {
	float:right;
	width:640px;
	line-height: 20px;
	background: #FFFFFF url(img/main-top.jpg) top center no-repeat;
	z-index: 1;
}
#main li{
	line-height: 22px;
}
.topimg {
	margin: 20px 20px 0 20px; 
}
.mainbottom {
	height: 56px;
	background: url(img/main-bottom.jpg) bottom center no-repeat;	
	 
}
.text {
	padding: 0px 22px;
}
h2 {
	font-style: normal;
	margin:22px 0;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-style: normal;
	margin:18px 0;
	font-size: 16px;
	font-weight: bold;
}
.text p{
	margin:16px 0;
}
.text li{
	list-style: inside;
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 10px;
}

.nahledy{
	margin: 10px 20px;
}
.nahledy li{
	display: inline;
	margin-left: 15px;
	padding: 0;
}
.nahledy li:first-child{
	margin-left: 0px;
}
.nahledy li:hover{
	border-bottom: 3px solid #8e7a68;
}


#sidebar {
	float:left;
	width:180px;
}

#sidebar ul {
	margin-top: 18px;
}
#sidebar ul li{
	line-height: 56px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 40px;
	background:url(img/li-bg.jpg) center right no-repeat;
}
#sidebar ul li a{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}
#sidebar ul li a:hover{
	margin-left: 5px;
	text-decoration: none;	
}
.FB{
	margin: 30px 0 0 40px;
	color: #fff;
}
.FB a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.FB a:hover{
	margin-left: 5px;
	text-decoration: none;
}
.FB img{
	margin-bottom: -7px;
	margin-left: 5px;
}



#footer {
	clear:both;
	padding-left: 200px;
	padding-top: 5px;	
	height: 100px;
	margin-bottom: 0px;	
	font-size: 11px;
	color: #a67c52;
	background:url(img/paticka-kolacky.png) right top no-repeat;
    behavior: url("iepngfix/iepngfix.htc");
	font-style: normal;	
}
#footer p {
	margin:0;
}
#footer a {
	text-decoration: none;
	color: #a67c52;
}
#footer a:hover {
	text-decoration: underline;
}

* html #footer {
	height:1px;
}