@charset "utf-8";
/* CSS Document */
/*----- enDetail, s.r.o. 2008 ----- */
/* !!!! v CCS jsou použity hacky, prosím nemazat, mohou změnit funkčnost !!!! */


/*------- Definice tagových značek a podtříd ----------*/
/* značky jsou obvykle řazeny dle abecedy. jsou zde definovány základní značky a jejich designérská podoba v šablonách */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	margin:0px;
	padding:0px;
}
a { 	color:#003366; }
h1 {
	width: 180px;
	height: 55px;
	font-size: 12px;
	overflow: hidden;
	position:absolute;
	left: 35px;
	top: 40px;

}

h1 span {
	width: 180px;
	height: 55px;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
	padding:0px;
	margin:0px;
	background: url(/images/webove-stranky-enweb-logo.png) no-repeat;
	left: 0px;
	top: 0px;
	z-index:1;
}





h2 {
}
h5 {
	font-size:16px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	padding-top:10px;
	
}
hr {
}
img {
	border:none;
}
li {
}
ol {
}
p {
}
table {
}
td {
}
th {
}
tr {
}
/* /-- */

/*------- Definice tříd u tagových značek -------*/
.clear {
	clear:both;
	display:block;
}
/* /-- */

/*------- Definice tříd hlavní šablony ----------*/
/* zde jsou definovány ty nejzákladnější grafické prvky */
.hlavni_div {
	position:relative;
	width:950px;
	margin:0px auto;
	text-align:left;
}

.zahlavi {
	height:116px;
}
 .menu {
	position:absolute;
	left: 317px;
	top: 47px;
	width: 618px;
	height:30px;
}


/*------- Hlavní menu ----------*/
 #nav {
    _zoom:1;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:100;

  }
  
  

  
  #nav a {
	margin:0px;
	padding:0px;
	font-size:11px;
  }
  
  #nav ul {
    list-style-type:none;
	padding:0px;
	margin:0px;
  }

  #nav ul li ul {
	background: url(/images/menu_background.png) no-repeat top left; 
	border-bottom:1px #C7D2DD solid;
	border-left:1px #C7D2DD solid;
	border-right:1px #C7D2DD solid;
	width:170px;
	position:absolute;
    display:none;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	
	margin:0px;
	margin-left:-1px;
	_margin-left:-47px;
  }
  
  #nav ul li {
	text-align:center;
    float:left;
	border-right:1px #C7D2DD solid;
	margin:0px;
	padding:0px;
	width:93px;


  }
  
  #nav a {
    display:block;
    color:#003366;
    text-decoration:none;
	margin:0px;
	padding:0px;
	font-size:11px;

  }
  #nav ul li a strong {
  	font-size:11px;

  }
  
  #nav ul li ul li a {
	font-size:12px;
    display:block;
    color:#003366;
    text-decoration:none;
	width:140px;

	margin:0px;
	padding:0px;
	padding-left:11px;
	background:url(/images/menu_sipka.png) no-repeat left 2px;
	text-align:left;
  }
  
  #nav ul li ul li a:hover {
  	font-size:12px;
    display:block;
    color:#0099FF;
    text-decoration:underline;
	width:140px;

	margin:0px;
	padding:0px;
	padding-left:11px;
	background:url(/images/menu_sipka.png) no-repeat left 2px;
	text-align:left;

  }
  
  
  #nav ul li ul {


  }
  #nav ul li:hover {
  	text-align:center;
    float:left;
	margin:0px;
	padding:0px;
	width:93px;
	border-right:1px solid #C7D2DD;

  }
  
  #nav ul li:hover ul {
    display:block;
  }
    #nav ul li ul li {
    float:none;
	padding:0px;
	padding-left:10px;
	padding-bottom:6px;
	margin:0px;
	border-right:none;
  }
   #nav ul li ul li:hover {
	border:none;
    float:none;
	padding:0px;
	padding-left:10px;
	padding-bottom:6px;
	margin:0px;
  }
  
  
  #nav ul li:hover ul li ul {
    display:none;
  }
  
  #nav ul li ul li:hover ul {
    display:block;
  }
  
  #nav ul li ul li:hover ul li ul {
    display:none;
  }
  
  #nav ul li ul li ul li:hover ul {
    display:block;
  }
  

  
  #nav ul li ul li ul {
    margin-left:15em;
    margin-top:-2.8em;
    padding-left:0.2em;
    display:none;
  }    
  #nav ul li.nic {
  	_position:absolute;	
  	border-right:none;
	background:url(/images/menu_obalka.png) no-repeat top;
	padding-top:12px;
	margin-top:-12px;
  }
  #nav ul li.nic:hover {
  	_position:absolute;	
  	padding:0px;
	background:url(/images/menu_obalka.png) no-repeat top;
	margin:0px;
	margin-right:-1px;
	_border:none;
	padding-top:12px;
	margin-top:-12px;

  }
