

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 75%;
	background: #3381aa url("../img/bg.png") repeat-x top;
	color: #fff;
	}
a img {
  	border: 0;
	}
* {
	margin: 0;
	padding: 0;
	}
.none {
	display: none;
	}
.hidden {
	visibility: hidden;
	}
.clear {
	margin: 0;
	height: 0;
	float: left;
	clear: both;
	}


/* ___| container |_____________________ */


#container {
	margin: 0;
	width: 100%;
	background: url("../img/bg_top.png") repeat-x center top;
	float: left;
	clear: both;
	}
#main {
	margin: 0 auto 0 auto;
	width: 958px;
	position: relative;
	}
#case {
	margin: 0;
	width: 958px;
	position: relative;
	float: left;
	clear: both;
	}


/* ___| header |_____________________ */


#header {
	margin: 0 0 37px 0;
	width: 958px;
	float: left;
	}
#header h1 {
	margin: 25px 0 0 50px;
	left: 0;
	top: 0;
	width: 134px;
	height: 87px;
	overflow: hidden;
	background: none;
	display: block;
	position: relative;
	float: left;
	}
#header h1 a {
	padding-top: 20px;	
	width: 134px;
	height: 87px;
	color: #fefb00;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	}
#header h1 a span {
	left: 0;
	top: 0;
	width: 134px;
	height: 87px;
	background: url("../img/dukla-praha.png") no-repeat;
	display: block;
	position: absolute;
	}
#header h1 a:hover span {
	background: url("../img/dukla-praha.png") no-repeat 0 -87px;
	}
	
	
/* ___| top box (find box) |_____________________ */

#lang_box {
	margin: 0;
	width: 400px;
	position: absolute;
	top: 56px;
	right: 106px;
	}
#lang_box img {border: 0;}
#lang_box a {color: #bde6ff; text-decoration: none; font-variant: small-caps;}
#lang_box a:hover {color: #7fa5ca;}
#lang_box a.active {color: #7fa5ca;}
#lang_box li, #lang_box ul {list-style: none;}
#lang_box li {margin-bottom: 8px;}

#top_box {
	margin: 0;
	width: 400px;
	position: absolute;
	top: 36px;
	right: 36px;
	}
#tbox_t {
	margin: 0;
	width: 400px;
	height: 14px;
	font-size: 0;
	background: url("../img/bg_tbox_t.png") no-repeat;
	float: left;
	clear: both;
	}
#tbox_m {
	margin: 0;
	padding: 0 15px;
	width: 370px;
	background: #6b92b7;
	float: left;
	clear: both;
	}
#tbox_b {
	margin: 0;
	width: 400px;
	height: 14px;
	font-size: 0;
	background: url("../img/bg_tbox_b.png") no-repeat;
	float: left;
	clear: both;
	}
#top_box fieldset {
	margin: 0;
	padding: 0;
	background: url("../img/find.png") no-repeat left center;
	border: none;
	}
#top_box fieldset legend {
	display: none;
	}
#top_box form {
	margin: 0;
	padding: 0;
	}
#top_box form input {
	margin: 0 2px 0 43px;
	padding: 3px;
	width: 247px;
	background: #fff;
	border: 2px solid #bfbfbf;
	border-bottom: 2px solid #767c82;
	border-right: 2px solid #767c82;
	}
#top_box form button {
	margin: 0;
	padding: 0 0 2px 0;
	border: none;
	width: 61px;
	height: 28px;
	background: #262626 url("../img/btn_find.png") no-repeat;
	text-align: center;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	}
#top_box p {
	margin: 0 0 0 4px;
	width: 210px;
	padding: 7px 0 0 80px;
	min-height: 45px;
	background: url("../img/calendar.png") no-repeat left top;
	font-weight: bold;
	font-size: 110%;
	float: left;
	}
#top_box p a {
	color: #fff;
	text-decoration: none;
	}
#top_box p a:hover {
	text-decoration: none;
	}
#top_box p.btn {
	margin: 12px 0 0 14px;
	padding: 0;
	min-height: 0;
	background: none;
	width: 61px;
	float: left;
	}
#top_box p.btn a {
	text-decoration: none;
	display: block;
	width: 61px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	background: #222 url("../img/btn_find.png") no-repeat;
	}
#top_box p.btn a:hover {
	background-position: 0 -28px;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 0;
	padding: 0;
	width: 207px;
	}
menu li {
	margin: 0;
	float: left;
	clear: both;
	list-style: none;
	font-weight: bold;
	font-size: 110%;
	}
