/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
	margin:0 auto;
	padding:0;
	line-height:1.4;
	font-size:13px;
	font-family:"Arial", "Verdana", sans-serif;
}
.noborder, * .noborder, table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
.nobackground, * .nobackground, table.nobackground, table.nobackground tr, table.nobackground th, table.nobackground td{
	background:transparent;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	text-align:center;
	background:#051600;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#323232;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
	font-weight:bold;
	text-decoration:underline;
	color:#0f4100;
}
a:hover {
	text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#000000;
}
em, i{
	color:#333;
}
small, * small, small *{
	font-size:85%;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
	margin:5px auto; 
	line-height:1.2;
	color:#0f4100;
}
h1 {
	font-size:20px;
}
h2 {
	margin-top:20px;
	font-size:18px;
}
h3{
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:11px;
}

h2.h2-img{
	margin-top:5px;
	height:30px;
	line-height:30px;
	text-indent:-9000px;
	background:no-repeat 10px;
}
/* CZ */
h2.h2-aktualni-pocasi{
	background-image:url(img/h2-aktualni-pocasi.png);
}
h2.h2-snehove-podminky{
	background-image:url(img/h2-snehove-podminky.png);
}
h2.h2-novinky{
	background-image:url(img/h2-novinky.png);
}
h2.h2-webkamery{
	background-image:url(img/h2-webkamery.png);
}
h2.h2-kurzy{
	background-image:url(img/h2-kurzy.png);
}
/* EN */
h2.h2-news{
	background-image:url(img/h2-news.png);
}
h2.h2-webcams{
	background-image:url(img/h2-webcams.png);
}
/* DE */
h2.h2-neuigkeiten{
	background-image:url(img/h2-neuigkeiten.png);
}
/* pl */
h2.h2-nowosci{
	background-image:url(img/h2-nowosci.png);
}
h2.h2-kamery-internetowe{
	background-image:url(img/h2-kamery-internetowe.png);
}
/* ***************************************************** */
/* ***************************************************** */
/* obrazky */
img{
	border:0;
}
.img-left{
	margin:0 5px 5px 0;
	display:block;
	float:left;
}
.img-right{
	margin:0 0 0 5px;
	display:block;
	float:right;
}
.img-center{
	margin:0px auto;
	display:block; 
}
/* ***************************************************** */
/* ***************************************************** */
/* ostatni pomocne */
.nofloat{
	clear:both;
}
hr {
	clear:both;
	display:none;
}
li{
	margin-left:20px;
}
pre{
	margin:0;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	overflow:auto;
	color:black;
	border:1px solid;
	background:white;
}
p, ul, ol, div, pre, address{
	margin:10px 0;
}
table{
	margin:10px 0;
	padding:0;
	border:1px solid;
	border-width:1px 0 0 1px;
}
table th, table td{
	padding:2px 5px;  
	border:1px solid;
	border-width:0 1px 1px 0;
}
table th{
	font-weight:bold;
	color:#000041;
	background:url(img/table-th.png) repeat-x top #d39d00;
}
table th *{
	color:#000041;
	background:transparent;
}
table.nobackground th{
	font-weight:normal;
	color:#323232;
}
table tr:hover td{
	background:tranparent;
}
table.obsazenost td{
	padding:2px;
	text-align:center;
}
table.obsazenost td span{
	padding:2px 4px;
	display:block;
}
#content table p{
	margin:0;
	padding:0;
}
.input-text,.textarea,.input-submit{
	border:1px solid #ccc;
	background:transparent;
}
.input-submit{
	color:#333;
}
#vyhledavani-form-content{
	padding:10px;
}
#RssFeed{
	margin:0;
	padding:0;
	text-align:right;
}
#RssFeed, #RssFeed a{
	margin:0;
	padding:0;
	height:16px;
	line-height:16px;
	font-size:10px;
	text-decoration:none;
}
.right{
	text-align:right;
}
/* ***************************************************** */
/* ***************************************************** */
/* bannery */
.banners{
	margin:0;
	padding:10px 0;
	width:100%;
	text-align:center;
}
* .banners a{
	margin:0 auto;
	padding:0;
	line-height:1;
	font-size:0px;
	text-decoration:none;
	font-weight:normal;
	border:0;
}
#banners-top{
	border-bottom:1px solid #ffe187;
	background:#ffbe00;
}
#banners-content{
	margin-top:10px;
	padding-bottom:0;
	border-top:1px solid #b0b0b0;
}
#content-left #banners-content-left{
	margin:0;
	padding:30px 0 10px 10px;
	width:255px;
}
#content-left #banners-content-left img{
	margin:0 auto;
	max-width:255px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obal stranky */
