/* CSS for EXEKUCE-KROMERIZ.net */
/* Author: NOBARRIER.info; e-mail: info@nobarrier.info */

body {
	text-align: center;
	background: #E6E5E5;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .83em;
	_font-size: .83em;
	background: #E6E5E5 top left repeat-x url(../images/body_bckgr.gif);
	padding: 0;
}
	body * {
		margin: 0;
		padding: 0;
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 .15em 0;
}
p {
	text-indent: 1em;
}

/* basic links                     */
a:link {
	color: #FF8C00;
}
a:visited {
	color: #FFC559;
}
a:hover {
	color: #778899;
}

/* page layout */
#header {
	width: 730px;
	height: 130px;
	margin: 20px auto 0 auto;
	text-align: left;
	position: relative;
	background: #F6F5F5 url(../images/header_bckgr.gif) top left repeat-y;

}
	#header h1 span.img {
		display: block;
		width: 704px;
		height: 123px;
		background-image: url(../images/header_h1_bckgr.gif);
		position: absolute;
		left: 14px;
		top: 2px;
		cursor: pointer;
	}
	#header h1 a span.text {
		position: absolute;
		top: 47px;
		left: 20px;
		font-size: .5em;
		text-decoration: underline;

	}
	#header h3 {
		position: absolute;
		top: 47px;
		left: 450px;
		font-size: .73em;
		background: transparent url(../images/header_animico.gif) 0 0 no-repeat;
		padding-left: 20px;
		height: 15px;
	}
		#header h3 a {
			text-transform: uppercase;
		}
			#header h3 a:visited {
				color: #FFA500;
			}
			#header h3 a:hover {
				color: #A9A9A9;
			}

		#header h3#header_drazby {
			top: 62px;
		}

#container {
	text-align: left;
	width: 730px;
	margin: 0 auto;
	background: #FFF url(../images/container_bckgr.gif) top left repeat-y;
	padding-top: 2px;
/*	height: 700px;
	_height: 720px;
	min-height: 700px;
*/	

}	
#leftcol {
	width: 155px;
	float: left;
	margin: 5px 0 5px 17px;
	_margin-left: 9px;
}
	#menu {
		margin-left: 10px;
		font-size: .85em;
	}
		#menu div.butt  {
			background: transparent url(../images/menu_butt_ico_hover.gif) 0 50% no-repeat;
		}
			#menu div.butt a {
				padding-left: 20px;
				height: 10px;
/*				font-weight: bold;*/
			
			}
			#menu div.butt a:link, #menu div.butt a:visited {
				background: transparent url(../images/menu_butt_ico.gif) 0 50% no-repeat;				
			}
			#menu div.butt a:hover {
				background: transparent;
				}
			#menu div.butt a.inn {
				color: Black;
			}
			#menu div.butt a.inn:link, #menu div.butt a.inn:visited, #menu div.butt a.inn:hover {
				background: transparent url(../images/menu_butt_ico_inn.gif) 0 50% no-repeat;	
			}
				#menu #submenu a {
					font-size: .87em;
					background-image: none;
					padding: 0 0 10px 2.4em;
					margin-bottom: 5px;
				}
					#menu #submenu a.inn {
						color: Gray;
					}

			
	#quickinfo {
		margin: 10px 0 2px 0;
		width: 154px;
		font-size: .7em;
		background: #F6F5F5; /*#F1F1F1;*/
		border: solid 1px #E0E0E0;
		padding: 3px 0;
	}
		#quickinfo address {
			margin: 2px 5px 7px 5px;
			padding-bottom: 8px;
			border-bottom: solid 1px #DADADA; 
		}
		#quickinfo h4 {
			font-size: 1em;
			margin-left: 5px;	
		}
			#quickinfo h4.mt10 {
				margin: 7px 5px 2px 5px;
				padding-top: 3px;
				border-top: solid 1px #DADADA; 
			}
		#quickinfo p {
			text-indent: 0;
			margin-left: 5px;
		}	
	#news {
		width: 154px;
/*		height: 235px;*/
		background: #F6F5F5;
		border: solid 1px #E0E0E0;
		margin: 10px 0;
		position: relative;
		font-size: .75em;
	
	}
	#news h3 {
		font-size: .83em;
		padding-top: 2px;
		text-align: center;
		color: #A6A6A6;

	}
	#news #news_content {
		margin: 1px;
		border: solid 1px #E0E0E0;
		padding: 0 3px;
/*		height: 215px;*/
		background: #FFF url(../images/news_bckgr_img.gif) 0 100% no-repeat;
		color: Silver;
	}
	#news_content h4 {
		font-size: 1em;
		color: #B5B5B5;
		padding: 3px 2px 2px 3px;
		margin-bottom: .15em;
	}
	#news_content p {
		margin: 0 0 1em 0;
		line-height: 1.2em;
	}
#content {
	margin: 10px 50px 0 185px;
	padding-left: 20px;
	padding-bottom: .2em;
	background: #FFF url(../images/content_par_img.gif) 0 0 no-repeat;
	color: #707070;
	font-size: .83em;
/*	height: 500px; */
	min-height: 500px;

}
	#content h2 {
		font-size: 1.15em;
		color: #FFA500;
	}
	#content h4 {
		font-size: 1.07em;
