@IMPORT url("basic.css");
@IMPORT url("leftnav.css");
@IMPORT url("titles.css");
@IMPORT url("header.css");
@IMPORT url("homepageboxes.css");

body {
	font: normal 12px Arial, Sans-Serif;
	color:#726b71;
	padding:0px;
	margin:0px;
}

ul {list-style: none;}

a {color: #999; text-decoration: none; outline: none;}


input.submit {
	padding: 5px 10px;		
}



body #container #content #right #right_inner .teritory {
	height: 100px;
	margin-top: 8px; 	
}

	body #container #content #right #right_inner .teritory a {
		color: #726B71;	
		font-weight: bold;
	}

	body #container #content #right #right_inner .teritory a:hover {
		text-decoration: underline;	
	}



#container {
	width: 955px;
	margin: 0 auto;
}

#content { 
	float: left; 
	position: relative; 
}


#homepage 			div#content {min-height:550px; height:expression(this.scrollHeight > 500 ? "auto":"500px");}
#o-nas    			div#content {min-height:690px; height:expression(this.scrollHeight > 690 ? "auto":"690px");}
#novinky  			div#content {min-height:580px; height:expression(this.scrollHeight > 580 ? "auto":"580px");}
#automaty 			div#content {min-height:670px; height:expression(this.scrollHeight > 670 ? "auto":"670px");}
#sluzby   			div#content {min-height:640px; height:expression(this.scrollHeight > 640 ? "auto":"640px");}
#technika 			div#content {min-height:620px; height:expression(this.scrollHeight > 620 ? "auto":"620px");}
#prodej-produktu   	div#content {min-height:580px; height:expression(this.scrollHeight > 580 ? "auto":"580px");}
#kontakt  			div#content {min-height:580px; height:expression(this.scrollHeight > 580 ? "auto":"580px");}
#vyhledavani   		div#content {min-height:580px; height:expression(this.scrollHeight > 580 ? "auto":"580px");}
#mapa-stranek  		div#content {min-height:580px; height:expression(this.scrollHeight > 580 ? "auto":"580px");}
#kariera   			div#content {min-height:580px; height:expression(this.scrollHeight > 580 ? "auto":"580px");}


#vyhledavani #right #right_inner a {color: #db1c16;}
#vyhledavani #right #right_inner a:hover {text-decoration: underline;} 


/* --------------left------------- */
#left {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	position: relative;
}







/* -----------------right--------------------- */
#right {
	padding: 0;
	float: right;
	width: 740px;
}
#right_inner {width: 525px; /*background: #ff9933;*/ padding-bottom: 10px; float: left}
#slide {padding: 20px 0 41px 0; }

#homepage h2 {display: none;}
#right p {margin-bottom: 15px; line-height: 16px;}

  
  

/*** BG pozadia a dekoracne obrazky ***/

#content {
	background: no-repeat top right;	
}

#homepage	#content.index 						{ background-image: url("../img/bg/homepage_index_right.jpg"); }
#o-nas 		#content.historie					{ background-image: url("../img/bg/o-nas_historie_right.jpg"); }
#o-nas 		#content.selecta-ceska-republika 	{ background-image: url("../img/bg/o-nas_selecta-ceska-republika_right.jpg"); }
#novinky	#content.index 						{ background-image: url("../img/bg/novinky_index_right.jpg"); background-position: 1010px 150px; background-attachment: fixed; }
#automaty	#content.index 						{ background-image: url("../img/bg/automaty_index_right.jpg"); background-position: right 150px; }
#automaty	#content.teple-napoje				{ background-image: url("../img/bg/automaty_teple-napoje_right.jpg"); background-position: right 150px; }
#automaty	#content.office-servis				{ background-image: url("../img/bg/automaty_office-servis_right.jpg"); background-position: right 150px; }
#automaty	#content.pitny-rezim,
#automaty	#content.studene-napoje				{ background-image: url("../img/bg/automaty_studene-napoje_right.jpg"); background-position: right 150px; }
#automaty	#content.balene-zbozi-a-jidlo		{ background-image: url("../img/bg/automaty_jidlo_right.jpg"); background-position: right 150px; }
#sluzby		#content	 						{ background-image: url("../img/bg/sluzby_index_right.jpg"); background-position: right 150px; }
#technika	#content.index 						{ background-image: url("../img/bg/technika_index_right.jpg"); background-position: right 150px; }
#technika	#content.platebni-systemy			{ background-image: url("../img/bg/technika_platebni-systemy_right.jpg"); background-position: right 150px; }
#technika	#content.servisni-program			{ background-image: url("../img/bg/technika_servisni-program_right.jpg"); background-position: right 150px; }
#prodej-produktu	#content.index 				{ background-image: url("../img/bg/prodej-produktu_index_right.jpg"); background-position: right bottom; }
#kariera	#content.index-form,
#kariera	#content.index-sent					{ background-image: url("../img/bg/kariera_index_right.jpg"); background-position: right bottom; }
#kontakt	#content.index 						{ background-image: url("../img/bg/kontakt_index_right.jpg"); background-position: right bottom; }
#mapa-stranek	#content.index,
#vyhledavani	#content.index,
#o-nas 			#content.index 					{ background-image: url("../img/bg/1_index_right.jpg"); background-position: bottom right; }



