/* ===================== ZAKLADNI HTML PRVKY */
html {
	height: 100%;
}
body	{
	font-family: "source_sans_proregular", Arial, Helvetica, sans-serif; 
	color: #003434;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 14px;
	min-height: 100%;
	background: url(../img/bcg.png);
}

@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato-bolditalic-webfont.eot');
    src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/lato-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('fonts/sourcesanspro-italic-webfont.eot');
    src: url('fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.eot');
    src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bold-webfont.woff') format('woff'),
         url('sourcesanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* --- odkazy --- */
a 						{color: #ff0000;}
a:hover 				{text-decoration: none;}

/* --- ikonky k odkazum --- 
a[href$='.doc'], a[href$='.rtf'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/doc.png) no-repeat center right;}
a[href$='.txt'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/txt.png) no-repeat center right;}
a[href$='.xls'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/xls.png) no-repeat center right;}
a[href$='.rss'], a[href$='.atom'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/rss.png) no-repeat center right;}
a[href$='.vcard'] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/vcard.png) no-repeat center right;}
a[href$='.pps'], a[href$='.ppt']		{padding: 5px 20px 5px 0; background: transparent url(../img/ico/pps.png) no-repeat center right;}
a[href$='.pdf'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/pdf.png) no-repeat center right;}
a[href$='.fla'], a[href$='.swf'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/swf.png) no-repeat center right;}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] 
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/zip.png) no-repeat center right;}
a[href$='.css'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/css.png) no-repeat center right;}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] 		
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/avi.png) no-repeat center right;}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] 
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/mp3.png) no-repeat center right;}
a[href *="icq.com"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/icq.png) no-repeat center right;}
a[href ^="callto:"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}
a[href ^="skype:"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}  
a[href ^="mailto:"], a.mail			{padding: 5px 20px 5px 0; background: transparent url(../img/ico/mailto.png) no-repeat center right;}
a.out											{padding: 5px 20px 5px 0; background: transparent url(../img/ico/external.png) no-repeat center right;}
a.print										{padding: 5px 20px 5px 0; background: transparent url(../img/ico/print.png) no-repeat center right;}
*/
/* --- zakladni html prvky ---*/
em, i					{font-style: normal;}
hr						{display: block; clear: both; /*color: #626262; background: #626262; height: 1px; */; border:none; border-bottom: 1px solid #d9d9d9; margin: 10px 0px 10px 0px;}
p 						{text-align: left; margin: 10px 0px 20px 0px; line-height: 1.4em;}
strong 					{font-family: 'source_sans_probold';font-weight: normal;}
code 					{font-size: 140%; font-weight: normal;font-family: 'MyriadProBold';}
.div-bad {
        padding: 10px;
        border: 5px solid #f04545;
		margin-bottom:20px;
		background: white;
}
.div-good {
        padding: 10px;
        border: 5px solid #11644d;
		margin-bottom:20px;
		background: white;
}

.div-aktualita {
	display:block;
	margin-bottom:15px;
	font-size:10px;
	line-height:13px;
}
.div-aktualita h3 {
	margin:0 0 5px 0;
}


/* --- seznamy --- */
ul						{margin: 5px 0px 5px 5px; padding: 0px; text-align: left; list-style: none;}
li						{padding: 0px 0px 0px 33px; margin: 0px 0 10px; background: url(../img/li.png) no-repeat 0 5px;}
ol						{padding: 4px 0px 0px 20px; margin: 0 0 10px 0;}
ol li					{background:none; padding:0;}

/* --- obrazky --- */
img 								{border: 0px;}
a img.galerie, img.galerie	{border: 1px solid #626262; padding: 4px; background: #ffffff;}
a:hover img.galerie 			{border: 1px solid #666666; padding: 4px; background: #ffffff;}
img.border, img.ramecek		{border: 1px solid #8d6b41; padding: 2px;}
a:hover img.border			{border: 1px solid #000000;}
img.icon							{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft						{margin: 0px 10px 10px 0px;}
img.toright						{margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}

/* --- tabulky --- */
table		{width: 100%}
table td {vertical-align: top;}
table.nice						{width: 390px; font-size: 0.9em;}
table.nice tr td 				{padding: 2px 4px 2px 4px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url(../img/bcg_th.gif) repeat-x #f5f5f5 bottom; font-weight: normal; width: 160px;font-family: 'MyriadProBold';}
table.nice tr th				{background: url(../img/bcg_th.gif) repeat-x #f5f5f5 bottom; font-weight: normal; width: 120px;font-family: 'MyriadProBold';}
table.nice tr td.long		{width: 250px;}
table.short						{width: 230px;}
table.medium					{width: 350px;}
table.none 						{border: none;}
table.poslat-mail				{width:400px; margin-left:10px;}
table.poslat-mail td			{vertical-align:top;}
table.table-galerie tr td		{padding-right:15px; text-align:center; vertical-align:top; width:203px; height:152px}
table.table-galerie tr td img	{padding: 2px; margin: 0; display: block;float: left}

/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6		{clear: left;  font-size: 1.3em; color: #003434; margin: 0px;}
h1								{padding: 0px;	padding: 0px 0px 0 0px; margin:0; font-size: 40px; font-weight:normal; line-height: 25px;font-family: 'latobold_italic'; color: #f04545;}
h2									{font-size: 32px; font-weight:normal; margin: 20px 0px 20px 0px; text-transform:none;font-family: 'source_sans_proitalic'; color: #003434;  background: url(../img/h2.png) no-repeat 0 3px}
h3 								{font-size: 24px;  font-weight:normal; margin: 5px 0;font-family: 'source_sans_proitalic';}
h4									{font-size: 18px;  font-weight:normal; margin: 3px 0;font-family: 'source_sans_proitalic';}

/* --- formulare --- */
input, textarea				{width:250px; font-family: Candara, Verdana, 'Geneva CE', Arial, Helvetica, sans-serif; font-size: 0.95em;}
input,textarea							{border: 1px solid #d3d2d2; margin-bottom: 5px; vertical-align:middle; margin-right:10px; padding: 3px; background: #ffffff;}
/*input.submit					{background: #dddddd; border: 1px solid #999999; color: #000000; width: 150px; height: 25px; font-size: 0.90em; padding: 0px 0px 2px 0px; text-transform: uppercase; text-decoration: none; text-align: center; font-weight: normal; cursor: pointer;}*/
input.hledat {
	float: left;	
	text-decoration:none;
	padding:3px 6px 4px 5px;
	vertical-align:middle;
	border:none;
	cursor:pointer;
	font-size:10px;
	
	color:#613438;
	width:51px;
	height:24px;
	background:url(../img/searchbutt.jpg) no-repeat;
}
input.button {
	border:none;
	cursor:pointer;
	font-size:10px;
	
	color:#fff;
	width:70px;
	height:25px;
	background:#990033;

	text-transform:uppercase;
	font-weight:normal;
	font-family: 'MyriadProBold';
}
input.radio						{vertical-align: -6px;}
input.checkbox					{border: 0px; width:10px}
textarea							{border: 1px solid #d7cccd; margin-bottom: 5px; padding: 3px;  background: #fafafa; height:70px}
form								{margin: 0px; padding: 0px;}
legend							{background: url(../img/bcg_mid_top.gif) no-repeat top; border: 1px solid #0d6a06; background: #269411; color: #ffffff; font-weight: normal; padding: 2px 10px 2px 10px;font-family: 'MyriadProBold';}
label 							{margin: 4px 10px 3px 10px; width: 90px; float: left; text-align: right;}
label.kratsi 					{width: 80px;}
label.pravy 					{margin: 4px 10px 3px 10px; width: 100px; float: right; text-align: left;}
label.povinny 					{color: #004080;}

/* --- globalni tridy --- */
.kurziva 		{font-style:italic}
.clear			{clear: both;}
.smaller			{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.smallestBlack 			{font-size: 0.6em; color: #000 !important}
.bigger 			{font-size: 1.05em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red				{color: #ed1c24;}
.green			{color: #008000;}
.bold 			{font-weight: normal;font-family: 'MyriadProBold';}
.right 			{text-align: right;}
.right_li		{float:right; margin-top:-20px;}
.center			{text-align: center;}
.left				{text-align: left;}
.toblock			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left; clear: none;}
.toright			{display: block; float: right; text-align: left; clear: none;}
.border			{display: block; border: 1px solid #b89263; padding: 0px 10px 0px 10px;}
.nomargin		{margin: 0px;}
.error			{display: block; color: #000000; font-weight: normal;font-family: 'MyriadProBold'; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a			{color: #000000;}
.hidden			{display: none;}
.bad				{background: #ff0000; border: 1px solid #dddddd; color: #ffffff; padding: 2px 5px 2px 5px; font-weight: normal;font-family: 'MyriadProBold';}
.odsazeni		{padding:0px 8px 0px 8px; color:#d7cccd;}
.odeslat {background-color:#3b1e22;	color:#FFFFFF;	font-weight:normal; width:100px;font-family: 'MyriadProBold';}
.underline {text-decoration:underline;}
.huge 			{font-size:19px;}
p.margin12		{margin-top:12px;}
.hidden			{visibility:hidden}
.plnawidth 		{width:100%}
.odsazeniRight5 {margin-right:5px}
.odsazeniRight20 {margin-right:20px}
.odsazeniRight37 {margin-right:37px}
.odsazeniRight10 {margin-right: 10px;}
.odsazeniBottom20 {margin-bottom:20px}
.odsazeniLeft66 {margin-left: 66px;}
.odsazeniLeft49 {margin-left: 49px;}
.odsazeniTop15 	{margin-top: 15px;}
.odsazeniTop20 	{margin-top: 20px;}
.fontSize18		{font-size: 18px}
.normalcase		{text-transform:none}
.inline			{display:inline;}
.displaynone 	{display:none;}
.block			{display:block}

#oddelovac {
	height:11px;
	width:180px;
	background:url(../img/hr.gif) no-repeat;
}

/*======================== seznamy */
.podmenu2				  { font-size: 12px;  list-style-type: none; margin: -0px 0px 0px 0px; padding: 0px 5px 2px 5px;  position:absolute; min-width: 100px; width:110px; background: #ffffff; border: 1px solid #d9d9d9; visibility: hidden; z-index: 10; display:block;}
.podmenu2 li		  {font-size: 12px;  text-align: left; float:none; padding: 0px 4px 0px 0px; margin: 3px 0px 3px 0px; background: #ffffff; _height: 15px;}
.podmenu2 a:link 		{ font-size:12px; }

.podmenu2 a				{font-size: 12px;   display:block;  padding: 4px 0px 4px 0px; margin: 0px; width:150px;}
/*.podmenu2 a:hover	{font-size: 11px;   text-decoration: underline; background: #d7cccd;}*/
.podtrzeni-podmenu2 {border-bottom: 1px solid #000;}
.podmenu2 h3  			{font-size:12px; font-weight:normal; display:inline;}


/* ======================================== */

/* ========================== BLOKOVE PRVKY */
#header {
	display: block;
	width: 100%;
	background: url(../img/header_border.png) repeat-x 0 bottom;
	float: left;
	height: 160px;
}
#content {
	display: block;
	float: left;
	width: 100%;
	float: left;
	min-height: 580px;
}
#header .header {
	background: url(../img/header.png) no-repeat center 0 transparent;
	width: 980px;
	height: 160px;
}
#footer {
	display: block;
	width: 100%;
	background: url(../img/footer.jpg) no-repeat center 0;
	height: 314px;
	float: left;
	font-size: 14px;
	padding-top: 15px;
	text-shadow: 1px 1px 0 white;
}
.content {
	width: 980px;
	margin: auto;
	display: block;
}
#content {
	background: url(../img/content.jpg) no-repeat center bottom white;
}
#content .content {
	min-height: 654px;
}
#content #leftPane {
	width: 648px;
	display: block;
	float: left;
	margin: 0px 0 40px;
}
#textWholeTop {
	width: 644px;
	background: url(../img/text_whole_top.png) no-repeat;
	height: 40px;
	display: block;
	float: left;

}
#textWholeBottom {
	width: 564px;
	display: block;
	float: left;
	padding: 0px 40px 40px;
	background: url(../img/text_whole_bottom.png) no-repeat 0 bottom;
	min-height: 275px;
}
#header #logo {
	display: block;
	float: left;
	background: url(../img/logo.png) no-repeat;
	height: 41px;
	margin: 64px 0 0px;
	color: #003434;
	text-decoration: none;
	text-shadow: 2px 2px 0 white;
	padding: 17px 0 0 70px;
	letter-spacing: -0.6px;
}
#menu {
	display: block;
	float: right;
	width: 384px;
	margin-top: 74px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	background: none;
}
#menu ul li a {
	width: 182px;
	height: 31px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-family: 'latoregular', Arial, Helvetica;
	background: url(../img/button.png) no-repeat 0 0;
	text-decoration: none;
	text-align: center;
	padding: 11px 0 0;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#langMenu {
	display: block;
	float: left;
	margin-top: 83px;
	margin-left: 80px;
}
#langMenu a {
	display: block;
	float: left;
	margin-left: 5px;
}
#rightPane {
	display: block;
	float: right;
	width: 301px;
}
#rightPane .contactForm {
	height: 371px;
	width: 260px;
	display: block;
	background: url(../img/contact.png) no-repeat;
	margin-top: 60px;
	padding: 20px;
	font-size: 16px;
	text-shadow: 1px 1px 0 white;
}
.contactFormTop {
	width: 304px;
	height: 30px;
	display: block;
	float: left;
	background: url(../img/text_box_top.png) no-repeat;
}
.contactFormBottom {
	padding: 0 20px 40px;
	display: block;
	float: left;
	width: 264px;
	height: 285px;
	background: url(../img/text_box_bottom.png) no-repeat 0 bottom;
}
.contactForm h2 {
	font-family: 'source_sans_proitalic', Arial, Helvetica;
	font-size: 24px;
	color: #11644d;
	margin: 0 0 12px;
	background: none;
	padding: 0;
	text-shadow: none;
}
.contactForm p {
	margin-bottom: 16px;
}
.nadpisHolder {
	width: 100%;
	height: 140px;
	display: block;
	float: left;
	position: relative;
}
.nadpisHolder h2 {
	position: absolute;
	bottom: 0;
	margin: 0 0 25px;
	line-height: 1.2em;
}
h2.hmpg1 {
	width: 264px;
	left: 20px;
}
h2.hmpg2 {
	width: 264px;
	left: 361px;
}
h2.sub {
	padding: 0 20px;
}
input.text {
	height: 14px;
	line-height: 14px;
	padding: 13px 10px;
	color: #adc7c9;
	font-size: 14px;
	background: none;
	border: 0;
	width: 244px;
	margin: 0 0 5px 0;
	font-family: "source_sans_proregular", Arial, Helvetica, sans-serif; 
	background: url(../img/inputbox.png) no-repeat;
}
textarea.text {
	height: 113px;
	line-height: 14px;
	padding: 13px 10px;
	color: #adc7c9;
	font-size: 14px;
	background: none;
	border: 0;
	width: 244px;
	margin: 0 0 5px 0;
	font-family: "source_sans_proregular", Arial, Helvetica, sans-serif; 
	background: url(../img/textbox.png) no-repeat;
}
input.submit {
	width: 182px;
	height: 42px;
	display: block;
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: 'latoregular', Arial, Helvetica;
	background: url(../img/button.png) no-repeat 0 0;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0 0 3px;
}
input.skryty {
	display: none;
}

.hmpgTop {
	width: 304px;
	height: 40px;
	display: block;
	float: left;
	background: url(../img/text_box_top.png) no-repeat;
}
.hmpgBottom {
	padding: 0 40px 40px;
	display: block;
	float: left;
	width: 224px;
	height: 275px;
	background: url(../img/text_box_bottom.png) no-repeat 0 bottom;
}
.hmpgBottom p {
	margin: 0;
}
.hmpgBoxHolder {
	display: block;
	float: left;
	width: 304px;
}