html {
	margin: 0;
	padding: 0;
}

body {
	background: #f8f8f8 url(/images/body-bg.png) repeat-x 0 0px;
	padding: 0;
	border: 0;
	margin: 0;
	font: 12px Arial,Helvetica,sans-serif;
	color: #333333;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

img {vertical-align: middle;  /* margin: 0; */ }

input { padding: 2px 5px; border: 1px solid #d9d9d9; margin-bottom: 2px;}
textarea {padding: 2px 5px; border: 1px solid #d9d9d9;}

a img { border: none; }

a.odkaz-tlacitko {
	background:url("/images/btn-bg.png") repeat-x scroll center bottom #3894C5;
	border:1px solid #62B5D7;
	color:#FFFFFF;
	display:block;
	line-height:150%;
	margin:0 0 10px;
	padding:0 0.4em;
	text-decoration:none;
	font-size: 13px;
}

a.odkaz-tlacitko:hover {
	text-decoration: underline;
}

p {  line-height: 150%;}

.hl {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 1.5em;
}

.h2 {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
}

.h3 {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
}

.h4 {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
}

.h5 {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
}


.h6 {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

/* general rules */
.m0t { margin-top: 0px !important; }
.m0b { margin-bottom: 0px !important; }
.m10r { margin-right: 10px !important; }
.m10t { margin-top: 10px !important; }
.m10b { margin-bottom: 10px !important; }
.m15b { margin-bottom: 15px !important; }
.m20r { margin-right: 20px !important; }
.m20b { margin-bottom: 20px !important; }
.m30b { margin-bottom: 30px !important; }
.m40b { margin-bottom: 40px !important; }
.m100l { margin-left: 100px !important; }
.m170l { margin-left: 170px !important; }
.p20l { padding-left: 20px !important;}
.h10 { height: 10px; }
.h25 { height: 25px; }
.h60 { height: 60px; }
.h100 { height: 100px; }
.w100{ width: 100px;}
.w170{ width: 170px;}
.w200{ width: 200px;}
.r, .taright { text-align: right; }
.c, .center {  text-align: center; }
.l, .taleft {   text-align: right;}
.left { float: left; }
.right { float: right;}
.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right {text-align: right; }
.error { color: #ff0000; 	font-weight: normal; }
.v-middle { vertical-align: middle; }
.none {display: none;}
.hide { display: none !important; }
.show {display: block !important;}
.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.clear {clear: both;}
.bold {font-weight: bold;}

/**** * main layout  ******/
#main {
	margin: 0 auto 0px auto;
	width: 1000px;
	position: relative;	
	background:url('/images/all-bg.gif') repeat-y scroll 0 0 transparent;
	padding:20px 0 0;
	width:1005px;
}

#head {
	background:url('/images/head-bg.jpg') no-repeat scroll center bottom #3391C4;
	height:256px;
	position: relative;
	padding: 0 0 0 0;
	width:982px;
	margin:0 10px;
}

#head-description {
	color:#ffffff;
	display:block;
	font-family:'Trebuchet MS','Geneva CE',lucida,sans-serif;
	font-size:123%;
	height:70px;
	left:410px;
	position:absolute;
	text-align:left;
	top:130px;
	width:500px;
}

#head-description a{
	color:#ffffff;
}

#head h1{
	font-size:100%;
}

#head h1 a {
	color:#FFFFFF;
	display:block;
	font-family:'Trebuchet MS','Geneva CE',lucida,sans-serif;
	font-weight:normal;
	height:256px;
	left:0;
	position:absolute;
	text-decoration:none;
	top:0;
	width:983px;
	z-index:1;
}

#head h1 a span {
	display:block;
	font-size:285%;
	height:100px;
	left:380px;
	position:absolute;
	text-align:left;
	top:80px;
	width:600px;
	color:#FFFFFF;
}

#content {
  background: #ffffff; /* url('/images/middle-bottom.png') center bottom no-repeat; */
  margin:10px 10px 0;
   /*padding: 5px 0px 9px 8px; */
  min-height: 400px;
  width:982px;
  height: 100%;
  position: relative;
}

#navigace{ 
	font-size: 12px;
	position: absolute;
	top: 290px;
	left: 45px;
	color: #b9b9b9;
}

#navigace a{
	text-decoration: underline;
	color: #b9b9b9;
}

#navigace a:hover{
	text-decoration: none;
	color: #b9b9b9;
}

#navigace .sipka img{
	margin: 0 4px 2px 4px;
}

#middle {
  margin: 0 20px 0 0px;
  float: left;
  width: 702px;
}

