
/* ZAKLADNI STYLY */
* {	margin: 0;
	padding: 0;
	border: 0; }
html {
	background: white;
}
div#body {
	width: 940px;
	margin: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p.bodytext {
font-weight:normal;
}

a {
	color: #ff6100;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
}
h2 {
	color: #007fbb;
	font-size: 24px;
	font-weight: bold;
	
	margin-bottom: 16px;
}

div#content h2 {
line-height:29px;
}
div#content h2.keywords {
line-height:20px;
}


h3 {
	color: #007fbb;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
}
h3.banner {
	color: #a2a2a2;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	margin-bottom: 25px;
	line-height: 25px;
	
}
p {
	margin-bottom: 24px;
	text-align: justify;
}
p.titulka {
	margin-bottom: 0px;
	text-align: justify;
}

/* LOGO+popis MENU */
div#header {
	position: relative;	
	margin-top: 20px;
}
div#header h2#desc {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #8396a4;
	position: absolute;
	top: 37px;
	right: 30px;
}

.lng-switch { display: none; }
.lng-switch a { width: 10px; height: 10px; display: block; float: left; margin: 0 10px 0 0; background: red; }

/* LOGO */
div#logo-box {
	width: 200px;
	height: 60px;
	overflow: hidden;
}
div#logo-box h1 {
	width: 200px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
div#logo-box h1 img {
	position: absolute;
	top: 0; left: 0; 
}

/* LANG / SEARCH BAR */
div#lang-search {
	width: 400px; height: 30px;
	position: absolute;
	top: 0px; 
  right: 0;
}
	div#lang-search ul {
		float: left;
		width: 220px;
		margin-top: 4px;
	}
	div#lang-search ul li {
		display: inline;
		/*margin-left: 7px;*/
	}	
	div#lang-search ul li a {
		color: #969696;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin-left: 5px;
	}
	div#lang-search ul li a span {
		position: relative;
		top: -3px;
	}
	
	div#lang-search form {
		float: right;
		height: 21px;
	}
	input.text {
		background: url(../images/search_bg.png) 0px 3px repeat-x;
		border: 1px solid #c8c8c8;
		padding: 2px;
		height: 17px;
		font-size: 12px;
		margin-right: 3px; 
	}
	input.submit {
		background: url(../images/search_button.png) no-repeat;
		width: 25px; height: 21px;
		text-indent: 26px;
		margin: auto;		
	}
	
	
/* TOP MENU */
ul#top-menu {
	margin-top: 20px;	
	width: 940px; height: 27px;
	background: url(../images/top_menu_bg.png) repeat-x;
}
ul#top-menu li {
	display: inline;
/*	border: 1px solid blue;*/
	margin: 0px;
}
ul#top-menu li a.active ,ul#top-menu li a:hover  {
	background: url(../images/top_menu_bg_active.png) repeat-x;
}
/*ul#top-menu li h2 {
	display: compact;
}*/
ul#top-menu li a {
	display:block;
	float: left;
	padding: 5px 26px 4px 26px;
		
	border-right: 1px solid #5576a6;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}


/* SLICE + BIG MENU */
div#top-nav-box { margin-top: 10px; }
ul#top-nav-menu {
	float: right;
	width: 350px; height: 350px;
	overflow: hidden;
}
ul#top-nav-menu li {
	display: block;
	width: 350px; height: 62px;
	margin-bottom:10px
}
ul#top-nav-menu li a {
	display:block;
	text-indent: -350px;
	width: 350px; height: 62px;
}

ul#top-nav-menu a.nafuk {background: url(../images/rozc/nafuk.png) no-repeat;}
ul#top-nav-menu a.nafuk:hover {background-position: -350px 0px;}

ul#top-nav-menu a.helio {background: url(../images/rozc/helio.png) no-repeat;}
ul#top-nav-menu a.helio:hover {background-position: -350px 0px;}

