@font-face {
	font-family: Bitstream;
	font-style: normal;
	font-weight: normal;
	src: url(obr/BKANT.TTF);
}

body {
	background-image: url(obr/body.png);
	background-repeat: repeat-x;
	font:75%/1.5em Tahoma, Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
#header {
	height: 350px;
	position: relative;
	margin-bottom: 5px;
}

#header #top {
  position: relative;
	background-image: url(obr/logo.jpg);
	background-repeat: no-repeat;
	height: 365px;
	padding-top: 0px;
}


h1 {;
	color: rgb(0,102,204);
}
#top h1, #top h2, #top h3, #top h4 {
	display: inline;
	font-size: 0.8em;
	color: rgb(39,39,39);
}
#menu {
	margin-left: 200px;
	z-index: 99999;
}
#navtop {
	position: relative;
    margin: 0;
    padding: 7px 6px 0;  
    width: 80%;
    /*background: rgb(36,53,72) url(obr/gradient.png) repeat-x 0 -140px;/*-110*/  
    background: url(obr/okraj.png) repeat-x bottom;                            
    line-height: 100%;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    z-index: 9999;
}

#navtop li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#navtop a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 8px 20px;
	margin: 0;
	 border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;/**/
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background: url(obr/okraj1.png) no-repeat left;/**/
}
#navtop a:hover {
	background: #000;
	color: #fff;
}
/* main level link hover */
#navtop .current a, #navtop li:hover > a {
  background:  #666 url(obr/gradient.png) repeat-x 0 -40px;      /*666 rgb(0,51,153)*/
	color: rgb(84,108,208);
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	z-index: 2222;
}
#navtop .small  {font-size: 10px; font-weight: normal;color: rgb(255,204,0);}

#navtop .current a .small, #navtop li:hover > a .small {
color:rgb(0,0,0);
}

/* sub levels link hover */
#navtop ul li:hover a, #navtop li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 10001;
}
#navtop ul a:hover {
	background:rgb(255,153,0) url(obr/gradient.png) repeat-x 0 -200px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	z-index: 10002;
}





/* dropdown */
#navtop li:hover > ul {
	display: block;
}
/* level 2 list */
#navtop ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(obr/gradient.png) repeat-x 0 0;/*ddd*/
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#navtop ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#navtop ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}
/* level 3+ list */
#navtop ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#navtop ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#navtop ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#navtop:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navtop {
	display: inline-block;
}
html[xmlns] #navtop {
	display: block;
}
* html #navtop {
	height: 1%;
}

#logo {
	position: relative;
	font-size: 34px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
	/*filter: Shadow(Color=#666666,Direction=135,Strength=3);*/
	z-index: 10;
}
#cojeseo{

	position: absolute;
	top: 151px;
	left: 455px;
	
}
#infotpo{
  display: none;
  /*visibility: hidden; */
	position: absolute;
	top: 151px;
	left: 455px;	
}

#infotpc{
  display: none; /**/
	position: absolute;
	top: 191px;
	left: 540px;	
}
#infotpl{
  display: none;   /**/
	position: absolute;
	top: 121px;
	left: 545px;	
}
#infotpg{
  display: none;   /**/
	position: absolute;
	top: 174px;
	left: 545px;	
}
.tp4, .tpl, .tpo, .tpg, .tpc, .tppls, .tprest {
	position: absolute;
}
.tp4 span, .tpl span, .tpo span, .tpg span, .tpc span, .tppls span {
	font-family: Bitstream, Times New Roman;
	color: #6182E1;
	font-size: 1.5em;
}
.tp4 {
	top: 20px;
	left: 346px;
}
.tpl {
	top: 48px;
	left: 390px;
}
.tpo {
	top: 82px;
	left: 362px;
}
.tpg {
	top: 114px;
	left: 300px;
}
.tpc {
	top: 150px;
	left: 300px;
}
.tpc span{
font-size: 1.9em;
}

.tppls {
	top: 190px;
	left: 466px;
}
.tprest {
	top: 200px;
	left: 506px;
}
#header .pozn {
	float: right;
	color: rgb(233,233,233);
	margin-right: 20px;
	margin-top: 0px;
	padding: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);	
}
#header .pozn span {
	color: rgb(100,125,243);
	font-weight: bold;
}
/*opera hack */
@media all and (min-width: 0px){
     header .pozn   {	font-size:1.4em; line-height: 1.1em}
}
@media all and (min-width: 0px){
     #navtop a {font-size: 14px}   
}

#aside {
	min-height: 525px;
}
.article   p {
	font-size: 1.4em;
	line-height: 1.4em;
	display: block;
	text-align: justify;
}
.article   h2 {
color: #003399;
font-variant: small-caps;

}