#middle_full{
   padding: 0 0 0 20px;
   width: 680px;
}

#middle_leftCol{
	width:243px;
	float: left;
	margin-right: 23px;
}

#middle_rightCol{
	float: left;
	width: 434px;
}

#rightCol{
	width:260px;
	float: right;
}

.title-top{
	background: url('/images/nadpis-top.png') 0 0 no-repeat;
	height: 16px;
	width: 680px;
	color: #2b6ea4;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 16px;
	padding: 12px 15px;
	margin: 0 0 20px 0;
}

/***** * head parts ******/
#topStripe {
  text-align: right;	
  height: 40px;
  padding: 0px;  
  color: #fff;
  line-height: 40px;
  position: relative;
  z-index: 100;
}

#topStripe .aktiv{
  color: #77c1c6;
}

#topStripe a {
  color: white;
}

#topStripe .submenu {
  position:absolute;
  right: 20px;
  top:0;
}

#topStripe .submenu img{
	margin-left: 10px;
}

#topStripe .lng {
  position:absolute;
  left: 35px;
  top:0;
}

#topStripe .lng img{
    margin-bottom: -6px;
}


#topStripe .right-right {
  position:absolute;
  left: 755px;
  top:0;
  color: #CCCCCC;
}

#topStripe .right-right a{
	color: #666666;
}

#logo {
	position: absolute;
	left: 50px;
	top: 176px;
}

#nadani-technikou {
	position: absolute;
	left: 234px;
	top: 95px;
}

#menuTop {
   background: url('/images/menu-bg.png') repeat-x scroll center bottom #FE9900;
   display:block;
   margin: 1px 10px;
   height:36px;
   padding:4px 0 0;
   width:982px;
}

#menuTop a {
  text-decoration: none;
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size:131%;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0px 8px 0  8px;
  margin: 0;
  text-align: center;
}

#menuTop a:hover {
  text-decoration: underline;
}

#menuTop span.oddelovac {
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size:131%;
  display: block;
  float: left;
}

.search-form input[type="text"] {
  border: 1px solid #CDCDCD;
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 3px 0 3px 5px;
  position: absolute;
  top: 11px;
  left: 500px;
  width: 147px;
  height: 13px;
  font: 11px/15px Arial;
  z-index:100;
}

.search-form button {
	background: url('/images/input-submit.png') repeat-x scroll 0 0 #ACACAC;
	border: 1px solid #ACACAC;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	height: 20px;
	margin:0;
	padding:0;
	position: absolute;
	left: 657px;
	top: 11px;
	z-index:100;
	width: 80px;
}

/********* foot **********************************************************************************************************************************************************/
#footMenu {
  clear: both;
  height: 0;
  margin: 0;
}

#foot {
  height: 30px;
  color: #7a7a7a;
  font-size:12px;
  /* background: url(/images/foot.png) no-repeat 0 0; */
  position: relative;
}

#foot img {
	margin-bottom: -6px;
}

#foot .menu{
	position: absolute;
	top: 27px;
	left: 25px;
	text-transform: uppercase;
	color: #6f6f6f;
}

#foot .menu a{
	color: #6f6f6f;
}

#foot .menu a:hover, #foot .menu a.aktiv{
	text-decoration: none;
}

#foot .copyright{
	position: absolute;
	color: #6f6f6f;
	top: 00px;
	left: 21px;
	line-height: 1.2em;
	height: 30px;
	width: 960px;
}

#foot .copyright a{
	color: #6f6f6f;
}

#foot .doporucujeme{
	position: absolute;
	top: 89px;
	left: 620px;
	line-height: 1.5em;
	height: 20px;
	width: 360px;
}

#foot-bg {
	margin: -150px 0 0 0;
	height: 150px;
	width: 100%;
	background: #c2c0bb;
}

#footer {
	background:url("/images/footer-bg.png") no-repeat scroll center bottom transparent;
	clear:both;
	padding:10px 0;
}

#sponzori {
	border:1px solid #EBEBEB;
	margin:0 13px 0 10px ;
}

#site-info {
	background:none repeat scroll 0 0 #F2F2F2;
	color:#878787;
	font-size:85%;
	height:4em;
	margin:10px;
}

#site-info #info {
	float:left;
	margin:2.4em 0 0 10px;
	text-align:left;
	width:650px;
}

#site-info #nav {
	float:right;
	margin:2.4em 0.7em 0 0;
	text-align:right;
	width:280px;
}

#sponzori img {
	margin:5px;
}

#site-info #nav a {
	color:#878787;
	text-decoration:none;
}