ul#top-nav-menu a.party {background: url(../images/rozc/party.png) no-repeat;}
ul#top-nav-menu a.party:hover {background-position: -350px 0px;}

ul#top-nav-menu a.textil {background: url(../images/rozc/textil.png) no-repeat;}
ul#top-nav-menu a.textil:hover {background-position: -350px 0px;}

ul#top-nav-menu a.skyd {background: url(../images/rozc/skyd.png) no-repeat;}
ul#top-nav-menu a.skyd:hover {background-position: -350px 0px;}

div#loga {
	margin-top: 32px;
	float: right;
	width: 340px;
	text-align:justify;
}
div#loga h2 {
	font-weight: normal;
	font-size: 20px;
}

/* LEFT MENU */
div#left-menu {
	width: 215px;
	float: left;
}
div#left-menu a {
	color: #8d8d8d;
	text-decoration:none;
}
div#left-menu ul {
	width: 215px;
	color: #8d8d8d;
	list-style:none;
}
div#left-menu ul li {
	background: #dbdbdb url(../images/menu_left_lev1_gray_bg.png) no-repeat;
	margin-top: 10px;
}
div#left-menu ul li.parent {
	/*padding: 6px 6px 6px 17px;*/
	font-weight: bold;
}
/*div#left-menu ul li.parent span {
  display: block;
  padding: 6px 6px 6px 17px;
	font-weight: bold;
}*/
div#left-menu ul li a {
	display: block;
	padding: 6px 6px 6px 17px;
	font-size:12px;
line-height:18px;
}
div#left-menu ul li a:hover, div#left-menu ul li a.active {
  color: white;
	display: block;
	padding: 6px 6px 6px 17px;
		background: #dbdbdb url(../images/menu_lev1_bg_on.png) no-repeat;
		font-size:12px;
line-height:18px;
}

div#left-menu ul li li.parent a:hover a:active{
	color: white;
	background: #dbdbdb url(../images/menu_lev1_bg_on.png) no-repeat;
	padding: 6px 6px 6px 17px;
}
div#left-menu ul ul {
	/*position:relative;
	top: 6px;
	left: -17px;*/
	background: #f8f8f8 url(../images/menu_left_gray_bottom.png) bottom left;
	width: 215px;
	padding-bottom: 12px;
	list-style-image:none;
	list-style-position:inside;
}
div#left-menu ul ul li {
	background-color: transparent;
	background-image: none;
	padding:0px;
	margin: 0px;
}
div#left-menu ul ul li a {
	display: block;
	width: 183px;
	height: 21px;
	background: url(../images/menu_left_gray_off.png) no-repeat 0px 0px;
	padding: 3px 0px 0px 32px;
	font-weight: normal;
	color: #767676;
	font-size:12px;
line-height:18px;
}
div#left-menu ul ul li a:hover, div#left-menu ul ul li a.active {
	background-color:#ffbb00;
	background-image: url(../images/menu_left_gray_on.png);
	background-position: 0px 0px;
	font-weight:bold;
	padding: 3px 0px 0px 32px;
	color: #767676;
	font-size:12px;
line-height:18px;
	
	
}
	
/* LEFT MENU *MODRE* */
div#left-menu.blue a { color: #0067aa; }
div#left-menu.blue ul li {
	color: #0067aa;
	background: #bdcce0 url(../images/menu_left_lev1_blue_bg.png) no-repeat;
}
div#left-menu.blue ul ul { background: #f8f8f8 url(../images/menu_left_blue_bottom.png) bottom left; }
div#left-menu.blue ul ul li a {
	color: #0067aa;
	background: url(../images/menu_left_blue_off.png) no-repeat 0px 0px;
}
div#left-menu.blue ul ul li a:hover, div#left-menu.blue ul ul li a.active { background:#ffbb00 url(../images/menu_left_blue_on.png) 0px 0px; }