menu li a {
	margin: 0 0 4px 0;
	padding-left: 15px;
	width: 192px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #24476c;
	text-decoration: none;
	background: url("../img/bg_item_menu.png") no-repeat left top;
	display: block;
	}
menu li a:hover {
	background: url("../img/bg_item_menu.png") no-repeat left -32px;
	color: #2665a8;
	}
menu li.now a {
	background: url("../img/bg_item_menu.png") no-repeat left -64px;
	color: #fff;
	}
menu li ul, menu li.now ul {
	margin: 9px 0 3px 15px;
	padding: 0;
	float: left;
	clear: both;
	}
menu li ul li, menu li.now ul li {
	margin: 0;
	float: left;
	clear: both;
	list-style: none;
	font-weight: bold;
	font-size: 100%;
	}
menu li ul li a, menu li.now ul li a {
	margin: 0 0 9px 0;
	padding-left: 21px;
	height: auto;
	line-height: 120%;
	width: 192px;
	color: #cbdae5;
	text-decoration: none;
	background: url("../img/item_arr.png") no-repeat left 1px;
	display: block;
	}
menu li ul li a:hover, menu li.now ul li a:hover {
	color: #fff;
	background: url("../img/item_arr.png") no-repeat left 1px;
	}
menu li ul li.now a, menu li.now ul li.now a {
	background: url("../img/item_arr_red.png") no-repeat left 1px;
	color: #fff;
	}
menu li ul li.now a:hover, menu li.now ul li.now a:hover {
	background: url("../img/item_arr_red.png") no-repeat left 1px;
	color: #fff;
	}
	
	
/* ___| colum left |_____________________ */


#col_left {
	margin: 0;
	width: 207px;
	position: absolute;
	top: 0;
	left: 10px;
	}
	
#col_left a:link.e-shop, #col_left a:visited.e-shop	{ display: block; margin-top: 10px; width: 206px; height: 48px; position: relative; background-color: #87c406; background-image: url(none); color: #fff; line-height: 46px; overflow: hidden; text-align: center; font-weight: bold; font-size: 110%; padding-left: 0; }
#col_left a:link.e-shop span, #col_left a:visited.e-shop	span	{ position: absolute; left: 0; top: 0; width: 206px; height: 48px; background: transparent url(../img/btn-e-shop.gif) no-repeat 0 0; }
#col_left a:hover.e-shop span, #col_left a:active.e-shop	span	{ background-position: 0 100%; }
	
/* ___| colum right |_____________________ */


#col_right {
	margin: 0 0 40px 0;
	width: 720px;
	float: right;
	}
	
	
/* ___| sport boxes |_____________________ */


#sportboxes {
	margin: 0 0 27px -20px;
	width: 978px;
	float: left;
	clear: both;
	}
#sportboxes ul {
	margin: 0;
	padding: 0;
	width: 978px;
	}
#sportboxes ul li {
	margin: 0 0 28px 0;
	list-style: none;
	float: left;
	}
#sportboxes ul li a img {
	margin-bottom: 3px;
	width: 100px;
	position: relative;
	top: 3px;
	}

#sportboxes ul li span img {
	margin-bottom: 3px;
	}
	
#sportboxes ul li a {
	margin: 0 0 0 28px;	
	width: 110px;
	height: 97px;
	background: #444 url("../img/bg_sportbox.png") no-repeat 0 -97px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	}
#sportboxes ul li a:hover {
	background: #5F5F5F url("../img/bg_sportbox.png") no-repeat 0 0;
	}

#sportboxes ul li.no span {
	margin: 0 0 0 28px;
	padding-top: 3px;
	width: 135px;
	height: 116px;
	background: #444 url("../img/bg_sportbox2.png") no-repeat 0 -119px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	}
/*
#sportboxes ul li.no a:hover {
	background: #5F5F5F url("../img/bg_sportbox2.png") no-repeat 0 0;
	}
*/	
#sportboxes p {
	margin-top: -20px;
	text-align: right;
	float: right;
	clear: both;
	}
#sportboxes p a {
	padding: 0 4px 0 20px;
	background: url("../img/cross.png") no-repeat left 2px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#sportboxes p a:hover {
	text-decoration: underline;
	}
	
	
/* ___| white box |_____________________ */


#white_box {
	margin: 0;
	width: 720px;
	float: left;
	clear: both;
	}