#site-info #nav a:hover {
	text-decoration: underline;
}


/********* nadpis stredniho boxu *****************************************************************************************************************************************/
.middle-top{
	background: url('/images/title-bg-siroky.png') 0 0 no-repeat;
	height: 30px;
	line-height: 30px;
	width: 600px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 13px;
}

.sub-seznam{
	width: 200px;
	height: 370px;
	background: #dadada;
	float: right;
	text-align: center;
	padding-top: 10px;
}

.sub-seznam img{
	border: 1px solid #fff;
	margin-bottom: 10px;
}

/****** modul L,R odkazy **********************************************************************************************************************************************************/
.partneri-obsah{
	background: #dadada;
	width: 580px;
/*	height: 100px; 
	line-height: 100px; */
	margin: 5px 0 0 0;
	padding: 10px;
}

.partneri-obsah .img{
	float:left;
	width: 160px; 
	height: 90px; 
	text-align: center;
	vertical-align: middle;
	display: block; 
}

.partneri-obsah .img img{
}

.partneri-obsah .img a.thumb {
	width: 160px; 
	height: 90px; 
	cursor: pointer;
	display: block;
}

.partneri-obsah .img span {
/*	width: 160px;
	height: 140px;
	line-height: 140px;  */
	overflow: hidden;
	display: block;
}

.partneri-obsah .img a {text-decoration: none; color: #777; display: block;}

/****** modul L,R univerzal **********************************************************************************************************************************************************/
#middle_leftCol .univerzal-top{
	background: url('/images/title-bg-left.png') 0 0 no-repeat;
	height: 77px;
	width: 162px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 13px 25px 0 0px;
	text-align: right;
	position: relative;
}

#middle_leftCol .univerzal-obsah{
	position: relative;
	background: #dadada;
	width: 260px;
	padding: 0px;
	margin: 0;
}

#rightCol .univerzal-top{
	height: 20px;
	color: #fff;
	width: 260px;
	position: relative;
	background:url('/images/btn-bg.png') repeat-x scroll center bottom #3894C5;
	border:1px solid #62B5D7;
	display:block;
	line-height:150%;
	margin:0 0 0.4em;
	padding:0 0.4em;
	text-decoration:none;
}

#rightCol .univerzal-obsah{
	position: relative;
	background: #dadada;
	width: 260px;
	padding: 0px;
	margin: 0;
}

/****** modul aktuality **********************************************************************************************************************************************************/

.aktuality {
	position: relative;
	width: 238px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: url("/images/right-top-bg.png") repeat-x scroll center top #F8F8F8;
	border: 1px solid #EBEBEB;
	line-height: 1.5em;
}

.aktuality h2 {
	margin-top: 0px;
	font-size: 16px;
}

.aktuality h2 a{
	color:#2E739A;
	text-decoration:none;
}

.aktuality h2 a:hover{
	text-decoration: underline;
}

.aktuality a.nadpis{
	text-decoration: underline;
	font-size: 105%;
}

.aktuality a.nadpis:hover{
	text-decoration: underline;
}

.aktuality .datum{
	color: #686868;
	padding: 0 0 5px 0;
}

.aktuality .datum img{
	margin-top: -3px; 
}

.aktuality .img img{
	border: 1px solid #fff;
	margin: 0 5px  5px 0;
	float: left;
}

.aktuality-oddelovac{
	height: 2px;
	width: 165px;
	margin: 10px 0;
	background: url('/images/oddelovac-vodorovny.jpg') 0 0 no-repeat;
}

.aktuality div.vice a {
	color: #676767;
}

.aktuality .box{
	margin: 0 0 15px 0;
}

/****** modul reference **********************************************************************************************************************************************************/
#middle_leftCol .reference .ico{
	background: url('/images/ico-reference.png') 0px 0px no-repeat;
	position:absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	left: 26px;
}

#rightCol .reference .ico{
	background: url('/images/ico-reference.png') 0px 0px no-repeat;
	position:absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	left: 141px;
}


/****** modul kontakty **********************************************************************************************************************************************************/
.kontakty-obal{
	background:url("/images/left-bottom-bg.png") repeat-x scroll center bottom #F8FBFC;
}

.kontakty {
	background:url("/images/left-top-bg.png") repeat-x scroll center top;
	border:1px solid #D2EAF4;
	overflow:hidden;
	width:221px;
	padding: 10px;
	margin-bottom: 10px;
}

.kontakty h2{
	margin-top:0px;
}

