/* IMPORTS */
@import url(basic.css);
@import url(toppanel.css);
@import url(modules.css);

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

body{
	background: #dedede url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
	padding: 25px 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #2687cf;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color: #000;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #fff;
}

/* BOX */
#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 980px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 138px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 523px;
	height: 138px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 26px;
	left: 45px;
	width: 175px;
	height: 85px;
}

#banner{
	width: 980px;
	height: 216px;
	overflow: hidden;
	background: #378AD8 url(images/banner.jpg) no-repeat;
	position: relative;
}
#banner2{
	width: 731px;
	height: 216px;
	background: url(images/banner2.jpg) no-repeat;
}
#banner_text{
	width: 410px;
	height: 65px;
	color: #fff;
	overflow: hidden;
	position: absolute;
	left: 288px;
	top: 75px;
}
a#banner_tlacitko{
	height: 28px;
	overflow: hidden;
	display: block;
	float: left;
	position: absolute;
	top: 164px;
	right: 290px;
	padding-right: 13px;
	background: url(images/banner_tlacitko_right.gif) no-repeat top right;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a#banner_tlacitko:hover{
	color: #002052;
	cursor: pointer;
	
}
a#banner_tlacitko span{
	height: 18px;
	display: block;
	float: left;
	padding: 6px 0 12px 13px;
	background: url(images/banner_tlacitko_left.gif) no-repeat top left;
}
#top_menu{
	position: absolute;
	left: 760px;
	top: 140px;
	width: 200px;
	height: 186px;
	overflow: hidden;
}
#top_menu ul, #top_menu ul li{
	list-style-type: none;
}
#top_menu h2{
	color: #fff;
}
#top_menu li{
	padding: 0 0 4px 12px;
	margin-bottom: 1px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}
#top_menu .li_1{
	background: url(images/top_li1.gif) no-repeat left;
}
#top_menu .li_2{
	background: url(images/top_li2.gif) no-repeat left;
}
#top_menu .li_3{
	background: url(images/top_li3.gif) no-repeat left;
}
#top_menu .li_4{
	background: url(images/top_li4.gif) no-repeat left;
}
#top_menu .li_5{
	background: url(images/top_li5.gif) no-repeat left;
}
#top_menu .li_6{
	background: url(images/top_li6.gif) no-repeat left;
}
#top_menu .li_7{
	background: url(images/top_li7.gif) no-repeat left;
}

#top_menu a{
	color: #fff;
}



#dosud_postaveno{
	width: 149px;
	height: 132px;
	position: absolute;
	left: 564px;
	top: 73px;
	overflow: hidden;
	background: url(images/dosud_postaveno.gif) no-repeat;
}
#dosud_postaveno strong{
	color: #ff6b09;
	font-weight: bold;
	font-size: 150%;
	display: block;
	position: absolute;
	top: 45px;
	left: 55px;
	text-align: center;
}


/* CONTAINER */
#container {
	width: 980px;
	border-bottom: 1px solid #6db5e3;
	/*position: relative;*/
}

/* LEFT */
#left {
	float: left;
	width: 233px;
	background: url(images/left.jpg) no-repeat top left;
	}
/* MENU */
#menu {
	width: 233px;
	overflow: hidden;
	margin: 9px 0 10px 0;
}
#menu ul {
	width: 233px;
	list-style-type: none;	
}
#menu ul ul {
	padding: 0;
	width: auto;

}
#menu li a {
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: #3b9bd9 url(images/menu_a_1.gif) repeat-x center;
	border-bottom: 1px solid #fff;
	/*margin-bottom: 1px;*/	
	padding: 6px 25px 8px 25px;
}
#menu li span {
	color: #fff;
	font-weight: bold;
	display: block;
	background: #3b9bd9 url(images/menu_a_1.gif) repeat-x center;
	border-bottom: 1px solid #fff;
	/*margin-bottom: 1px;*/	
	padding: 6px 25px 8px 25px;
	text-decoration: underline;
}
#menu li a:hover {
	text-decoration: underline;
}