#white_box h2 {
	margin: 0;
	padding: 4px 0 0 12px;
	width: 708px;
	height: 37px;
	background: url("../img/bg_wbox_t.png") no-repeat;
	font-size: 110%;
	color: #fff;
	}
#wbox_con {
	margin: 0;
	padding: 0 17px 6px 17px;
	width: 686px;
	min-height: 400px;
	_height: 400px;
	background: #d4e6f2;
	float: left;
	clear: both;
	}
#wbox_con h3 {
	margin-bottom: 10px;
	color: #12477b;
	font-size: 150%;
	}
#wbox_con h4 {
	margin-bottom: 5px;
	color: #a0482e;
	font-size: 130%;
	}
#wbox_con h5 {
	margin-bottom: 5px;
	color: #31749e;
	font-size: 120%;
	}
#wbox_con h5.strankovani {
	margin-bottom: 5px;
	color: #31749e;
	font-size: 17px;
	text-align: center;
	margin: 20px 0;
	}

#wbox_con h5.strankovani span {
	cursor: Pointer;
	text-decoration: underline;
	}
	
#wbox_con h5.strankovani span.sipka {
	cursor: Pointer;
	text-decoration: none;
	}	

#wbox_con h5.strankovani span:hover {
	text-decoration: none;
	}	  	
    		
#wbox_con p {
	margin-bottom: 15px;
	color: #131618;
	line-height: 150%;
	font-size: 120%;
	}
#wbox_con a {
	color: #074b86;
	text-decoration: none;
	}
#wbox_con a:hover {
	color: #2e86d3;
	}
#wbox_con ul {
	margin: 0 0 20px 0;
	padding: 0;
	}
#wbox_con ul li {
	margin: 0 0 7px 0;
	padding-left: 26px;
	font-weight: bold;
	font-size: 120%;
	list-style: none;
	background: url("../img/ul_cross.png") no-repeat left 2px;
	color: #9c3108;
	}
#wbox_con ul li a {
	text-decoration: underline;
	color: #9c3108;
	}
#wbox_con ul li a:hover {
	text-decoration: underline;
	color: #e55924;
	}
	
#wbox_con ul.broadtxt {
	margin: 0 0 30px 0;
	padding: 0;
	}
#wbox_con ul.broadtxt li {
	margin: 0 0 15px 0;
	padding-left: 26px;
	font-weight: normal;
	font-size: 120%;
	list-style: none;
	background: url("../img/ul_cross.png") no-repeat left 2px;
	color: #000;
	}
	
#wbox_con p.text_blue, #wbox_con p.text_red {
	margin: 20px 0 30px 0;
	padding-top: 15px;
	width: 330px;
	float: left;
	}
#wbox_con p.text_blue {
	margin-left: 26px;
	border-top: 3px solid #4883a5;
	}
#wbox_con p.text_red {
	border-top: 3px solid #af4f2b;
	}
#wbox_con p.text_blue a, #wbox_con p.text_red a {
	margin: 14px 0 0 0;
	padding-left: 12px;
	width: 175px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	background: #091b3b url("../img/btn_blue.png") no-repeat;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	clear: both;
	}
#wbox_con p.text_red a {
	background: #3b1609 url("../img/btn_red.png") no-repeat;
	}
#wbox_con p.text_blue a:hover, #wbox_con p.text_red a:hover {
	background-position: 0 -28px;
	color: #fff;
	}
	
table.tab {
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: none;
	}
table.tab th {
	margin: 0;
	padding: 6px 9px 6px 9px;
	background: #a0482e;
	color: #fff;
	font-size: 120%;
	text-align: left;
	border: 2px solid #d4e6f2;
	}
table.tab td {
	margin: 0;
	padding: 6px 9px 6px 9px;
	background: #fffaf3;
	font-size: 110%;
	border: 2px solid #d4e6f2;
	color: #414141;
	}
table.tab td.dark {
	background: #f0c1b3;
	}
	
.styl1 {
	padding:  8px 10px 8px 10px;
	background: #e4f1fa;
	border: 1px solid #4293c2;
	color: #000;
	font-size: 14px;
	}
.styl2 {
	padding:  8px 10px 8px 10px;
	background: #fffaf3;
	border: 1px solid #a0482e;
	margin-bottom: 15px;
	}
.styl3, #wbox_con p.styl3 {
	padding:  8px 10px 8px 10px;
	background: #c2dbec;
	border: 2px solid #fff;
	color: #1f4863;
	}
	
	
/* ___| text box |_____________________ */


.text_box {
	margin: 0 0 20px 0;
	width: 326px;
	float: left;
	}