.kontakty hr {
	height: 1px;
	color:white;
	background: none;
	padding: 0;
	margin:0;
	border-top:1px dotted #9CCEE5;
}

/****** ??? submenu ??? **********************************************************************************************************************************************************/
.formular table th {
	font-style:normal;
	text-align:right;
	vertical-align:middle;
}

.userMenu {
	margin: 0 0 20px 0;
}

.userMenu .top{
	background: url('/images/modul-short-dokumenty-top.png') 0 0 no-repeat;
	height: 6px;
	width: 230px;
}

.userMenu .bottom{
	background: url('/images/modul-short-dokumenty-foot.png') 0 0 no-repeat;
	height: 5px;
	width: 230px;
	margin-bottom: 20px;
}

.userMenu ul.submenu{
	list-style:square outside none;
	margin:0.5em 0 0 16px;
	padding:0;
	font-size: 13px;
	font-weight: bold;
	
}

.userMenu ul.submenu ul.submenu{
	padding: 0 0 0 30px;
}

.userMenu ul.submenu li {
	font-weight: bold;
	padding: 3px 0 0 0px; 
}

.userMenu ul.submenu li ul.submenu li{
	padding: 3px 0 0px 0px;
	font-weight: normal;
}

.userMenu .middle{
	padding: 10px 0px;
	color: #333333;
}

.userMenu .middle a {
	color: #333333;
	text-decoration: underline;
}

.userMenu .middle a:hover {
	text-decoration: none;
}


/******** seznam clanku **********************************************************************************************************************************************************/
div.articleList ul{
	list-style-type:none;
	padding: 0px;
}

div.articleList ul .datum{
	color:#A5A5A5;
	font-size:10px;
	margin:3px 0 0;
}

div.articleList ul .text, div.articleList ul .perex{
	margin: 0 0 20px 0;
}


.browser {
	margin: 0 0 20px 0;
	border-top:1px solid #BFBFBF;
	margin-top:10px;
	padding-top:10px;	
}

.fulltext{
	margin: 0 20px;
}

.sekceText{
}

.sekceText a{
	text-decoration: underline;
}


/********** detail clanku **********************************************************************************************************************************************************/
#articleItem{
	margin: 0 0 20px 0;
	padding: 25px 0px 0px 0px;
}

#articleItem h1{
	color: #2b6ea4;
	font-size: 16px;
	margin: 0px;
}

#articleItem .datum{
	color:#A5A5A5;
	margin:12px 0;
	font-size: 10px;
}

#articleItem .perex{
	font-weight: bold;
}

#articleItem .autor{
	color:#A5A5A5;
	margin:3px 0 0;
}

#articleItem h2{
	color: #2b6ea4;
	font-size: 12px;
}

#articleItem a {
	text-decoration: underline;
}

/*************************************************************************************************************************************************************************************/
h2.nadpis_sekce {
	margin:11px 0 0;
	font-family: 'Trebuchet MS','Geneva CE',lucida,sans-serif;
	font-size:132%;
}



.hp-fotka img {
	margin: 15px 0 0 0;
	width:434px;
}

div.vice a{
	color: #C57802;
	text-decoration: underline;
}

div.vice a:hover{
	text-decoration: none;
}

h3.overview-nadpisy {
	font-size: 105%;
	font-weight: bold;
	margin:5px 0 0;
	padding:0;

}

h3 a{
	color:#676767;
	text-decoration: underline;
}

h3 a:hover{
	text-decoration: none;
}

.gallery a{
	display:block;
	width: 135px;
	height: 135px;
	line-height: 135px;	
	border: 1px solid #A4A4A4;
	background: #E3E3E3;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}

.menu-fotogalerie{
	border:1px solid #EBEBEB;
	padding:10px;
	
}

a.printMe {
	background:url("/images/print.png") no-repeat scroll 0 50% transparent;
	padding:0 0 0 25px;
	text-decoration:underline;
	float: right;
	color: #666666;
	font-style:italic;	
}

.commenthead{
	background: #3894C5;
	position: relative;
	width: auto;
	height: 45px;
	color: #ffffff;
}

.commenthead .title{
	position: absolute;
	top: 22px;
	left: 10px;
	font-weight: bold;
}

.commenthead .user{
	position: absolute;
	top: 5px;
	left: 10px;
}

.commenthead .date{
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: bold;
}

.commentItem .text{
	padding: 10px 10px 20px;
}

.articleIcons {
	background: #F1F1F1;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	color: #666666;
}

.articleIcons a {
	color: #666666;
	font-style:italic;
}

.zadost input[type="text"], .zadost textarea {
	width: 441px;
}

