body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/res/bg.png) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00517A;
	
}

h5 {
	font-weight: bold;
	font-size: 12px;
}

h4 {
	font-weight: bold;
	font-size: 13px;
}

.twoColFixLtHdr #container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:	#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #FFFFFF url(/res/bg.png) repeat-x top;
	height: 199px;
} 
.twoColFixLtHdr #header ul {
	width: 700px;
	margin: 0; 
	padding: 0px;
	float: right;
	display: block;
	padding-top: 6px;
	margin-right: -14px;
}
.twoColFixLtHdr #header ul li {
	display: inline;
	height: 51px;
	list-style-type: none;
}

.twoColFixLtHdr #header ul li a {
	display: block;
	height: 26px;
	padding: 10px;
	padding-left: 7px;
	background: url(/res/menu_underline.png) repeat-x bottom;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	float: right;
}
.twoColFixLtHdr #header ul li a:hover{
	background: url(/res/menu_hover.png) repeat-x;
	color: #00517A;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 58px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	margin-left: -14px;
}
.twoColFixLtHdr #header h1 a {
	display: block;
	width: 445px;
	height: 72px;
	background: url(/res/logo.png) no-repeat;
}
.twoColFixLtHdr #header h1 a span {
	display: none;
}
.twoColFixLtHdr #header form {
	display: block;
	margin-top: 56px;
	width: 347px;
	float: right;
	text-align: right;
	margin-right: 8px;
}
.twoColFixLtHdr #header form label {
	margin-right: 8px;
}
.twoColFixLtHdr #header form input.searchbutton {
	background: url(/res/search_button.png);
	font-size: 0pt;
	width: 25px;
	height: 23px;
	border: none;
	margin-right: 4px;
	margin-left: 2px;
	position: relative;
	top: -3px;
}
.twoColFixLtHdr #header form p {
	color: white;
}
.twoColFixLtHdr #header form p a {
	color: #00517A;
	background: url(/res/arrow_light.png) no-repeat left;
	width: 100px;
	padding-left: 19px;
	padding-right: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /*since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 15px 10px;
	padding-left: 21px; 
	width: 210px; 
	padding-top: 14px;
}
.twoColFixLtHdr #sidebar1 h3 {
	color: #FFFFFF;
	margin-top: 8px;
	height: 27px;
	font-size: 12px;
	padding-left: 28px;
	padding-top: 13px;
	background: #346394 url(/res/arrow_dark.png) no-repeat 11px;
	margin-bottom: 16px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #346393;
}
.twoColFixLtHdr #sidebar1 ul {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 #submenu ul li {
	
	list-style-type: none;
	
	margin-top: 2px;
	
}
.twoColFixLtHdr #sidebar1 #submenu ul li a {
	font-weight: bold;
	background: #F5F5F5;
	display: block;
	padding: 6px;
	padding-left: 10px;
	height: 18px;
}
.twoColFixLtHdr #sidebar1 #submenu ul li a:hover {
	color: #707070;
	background-color: #A3C9E7;
}
.twoColFixLtHdr #sidebar1 #submenu ul li ul li a {
	font-weight: normal;
	margin-left: 14px;
	height: 16px;
}
.twoColFixLtHdr div.boxik {
	border-top: 5px solid #A3C9E7;
	background: #F5F5F5;
	margin-top: 14px;
	padding: 4px 12px;
	line-height: 18px;
	color: #707070;
	width: 186px;
}
.twoColFixLtHdr #mainContent div.boxik {
	float: right;
	width: 249px;
	margin: 5px;
}
.twoColFixLtHdr div.boxik.static {
	border-top-color: #EF9B08;
	background: #FDF3E2;
	color: #DF7309;
	padding-bottom: 1em;
}
.twoColFixLtHdr div.boxik.static ul li {
	list-style-image: none !important;
	list-style-type: none !important;
}
.twoColFixLtHdr div.boxik.static ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr div.boxik h4 {
	margin: 4px 0px;
	padding-left: 16px;
	background: url(/res/arrow_dark.png) no-repeat left;
	font-size: 12px;
	color: #35608E;
}
.twoColFixLtHdr div.boxik.static h4.rss {
	background-image: url(/res/rss.png);
}
.twoColFixLtHdr div.boxik a {
color: #707070;
}
.twoColFixLtHdr div.boxik a:hover {
color: #35608E;
}
.twoColFixLtHdr div.boxik.static h4 {
	background-image: url(/res/arrow_red.png);
	color: #DF7309;
}

.twoColFixLtHdr div.boxik.static a {
	color: #DF7309 !important;
}
.twoColFixLtHdr div.boxik.static a:hover {
	color: #707070;
}
.twoColFixLtHdr div.boxik.static input {
	border: 1px solid #DF7309 !important;

}
.twoColFixLtHdr div.boxik.static input.searchbutton {
	background: url(/res/button_orange.png);
	font-size: 0pt;
	width: 21px;
	height: 20px;
	border: none !important;
	margin-right: 4px;
	margin-left: 2px;
	position: relative;
	top: -3px;
}
.twoColFixLtHdr div.boxik p {
	margin-top: 10px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 226px;
	padding: 1px 20px 0 0px;
	background: white;
	margin-top: 4px;
	line-height: 18px;
	margin-left: 244px; 
	width: 619px; 
	padding-top: 10px;
} 
.twoColFixLtHdr #mainContent a img {
	border: none;
}

.twoColFixLtHdr #mainContent.wide {
	margin-left: 19px; 
	width: 850px; 
}
.twoColFixLtHdr #mainContent.wide .promobox {
	width: 272px;
	height: 175px;
	float: left;
	margin: 0px 16px 16px 0;
}
*html .twoColFixLtHdr #mainContent.wide #promo
{
	width: 105%;
}
*html .twoColFixLtHdr #mainContent.wide .promobox
{

	margin: 0 10px 16px 0;
}
.twoColFixLtHdr #mainContent.wide .promobox h3 {
	display: none;
}
.twoColFixLtHdr #mainContent.wide .promobox ul {	
	color: white;
	margin-top: 127px;	
	padding-left: 24px;	
	margin-left: 0;
}
.twoColFixLtHdr #mainContent.wide .promobox ul.promo-left {	
	float: left;
	width: 112px;		
}
.twoColFixLtHdr #mainContent.wide .promobox ul.promo-right {	
	float: left;
	width: 100px;		
}
.twoColFixLtHdr #mainContent.wide .promobox ul li {
	list-style-image: url(/res/volta.gif);
}
.twoColFixLtHdr #mainContent.wide .promobox ul li a {
	color: white;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent.wide .promobox ul li a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent.wide .promobox#pr1 {
	background: url(/res/box-volta-1.png) no-repeat left top;
}
.twoColFixLtHdr #mainContent.wide .promobox#pr2 {
	background: url(/res/box-volta-2.png) no-repeat left top;
}
.twoColFixLtHdr #mainContent.wide .promobox#pr3 {
	background: url(/res/box-volta-3.png) no-repeat left top;
	margin-right: 0;
}
.twoColFixLtHdr #mainContent.wide .promobox#pr4 {
	background: url(/res/box-volta-4.png) no-repeat left top;
	margin-bottom: 0;
}
.twoColFixLtHdr #mainContent.wide .promobox#pr5 {
	background: url(/res/box-volta-5.png) no-repeat left top; 
	margin-bottom: 0;
}
.twoColFixLtHdr #mainContent.wide .promobox#pr6 {
	background: url(/res/box-volta-6.png) no-repeat left top;
	margin-right: 0; 
	margin-bottom: 0;
}
.twoColFixLtHdr #mainContent p.byline {
	color: #707070;
	position: relative;
	top: -8px;
	margin: 0px;
	line-height: 12px;
	/* margin-bottom: 12px; */
}
.twoColFixLtHdr #mainContent p.byline a {
	color: #707070;
}
.twoColFixLtHdr #mainContent div.pager {
	margin-top: 20px;
	text-align: center;
}

