@import url("./main.css");

body {
	margin: 0; padding: 0; 
	background: #222; 
	color: #333; 
	color: #808080; 
	font-size: 12px; 
	font-family: 'Arial', 'Helvetica', sans-serif; 
	background: #FFF url('./images/bg_body.jpg') 0% 0% repeat-x;
	line-height: 1.5em;
}
input, textarea, select, option { font-family: 'Arial', 'Helvetica', sans-serif; font-size: 12px; }
div { margin: 0; padding: 0; }
div#main {
	width: 960px; 
	margin: 0 auto;
	padding-bottom: 12px;
	background: #FFF url('./images/bg_header.jpg') 200px 0% no-repeat;
}
div#header {
	height: 345px; 
	height: 395px;
	position: relative;
	background: transparent url('./images/dog.png') 760px 92px no-repeat;
	background: transparent url('./images/dog.png') 760px 142px no-repeat;
	color: #DFDFDF;
}
div#header div#logo { position: absolute; top: 7px; left: 20px; }
div#header div#logo strong { font-size: 16px; }

div#header div#infoBox { width: 160px; position: absolute; right: 20px; bottom: 20px; font-size: 16px; line-height: 20px; color: #808080; font-weight: bold}

#header #siteSearch { width: 160px; position: absolute; top: 16px; right: 20px; text-align: right; }
#header #siteSearch fieldset { margin: 0; padding: 0; }
#header #siteSearch input { width: 154px; border: 1px solid #DFDFDF; margin: 0; padding: 1px 2px; }
#header #siteSearch .button { cursor: pointer; width: auto; background: #FFF; color: #009CDD; font-weight: bold; padding: 5px 0; float: right; border: 0; text-decoration: underline; }

div#flags { margin: .2em .5em 0 0; padding: 0; text-align: right; }
div#flags img { vertical-align: -2px; }

div#content {
	padding-bottom: 0;
	margin-top: 20px;
	width: 760px;
	float: right; 
	background: transparent url('./images/bg_main.gif') 100% 20px repeat-y;
}
div#content .inside {
	padding: 0;
	min-height: 100%;
	background: transparent url('./images/bg_right.gif') 650px 100% no-repeat;
}
div#content .inside .text {
	padding: 0 18px 0 18px;
	width: 522px;
	float: left;
	text-align: justify;
	font-size: 13px;
	border: solid #DFDFDF;
	border-width: 0 0 0 1px;
}
div#content .inside .text ul { padding: 0 12px; margin-left: 20px; }
div#content #rightMenu { width: 200px; float: right; position: relative; padding-bottom: 120px; }

div#content #rightMenu .banner {
	/*position: absolute;	bottom: 0;*/
}
div#content #rightMenu .banner img { border: 0; }
div#sidebar {
	width: 200px; 
	float: left;
	margin-top: 20px;
}
div#footer { width: 960px; margin: 0 auto; clear: both; color: #EFEFEF; background: #666; }
div#footer .inside { font-size: 12px; padding: 0 20px; line-height: 26px; }
div#footer .inside span { float: right; }
div#footer a { color: #FFF; }
div#footer a:hover { color: #F29400; }