#layout{
	margin:0 auto;
	padding:0;
	width:100%;
	background:url(img/layout.png) repeat-x top #0f4100;
}
#main{
	margin:0 auto 20px;
	padding:0;
	width:980px;
	text-align:left;
	background:url(img/main.png) repeat-y;
}
#main-bottom{
	margin:0;
	padding:0;
	width:100%;
	height:25px;
	clear:both;
	background:url(img/main-bottom.png) no-repeat bottom;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#header{
	margin:0;
	padding:0;
	height:305px;
	background:url(img/header.jpg) no-repeat top;
}
#header a#home{
	margin:0;
	padding:0;
	height:275px;
	display:block;
	text-indent:-9000px;
}
#header a#home:hover{
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* jazykove mutace */
#lang{
	margin:0 auto;
	padding:15px 20px 0 0;
	width:960px;
	text-align:right;
}
#lang, #lang a{
	height:15px;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:normal;
	color:white;
}
#lang a:hover{
	text-decoration:underline;
}
#lang a.active{
	font-weight:bold;
	color:#ffbe00;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#menu{
	margin:0;
	padding:0;
	width:285px;
	float:left;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
#menu ul li{
	margin:0;
	padding:0 0 8px 16px;
	height:54px;
	background:transparent;
}
#menu ul li a{
	margin:0;
	padding:0 0 0 19px;
	width:250px;
	height:54px;
	display:block;
	line-height:54px;
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
	text-decoration:none;
	text-transform:lowercase;
	color:#ffbe00;
	background:url(img/menu-li-a.png) no-repeat left top;
}
#menu ul li a:hover{
	color:#0f4100;
	background-image:url(img/menu-li-a-hover.png);
}


#menu li.active{
	background:url(img/menu-li-active.png) no-repeat left top;
}
#menu li.active a, #menu li.active a:hover{
	color:#0f4100;
	background:transparent;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#content{
	margin:0 5px 0 0;
	padding:14px 14px 0 14px;
	width:650px;
	float:right;
	overflow:hidden;
	text-align:justify;
	background:url(img/content.png) repeat-x top white;
}
#content ul, #content ol{
	padding:10px;
}
#content ul ul, #content ol ol{
	margin:0;
	padding:5px 10px;
	border:0;
}
#content ul li{
	margin-left:20px;
}
#content p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah levy */
#content-left{
	margin:0;
	padding:20px 0 0 17px;
	width:265px;
	clear:left;
	float:left;
}
#content-left p, #content-left div, #content-left ul, #content-left ol{
	padding:5px 0 5px 10px;
	background-color:#ffbe00;
}
#content-left h2, #content-left h3, #content-left h4, #content-left h5, #content-left h6{
	padding:0 0 0 10px;
	background-color:#ffbe00;
}
#content-left h2{
	padding-top:5px;
	border-top:1px solid #ffe187;
	background-position:10px bottom;
}