/* /-- */ 


.obsah {
	position:relative;
}

#left_col {
	width:267px;
	float:left;
	padding-left:35px;
	background:url(/images/left_col_background.png) no-repeat left 30px;
}
#left_col h4 {
	font-size:29px;
	color:#FF0099;
	margin-top:20px;
	margin-bottom:15px;
}


#left_col .otviracka {
	padding-bottom:0px;
	padding-top:20px;
}

#left_col  td{
	padding-bottom:5px;
	font-size:14px;
}
#left_col table{
	padding-bottom:15px;

}

#left_col td a{
	color:#0099FF;
	font-size:12px;
}
#left_col p {
	margin-left:0px;
}

#left_col ul {
	padding:0px;
	margin:0px;
	padding-left:1px;
	padding-bottom:15px;
	list-style:none;
}
#left_col li {
	background:url(/images/left_col_li.png) no-repeat left 6px;
	width: 200px;
	line-height:152%;
	margin-left:0px;
	padding-left:13px;
	padding-bottom:10px;
	
}

#left_col li span {
	color:#FF0099;
}
#left_col em {
	color:#355C91;
	
}
#left_col span.podpis {
	color:#003366;
	font-size:11px;
}


.obsah .obsah_texty {
	float:right;
	width:633px;
	position:relative;
}

.zapati {
	position:relative;
	height:80px;
}
.zapati .provoz {
	position:absolute;
	left: 8px;
	top: 57px;
	width: 831px;
}
.zapati .realizace {
	position:absolute;
	left: 715px;
	top: 24px;
	width: 230px;
}
.zapati .klicova_slova {
	position:absolute;
	left: 8px;
	top: 24px;
	height: 22px;
	width: 564px;
}
.zapati .zapati_logo {
	background:url(/images/zapati_enweb_logo.png) no-repeat right 1px;
	padding-right:23px;
}
/* /-- */

/*--- IE menu a background hack -----*/
body {
 	_behavior:url("/script/hover.htc"); 
}
html {
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* /-- */

/*---- Obsah úvod ------*/
.uvod_banner {
	width:207px;
	height:200px;
	float:left;
	margin-right:4px;

}
.uvod_banner img.cena {
	float:left;
	padding-right:10px;

}
.uvod_banner_link {
margin-top:20px;

}
.uvod_banner_last {
	margin-right:0px;
}
.uvod_banner_zelena {
	color:#003366;
	padding-left:2px;
	list-style-position:inside;
	list-style-type:square;
	line-height:152%;
	margin-left:0px;
	width:180px;
}
.uvod_banner li {
	width:185px;
	
}

.uvod_banner_oranzova {
	color:#003366;
	padding-left:2px;
	list-style-position:inside;
	list-style-type:square;
	line-height:152%;
	margin-left:0px;
	width:180px;
}

.uvod_banner_cervena {
	color:#003366;
	padding-left:2px;
	list-style-position:inside;
	list-style-type:square;
	line-height:152%;
	margin-left:0px;
	width:180px;
}
#uvod-ref img.big{
	position:relative;
	padding:7px;
	border:1px #ABCCF1 solid;
	background:#FFFFFF;
}

#uvod-ref a.big_a {
	position:relative;
	float:right;
	background:url(/images/uvod-reference-big-background.png) no-repeat bottom;
	padding-bottom:15px;
	_padding-bottom:18px;
	margin-left:30px;

}


#uvod-ref img.small{
	border:1px #ABCCF1 solid;
	padding:5px;
	text-align:center;
	background:#FFFFFF;
	position:relative;
}
#uvod-ref h2, #uvod-ref p {
	width:200px;
}



#uvod-ref a.small_a {
	position:relative;
	float:right;
	background:url(/images/uvod-reference-small-background.png) no-repeat bottom;
	padding-bottom:12px;
	_padding-bottom:15px;
	margin-left:8px;
}

#uvod-ref a.small_a_left {
	position:relative;
	float:right;
	background:url(/images/uvod-reference-small-background.png) no-repeat bottom;
	padding-bottom:12px;
	_padding-bottom:15px;
	margin-left:0px;
}



