@charset "UTF-8";
/* CSS Document */

body, html {
}

div#main {
	background-image: url(./pic/top_bg.png)	;
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	margin: auto;
}

div#bottom_bg_enabler {
	background-image: url(./pic/bottom_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
}

div#head_main {
	background-image: url(./pic/head_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 113px;
}

div#head_top {
	width: 700px;
	height: 25px;
	text-align: center;
	margin: auto;
}

div#head {
	width: 700px;
	height: 113px;
	text-align: center;
	margin: auto;
}

div#head img {
	border: 0;
}

#content_main {
	background-image: url(./pic/foot_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
}

div#container_main {
	width: 700px;
	text-align: center;
	margin: auto;
}

/* navigace interaktivni */

div#menu {
	width: 558px;
	height: 103px;
	float: left;
	padding: 0px 0 0 28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 530px;
	height: 96px;
}
	html>div#menu {
	width: 530px;
	height: 96px;
}

div#menu ul {	
}

div#menu ul, div#menu ul.menu_sub {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu li {
	float: left;
	display: inline;
	line-height: 65px;
}

div#menu li, div#menu ul.menu_sub li {
	margin: 0;
	padding: 0;
}

div#menu h5 {
	font-size: 11px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0;
	padding: 0 5px 0 5px;
}

div#menu h5 a {
	color: #ffffff;
	text-decoration: none;
}

ul.menu_sub {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	border-bottom: 3px solid #3b3014;

} /*pokud vynechame tento radek budeme mit pri vypnutem JavaScriptu pristupne menu pod sebou*/

div#menu ul.menu_sub li {
	display: block;
	line-height: 14px;
	margin: 0;
	text-align: left;
	font-size: 10px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

div#menu ul.menu_sub li a {
	display: block;
	margin: 0;
	padding: 7px 10px 7px 10px;
	background-color: #f4ead3;
	color: #3b3014;
	text-decoration: none;
}

div#menu ul.menu_sub li > a {
	width: 110px;
}

div#menu ul.menu_sub li a:hover {
	background-color: #ccb88a;
	color: #3b3014;
	text-decoration: none;
}

div#menu ul.menu_sub li.menu_subline {
	display: block;
	margin: 0;
	padding: 7px 10px 7px 10px;
	background-color: #3b3014;
	color: #f4ead3;
	text-decoration: none;
	width: 110px;
}

div#menu ul li.menu_main:hover h5 a {
	color: #ccb88a;
}

div#menu ul li.menu_main {
	position: relative;
}

div#menu ul li > ul.menu_sub {
	position: absolute;
	z-index: 10;
	visibility: hidden;
}

div#menu ul li.menu_main:hover ul.menu_sub {
	visibility: visible;
}

/* konec nagigace interaktivni */

div#logo {
	width: 142px;
	height: 103px;
	float: right;
}

div#lg_bar {
	width: 700px;
	height: 15px;
	text-align: left;
	clear: both;
}

div#lg_bar img {
	border: 0;
}

img#lg_cz {
	margin: 0 7px 0 15px;
}

div#content {
	width: 700px;
}

div#content_spacer {
	background-image: url(./pic/foot_logo_top.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 700px;
	height: 43px;
	clear: both;	
}

div#foot_main {
	width: 700px;
	height: 108px;
	text-align: center;
	margin: auto;
}

div#bottom_logo {
	width: 74px;
	height: 52px;
	float: left;
}

div#credits {
	width: 626px;
	height: 52px;
	float: right;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 29px;
}

div#copyright {
	float: left;
	text-align: left;
}

div#subscribe {
	float: right;
	text-align: right;
}

div#subscribe a:link, div#subscribe a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#subscribe a:hover {
	color: #666666;
	text-decoration: underline;
}

div#underline {
	width: 700px;
	height: 65px;
	clear: both;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9px;
	line-height: 160%;
	color: gray;
	text-align: center;
}

div#underline img {
	border: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}