/* basics */

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans;
	color: #3E6C7C;	
}

h1 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2, h2 * {
	font-size: 13px;	
	color: #ACC555 !important;
	text-decoration: none;
}

h3, h3 * {
	color: #ACC555 !important;
	font-size: 12px;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
}

span.question {
	font-size: 11px;
}

hr.span {
	margin: 15px 50px 10px 50px;
	border: none;
	background: #ccc;
	height: 1px;
	color: #e0e0e0;
}

a img {
	border: none;
}

body {
	background: #09485E url(../images/back.jpg) repeat-x top;
	text-align: center;
}	

div#container {
	margin: auto;
	text-align: left;
	width: 940px;
	max-width: 940px;
	z-index: 1;
}

/* header */

div#header {
	width: 940px;
	height: 200px;
	position: relative;
	background: url(../images/header.jpg) no-repeat 50% 50%;
	z-index: 5;
}

div#title {
	position: relative;
	left: 80px;
	text-align: center;
	top: 142px;
	width: 740px;
	padding-left: 120px;
}

* html div#title {
  padding-left: 0;
}

div#main {
	width: 940px;
	position: relative;
	height: 100%;
	background: url(../images/container.gif) repeat-y;
	z-index: 2;
}

/* menu */

div#leftBox {
	width: 300px;
	height: 100%;	
	min-height: 400px;
	position: relative;
	left: 18px;
	background: url(../images/left.jpg) no-repeat top;
	float: left;
	z-index: 3;
}

* html div#leftBox {
  height: 400px;
}

div#menu {
	position: relative;
	margin-left: 9px;
	margin-top: 120px;
}

div#menu ul {
	list-style: none;
}

div#menu ul li {
}

div#menu ul li a {
	display: block;
	width: 230px;
	height: 30px;
	position: relative;
	background: url(../images/menu.gif) no-repeat top;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

div#menu ul li a span {
	color: #ddd;
	font-size: 14px;
	position: relative;
	left: 50px;
	top: 5px;
}

div#menu ul li a:hover {
	background: url(../images/hover.jpg) no-repeat top;
	color: #fff;
}

div#menu ul li a:hover span {
	color: #fff;
}

a.actual {
	background: url(../images/menu.gif) no-repeat bottom !important;
}

a.actual:hover {
	background: url(../images/hover.jpg) no-repeat bottom !important;
}

a.actual span, a.actual:hover span {
	color: #ACC555 !important;
}

div.box {
	position: relative;
	margin-left: 15px;
	margin-top: 20px;
	padding-top: 2px;
	text-align: center;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 240px;
	border-top: 1px solid #296073;
	color: #BCD6DE;	
}

div.box ul {
	list-style: none;
}

div.box ul li {
	margin-top: 5px;
}

div.box ul li a {
	text-decoration: none;
	text-transform: none;
}

div.box ul li a span {
	font-size: 11px;
	color: #ddd;
}

div.box ul li a:hover span {
	color: #fff;
	text-decoration: underline;
}

div.box a img {
	border: none;
	margin: 2px;
}

/* content */

div#rightBox {
	float: right;
	width: 600px;
	height: 100%;
	min-height: 400px;
	position: relative;
	right: 16px;
	background: url(../images/right.png) no-repeat top right;
	font-size: 12px;
}

* html div#rightBox {
  height: 400px;
}

div#filter {
	margin-right: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3E6C7C;	
	padding-bottom: 10px;
}

div#content {	
	margin-right: 40px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	min-height: 530px;
}

* html div#content {	
	height: 530px;
}

div#content h2 {
	margin: 13px 0px 7px 0px;
}

div#content ul {
	list-style: none;
}

div#content div.floated {
	float: right;
	margin: 10px;
	height: 175px;
	width: 230px;
	background: url(../images/floated.gif) no-repeat;
	position: relative;
}


