* {margin:0;padding:0; border: 0;}
html {
 background-color: #ffffff;
}
#body {
 background-image: url("images/content_bg.png");
 width: 1000px;
 margin: auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #282727;
}
a:link, a:visited {
 color: #000000;
 text-decoration: underline;
}
a:active, a:hover, a:focus {
 color: #000000;
 text-decoration: none;
}
a[href^='http:'] { /* external link
	padding-right:8px;
	background-image: url("../img/out-link.gif");
	background-position: 100% 30%;
	background-repeat: no-repeat;*/
}
h2 {
 text-decoration: none;
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 margin-bottom: 13px;
 /*border-bottom: 1px solid #000000; ***********KUBA JE PICA*********************/
}
#inner_content h2 a:link,#inner_content h2 a:visited {
 /*text-decoration: none;*/
}
h3 {
 text-decoration: none;
 font-style: normal;
 font-weight: bold;
 font-size: 17px;
 margin-bottom: 3px;
}
h3.underlined {
 border-bottom: 1px solid #8c8a85;
 margin: 19px 3px 7px 0;
 font-size: 16px;
}
h4 {
 text-decoration: none;
 font-style: normal;
 font-weight: bold;
 font-size: 13px;
 margin-bottom: 10px;
}


/* HEADER */
#header {
 width: 944px;
 height: 193px;
 margin: 0 28px 0 28px;
 background-color: #323232;
 background-image: url("images/header.png");
 background-repeat: no-repeat;
}
#header span {
 display: none;
}
#header a {
 display: block;
 width: 944px;
 height: 193px;/*
 position: relative;
 top: 15px;
 left: 12px;
 width: 500px;
 height: 100px;*/
}

/* MENU */
#menu {
 text-align: right;
 width: 280px;
 padding: 5px 10px 1px 0;
 position: relative;
 top: -27px;
 left: -40px;
 color: #ffffff;
 letter-spacing: 4px;
 font-size: 12px;
 word-spacing: 13px;
 margin-left: auto;
 margin-right: -10px;
}
#menu a:link, #menu a:visited {
 color: #ffffff;
 text-decoration: none;
}
#menu a:active,#menu a:hover,#menu a:focus {
 color: #ffffff;
 text-decoration: underline;
}
/* CONTENT */

#content {
 background-image: url("images/content_pattern_25.png");
 margin: -22px 28px 0 28px;
}
#bottom_shadow {
 display: block;
 height: 39px;
 width: 1000px;
 position: relative;
 top: 0px;
 left: -28px;
 background-image: url("images/content_bottom_shadow.png");
 background-repeat: no-repeat;
}
#inner_content, .inner_content {
 padding: 18px;
 padding-bottom: 70px;
 width: 908px;
}
/* MAP */
#map_div {
 text-align: right;
 width: 944px;
 height: 702px;
 overflow: hidden;
}
#map {
 /*cursor: url("images/o_hand.cur"), url("styles/images/o_hand.cur"), default;*/
}
#map_div_inner {
}


#zoom_tools {
 position: relative;
 top: -750px; /* podle poctu zobrazenych novinek !!! */
 left: 590px;
 width: 300px;
 font-size: 12px;
 line-height: 150%;
 padding: 6px 10px 7px 8px;
 background-color: #cccbc5;
 text-align: right;
}
#map_size {
 margin: 0 10px 0 10px;
 font-weight: bold;
 font-style: normal;
}
/* FOOTER */
#footer {
 color: #818181;
 font-size: 12px;
 letter-spacing: 3px;
 text-align: right;
 margin: -63px 20px 0 540px; /* prvni = top = podle poctu zobrazenych novinek !!! */
 padding: 5px 8px 5px 8px;
 background-color: #cccbc5;
 clear:both;
}
#footer a:link, #footer a:visited {
 color: #a0a0a0;
 text-decoration: none;
}
#footer a:active,#footer a:hover,#footer a:focus {
 text-decoration: underline;
}

/* LOGIN */
input[type=text], input[type=password] {
 background-image: url("images/input_text_bg.png");
 background-repeat: no-repeat;
 padding: 3px 3px 1px 3px;
 margin: 2px;
 width: 159px;
 height: 18px;
}

