body
{
	margin: 0;
	padding: 0;
	background-color: #151a27;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #22314f;
}

div#env
{
	margin: 20px auto;
	width: 992px;
	padding: 207px 0 0 0;
	position: relative;
	min-height: 300px;
}

div#main
{
	width: 627px;
	margin-left: 190px;
	float: left;
	z-index: 2;
	position: relative;
	background: white url('img/bg_main_mdl.png') repeat-y top left;
}

div#main .mainContent
{
	background: transparent url('img/bg_main_top.png') no-repeat top left;
	min-height: 500px;
	padding: 30px 32px 30px 40px;
}

div#main .mainBtm
{
	background: transparent url('img/bg_main_btm.png') no-repeat bottom left;
}


div#nav
{
	width: 227px;
	padding: 27px 0 0 0;
	float: left;
	min-height: 100px;
	background-color: #3366cd;
	margin-left: -817px;
	margin-top: 20px;
	z-index: 3;
	position: relative;
	background: #3366cd url('img/bg_nav_top.png') no-repeat left top;
}

div#nav ul
{
	width: 167px;
	padding: 0 37px 30px 23px;
	margin: 0;
	list-style-type: none;
	background: transparent url('img/bg_nav_btm.png') no-repeat left bottom;
}

div#nav ul li, div#nav ul li.active { margin-bottom: 15px; }

div#nav ul li.active { border-bottom: 1px solid #fff; }

div#nav li a, div#nav li.active a
{
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}

div#nav li a:hover {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: white;
}

div#nav li.active a
{
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

div#sidebar
{
	width: 207px;
	padding: 0;
	float: left;
	min-height: 100px;
	background-color: #0b123c;
	margin-left: -32px;
	margin-top: -18px;
	z-index: 3;
	position: relative;
	background: #0b123c url('img/bg_sidebar_top.png') no-repeat top left;
}

div#sidebar h3
{
	margin: 10px 18px 15px 36px;
	text-align: center;
	color: #3366cd;
	font-size: 12px;
}

div#sidebar ul
{
	width: 153px;
	background: transparent url('img/bg_sidebar_btm.png') no-repeat left bottom;
	padding: 0 18px 20px 36px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

div#sidebar li { margin-bottom: 20px; }

div#sidebar a, div#sidebar span { color: #cccccd; }


div#header
{
	width: 992px;
	height: 207px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('img/bg_head.png') no-repeat 200px 64px;
}

div#logo
{
	width: 127px;
	height: 155px;
	position: absolute;
	top: 50px;
	left: 30px;
}

.head_cs { background: transparent url('img/logo_cs.png') no-repeat 0 0; }
.head_en { background: transparent url('img/logo_en.png') no-repeat 0 0; }

div#logo a
{
	display: block;
	width: 127px;
	height: 155px;
	text-decoration: none;
}

div#logo a span { visibility: hidden; }

div#language
{
	position: absolute;
	top: 0;
	right: 10px;
}

div#language a { color: #fff; }

div#tagline
{
	position: absolute;
	top: 155px;
	left: 190px;
	color: #fff;
	font-size: 15px;
	width: 627px;
	text-align: center;
	font-weight: bold;
}

div#footer
{
	width: 587px;
	padding: 0 20px 0 20px;
	margin-left: 190px;
	color: #fff;
	font-size: 11px;
}

div#footer span
{
	display: block;
	float: left;
}

div#footer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0; 
	float: right;
}

div#footer li
{
	float: left;
}

div#footer ul a
{
	text-decoration: none;
	color: #fff;
	padding: 0 3px;
}

hr.clear, hr.elementSeparator
{
	clear: both;
	visibility: hidden;
	margin: 5px 0;
	padding: 0;
	border: none;
}

/* obecne styly start */
h1
{
	color: #004a99;
	font-size: 20px;
	margin: 5px 0 20px 0;
}

h2, h3
{
	color: #004186;
	font-size: 15px;
	margin: 20px 0 5px 0;
}

h3
{
	font-size: 12px;
	margin-top: 10px;
}

h1, h2, h3 { text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1); }

p
{
	margin: 5px 0 8px 0;
	line-height: 130%;
}