/*
#o-nas #right #right_inner ul li {margin-bottom: 5px; list-style: disc;}
#o-nas #right #right_inner ul li a,
#o-nas #right #right_inner a {border-bottom: none; text-decoration: none; color: #DB1C16;}
#o-nas #right #right_inner ul li a:hover,
#o-nas #right #right_inner a:hover {text-decoration: underline;}

*/



#sluzby #right p a 	{ color: #01a1df; text-decoration: none; }
#automaty #right p a {color: #69bd27; text-decoration: none;}
#kontakt #right a {color: #F8A10C; text-decoration: none;}   
#o-nas #right p a:hover, 
#sluzby #right p a:hover,
#automaty #right p a:hover, 
#kontakt #right a:hover { text-decoration: underline; }























/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 15px 5px;
	border-top: solid 1px #cdcdcd;
}
#footer p {
	font-size: 11px;
	color: #aaa;
}
#footer p a:hover {
	color: #ff0000;
}

#hist_table {margin-bottom: 15px;}
#hist_table tr td {padding-bottom: 3px;}
.hist_year {color: #DB1C16; padding-right: 10px;}
.hist_event {padding-left: 10px;}

#clickable-map {
  width: 100%;
  height: 191px;
  background: url(../img/selecta_map.gif) 50% 0 no-repeat;
  margin: 50px 0;
  position: relative;
}

#mags, #gallery {width: 525px; float: left; margin-top: 20px; margin-bottom: 0;}

#mags div {
  margin-bottom: 20px;
  margin-right: 35px;
  float: left;
  text-align: center;  
}

#mags div a {        
    width: 138px;  
    height: 200px;
    display: block;
    border: solid 1px #ccc;
}





#gallery div {
  margin-bottom: 25px;
  margin-right: 26px;
  float: left;
  text-align: center;  
}

#gallery div a {        
    width: 75px;  
    height: 75px;
    display: block;
    border: solid 2px #ccc;
}

.prevadzka {
  width: 485px;
  float: left;
  margin: 15px 0;  
  padding: 20px 20px 0 20px;
  background: url(../img/centrala_bg.jpg) 0 0 no-repeat;
  position: relative;
}
.see_building a {position: absolute; left: 20px; top: 126px; background: url(../img/see_building_bg.gif) 0 50% no-repeat; padding-left: 16px;}
.see_map a {position: absolute; left: 20px; top: 109px; background: url(../img/see_building_bg.gif) 0 50% no-repeat; padding-left: 16px;}
#o-nas #right .prevadzka .see_building a, #o-nas #right .prevadzka .see_map a {border-bottom: none; font-size: 11px} 
#o-nas #right .prevadzka .see_building a:hover, #o-nas #right .prevadzka .see_map a:hover {text-decoration: underline;}

.prevadzka img {float: left; border: solid 3px #ccc;}
.prevadzka address {font-style: normal;}
.prevadzka h3, .prevadzka h4, .prevadzka address, .prevadzka p {margin-left: 220px;}
#o-nas #right .prevadzka p a {color: #726b71; text-decoration: none;}
#o-nas #right .prevadzka p a:hover {text-decoration: underline;}



.bulletin {
	border-bottom: dashed 1px #ccc; 
	padding-bottom: 5px; 
	margin-bottom: 15px;
}

	.bulletin h4 {
		margin: 0;
	}

	.bulletin p.dt-created {
		font-size: 11px;
		color: #555;
		margin-bottom: 5px;
	}
	
	.bulletin a.photo {
		display: block;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.bulletin img {
		display: block;
		border: 2px solid #999;
	}
	




#container #content #right #right_inner ul {
	margin-bottom: 20px;
	margin-left: 20px;
	list-style: disc outside;
	line-height: 18px;
}

#container #content #right #right_inner ul li ul {
	list-style-type: circle;
	margin: 0 0 0 40px; 
}




#automaty #right_inner ul li a {color: #6aba2d; text-decoration: none;}
#sluzby #right_inner ul li a {color: #01a1df; text-decoration: none;}

#automaty #right_inner ul li a:hover, 
#sluzby #right_inner ul li a:hover {text-decoration: underline;}



/* form */

#formular {
	width: 510px; /* 525 */
	margin-top: 25px;	
}

#formular input, #formular textarea {
	padding: 2px;
	width: 410px;	
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	float: right;
}

#formular label {
	float: left;
	width: 90px;
	text-align: right;
	margin-bottom: 10px;
	padding: 3px 0;
  font: normal 12px verdana;
}

#formular textarea {
	height: 100px;
}