div.item {
	margin-bottom: 20px;	
}

.twoColFixLtHdr #mainContent div.photo-item {
	padding: 9px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	background: #F5F5F5;
	margin: 4px;
	float: left;
}
.twoColFixLtHdr #mainContent div.photo-item a img {
	border: 2px solid white;
}
.twoColFixLtHdr #mainContent div.photo-item div.description {
	padding: 0 3px;
}
.twoColFixLtHdr #mainContent div.photo-detail div img {
	border: 10px solid #F5F5F5;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	line-height: 30px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 16px;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 14px;
	line-height: 16px;
}
.twoColFixLtHdr #mainContent a {
	color: #00517A;
}
.twoColFixLtHdr #mainContent table.standard {
	border-collapse: collapse;
}
.twoColFixLtHdr #mainContent table.standard  th{
	background: #A3C9E7;
	border: 1px solid white;
}
.twoColFixLtHdr #mainContent table.standard td {
	background: #FFFFFF;
	border: 1px solid #A3C9E7;
}

.twoColFixLtHdr #mainContent table.colored {
	border-collapse: collapse;
}
.twoColFixLtHdr #mainContent table.colored  th{
	background: #004080;
	border: 1px solid #004080;
	color: white;
	text-align: center;
}
.twoColFixLtHdr #mainContent table.colored td {
	background: #FFFFFF;
	border: 1px solid #004080;
}