/*		color: #4B4B4B;*/
	}
	#content p {
		line-height: 1.4em;
		margin-bottom: 1em;
		text-indent: 1em;
	}
		#content.noindent p {
			text-indent: 0;
		}
		p a.docico, p a.zipico {
			margin: 0;
			padding: 0;
			padding-left: 20px;
			_height: 20px;
			min-height: 20px;
			background: transparent url(../images/doc_ico.gif) 0 50% no-repeat;
			display: block;
		}
		p a.zipico {
			background: transparent url(../images/zip_ico.gif) 0 50% no-repeat;
		}
	#content strong {
		color: #7A7A7A;
	}
	#content hr {
		height: 1px;
		color: #E4E4E4;
	}

		.imgfoto {
			height: 132px;
			width: 422px;
			border: solid 1px #FDBD9F;
			margin: 5px 15px 10px 15px;			
}
		#imgfoto1 {
			background: #FFDDC6 url(../images/imgfoto1-kdo-jsme.jpg) 10px 10px no-repeat;
		}
		#imgfoto2 {
			background: #FFDDC6 url(../images/imgfoto2-co-nabizime.jpg) 10px 10px no-repeat;
		}
		#imgfoto3 {
			background: #FFDDC6 url(../images/imgfoto3-drazby.jpg) 10px 10px no-repeat;
		}
		#imgfoto4 {
			background: #FFDDC6 url(../images/imgfoto4-legislativa.jpg) 10px 10px no-repeat;
		}
		#imgfoto5 {
			background: #FFDDC6 url(../images/imgfoto5-kontakt.jpg) 10px 10px no-repeat;
		}
		#imgfoto6 {
			background: #FFDDC6 url(../images/imgfoto6-odkazy.jpg) 10px 10px no-repeat;
		}
	#content ul.square {
		margin-bottom: 1em;
		list-style: square;
	}
		#content ul.square h5 {
			font-weight: normal; font-size: 1em; margin-bottom: 3px;
		}
		#content ul.square li {
			margin-left: 25px;
		}
	#content #kontaktinfos {
		width: 230px; float: left;
	}
		#kontaktinfos h5 {
			font-size: .9em;
		}
		#kontaktinfos hr {
			height: 1px;
			border-color: #CECECE;
			border-width: 1px 0 0 0;
			color: #ECECEC;
			margin: 4px 2px;
		}
		#kontaktinfos address {
			padding: 3px 0;
		}
#content hr.abscleaner {
	clear: both;
}
	
#pagefooter {
	width: 730px;
	height: 38px;
	margin: 0 auto 10px auto;
	font-size: .7em;
	color: #C2C2C2;
	background: transparent url(../images/pagefooter_bckgr.gif) top left no-repeat;
	clear: both;
}
	#pagefooter p {
		padding-top: 4px;
	}
form#message {
	width: 222px;
	height: 167px;
	margin: 5px 0 10px 245px;	
}
	#message fieldset {
		border: solid 1px #FDBD9F;
		padding: 5px;
		}
	#message legend {
		border: solid 1px #FDBD9F;
		padding: 1px 2px;
		color: #FDBD9F;
		margin-bottom: 10px;
	}
	#message input, #message textarea {
		border: solid 1px #FDBD9F;
		background: #FFEEDF;
		width: 208px;
	}
	#message #send {
		width: 5em;
		cursor: pointer;
		margin-top: 5px;
	}
#contactquest {
	margin-top: 30px; 
	border: dashed 1px #FDBD9F;
	border-width: 1px 0;
	padding: 5px;
}
#mapa {
	border: solid 1px #FDBD9F;
	width: 222px;
	height: 167px;
	background: #FFEEDF;
	margin-left: 245px;

}	
	#mapa a img {
		margin: 10px;
		border: none;
	}
#quicknav {
	padding-top: 5px; border-top: solid 1px #ECECEC; margin-bottom: 5px;
}
	#quicknav a {
		padding-left: 11px;
		margin-right: 5px;
		background: transparent url(../images/menu_butt_ico.gif) 0 50% no-repeat;					
	}
	#quicknav h6 {
		font-size: .83em;
	}
	ul.morepad {
		padding-top: 15px;
	}
	ul.morepad li {
		padding-bottom: 5px;
	}
body.mapa a img {
	border-color: #FF8C00;
}
/* nove pridano */
      div.drazba {border-bottom: double 3px #CCC; padding-bottom: 5px; margin-bottom: 10px;}
      div.drazba p {text-indent: 0;}
      #content div.drazba h4.important {color: #EF7E1A; font-size: 1em;; font-weight: bold;}
      .drazba h4 {margin: 5px 0 7px 0; padding-bottom: 10px; border-bottom: solid 1px #CCC;}
      #content hr, .drazba hr {height: 1px; border: none; border-top: solid 1px #EF7E1A; margin: 8px 15px;}
      div#draz-vyhlaska {border: solid 1px #CCC; margin: 10px 2px; padding: 10px 4px; font-size: 1.1em;}
         div#draz-vyhlaska h4 {text-align: center;}
        div#draz-vyhlaska ol {margin-left: 4em;}
        div#draz-vyhlaska ol li {list-style-type: upper-roman;}
        div#draz-vyhlaska h5 {text-align: center; letter-spacing: 3px;}
      #container #news h3 {font-size: 1.1em; color: #000;}
      #container #news h4, #container #news p {color: #707070;} 