/* LEFT MENU - VARIOBLOK */
div#left-menu div {
	/*background: #f6f6f6 url(../images/varioblok_bg.png) repeat-y;*/
	margin-top: 15px;
	padding: 17px;
}
div#left-menu div h3, div#left-menu div p {
	color: #767676;
	margin-bottom: 15px;
}

/* ROOTLINE */
div#rootline {
	color: #737373;
	padding: 12px 0px 5px 16px;
  font-size:12px;
line-height:18px;
height:20px;
}
div#rootline a {
	color: #737373;
	font-weight: normal;
	font-size:12px;
line-height:18px;
}



/* OBSAH HOMEPAGE */
div#content-homepage {
	margin-top: 15px;
	width: 580px;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;

}
div#content-homepage div {
	border: 1px solid #dae8eb;
	padding: 15px;
	background: #f1f8fe url(../images/content_bg.png) repeat-x bottom;
	margin-bottom: 12px;
	text-align:justify
}
div#content-homepage h2 {
	font-size: 20px;
	font-weight: normal;
	line-height:26px;
}
div#content-homepage p {
  display: inline;
}
hr.cleaner {
	visibility: hidden;
	clear: both;
	margin :0;
}
hr {
	border: 1px solid #d4d4d4;
	border-bottom: 0px;
	margin-bottom:45px;
}

/* OBSAH */
div#content {
	color: #a2a2a2;
	padding: 10px 0px 0px 0px;
	float: right;
	width: 700px;
	font-size:14px; 
}


div#content img {
	background: #f6f6f6;
	padding: 12px;
	margin-bottom: 6px;
}
div#content img.logo {
	border: 0px;
	padding: 0px;
	background: none;
	margin-bottom:50px;
}
.biglist {
	list-style-image: url(../images/biglist_icon.png);
	list-style-position:outside;
	margin-left: 22px;
}
.biglist li {
	margin-bottom: 14px;
}
.biglist strong {
	color: #ff9000;	
}
a.big_blue, a.big_blue_vpravo {
	display: block;	
	height: 34px;
	background:url(../images/link_big_blue.png) no-repeat top left;
	padding-left: 40px;
	padding-top: 8px;
	margin-top:30px;
		width:150px;
	
	color: white;
	text-decoration:none;
	font-weight:normal;
}
a.big_blue:hover, a.big_blue_vpravo:hover {
	text-decoration: underline;	
	background-image:url(../images/link_big_blue_hover.png);
}

a.big_orange:hover, a.big_orange_vpravo:hover  {
	text-decoration: underline;	
	background-image:url(../images/link_big_orange_hover.png);
}
a.big_orange, a.big_orange_vpravo {
	display: block;	
	height: 34px;
	width:150px;
	margin-top:-42px;
	margin-left: 210px;
	
	background:url(../images/link_big_orange.png) no-repeat top left;
	padding-left: 40px;
	padding-top: 8px;
	
	color: white;
	text-decoration:none;
	font-weight:normal;
}

a.big_blue_vpravo {

	padding-left: 40px;
	padding-top: 8px;
	margin-top:30px;
		margin-left: 24px;
		width:221px;

}


a.big_orange_vpravo {

	margin-top:0px;
	margin-left: 24px;
	padding-left: 40px;
	padding-top: 8px;
		width:221px;
}

div#topp-logo {
	float:right;
	width: 222px;
	margin-left: 40px;
}

div#topp-logo {
	float:right;
	width: 242px;
	margin-left: 20px;
}

div#topp-logo img {
	border:0px;

background:white none repeat scroll 0 0;
margin-bottom:6px;
padding:12px;

}

div#content img.ciste{
	border:0px;
	background: white none repeat scroll 0 0;
	margin-bottom:0px;
padding:0px;
}
.neviditelny{
	border:0px;
	line-height:1px;
	margin:0px;
padding:0px;
}



h2#keywords {
	font-size: 12px;
	color: #969696;
	font-weight:normal;
	font-style:italic;
	width: 413px;	
  line-height: 14px;


	
}