.twoColFixLtHdr #mainContent #crumbs {
	margin: 8px -6px 5px -9px;
	background: #346394 url(/res/path_bg.jpg) repeat-x;
	padding: 11px;
	color: #FFFFFF;
	padding-top: 11px; 
	height: 29px; 
	padding-bottom: 0px;
}
.twoColFixLtHdr #mainContent #crumbs a {
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent input[type='text'], .twoColFixLtHdr #mainContent select, .twoColFixLtHdr #mainContent textarea {
	border: 1px solid #004372;
	width: 200px;
}
.twoColFixLtHdr #mainContent textarea {
	width: 350px;
	height: 250px;
	overflow: auto;
}
.twoColFixLtHdr #mainContent input.submit {
	background: url(/res/button_blue.png) no-repeat;
	height: 24px;
	width: 107px;
	border: none;
	color: white;
	padding: 0px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent ul li {
	list-style-image: url(/res/arrow_dark.png);
}
.twoColFixLtHdr #footer { 
	margin: 20px 20px 0 21px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 5px solid #FDF3E2;
	text-align: right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a {
	color: #00517A;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* lightweight verze meho form frameworku (c) Jakub Hampl 2006 */
form.form label,form.form input, form.form textarea {
	display: block;
	/*width: 350px;*/
	float: left;
	margin-bottom: 10px;
}

form.form textarea {
	width: 340px;
}

form.form label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
}

form.form br {
	clear: left;
}
form.form p {
	text-indent: 0;
	color: #990033;
	margin: 0px;
	margin-bottom: 7px;
}
form.form input.button {
	width: auto;
	margin-left: 139px;
}
form.form fieldset {
	width: 500px;
	padding: 10px;
	border: none;
	margin-left: 20px;
}
form.form fieldset fieldset {
	width: 340px;
	padding: 5px;
	margin-left: 140px;
	display: block;
	margin-bottom: 8px;
}
form.form .captcha img {
	float: left;
	margin-left: 27px;
}
form.form .captcha .captcha-help {
	display: block;
	margin-left: 139px;
}
form.form .captcha .hidden {
	display: none;
}
form.form .captcha input {
	margin-left: 139px;
}

/*form.form fieldset fieldset legend {
	left: -120px;
	position: absolute;
	border: none;
	/*margin-left: -120px;
}*/
form.form fieldset fieldset label {
	text-align: left;
	position: relative;
	top: 1px;
	margin-left: 3px;
	width: 290px;
}
form.form fieldset fieldset input {
	margin-left: 6px;
	margin-right: 3px;
}
form.form fieldset fieldset.radioGroup {
	padding: 0px 4px;
	border: none;
	/*margin-top: -1px;*/
}
form.form fieldset fieldset.radioGroup label {
	width: 100px;
}
form.form legend {
	display: none;
}

div.custom-form .captcha img {
	float: left;

}
div.custom-form .captcha .captcha-help {
	display: block;
	margin-left: 100px;
}
div.custom-form .captcha .hidden {
	display: none;
}
form.custom-form .captcha input {

}

/* IE 6 Hacks start */

* html body #header h1 a {
	/*background-position: 6px;*/
}
* html body.twoColFixLtHdr #mainContent div.boxik {
	width: 236px;
}

.cl { clear: both; }

p#partners a {
	margin: 0px 20px;
}
.gallery-page-content
{
	padding: 10px 0;
}