hr { border: none; border-top: 1px solid #cdcdcd; /*151a27;*/ }

table { border-collapse: collapse; }

table, th, td { border: 1px solid #9faecd; }

td, th { padding: 5px; }

tr:nth-child(even)  { background-color: #f5f6f9; }

ul
{
	margin: 5px 0 15px 15px;
	padding: 0;
	list-style-type: square;
}

li 
{
	line-height: 150%;
}

dt { font-weight: bold; }

dd
{
	margin: 5px 0 15px 0;
	padding: 0;
}

a { color: #3366cd; }
a:hover, a:active {	text-decoration: none; }
a:visited { color: #1f3d7b; }

.hpText
{
	width: 273px;
	float: left;
}

a.hpPhotos, img.hpPhotos
{
	display: block;
	width: 277px;
	float: left;
	margin-top: -50px;
}

a img { border: none; }

p.important
{
	text-align: center;
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 28px;
	text-shadow: 0 1px 4px rgba(128, 170, 255, 0.5);
	color: #3366cd;
}

#venueMap
{
	width: 553px;
	height: 320px;
	border: 1px solid #c8c8c8;
}

.pagination
{
	margin: 20px 0;
	text-align: center;
}

.pagination span, .pagination a, .pagination a:hover
{
	padding: 3px 5px;
	margin: 5px;
	font-size: 120%; 
}

.pagination a, .pagination a:hover
{
	background-color: #f5f6f9;
	/*border: 1px solid #9faecd;*/
}

/* galerie */
.gallery table
{
	border: none;
	width: 100%;
}
.gallery tr:nth-child(even)  { background-color: #fff; }

.gallery td
{
	border: none;
	text-align: center;
	vertical-align: middle;
}

.gallery a img
{
	border: 2px solid #fff;
	/*padding: 2px;*/
	-moz-box-shadow: 3px 3px 6px rgb(128,128,128);
	-webkit-box-shadow: 3px 3px 6px rgb(128,128,128);
	box-shadow: 3px 3px 6px rgb(128,128,128);
}

acronym
{
	border-bottom: 1px dotted #000;
}

h2.coffeeBreak
{
	background-color: #f5f6f9;
	padding: 5px 0;
}

.ctr { text-align: center; }
.rgt { text-align: right; }
.lft { text-align: left; }
.blk { display: block; }
.mr15 { margin-right: 15px; }
.mb20 { margin-bottom: 20px; }
.mt10 { margin-top: 10px; }
/* obecne styly konec */

/* formulare start */
form small
{
	color: rgb(128,128,128);
	font-size: 95%;
	display: block;
	margin: 3px 0;
}

fieldset { border: none; }
label { padding: 3px 0; }
.fieldLabel { display: block; }
.staticForm .fieldLabel { display: inline; }
.staticLbl { font-weight: bold; }

.buttons
{
	text-align: center;
	margin: 15px 0;
}

.invalidLbl, .error
{
	font-weight: bold;
	color: #910412;
}

.valMsg { color: #910412; }

.success, .error
{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
	padding: 7px 0 50px 60px;
	color: #22b613;
	background: transparent url('img/icon_success.png') no-repeat 0 0;
}

.error
{
	color: #910412;
	background-image: url('img/icon_error.png');
}

.address { display: none; }

form.registration fieldset
{
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px dotted #c8c8c8;
}

legend
{
	color: #004186;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	
}

.item { width: 375px; }
select.item { width: 100%; }

.acenv { width: 375px; }

fieldset.tableSelection
{
	padding: 0;
	margin: 0;
	/*background: transparent url('img/bg_table_selection.gif') repeat-y 0 0;*/
}

fieldset.tableSelection h3
{
	text-shadow: none;
	margin: 5px 0 10px;
	padding: 0;
	text-align: center;
}

fieldset.tableSelection div
{
	width: 270px;
	float: left;
	background-color: #f5f5f5;
}

fieldset.tableSelection input, fieldset.tableSelection label
{
	display: block;
	float: left;
}

fieldset.tableSelection input
{
	width: 20px;
	padding: 0;
	margin: 0 5px 0 5px;
	min-height: 50px;
	vertical-align: middle;
}

fieldset.tableSelection label
{
	width: 235px;
	min-height: 50px;
}

form.vendorForm hr.elementSeparator, hr.dot
{
	border-top: 1px dotted #DCDCDC;
	visibility: visible;
	margin: 10px 0;
}
/* formulare konec */