select {
 width: 165px;
 margin: 2px;
}
input[type=submit].login{
 float: right;
}
form.login {
 width: 300px;
 margin: auto;
 margin-bottom: 20px;
}
input[type=submit], input[type=button] {
 background-image: url("images/input_button_bg.png");
 background-position: 0 0;
 background-repeat: no-repeat;
 padding-bottom: 4px;
 margin-right: -3px;
 width: 173px;
 height: 31px;
}
input[type=submit]:hover, input[type=button]:hover {
 background-position: 0 -31px;
}
input[type=submit]:active, input[type=submit]:focus, input[type=button]:active, input[type=button]:focus {
 background-position: 0 -62px;
}
input[type=submit].red {
 background-image: url("images/input_button_red_bg.png");
}
.like_input {
 background-image: url("images/input_text_bg.png");
 background-repeat: no-repeat;
 padding: 3px 3px 1px 4px;
 margin: 2px 0px 2px 2px;
 width: 159px;
 height: 18px;
 display: inline-block;
 font-size: 13px;
}
input[type=text].big, input[type=password].big, .like_input.big {
 background-image: url("images/input_text_big_bg.png");
 width: 294px;
}
/* msg_bar */
#top_msg_bar {
 margin: 0 28px 0 28px;
 padding: 5px 6px 0 6px;
 font-size: 13px;
 height: 22px;
 background-image: url("images/content_pattern_25.png");
}
 #bar_left {
  float:left;
	width:300px;
	display: block;
 }
 #bar_right {
  float:right;
  width:300px;
  text-align: right;
  display: block;
 }
 #bar_center {
  margin:0 300px 0 300px;
	text-align: center;
	display: block;
 }
 
/* icons */
.icon {
 padding: 2px 0 0 21px;
 margin-top: -2px;
 background-position: 0 0;
 background-repeat: no-repeat;
 height: 20px;
 display: inline-block;
}
.info {
 background-image: url("images/icon_info_20.png");
}
.true {
 background-image: url("images/icon_true_20.png");
}
.false {
 background-image: url("images/icon_false_20.png");
}
.alert {
 background-image: url("images/icon_alert_20.png");
}
a.quicktime {
 background-image: url("images/icon_quicktime_25.png");
 padding: 4px 0 0 27px;
 height: 26px;
}
a.iphone {
 background-image: url("images/icon_iphone_25.png");
 padding: 4px 0 0 27px;
 height: 26px;
}
a.wmp {
 background-image: url("images/icon_wmp_25.png");
 padding: 4px 0 0 27px;
 height: 26px;
}
a.fb {
 display: inline-block;
 background-image: url("images/fb.png");
 width: 120px;
 height: 45px;
 background-repeat: no-repeat;
}
a.fb span {
 display: none;
}
a.fb:hover {
 background-position: -120px 0;
}


.symbol {
 background-image: url("images/symbols.png");
 background-position: 100% 0;
 padding-right: 19px;
 background-repeat: no-repeat;
}
.symbol_left {
 background-image: url("images/symbols.png");
 background-position: 0 0;
 padding-left: 19px;
 background-repeat: no-repeat;
}
.plus {
 background-position: 100% 0;
}
.plus_left {
 background-position: 0 0;
}
.minus {
 background-position: 100% -14px;
}
.minus_left {
 background-position: 0 -14px;
}

.edit {
 display: inline-block;
 margin-top: 5px;
 font-style: italic;
}

#new_comment {
 margin: 10px 0 0 0;
}
#new_comment textarea {
 width: 294px;
 height: 158px;
 background-image: url("images/textarea_bg.png");
 margin: 2px 2px 3px 2px;
 padding: 3px 3px 3px 3px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#texterr, #nameerr {
 color: #f00;
}
p.wholecomment {
 border-bottom: 1px solid #9c9a95;
 margin: 1px 4px 8px 0;
 padding: 0 0 3px 0;
}
#commentsDIV small {

}

a.withcursor {
 cursor: hand; cursor: pointer;
}
a.delbtn {
 cursor: hand; cursor: pointer;
 font-size: 0;
 display: block;
 height: 14px;
 width: 14px;
 background-image: url("images/SWFcancelbutton.gif");
 background-repeat: no-repeat;
 background-position: -14px 0px;
 float: right;
}
a.delbtn:hover {
 background-position: 0px 0px;
}
.small-loader {
 display: none;
 height: 16px;
 width: 16px;
 background-image: url("images/loader_circle.gif");
 vertical-align: sub;
}
.small-loader span {
 display: none;
}
.hidden {
 display: none;
}