a { color: #009CDD; }
a:hover { color: #F29400; }

strong { color: #333; }

img.fs_icon { vertical-align: -15%; margin-right: 3px; }

h1, h1 a,.title { 
	margin: 0 0 5px 0; padding: 0; 
	font-size: 13px; font-weight: bold; 
	text-transform: uppercase; 
	color: #F29400; 
	text-align: left;
}
h2, h2 a {
	margin: 1em 0 3px 0; padding: 0;
	font-size: 13px;
	color: #F29400;
	clear: left;
}
h3, h3 a {
	margin: 1em 0 3px 0; padding: 0;
	font-size: 13px; font-weight: bold; 
	color: #000;
}
h4, h4 a {
	margin: 1em 0 3px 0; padding: 0;
	font-size: 12px; 
	color: #666;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}
ul { margin-top: 0; }
ul  { padding-top: .5em; }

div.divider { 
	width: 95%; 
	height: 20px;
	margin: 1em 0 0 0;
	padding: .2em 0;
	display: block;
}
fieldset {
	 width: 75%;
	 border: 0; 
	 padding: 1em; 
}
legend {
	 font-style: italic; 
	 font-weight: bold; 
	 font-size: 1em; 
	 background: #025774; 
	 color: #FFF; 
	 border: solid 1px #999; 
	 padding: 0 .4em 0 .4em; 
}
label { 
	float: left;
	width: 30%;
	text-align: right;
	margin: 4px 1em 0 0;
}
fieldset#submit {
	margin-top: 1em;
	padding: .5em;
	text-align: center;
}
fieldset#submit input {
	margin-top: .5em;
	padding: .2em .4em;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
input, select { margin-bottom: .5em; padding: .1em; }
input.checkbox { width: 1em; margin-bottom: 0; padding: 0; border: none; }
div.buttons { margin-top: 1em; float: right; }
div.buttons input { border: solid 1px #000; background: #99CC66; color: #000; }

.button { font-size: 12px; font-family: 'Arial', 'Helvetica', sans-serif;  cursor: pointer; width: auto; background: #FFF; color: #009CDD; font-weight: bold; padding: 5px 0; float: right; border: 0; text-decoration: underline; }

img { margin: 0; padding: 0; border: 0; }
pre { font-size: 120%; }

.cleaner { display: none; clear: both; }
.clear { clear: both; }
.ref { float: left; margin: 0 2em 0 0; padding: .3em; border: solid 1px #D1E5EF; background-color: #EFFAFF; }

/* TOP MENU */
#header .menu { width: 160px; position: absolute; bottom: 20px; left: 20px; }
#header .menu ul { margin: 0; padding: 0; border-top: solid 1px #DFDFDF;}
#header .menu li { margin: 0; padding: 0; list-style-type: none; color: #000; font-size: 15px; border-bottom: solid 1px #DFDFDF; }
#header .menu li a, #header .menu li strong { padding: 3px 0; margin: 0; display: block; font-size: 12px; }
#header .menu li a { color: #808080; text-decoration: none; }
#header .menu li strong { color: #000; }
#header .menu li ul { margin: 0; padding: 0; }
#header .menu li ul li { margin: 0; padding: 0; font-style: italic; font-size: 12px; }
#header .menu li ul li a, 
#header .menu li ul li strong { font-weight: normal; padding-left: 24px; }
#header .menu li strong:first-letter, 
#header .menu li a:first-letter { text-transform: uppercase; }
#header .menu li a:hover { color: #000; }
#header span.li { font-weight: bold; font-size: 14px; color: #000; }
#header span.li.map { font-size: 12px; }


#mainMenu { 
	width: 560px; height: 160px; max-height: 160px;
	position: absolute; top: 165px; top: 215px; right: 200px;
	margin: 0; padding: 0;
}
#mainMenu li { width: 131px; height: 160px; float: left; margin: 0 12px 0 0; padding: 0; list-style-type: none; }
#mainMenu li.item4 { margin: 0; }
#mainMenu li a { 
	display: block; height: 160px; 
	margin: 0; padding: 0 11px; 
	background: transparent url('./images/transparent.png') 0% 0% repeat-x; 
	line-height: 35px; 
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}
#mainMenu li a span { display: block; height: 125px; margin: 0 -11px; padding: 0; background: transparent 0% 0% no-repeat; }
#mainMenu li.item1 a span { background-image: url('./images/mainMenu/1.gif'); }
#mainMenu li.item2 a span { background-image: url('./images/mainMenu/2.gif'); }
#mainMenu li.item3 a span { background-image: url('./images/mainMenu/3.gif'); }
#mainMenu li.item4 a span { background-image: url('./images/mainMenu/4.gif'); }
#mainMenu li a:hover { color: #F29400; }
#mainMenu li a:hover span { background-position: -131px 0%; }

div.pages { margin: 0 .5em 0 0; padding: 0; color: #001333; font-style: italic; }
div.pictureMenu { font-size: 95%; text-align: right; float: right; }

div.pictures { margin-top: 1em; }
div.pictures div.picture { margin: 12px 0; padding: 0; float: left; position: relative; }
div.pictures div.picture.pixtext { padding-bottom: 6px; }
div.pictures ul { margin: 0 2em; }
div.pictures div.picture { margin: 0 12px 12px 0; }
div.pictures div.picture.last { margin: 0 0 12px 0; }
div.pictures div.picture a { text-decoration: none; color: #666!important; }
div.pictures div.picture a:hover { color: #000; }
div.pictures div.picture .pixtext {
	display: block; height: 18px; margin: 0; padding: 0 6px;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-weight: bold;	
}
div.pictures div.picture .image, 
div.pictures div.picture .image img { margin: 0; padding: 0; }

div#thumb { margin: .5em 0 1em 0; padding: 0; text-align: center; border: solid 1px #000; }
div#thumb img { margin: 0; padding: 0; border: 0; }
em.annotation { display: block; margin-bottom: 1em; }

div#content .inside .text .list { margin: 1em 0; padding: 0;  }
div#content .inside .text .list ul { margin: 0; padding: 0; background: #EFEFEF; list-style-type: none; float: left; }
div#content .inside .text .list ul li { margin: 0; padding: 0; color: #CFCFCF; float: left; }
div#content .inside .text .list ul li a { float: left; margin: 0; padding: 6px 12px; }
div#content .inside .text .list ul li a:hover { background: #FFF; }

#breadcrumbNav { background: #E5E5E5; line-height: 30px; padding-left: 210px }
#breadcrumbNav a,#breadcrumbNav strong { padding: 0 .25em; }

/* GBOOK */
div#gbook { margin: 1em 0; }
div#gbook div { padding: .5em 0; border-top: 1px solid #8C8C8C; }
div#gbook div span.date { float: right; }
div#gbook div p { padding-top: .5em; clear: both; }

form#gbookForm label { width: 4em; text-align: left; }
form#gbookForm label.text { width: auto; }

/* BASIC CLASS */
.right { float: right; }
.hr { clear: both; margin: 0; height: 6px; margin: 10px 0; }
.yellow { color: #F29400; }
.bg_home { height: 409px; width: 555px; background: transparent url('./images/bg_home.gif') 0% 0% no-repeat;  }
.bg_home .col { width: 177px; height: 409px; margin: 0 12px 0 0; padding: 0; float: left; position: relative; }
.bg_home .col .name { 
	width: 139px;
	background: #FFF; color: #F29400; 
	padding: 10px 7px; 
	text-transform: uppercase; font-weight: bold; font-size: 15px; 
	position: absolute; left: 12px; top: 12px;
}
.bg_home .col p { 
	width: 153px;
	margin: 0; padding: 0; 
	font-size: 15px; 
	position: absolute; left: 12px; bottom: 12px;
}
.bg_home div.col.last { margin: 0; }

.shadow 	{ color: #666; }
.shadowL 	{ color: #E5E5E5; }
.orange 	{ color: #F29400; }
.bgorange 	{ background: #F29400!important; }
.shadowT 	{ color: #808080; }
.blue 	{ color: #009CDD; }

.shadow, .shadow a, .shadow strong { color: #666!important; }
.shadow a:hover { color: #000!important; }
.pink { color: #F29400; }
.bgpink { background: #F29400; color: #FFF; margin: 0; padding: 5px 9px; clear: both; }
.bgpink h2 { margin: 0!important; padding: 1em 0 .5em 0!important; }
.bgpink.noul ul li { list-style-type: none; }
.bgpink ul { margin: 0!important; padding: 0!important; }
.highligh { background: #FFFF66; /*color: #000; font-weight: bold;*/ text-transform: uppercase; }

.more { display: block; text-align: right; margin:0; padding:0; font-size: 12px; line-height: 14px; }

/* POLL */
.box { margin: 0 0 1em 0; padding: 0 20px; border-bottom: 1px solid #DFDFDF; }
.box ul { padding-left: 15px; }
.box .title a { text-decoration: none; color: #F29400; }

.box.articles ul { margin: 0 0 1em 0; padding: 0; list-style-type: none; }
.box.articles ul li { margin: .5em 0 0 0; padding: .5em 0; clear: both; border-bottom: 1px solid #DFDFDF; font-size: 12px!important}
.box.articles ul li div { margin: 0; padding:0 }

.box.poll span { display: block; }
.box.poll .voted { margin: 0; padding: 1em 0; clear: both; }
.box.poll form { margin: 0; padding: 0; clear: both; }
.box.poll form label { float: left; width: auto; margin-right: 9px; =margin: 8px 3px 0 0; }
.box.poll form input { float: left; margin: 6px 2px 0 0; }
.box.poll form input.button { float: right; margin-top: 0; }
.box.poll form p { margin: 0; padding: 0; }
.box.poll form .submit { padding-top: .5em; clear: both; float: none; }
.box.poll ul { margin: 0; padding: 0; list-style-type: none; }
.box.poll ul li { clear: both; padding: 5px 0; =padding: 3px 0; }
.box.poll ul li .label { float: left; }
.box.poll ul.vote li input { margin: 3px 3px 0 0; }
.box.poll ul.vote li .cover { width: 160px; }
.box.poll ul li .cover { margin-top: 4px; height: 10px; float: right; width: 160px; color: #FFF; background: #E6E6E6; }
.box.poll ul li .cover .graph { height: 10px; padding: 0 2px; background: #BFBFBF; }

.box.facebook { text-align: center; padding: .5em 0; }

/* RESULT MSG */
div#result { width: 30em; margin: 0 auto 1em auto; padding: .3em 1em .3em .3em; background-color: #FFF; font-size: 110%; font-weight: bold; }
div#result.success { border: solid 2px #54BA01; color: #54BA01; }
div#result.fail { border: solid 2px #CF4141; color: #CF4141; }
div#result img { float: left; margin: 0 1em 0 0; }
div#result p { margin: .3em 0; padding: 0; }

/* PORADNA */
#questions { clear: both; padding-top: 1em; }
#questions form, #questions fieldset { border: 0; padding: 0; margin: 0; }
#questions form { margin-bottom: 2em; }
#questions fieldset label { font-weight: bold; margin: 0 0 .5em 0; float:none; text-align: left; }
#questions fieldset p { margin: 1em 0; }
#questions fieldset small { }

#questions .pickList { margin: 1em 0; line-height: 1.6em; background: #F29400; color: #FFF; text-align:center; }
#questions .pickList a, #questions .pickList span { color: #FFF; padding: 0 2px; }
#questions .pickList a:hover { background: #000!important; }
#questions .pickList .butt { font-size: 130%; }
#questions .pickList span.current { font-size: 1em; background: #EFEFEF; color: #000;}
#questions .pickList span.date { display: block;}

#questions dt { font-weight: bold; }
#questions dt span { display: block; }
#questions dd { margin-top: 1em;  margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #BFBFBF; }
#questions dt br { clear: both; }

#questions a.button { color: #595A5E; text-decoration: none; font-size: 10px; font-weight: bold; float: right; }
#questions a.button:hover { text-decoration: underline; }

ul.bloglist { margin: 0!important; padding: 0!important; list-style-type: none; }
ul.bloglist li { margin: 0!important; padding: 0 0 1em 0!important; }
ul.bloglist li h3  {  }

.recaptchatable .recaptcha_image_cell, #recaptcha_table { background-color:#FFF !important; }
#recaptcha_table { border-color: #FFF !important; }
#recaptcha_response_field { }

#motto { border-bottom: 2px solid #E6E6E6;width: 722px;}
#motto p { margin: 0; padding: 6px 12px; color: #F29400; font-size: 21px; font-style: italic; line-height: 27px }
 

/* KLISTATA */
#map { z-index: 9999; }
#klistata { margin: 24px 0; }
#klistata fieldset { margin: 10px 0 5px 0; padding: 0; width: auto; }
#klistata .places fieldset { line-height: 40px; }
#klistata label { line-height: 1em; }
#klistata .button { float: left; }
#klistata select,
#klistata .places input,
#klistata .places select,
#klistata .places label { float: left; width: auto; }
#klistata .places input.radio { margin-right: 5px; }
#klistata .places .toggle { width: auto; line-height: 1em; }
#klistata .places img.marker { float: left; margin-right: 5px; }
#klistata .places .short { margin-left: 30px; width: auto; padding:0; margin-right: 5px; line-height: 10px; }

/* HOMEPAGE AKTUALITY LIST */
#hompageInfo { margin: .5em 0 2em 0; background: #F3F3F3; padding: 10px 15px 5px 10px; border: 1px solid #DFDFDF; }
#hompageInfo div,
#hompageInfo h2 { margin: 0; padding: 0; }
#hompageInfo h3 { margin: 10px 0 0 0; padding: 10px 0 5px 0; border-top: 1px solid #DFDFDF; clear: both }
#hompageInfo h3 a { text-decoration: none; color: #666666; }

/* FOTOGALERIE */
#AddPictures { margin: 0 0 1em 0; padding: 0; }
#AddPictures fieldset { width: 400px; margin: 0 auto 0 auto; padding: .5em; }
#AddPictures fieldset label { width: 21%; }
#AddPictures fieldset input.button { width: 5em; display: block; float: none; margin: 0 auto; background: #EFEFEF}
.addButton { float: right; width: 7em; margin-top: -20px; padding: 3px 5px; text-decoration: none; border: 1px solid #009CDD; color: #009CDD; cursor: pointer; display: block; font-weight: bold }
#AddPictures #frmSubmit { margin-top: 1em; display: none; padding-top: 5px; background: #EFEFEF; text-align: center; }
#AddPictures #frmSubmit input { float:left; }
#AddPictures #frmSubmit input.button { float: none; }

.rating { margin: 10px; padding: 3px; background: #EFEFEF; border: 1px solid #CFCFCF; font-size: 11px }
.rating span.stars { float: left; }
.rating span.stars a,
.rating span.stars b { width: 18px; line-height: 18px; margin-right: 3px; background: #CFCFCF; float: left; text-align: center; }
.rating span.stars b { margin-left:5px; background: #F29400; color: #FFF!important; }
.rating span.stars i { float: left; }
.rating span.rtng { padding: 0 3px; line-height: 18px; background: #009CDD; color: #FFF; float: right; }
.rating span.stars a:hover { background: #F29400; color: #FFF!important; }

/* POPUP */
.popup_root { width: 100%; height: 100%; background: url('./images/alpha.png') 0 0 repeat; cursor: pointer; position: absolute; top: 0; left: 0; z-index: 999; }
.popup_root .popup { padding: 0; background: #555; cursor: auto; position: absolute; border: solid #333; border-width: 5px; text-align: center; }
.popup_root .popup h2 { padding: 3px 0; margin: 0; font-size: 16px; border-bottom: 5px solid #333; }
.popup_root .popup a.topright { float:right; margin: -25px -9px 0 0; }
.popup_root .popup a.topright img { margin: 0 12px 0 0; padding: 0;  }
.popup_root .popup .inside { padding: 1em 25px 0 25px; overflow-y: auto; }
.popup_root .popup .inside .title { font-size: 26px; line-height: 30px; color: #A2BE2B; }
.popup_root .popup .inside p { line-height: auto; }
.popup_root .popup .inside .title p { margin: 0; padding: 0; }

#addThis { margin-right: 20px; float: right; }

/* VYBER PSA */
#dogChoiceResult tr td div { text-align: center; background: #F29400; color: #FFF; width: 0; font-size: 10px; line-height: 14px }
#dogChoiceResult tr th { padding-right: 1em }
#dogChoiceResult tr td { /*background: #E6E6E6;*/ }
.dogChoice fieldset { padding: 0; }
.dogChoice fieldset label { float: none; }


#zoomToForm label, #zoomToGpsForm label { width: 60px; float: left; height: auto; line-height: auto; margin: 0 5px 0 0; }
#zoomToForm fieldset, #zoomToGpsForm fieldset { margin: 10px 0; padding: 0; }
#zoomToForm input, #zoomToGpsForm input { float: left; }
#zoomToForm input.button, #zoomToGpsForm input.button { line-height: auto; height: auto; padding: 0; margin-left: 5px; }
#zoomToForm a.button { line-height: auto; height: auto; padding: 0; margin-left: 5px; float: left; }

.popup #zoomToForm fieldset, .popup #zoomToGpsForm fieldset { width: 320px; margin: 10px auto 0 auto; }
.popup #zoomToForm fieldset { padding-bottom: 10px;}
.popup #zoomToForm, .popup #zoomToForm fieldset { margin: 0; padding: 0; display: inline; line-height: auto; }
.popup #zoomToForm {  float:right }
.popup div.info { color: yellow; border-bottom:5px solid #333; padding-bottom: 5px }
.popup #zoomToForm input { margin-bottom: 0; padding: 0; }
.popup #zoomToForm .button, .popup #zoomToGpsForm .button { background: #555555; color: yellow; text-decoration: underline }
.popup #zoomToForm input.button, .popup #zoomToGpsForm input.button { padding-top: 1px }
.popup #zoomToForm input#zoomTo { border: 2px solid #4F4040 }

.krvak { width: 542px; overflow: hidden; }
.krvak h3 { margin: 10px 0; clear: both; }
.krvak a.colorbox { margin: 0 17px 20px 3px; float: left; =margin: 0 15px 15px 0; }
.krvak a.colorbox img {
	-moz-box-shadow: -1px 1px 3px #666666;
	-webkit-box-shadow: -1px 1px 3px #666666;
	box-shadow: -1px 1px 3px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color='#9F9F9F')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color='#9F9F9F');

}