h2.keywords {
	font-size: 12px;
	color: #969696;
	font-weight:normal;
	font-style:italic;
	width: 413px;
	margin-top: 45px;
	  line-height: 14px;
}


/* GALERIE */



/* KONTAKT */
div#contact { position:relative; margin-top: 15px;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
font-weight:normal;
}
div#contact form {
	float: right;
	background: #ffa300 url(../images/form_bg.png) no-repeat top left;
	width: 299px; height: 303px;
	padding: 20px;
}

div#contact form h3 {
	color: white;	
}
td.form-lbl {
	color: white;
	font-weight: bolder;
}
.form-inp, .form-inp input {
	width: 244px; height: 22px;
	padding: 2px;
}
.form-inp textarea { width: 250px; height: 60px; }
.form-inp select { position:relative; left: 38px; width: 210px; }
label.overflow { width: 100px; position: absolute; top: -8px;}
input#contact-submit {
	margin-top: 10px;
	width: 100px; height: 28px;	
}

div#content-contact {
	float: right;
	width: 340px;
	margin-left: 20px;
	color: #767676;
}
address {
	font-style:normal;
	margin-bottom:25px;
}
div#contact-list {
	background: #f8f8f8 url(../images/list_bg.png) no-repeat;
	width: 215px; height: 344px;	
}
div#contact-list ol {
	width: 180px;
	position:relative;
	left: 35px; top: 20px;
	color: #767676;
	font-size: 16px;
	font-weight:bold;
}
div#contact-list ol li {
	margin-bottom: 20px;
}

div#contact-list ol span {
	font-size: 12px;
	font-weight:normal;
	color:black;
}
div#contact-list h4 {
	font-size: 12px; color: #5e5e5e;
	padding: 6px 0px 0px 10px;
}
div#contact-list ol h3 {
	font-size: 16px;
	font-weight:bold;
	margin: 0;  padding: 0; color: #767676; }
div#content-contact h3 {
	margin-top: 10px;
}

/* OBCH */
div#obch {
	clear: both;	
	margin-top: 25px;
	padding-bottom: 25px;
	color: #727272;
}
div#obch div {
	width: 183px;
	padding: 16px;
	float: left;
	background: url(../images/obch_bg.png) no-repeat;
	margin-left: 25px;
}
div#obch div.first {
	margin-left: 0;
}
div#obch div h3 {
	font-size: 14px;
	color: #727272;
	font-weight: bold;
	margin: 20px 0px 8px 0px;
}

/* FAQ */
ol#faq {list-style-type:none; margin-bottom: 45px;}
ol#faq a {
	color: #007fbb;
	font-weight:normal;
	font-size:12px;
}
a.nahoru {
	float:right;
	position: relative;
	top: -10px;
	padding-left: 16px;
	color: #5e5e5e;
	font-size:11px;
	font-weight:normal;
	background:url(../images/goup.png) no-repeat 6px 6px;
}

/* PATICKA */
div#footer {
	clear: both;
	color: #525e66;
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 20px;
	
}
div#footer a {
	color: #007fbb;
	font-weight: normal;
}

/* disable padding in image content elements from Typo3  */
/*div#content .csc-textpic-image img { padding: 0; }*/


/* style banner (slideshow) on main page */
.myGallery { border: 0 !important; }
/* photo gallery */
div.gallery-image { float: left; width: 165px; height: 143px; margin-right: 2px; margin-bottom: 2px; text-align: center;}
div.pagebrowser { font-size: 0.8em; }
div.gallery-content { margin: 10px 0; }
/* news */
div.news-single-image { float: right; margin-left: 20px; }
div#search-more-panel { position: absolute; top: 25px; border: 1px #969696 solid; background: white; width: 200px; height: 45px; }
div.search-more-inner { padding: 10px; }

/* posunuti praveho sloupce fotek se zachovanim modreho okraje */
.csc-textpic-imagewrap {
  margin: 24px 24px 0px 24px;
}