.sub_r {
	margin-left: 65px;
	}
.yellow {
	margin-left: 53px;
	}
.text_box h2 {
	margin: 0 0 26px 0;
	padding-left: 12px;
	width: 314px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 110%;
	color: #fff;
	background: url("../img/bg_tit_red.png") no-repeat;
	}
.yellow h2 {
	background: url("../img/bg_tit_yellow.png") no-repeat;
	}
.sub h2, .sub_r h2 {
	margin: 0 0 5px 0;
	}
.text_box h3 {
	margin-bottom: 3px;
	color: #fff;
	font-size: 110%;
	}
.text_box h3 a {
	color: #fff;
	text-decoration: underline;
	}
.text_box h3 a:hover {
	text-decoration: none;
	}
.text_box p {
	margin-bottom: 22px;
	width: 242px;
	color: #d5e8f4;
	font-size: 100%;
	line-height: 150%;
	text-align: justify;
	float: left;
	}
.yellow p {
	margin-bottom: 10px;
	width: auto;
	float: none;
	}
.sub p, .sub_r p {
	margin: 0;
	width: auto;
	font-size: 110%;
	color: #e1f3fd;
	float: none;
	}
.text_box img {
	margin: 2px 10px 0 0;
	border: 2px solid #fff;
	float: left;
	}
.sub img, .sub_r img {
	margin: 0 0 10px 0;
	border: none;
	float: none;
	}
.text_box p.date {
	margin: 4px 0 0 0;
	width: auto;
	color: #fff;
	font-size: 80%;
	float: right;
	text-align: right;
	}
.yellow p.date {
	margin: 3px 6px 0 0;
	float: left;
	}
.text_box p.more {
	margin: 6px 0 0 0;
	width: auto;
	}
.yellow p.more {
	margin: 26px 0 0 0;
	width: auto;
	}
.text_box p.more span {
	padding-right: 16px;
	width: 310px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 110%;
	background: url("../img/bg_more.png") no-repeat;
	text-align: right;
	color: #d2e8f4;
	text-decoration: none;
	display: block;
	cursor: Pointer;
	}
.text_box p.more span:hover {
	color: #fff;
	}
	
.sub p.more, .sub_r p.more {
	margin: 10px 0 0 0;
	width: auto;
	text-align: right;
	}
.sub p.more span, .sub_r p.more span {
	padding: 0 0 0 14px;
	width: auto;
	height: auto;
	line-height: 110%;
	vertical-align: middle;
	font-size: 100%;
	background: url("../img/arrow.png") no-repeat left 7px;
	text-align: right;
	color: #e7c6ba;
	text-decoration: none;
	display: inline;
	}
.sub p.more span.less, .sub_r p.more span.less {background: url("../img/arrow1.png") no-repeat left 7px;}	

.sub p.more span:hover, .sub_r p.more span:hover {
	color: #dc8362;
	}
	
	
/* ___| gradient box |_____________________ */


.gradbox {
	margin: 20px 0 20px 0;
	padding: 20px 20px 10px 20px;
	width: 654px;
	background: url("../img/bg_gradbox.png") repeat-y;
	float: left;
	clear: both;
	}
.gradbox h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: 130%;
	}
.gradbox p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 110%;
	line-height: 150%;
	}
	
	
/* ___| sponzor box |_____________________ */


#sponzor_box {
	margin: 0;
	width: 958px;
	clear: both;
	}
#sponzor_box h3 {
	margin: 0;
	padding-left: 15px;
	width: 943px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background: url("../img/bg_spbox_t.png") no-repeat;
	font-size: 110%;
	color: #fff;
	}
#spbox_m {
	margin: 0;
	padding: 20px 0 8px 0;
	width: 958px;
	background: #fff;
	float: left;
	clear: both;
	}
#spbox_b {
	margin: 0;
	width: 958px;
	height: 9px;
	background: url("../img/bg_spbox_b.png") no-repeat;
	font-size: 0;
	float: left;
	clear: both;
	}
#spbox_m img {
	margin: 0 28px 0 28px;
	}
	
	
/* ___| footer |_____________________ */


#box_bot {
	margin: 6px 0 2px 0;
	padding: 0;
	width: 958px;
	float: left;
	clear: both;
	}
#box_bot_t {
	margin: 0;
	width: 958px;
	background: url("../img/bg_partners_box_t.png") no-repeat;
	height: 7px;
	font-size: 0;
	float: left;
	clear: both;
	}