div#content div.floated div.floatedInside {
	position: relative;
	left: 30px;
	width: 200px;
	margin: 10px 0px;
	text-align: center;
}

div#content a {
	text-decoration: underline;
	color: #333;
}

div#content a:hover {
	text-decoration: none;
}

/* list */

table.list_item {
	margin: 5px 0px;
	padding: 5px 0px;
}

table.list_item td {
	padding: 5px 0px;
	vertical-align: top;
}

table.list_item hr {
	margin: 0 50px 5px 50px;
}

table.list_item img {
	margin: 0px 15px;
}

table.list_item h2 {
	margin-top: 0px !important;
}

table.list_item span {
	font-weight: bold;
	font-size: 10px;
}

table.list_item span.list_more {
	font-weight: normal;
	float: right;
	margin: 5px;
}

/* detail */

div.detail_image {
	float: left;
	padding: 10px;
}

.detail_about table {
	width: 70%;
}

.detail_about table td {
	padding: 0px 5px;
	vertical-align: top;
	line-height: 16px;
	position: relative;
}

.detail_about table td a {
	position: relative;
}

.detail_about table td a img{
	position: absolute;
	right: 130px;
}

.detail_about hr {
	background: #e0e0e0;
	border: none;
	color: #e0e0e0;
}

.al_r {
	text-align: right;
	font-weight: bold;
	font-size: 10px;	
}

.detail_about td span {	
	font-size: 10px;	
	color: #888;
}

/* clanky */

p {
	margin-bottom: 5px;
}

div.clanek_X, .clanek_Y {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

div.clanek_Y {
	padding-top: 0px;
}

/* footer */

div#footer {
	width: 940px;
	position: relative;
	height: 50px;
	background: url(../images/bottom.png) no-repeat;
}

div#design {
	position: relative;
	left: 630px;
	top: 6px;
	width: 216px;
}

div#copyright {
	position: relative;
	text-align: center;
	font-size: 9px;
	top: 25px;
	color: #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#copyright a {color: #999; text-decoration: underline}

div#design a img {
	border: none;
}

img#logo {
	position: absolute;
	left: -100px;
	z-index: 100;	
}

/* navigace */

div.navig_bottom, div.navig_bottom_x {
    position: absolute;
    bottom: 10px;
    left: 50px;
	width: 460px;
	margin: auto;
	background: url(../images/navig_under.gif) no-repeat bottom;
	height: 20px;
	text-align: center;
}

div.navig_bottom_x {
	background: url(../images/navig_under_no.gif) no-repeat bottom;
}

div.navig_bottom table {
	width: 460px;
	height: 20px;
	border: none;
}	

div.navig_bottom table td {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

div.navig_bottom table span {
	display: none;
}

div.navig_bottom table a {
	display: block;
	width: 50px;
	height: 20px;
}

div.navig_bottom table a.navig_1 {
	background: url(../images/navig_1.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_1:hover {
	background: url(../images/navig_1_hover.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_2 {
	background: url(../images/navig_2.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_2:hover {
	background: url(../images/navig_2_hover.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_3 {
	background: url(../images/navig_3.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_3:hover {
	background: url(../images/navig_3_hover.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_4 {
	background: url(../images/navig_4.gif) no-repeat bottom;
}

div.navig_bottom table a.navig_4:hover {
	background: url(../images/navig_4_hover.gif) no-repeat bottom;
}

div.news_main {
	background: #fff url(../images/mainnews.gif) no-repeat top;
	padding: 10px 10px 25px 10px;
	margin-top: 20px;
	border: 1px solid #ddd;
	border-top: none;
}

div.news_main span.list_more {
	float: right;
	font-size: 10px;
	margin-top: 5px;
}

a.jumper {
	position: absolute; left: -1000px; top: -1000px; width: 1px; height: 1px; overflow: hidden
}

.jumper2 {display: none !important}

dt {color: #ACC555; margin-right: 10px; float: left}
dl {margin-bottom: 5px}
