/* zakladni rozvrzeni */
html, body {
	font-size: 0.89em;
	font-family: arial;
	padding: 0px;
	margin: 0px auto;
	color: #fff;
}
a {
    color: #fff;
}
#main {
	background: transparent url(/templ/img/body_bg.jpg) no-repeat center top;
	min-width: 914px;	
}
#page {	
	width: 914px;	
	margin: 0px auto;
}
#header {
	padding-top: 30px;
	height: 195px;
	position: relative;
}
#contentWrap {
	height: 580px;
	width: 914px;
	background: transparent url(/templ/img/content_bg.jpg) no-repeat center top;
	padding-bottom: 129px;
	overflow: hidden;
}
#footerWrap {
	min-width: 914px;	
	height: 34px;
	background: transparent url(/templ/img/footer_bg.jpg) repeat-x left top;
}
.clear {
	clear: both;
}

/* hlavicka */
#logo {
	width: 255px;
	height: 235px;
	position: absolute;
	top: 30px;
	left: 330px;
}

/* obsahova cast */
#content {
	padding: 45px 50px;
	line-height: 150%;
	
}
#contentInner {
	height: 300px;
	width: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
#contentTop {
	margin-bottom: 15px;
	clear: both;
	min-height: 210px;
}
.menu {
	float: left;
	margin-bottom: 10px;
	
}
.menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}
.menu li {
	float: left;
	list-style-type: none;
	margin: 0px;
	border-left: 1px solid #000;
}
.menu li.first {
	border-left: none;
}
.menu a {
	display: block;
	text-shadow: #0c6295 0px 1px;
	text-decoration: none;
	background: transparent url(/templ/img/menu_bg_hover.jpg) repeat-x left top;
}
.menu li a:hover,
.menu li.selected a {
	background: transparent url(/templ/img/menu_bg.jpg) repeat-x left top;
}
.menu span {
	display: block;
	padding: 0px 40px;
	font-size: 14px;
	color: #000;
	line-height: 42px;
	height: 42px;
}
.imgWrap {
	float: left;
	margin: 0px 20px 20px 0px;
	position: relative;
}
.imgTitle {
	background: transparent url(/templ/img/block_bg.png) repeat-x left top;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.imgTitle a {
	text-decoration: none;
}
.imgTitle a span {
	display: block;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	color: #ddcf8c;
	padding: 0px 40px;
	margin-right: 20px;
	background: transparent url(/templ/img/btn_play.png) no-repeat right center;
}
.imgTitle a span:hover {
	color: #fff;
	text-decoration: underline;
}
.column {
	float: left;
	width: 260px;
	height: 210px;
	overflow: hidden;	
}
.box {
	width: 265px;
	margin-bottom: 10px;
}
.box .title,
.box .content {
	text-align: center;
	font-size: 16px;
}
.box .title {
	background: transparent url(/templ/img/title_bg.jpg) repeat-x left center;
	line-height: 41px;
}
.box .content {
	background: transparent url(/templ/img/btn_bg.jpg) repeat-x left center;
	line-height: 59px;
}
.box .content a {
	color: #fff;
}	
.box .content a:hover {
	text-decoration: none;
}
.column.center {
	margin: 0px 10px;
}
.imgTitle {
	bottom: 20px;
}
.column .imgTitle a span {
	padding-left: 20px;
}
.column .imgTitle a span:hover {
	color: #fff;
	text-decoration: underline;
}
.column .imgWrap {
	height: 210px;
}

/* paticka */
#footer {	
	width: 914px;
	padding-top: 4px;
	height: 30px;
	margin: 0px auto;
	color: #ddcf8c;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #ddcf8c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* obecne styly */
a img {
	border: none;
}
h1 {
	font-size: 150%;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #dac474;
}