#uvod-ref {
	position:relative; 
	border:1px #C1DAF4 solid;
	border-top:none;
	background:#EBF2FC url(/images/uvod-reference-backgroung.png) top right no-repeat;
	padding:30px;
	padding-top:25px;
	padding-bottom:0px;
	margin-bottom:30px;
	margin-top:30px;
	width:90%;
	border-bottom:4px solid #003366;
	height:345px;
}
#uvod-ref p {
	margin-right:30px;
	position:relative;
	line-height:150%;
	margin-left:6px;
}
#uvod-ref h2.small {
	color:#003366;
	padding:10px 0px 10px 0px;
	margin:0px;
	margin-left:6px;
	font-size:24px;
	font-weight:normal;
	position:relative;
}

#uvod-ref img.button{
	position:absolute;
	top:180px;
	left:33px;
}

 



/* /-- */






/*---- Obsah ----- */
#texty {
	z-index:1;
	color:#003366;
	font-size:12px;	
	width:633px;
	line-height:160%;
	text-align:left;
	position:relative;
}
#texty h2 {
	color:#003366;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:30px;
	font-weight:normal;
}
#texty h2.obj {
	padding:30px 0px 10px 0px;
}


#texty small {
	color:#003366;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:17px;
	font-weight:normal;
}

#texty h2.small {
	color:#003366;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:24px;
	font-weight:normal;
	position:relative;
}

#texty h3 {
	font-size:17px;
	color:#FF0099;
	padding:15px 0px 5px 0px;
	margin:0px;
}
#texty h4 {
	font-size:12px;
	color:#FF0099;
	padding:10px 0px 5px 0px;
	margin:0px;
}
#texty .abstrakt {
	font-size:14px;
}

#texty hr {
 	background-color: #D5E2EE;
	border: none; 
	color: #D5E2EE; 
	height:1px; 
	text-align:left;
	width:489px;
	margin-top:10px;
	margin-bottom:20px;

}

#texty img.ref {
	border:2px #C4DAF4 solid;
	padding:4px;
	text-align:center;
}

#texty img.ref_right {
	border:2px #C4DAF4 solid;
	padding:4px;
	text-align:center;
	margin-top:5px;
}

#texty non-space {
	padding:0px;
	margin:0px;
}
#texty ul {
	padding:0px;
	margin:0px 0px 15px 20px;
	list-style:none;

}
#texty li {
	background:url(/images/texty-li-check.png) no-repeat left 3px;
	padding:0px;
	padding-left:25px;
	width:400px; 
	/* list-style-image:url(/images/texty-li-check.png) ; */
	margin:0px 0px 5px 0px;
}

#texty li.profik {
	background:url(/images/texty-li-check.png) no-repeat left 3px;
	padding:0px;
	padding-left:25px;
	width:260px; 
	/* list-style-image:url(/images/texty-li-check.png) ; */
	margin:0px 0px 5px 0px;
}

#texty p {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:10px;

}

#texty a {
	color:#0099FF;
}
#texty table {
	width:100%; 

}
#texty td {
	padding-bottom:20px;
}


#texty .delici-cara {
/*	margin-top:-18px; 
	_margin-top:-20px;*/
	margin-bottom:-10px;
}


#texty_vop li {
	background:none;

}
#texty td {
	width:211px;
}

#texty div.nazev {
	color:#0099FF;
	font-weight:bold;
	text-align:left;
}
#texty div.obor {
	font-size: 11px;
	padding:0px;
	margin:0px;
	line-height:130%;
}

#texty .right_image {
	position:relative;
	float:right;
	width:178px;
	text-align:center;
	margin-top:30px;
}

#texty .right_image_profik {
	position:relative;
	float:right;
	width:178px;
	text-align:center;
	margin-top:306px;

}



/*------- KOntakty ---------*/
.kontakt_mapa {
	text-align:center;
}
.form_kontakt {

}
.form_kontakt input {
	border:1px solid #C4DAF4;
}


.form_kontakt textarea {
	border:1px solid #C4DAF4;
	width:250px;
	
}

#texty table.form_kontakt {
		width:auto;
}

#texty table.form_kontakt td {
	padding-bottom:10px;
}

.adresa {
	float:left; margin-right:30px; 
}
.kontakty {
	float:left; margin-right:80px;
}

.telefon {
	float:left; margin-top:30px;
}

#texty input.kontakty_form_send {
	border:none;
	text-align:center;
}