#menu li li a {
	color: #1878b6;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: #d9f0ff url(images/menu_a_2.gif)  repeat-x center;
	border-bottom: 1px solid #bde3fb;
	margin-bottom: 1px;	
	padding: 6px 25px 8px 40px;
}
#menu li li span {
	color: #1878b6;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	background: #d9f0ff url(images/menu_a_2.gif) repeat-x center;
	border-bottom: 1px solid #bde3fb;
	margin-bottom: 1px;	
	padding: 6px 25px 8px 40px;
}
#menu li li a:hover {
	text-decoration: underline;
	background: #087fcc url(images/menu_a_2.gif) repeat-x center;	
}

#menu li li li a {
	color: #002566;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #bde3fb;
	margin-bottom: 1px;	
	padding: 6px 25px 8px 50px;
	font-size: 90%;
}
#menu li li li span {
	color: #002566;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	background: #fff;
	border-bottom: 1px solid #bde3fb;
	margin-bottom: 1px;	
	padding: 6px 25px 8px 50px;
	font-size: 90%;
}
#menu li li li a:hover {
	text-decoration: underline;
	background: #fff;	
}

#menu li li li li a {
	padding-left: 65px;
}
#menu li li li li li a {
	padding-left: 75px;
}

#menu li li li li span {
	padding-left: 65px;
}
#menu li li li li li span {
	padding-left: 75px;
}





/* CONTENT */
#content {
	float: left;
	width: 747px;
	position: relative;
	background:  url(images/content.jpg) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	background: url(images/info.gif) no-repeat bottom left;	

}
#navi {
	color: #2f4b5b;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 11px 120px 8px 20px;
	text-align: left;

}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #2f4b5b;
}
#language {
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox{
	width: 228px;
	margin-bottom: 5px;
	border: 1px solid #bde3fb;
	border-left: none;
	color: #5a91b4;
}
.leftbox a{
	color: #ff6b09;
}

.leftbox #ank_mini,
/*.leftbox .editor_mini,*/
.leftbox #galerie_mini,
.leftbox #datumcas_mini,
.leftbox .tutilka_mini {
	background: #e1f3fe;
	border: 2px solid #fff;
}
/*pozicovani fulltextu predelany kvuli ie7*/
#right {
	top: 40px;
	right: 0;
	background: none;
	width: 260px;
}
.rightbox {
	position: absolute;
	top: 40px;
	right: 38px;
}

/* FOOTER */
#footer {
	background: #6db5e3 url(images/footer.jpg) no-repeat bottom left;
	border-top: 1px solid #fff;
	font-size: 88%;
	width: 980px;
	overflow: hidden;
}

#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}

#footer_left, #footer_right {
	float: left;
	padding: 10px 0 16px 0;
	/*width: 480px;*/
}
#footer_left {
	padding-left: 20px;
	width: 635px;
}
#footer_right {
	/*text-align: right;*/
	width: 320px;
}
#footer_right p.no_print {
	padding: 10px;
}
.footer_blok{
	width: 183px;
	height: 45px;
	overflow: hidden;	
	float: left;
	margin-right: 20px;
	padding-top: 40px;
}
#footer_obecni_urad{
	background: #f5fbff url(images/footer_obecni_urad.jpg) no-repeat;
}
#footer_mikroregion{
	background: #f5fbff url(images/footer_mikroregion.gif) no-repeat;
}
#footer_pano_foto{
	background: #f5fbff url(images/footer_pano_foto.jpg) no-repeat;
}

.footer_blok p{
	width: 165px;
	color: #5a91b4 !important;
	font-size: 88%;
}
.footer_blok a{
	color: #ff6b09 !important;
	font-size: 100%;
	font-weight: bold;
	margin-left: 10px;
	display: inline;
}
.footer_blok a img{
	position: relative;
	top: 2px;
}


/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}


.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}