#formular input.submit-button {
	width: 60px;
	float: right;
}





#container #content #right #right_inner ul.homepage-slide-title {
	margin: 15px 0 38px 0;
}

	#container #content #right #right_inner ul.homepage-slide-title,
	#container #content #right #right_inner ul.homepage-slide-title li,
	#container #content #right #right_inner ul.homepage-slide-title li img {
		list-style: none;
		display: block;
		width: 500px;
		height: 55px;
	}

	#container #content #right #right_inner ul.homepage-slide-title li {
		background: transparent url("../img/titles.png") no-repeat 0 0;
	}
	
	#container #content #right #right_inner ul.homepage-slide-title li.slide1 { background-position: 0 0; }
	#container #content #right #right_inner ul.homepage-slide-title li.slide2 { background-position: 0 -100px; }
	#container #content #right #right_inner ul.homepage-slide-title li.slide3 { background-position: 0 -200px; }
	#container #content #right #right_inner ul.homepage-slide-title li.slide4 { background-position: 0 -300px; }
	
	



#container #content #right #right_inner ul.style1 {
	list-style: none;	
	margin: 0;
}

	#container #content #right #right_inner ul.style1 li {
		display: block;
		float: left;
		text-align: center;
		color: #333;
		margin: 0 30px 20px 0;
		width: 140px;
	}
	
	#container #content #right #right_inner ul.style1 li a {
		display: block;
		color: #333;
		text-decoration: none;
	}
		#container #content #right #right_inner ul.style1 li a.order {
			color: #DB1C16;
			display: block;
			text-decoration: underline;
		}
		
		#container #content #right #right_inner ul.style1 li a.order:hover {
			text-decoration: none;
		}
	
		#container #content #right #right_inner ul.style1 li a span {
			display: block;
			padding: 5px 0;
			font-weight: bold;
		}
		
		#container #content #right #right_inner ul.style1 li a:hover span {
			text-decoration: underline;
		} 
	
	
	
#container #content #right #right_inner ul.style2 {
	list-style: disc outside;
	margin: 0 0 15px 20px;
}






.search-result {
	display: block;
	background: #fff url("../img/red_bullet.gif") no-repeat 0 3px;
	padding-left: 20px;
}



table.form1 {
	width: 360px;
	float: left;
	color: #333;
}

	table.form1 .required-empty {
		border: 2px solid red;
	}

	table.form1 th,
	table.form1 td {
		text-align: left;
		vertical-align: top;
		padding: 0px 0px 10px 30px;
	}
	
	table.form1 th.delimiter,
	table.form1 td.delimiter {
		height: 10px;
		line-height: 0;
		font-size: 0;
	}

	
	table.form1 th {
		width: 70px;
		padding-bottom: 2px;
		padding-top: 2px;
		background: transparent url("../img/red_bullet.gif") no-repeat 10px 3px; 
	}
	
		table.form1 th.title {
			border-bottom: 1px dotted #ccc;
			padding: 10px;
			color: #555;
			background: #eee url("");
		}

		table.form1 th.row {
			padding-top: 10px;
			background-position: 10px 13px;
		}

	table.form1 td {
		width: auto;
	}
	
	
		table.form1 td span {
			display: none;
			color: red;
		}
		
		table.form1 td input {
			width: 200px;
		}
		
		table.form1 select {
			width: 300px;
		}
		
		table.form1 textarea {
			/*width: 300px;*/
			height: 70px;
		}
		
		table.form1 input,
		table.form1 select,
		table.form1 textarea {
			
		}
		
	
		
		
	
	
	
	
	
	
table.form2 {
	width: 100%;
	color: #333;
}

	table.form2 .required-empty {
		border: 2px solid red;
	}

	table.form2 th,
	table.form2 td {
		text-align: left;
		vertical-align: top;
		padding: 0px 0px 10px 30px;
	}
	
	table.form2 th.delimiter,
	table.form2 td.delimiter {
		height: 10px;
		line-height: 0;
		font-size: 0;
	}

	
	table.form2 th {
		width: 120px;
		padding-bottom: 2px;
		padding-top: 2px;
		background: transparent url("../img/red_bullet.gif") no-repeat 10px 3px; 
	}
	
		table.form2 th.title {
			border-bottom: 1px dotted #ccc;
			padding: 10px;
			color: #555;
			background: #eee url("");
		}

		table.form2 th.row {
			padding-top: 10px;
			background-position: 10px 13px;
		}

	table.form2 td {
		width: auto;
	}
	
	
		table.form2 td span {
			display: none;
			color: red;
		}
		
		table.form2 td input {
			width: 200px;
		}
			table.form2 td input.radio {
				width: auto;
			}
		
		table.form2 select {
			width: 300px;
		}
		
		table.form2 textarea {
			/*width: 300px;*/
			height: 70px;
		}
		
		table.form2 input,
		table.form2 select,
		table.form2 textarea {
			
		}
		
	
			
	
	