#box_bot_m {
	margin: 0;
	padding: 2px 14px 10px 14px;
	width: 930px;
	background: #863b1e;
	float: left;
	clear: both;
	}
.personal_box {
	margin: 0;
	width: 140px;
	float: left;
	}
.personal_box p {
	color: #cba191;
	line-height: 100%;
	font-size: 90%;
	}
.personal_box p a {
	line-height: 150%;
	font-size: 110%;
	color: #fff;
	text-decoration: underline;
	}
.personal_box p a:hover {
	text-decoration: none;
	}
#box_bot h3 {
	margin: 0 86px 0 0;
	float: left;
	font-size: 110%;
	color: #e5b4a1;
	}

#foot {
	margin: 0;
	padding: 12px 14px 18px 14px;
	width: 930px;
	background: #225d7e url("../img/bg_foot.png") repeat-y;
	position: relative;
	float: left;
	clear: both;
	}
#foot p {
	font-size: 90%;
	color: #9cc5dc;
	}
#foot a {
	text-decoration: none;
	color: #9cc5dc;
	}
#foot a:hover {
	color: #c3e2f3;
	}
#foot p#par_l {
	margin: 0;
	width: 220px;
	position: absolute;
	top: 12px;
	left: 14px;
	}
#foot p#par_m {
	margin: 0 56px 0 276px;
	width: 130px;
	float: left;
	}
#foot p#par_r {
	margin: 0;
	width: 190px;
	float: left;
	}
#foot fieldset {
	margin: 0 0 0 50px;
	padding: 0;
	width: 224px;
	border: none;
	float: left;
	}
#foot fieldset legend {
	margin: 0 0 2px -6px;
	padding: 0;
	font-size: 90%;
	color: #9cc5dc;
	}
#foot form {
	margin: 0;
	padding: 0;
	}
#foot input {
	margin: 1px 0 4px 0;
	padding: 3px;
	width: 140px;
	font-size: 90%;
	color: #6d6d6d;
	border: 1px solid #dbdbdb;
	float: left;
	}
#foot input.button {
	margin: 0 0 0 6px;
	padding: 0;
	width: 68px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	font-family: 'Trebuchet MS', Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 90%;
	color: #fff;
	background: #141414 url("../img/btn_footer.png") repeat-x;
	text-align: center;
	text-transform: uppercase;
	border: none;
	float: left;
	}
	
	
	
	
#foot ul#par_r { margin: 0; width: 190px; float: left; }
#foot ul#par_m { margin: 0 56px 0 276px; width: 130px; float: left; }
#foot ul#par_m li, #foot ul#par_r li { font-size: 90%; color: #9cc5dc; margin: 0; float: left; clear: both; list-style: none; } 
#foot ul#par_r li {width: 190px; }
#foot ul#par_m li {width: 130px; }

	
	
	
	
#sitemap ul {margin-left: 30px;}

/**
* FCK
*/
.Bold { font-weight: bold; }
.Italic { font-style: italic; }
.Underline {text-decoration: underline; }
.StrikeThrough { text-decoration: line-through; }
.Subscript { vertical-align: sub; font-size: smaller; }
.Superscript { vertical-align: super; font-size: smaller; }
.FontComic { font-family: 'Comic Sans MS'; }
.FontCourier { font-family: 'Courier New'; }
.FontTimes{ font-family: 'Times New Roman'; }
.FontSmaller { font-size: smaller; }
.FontLarger { font-size: larger; }
.FontSmall { font-size: 8pt; }
.FontBig { font-size: 14pt; }
.FontDouble { font-size: 200%; }
.FontColor1 { color: #ff9900; }
.FontColor2 { color: #0066cc; }
.FontColor3 { color: #ff0000; }
.FontColor1BG { background-color: #ff9900; }
.FontColor2BG { background-color: #0066cc; }
.FontColor3BG { background-color: #ff0000; }
.Indent1 { margin-left: 40px; }
.Indent2 { margin-left: 80px; }
.Indent3 { margin-left: 120px; }
.JustifyLeft { text-align: left; }
.JustifyRight { text-align: right; }
.JustifyCenter { text-align: center; }
.JustifyFull { text-align: justify; }
code { font-family: courier, monospace; background-color: #eeeeee; padding-left: 1px; padding-right: 1px; border: #c0c0c0 1px solid; }
kbd { padding: 0px 1px 0px 1px; border-width: 1px 2px 2px 1px; border-style: solid; }
blockquote { color: #808080; }