#content-left .webcams{
	text-align:right;
}
#content-left .webcams img{
	width:253px;
	border:1px solid;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#footer{
	margin:0;
	padding:20px 0 0 0;
	width:100%;
	clear:both;
	text-align:center;
	border-top:1px solid #259f00;
}
#footer-in{
	margin:0 auto;
	padding:5px 0 5px 200px;
	width:780px;
	text-align:left;
	background:url(img/footer-in.png) no-repeat left;
}
#footer-in, #footer-in a{
	line-height:20px;
	font-size:11px;
	text-decoration:none;
	color:#d2d2d2;
}
#footer-in a{
	border-bottom:1px dotted white;
}
#footer-in a:hover{
	border-bottom:1px solid white;
	color:white;
}
#footer-in img{
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* formulare */
table.formular{
	margin:0;
	padding:0;
}
table.formular th{
	margin:0;
	padding:2px 4px;
	width:200px;
	text-align:right;
	vertical-align:top;
}
table.formular td{
	margin:0;
	padding:2px 4px;
	text-align:left;
	vertical-align:top;
}
.required {
	color:#c00000;
}
.input-text{
	padding:2px 4px;
	width:200px;
}
.textarea{
	padding:2px 4px;
	width:90%;
	height:100px;
}
.select{
	border:1px solid #ccc;
}
.select option{
	padding:2px 4px;
}
.checkbox_label{
	cursor: pointer;
}
.radio_label{
	cursor: pointer;
}
.input-submit{
	padding:2px 4px;
	background:transparent;
}
/* ***************************************************** */
/* ***************************************************** */
.comment_title {
	font-weight:bold;
}
.comment_text {
	padding-bottom:15px;
	border-bottom:1px solid #DDDDDD;
	background-color:#FDFDFD;
}
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }

.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }
/* ***************************************************** */
/* ***************************************************** */
div#fotogalerie-nahledy, div#fotogalerie-nahledy a{
	text-align:center;
	text-decoration:none;
}
div#fotogalerie-foto{
	margin:0;
	padding:0;
	text-align:center;
}
div#fotogalerie-foto img{
	margin:0 auto;
}
/* ***************************************************** */
/* ***************************************************** */
div#fotogalerie2-nahledy{
	margin:0;
	padding:0;
	display:block;
	clear:left;
	overflow:hidden;
}
div#fotogalerie2-nahledy, div#fotogalerie2-nahledy a{
	text-align:center;
	text-decoration:none;
}
div#fotogalerie2-nahledy a{
	margin:2px;
	padding:5px;
	display:block;
	float:left;
	border:1px solid #ccc;
	background:#eee;
}
/* ***************************************************** */
/* ***************************************************** */
.kniha-navstev-prispevek{
	margin-bottom:10px;
	width:98%;
	border:1px solid;
}
.kniha-navstev-prispevek .nadpis {
	margin:0;
	padding:3px 5px;
	font-weight:bold;
	border-bottom:1px dotted;
	background:transparent;
}
.kniha-navstev-prispevek .text {
	margin:0;
	padding:5px;
}
img.button {
	vertical-align:bottom;
}
/* ***************************************************** */
/* ***************************************************** */
a#zpetnyodkaz{
	padding:5px 0;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:10px;
}
.odkaz-vice{
	margin:0 5px;
	display:block;
	clear:both;
	line-height:16px;
	font-size:12px;
	text-align:right;
}
.odkaz-zpet{
	margin:0 5px;
	clear:both;
	display:block;
	line-height:16px;
	font-size:12px;
	text-align:left;
}
.ok, #content .ok{
	margin:10px;
	padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:1px solid #93AF61;
	background: url(icons/ok.png) no-repeat 10px 5px #E2F0C9;
}
.ok, .ok *{
	color:#516F1B;
}
.err, #content .err{
	margin:10px;
	padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:1px solid #fcadad;
	background: url(icons/err.png) no-repeat 10px 5px #FDE0E0;
}
.err, .err *{
	color:#CE0000;
}
.info, #content .info{
	margin:10px;
	padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:1px solid #EDEDB3;
	background: url(icons/info.png) no-repeat 10px 5px #FFFFCC;
}
.info, .info *{
	color:#242424;
}
/* ***************************************************** */
/* ***************************************************** */
#mapa {
	margin:10px auto;
	height:400px;
	border:3px solid;
	background:url(img/mapa.png) top left no-repeat;
}
#mapa *{
	font-size:11px;
	color:black;
}
#mapa div{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix{height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */