html, body {
	margin: 0; padding: 0;
}
body {
	position: relative;
	background:#D67E34 url(images/bg.jpg) left 50px;
}

#container {
	position: relative;
	left:-1px;
	width: 790px;
	margin: auto;
	background: #fceed5;
}
div[id=container-bg] {
	background: url(images/container-bg.png) repeat-y center;	
}

#header {
	height: 59px;
	background:#05345E url(images/header.jpg) no-repeat left top;
}
#header-bg {
	position: absolute;	
	top: 0; left:0;
	height: 60px; width: 100%;
	background: url(images/header-bg.jpg);
}
#search {
	float: right;
	margin: 16px 5px 0 0;
}
#menu-horizontal {
	height: 17px;
	padding: 5px 0 0 0;
	margin-top: -22px;
	/*background: #011e37;*/
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	text-align: center; text-transform: uppercase;
}
#menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
}
#menu-horizontal a:hover {
	text-decoration: underline;
	color:#db7703;
	background: none;
}

#top {
	height: 202px;
	background: url(images/top.jpg) no-repeat;
}

#content {
	position: relative;
	background: url(images/img1.jpg) no-repeat right bottom;
	padding-bottom: 60px;
	height: 100%;
}

#left {
	position: relative;
	float: left;
	width: 210px;
	color: #151b1c;
	padding-bottom: 20px;
}
#left-content {
	position: relative;
	padding-left: 30px;	
}
#left .heading {
	font-family: Impact, Arial; font-size: 35.5px;
	color: #94bc07;
	margin: 0 0 10px 0;
}
#left .vcard { font-weight: bold; }

#right {
	position: relative;
	margin-left: 210px;
	padding: 8px 50px 5px 30px;
}

#footer {
	position: relative;
	height: 38px;
	background: url(images/footer.jpg);
	font-size: 11px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color:#d57e34;
	background: none !important;
	text-decoration: underline;	
}
#footer-bg {
	position:absolute;
	left:0;bottom:0;
	height: 38px; width: 100%;
	background: url(images/footer-bg.jpg);
}

/* MENU */
#menu {
	position: relative;
	padding: 3px; margin-bottom: 115px;
	background: #fceed5;
}
#menu ul, #menu li{
	list-style-type: none;
	margin:0; padding: 0;
}
#menu a {
	display: block;
	width:201px; height:17px;
	padding-top: 6px;
	background: url(images/menu.jpg);
	font-weight: bold;
	text-decoration: none; text-align: center;
	color:#3c648c;
}
#menu a:hover, #menu a.active {
	background: url(images/menu-active.jpg);
	color:#fff;
}
#anketa {
	position: absolute;
	left: -76px; top: 72px;
	width: 251px; height: 235px;
	background: url(images/img.gif);
}

.anketa { width: 170px; }
.anketa .moznost { font-weight: bold; }
.anketa .otazka { margin-bottom: 8px; }
.anketa img { margin: 2px 0 8px 0; }

/* FOTOGALERIA */
fotogaleria {
	position: relative;
	margin: 10px auto;
}
#fotogaleria div{
	position: relative;
	float: left;
	width:110px;
	height:110px;
	border:1px solid #5c4c3c;
	padding:3px;
	background:#eee;
	margin:0 3px 3px 0;
	text-align:center;
}
#fotogaleria div:hover {
	border:2px solid #5c4c3c;
	padding:2px;
}
#fotogaleria div a {
	position: relative;
	display: block;
	width:110px;
	height:110px;
	overflow: hidden;
	background:none;
}
#fotogaleria[id] a {overflow:hidden; }
#fotogaleria .foto {
	position: relative;
	border: none;
}