.submit, .submit:visited {
	background: #525252;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}

#footer {
  font-size: 0.9em;
/*	background-color: rgb(47,68,92);*/
	background-color: #808080;	
	color: #fff;
	width: 100%;
	min-height: 50px;
}

#footer a{
color: rgb(238,238,238);
}

#footer span{
font-size: 9px;
}

.rmainl,.rmaind  {
	margin: 0px 0px 10px 15px;
	min-height: 200px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;	
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}

.rmainl{
background-color:#F9F9F9;
}
.rmaind{
background-color: rgb(240,240,240);
}
.rmainb{
	/*background: #6699CC url(obr/grad.jpg) repeat-x 0 -64px; */
	background-color: #6699CC;
  color: #fff;
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
  
  	-webkit-border-bottom-left-radius: 10px;*
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;     */
   background: url(obr/bgtable.jpg) no-repeat center bottom; 
  padding: 4px;/**/    

                                     
}

.rmainb h3 {
margin-left: 20px;
  padding: 10px 0px 6px 0px;
}
.rmainb h3 span{
font-size: 0.9em;
}

.ref {
	float: left;
	margin: 20px 0px 0px 15px;
	font-size: 1.2em;
  width: 500px
;
	
}
.techn {
	font-size: 14px;
	font-style: italic;
}
.datum {
  font-size: 14px;
	color: rgb(51,102,204);
}
.fr {
	float: right;
	font-style: italic;
}
img.val {
	padding: 4px;
	border: 0px;
	vertical-align: middle;
	float: left;
  -webkit-box-shadow: 1px 1px 10px #aaa;
  -moz-box-shadow: 1px 1px 10px #aaa;
  box-shadow: 1px 1px 10px #aaa;

}
.n2{
background: url(obr/navrh2.jpg) no-repeat right center;
height: 80px;
}
.info, .info2{
font-size: 12px;
color: #909090;
color: #5A5A5A;
}
.info2{
color: #FF9900;
}

.vysvetleni{
font-size: 9px;
color: #C8C8C8;
line-height: 10px;
margin-top: 10px;
}

.zpet{
position: absolute;
top: 330px;
left: 600px;
}

.pic{
 width: 350px;
}
.pic p{
margin: 0px;
margin-top: 2px;
}
.pd10{
margin: 0px 0px 10px 5px;
}
td h3{
margin-top: 10px;
font-size: 1.2em;
line-height: .5em;
}


#midfoot{
/*background-color: #FFFF00;*/
height: 80px;
background-image: url(obr/foot.jpg);
background-position: center bottom;
background-repeat: no-repeat;
color: #fff;
position: relative;
}
.midfoodmenu{
padding-top: 56px;
}
#midfoot .midfoodmenu a{
color: #fff;
font-size: .8em;
}
#clovik{
position: absolute;
}
.poz01{
top: -6px;
left: 30px;
}
.poz02{
top: -29px;
left: 155px;
}
 .poz03{
top: -25px;
left: 420px;
}
 .poz04{
top: -8px;
left: 658px;
}
 .poz05{
top: -10px;
left: 898px;
}
.zvyr{
background: #CACACA  url(obr/gradient.png) repeat-x 0 -40px;
padding: 0px 0px 10px 0px;
border-radius: 5px;	
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.zvyr2{
    background: #FF9900 url(obr/gradient.png) repeat-x 0 -40px;
}
.brd{
margin: 10px 20px 10px 10px;
padding: 10px;
width: 220px;
text-align: left;
}
.real01{
background: url(obr/realizace.jpg) no-repeat 100% 25%;
}
.real02{
background: url(obr/nuzky.jpg) no-repeat 100% 80%;
}
.real03{
background: url(obr/palete.jpg) no-repeat 100% 80%;
}
.dotaz{
font-size: 14px;
font-style: italic;
}
.red{
color: #CC0000;
}
.green{
color: #006600;
}
/*nezobrazit obsah pokud uživatel nemá zapnutý javascript*/
#referencezobrazit{
display: none;
}
.refnoscript{
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 1px #293D98 dotted;
height: 120%;
}
.refnoscript img.val{
	float: none;
  margin-bottom: 5px;
}
#nabidka tr{
/*border-bottom: 1px #E5E5E5 dashed;
border-left: 1px #E5E5E5 dotted;
border-right: 1px #E5E5E5 dotted; */
}
#nabidka ul{
margin-left: 30px;
}

.dark{
background-color: #ECECEC;
}
.light{
background-color: #F5F5F5;
}

