@CHARSET "UTF-8";
body{
	margin: 0px;
	padding: 0px;
	background-image: url(img/headGray2.png);
	background-repeat: repeat-x;
	background-color: Black;
	background-position: 0px 10px;
	color: #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	font-size: 0.9em;
	
}
a{
	color: #C00000;
}
a:hover{
	color: #FF0000;
}
h1, h2, h3, h4, h5, legend{
	color: white;
}
ul{
	list-style-type: disc;
}
ol li{
	margin-bottom: 10px;
	text-align: justify;
}
div.pageWrap{
	margin: 10px 10px;
	border: 1px solid white;
	background-position: center center;
	
	background-repeat: repeat-x;
	position: relative;
	background-color: black;
	min-width: 950px;
	_width: expression(document.body.clientWidth < 950 ? "950px" : "auto" );
}
div.page{
	position: relative;
}

div.pageHeadWrap{

	height: 129px;
	background-image: url(img/head2.png);
	background-position: center -1px;
	background-repeat: repeat-x;
	
}
div.pageHead{
	height: 129px;
	background-image: url(img/leftCorner2.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
div.pageHead div.login{
	position: absolute;
	top: 134px;
	right: 130px;
	z-index: 30;
}
span.log{
	margin: 0px 25px 0px 0px;
	font-weight: bold;
}
div.pageHead div.login h3{
	display: none;
}
div.pageHead div.login form, div.pageHead div.login fieldset{
	display: inline;
	border: 0px;
	margin: 0px 0px;
	padding: 0px;
}
div.pageHead div.login input, div.pageHead div.login label{
	display: inline;
	float: none;
	margin: 0px;
	width: auto;
}
div.pageHead div.login input{
	width: 5.5em;
}
div.pageHead div.login br{
	display: none;
}

div.styleChange{
   position: absolute;
   right: 90px;
   _right: 100px;	
   top: 5px;
   z-index: 100;
   font-weight: bold;
   font-size: 0.8em;
}

div.pageBiker{
	
	position: absolute;
   right: 0px;
   _right: 10px;	
	top: 0px;
	width: 400px;
	height: 230px;
	background-image: url(img/rightCorner2.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	z-index: 10;
}
h1#logo{
	padding: 45px 0px 0px 210px;
	margin: 0px;
	font-size: 40px;
	z-index: 50;
	position: relative;
	color: white;
	
}
h2#sublogo{
	padding: 0px;
	color: Black;
	margin: 0px;
	position: absolute;
	top: 88px;
	left: 0px;
	padding-left: 380px;
	font-style: italic;
	font-size: 1.3em;
	z-index: 30;
}
.contentWrap h1{
	top: 20px;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 15px;
	z-index: 50;
	margin-top: 0px;
	background-image: url(img/bigPoint.png);
	background-repeat: no-repeat;
	background-position: 6px 16px;
	margin-bottom: 25px;
	white-space: nowrap;
	font-size: 1.9em;
	position: relative;
	margin-right: 280px;
}
div#menuWrap{
	position: absolute;
	left: 0px;
}
div.menu{
	width: 200px;
}
div.menu h3{
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 6px;
	background-image: url(img/smallPoint.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	font-size: 1.3em;
/*	border-bottom: 1px dotted #AE0000;*/
}
div.menu ul, div.menu li{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	/*border: 1px solid red;*/
}

div.menu li{	
	height: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
}
div.menu li span.in{
	color: #999;
}
div.menu li .in{
	display: block;
	padding-left: 2.5em;
	border-left: 0px solid white;
	position: relative;
	z-index: 50;
}
div.menu li .sel{
	background-image: url(img/smallestPoint.png);
	background-repeat: no-repeat;
	background-position: 16px 4px;
}
div.menu li .in:hover{
	/*padding-left: 1em;
	border-left: 1.5em solid #6C0000;*/
	background-color: #222;
	color: white;
}
div.menu ul.subsubmenu{
	position: absolute;
	left: 198px;
	z-index: 200;
	width: 220px;
	background-color: Black;
	border: 1px solid white;
	visibility: hidden;
	z-index: 5;
	margin-top: -1.6em;
	
}
div.pageLine{
	height: 1px;
	border-top: 1px solid #B10000;
	position: absolute;
	top: 228px;
	width: 73%;
	margin: 0px 200px 0px 220px;
}
body.simple div.pageLine{
	margin: 0px 200px 0px 10px;
}
div.contentWrap{
	margin-left: 200px;
	min-height: 1500px;
	_height: expression(this.scrollHeight < 1600? "1600px" : "auto" ); overflow: visible;
	border-left: 1px solid white; 
	padding: 20px;
	background-color: black;
}
div.content{
	
}
div.innerText{
	_height: 650px;
	
}
body.simple div.contentWrap{
	margin-left: 10px;
}
div.content h3{
	font-size: 1.1em;
	font-weight: normal;
}
div.content h3 span{
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #C00000;
	
}
p{
	text-indent: 3em;
	text-align: justify;
	margin: 15px 20px 15px 0px;
	line-height: 130%;
}

/*TABULKY*/
div.tableWrap{
	/*overflow: scroll;*/
	margin-bottom: 10px;
}
table.data{
	border-collapse: separate;
	border: 1px solid white;
	margin: 10px 0px;
	background-color: Black;
	font-size: 0.8em;
	/*table-layout: fixed;
	width: 100%;*/
}
table.data a{
	color: #FF6464;
}
table.data a:hover{
	color: #FF0000;
}
.fix{
	table-layout: fixed;
	width: 100%;
}
table.data td{
	background-color: #333;
}
table.data .lich td{
	background-color: #222;
}
table.data .lich th{
	background-color: #6C0000;
}
table.data th, table.data td{
	padding: 2px 3px;
}
table.data th{
	background-color: #B10000;
	color: white;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

/* FORMULARE */
form{
	/*position: relative;*/
	display: block;
	
	/*width: 75%;*/
	margin: 10px 10px;
	font-size: 0.85em;
}
input.a{
	display: none !important;
}

input.submit{
	background-color: Black;
	color: White;
	border: 2px solid #B10000;
	width: auto !important;
	padding-top: 0px; 
}
input.checkbox{
	border-width: 0px;
	border-color: inherit;
}
label{
      width: 15em;
      display: block;
      float:left;
      text-align:right;
      margin-top:1px;
      clear:left;	
}
label.normal{
     width: auto;
     display: inline;
     float: none;
     clear:none;
     text-align:left;
     margin-top:0px;
  }
label.sekce{
     font-weight: bold;
     font-size: 1.2em;
}
input, select, textarea, span.input{
	margin:1px;
	margin-left: 10px;
}
input.text, input.password, select, textarea, span.input{
      display: inline;     
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  border: 1px solid #B10000;
     /*border: 1px solid black;*/
  }
span.input{
  	  border: 0px;
  	  position: relative;
  	  top: 2px;
  }
span.moved{
  	display: block;
  	padding-left: 160px;
  }
input.moved{
	margin-left: 200px;
}
textarea{
	width: 300px;
	height: 6em;
	font-size: 1.0em;
}
textarea.big{
	width: 400px;
	height: 30em;
}
fieldset{
	width:auto;
	display: block;
	/*float:left;*/
	clear:both;
	border: 0px solid #ccc;
	/*background-color: #eee;*/
	margin-top: 10px;
  }
legend{
	clear: left;
	color: white;
	font-size: 1.3em;
	padding: 3px 5px 5px;
	margin: 0px 5px 5px;
	border-bottom: 2px solid #B10000;
/*	background-color: white;*/
	font-weight: normal;
	font-style: italic;
}
form input.datum{
	width: 6.5em;
}
form input.cislo{
	width: 3em;
}
form input.pidi{
	width: 2em;
}
form input.maly{
	width: 7em;
}
form input.velky{
	width: 300px;
}

form.filtr{
	width: auto;
	float: none;
	margin: 0.4em 0px;
	padding: 0px;
}
form.filtr fieldset {
	width: auto;
	float: none;
	margin: 0px; 
	padding: 5px;
}
form.filtr input {
	display: inline;
	float: none;
}
form.filtr label {
	display: inline;
	float: none;
	width: auto;
	margin-left: 10px;
}
form.filtr br{
	display: none;	
}
form.full fieldset{
	float: none;
	width: 75%;
}
input.set, input.mset{
	display: inline;
	float: none;
	margin-left: 50px;
}
input.mset{
	margin: 30px 10px 10px;
}
label.set, label.mset, label.mset2{
	margin-left: 10px;
	display: inline;
	float: none;
	text-align: left;
}
label.mset{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	_position: static;
	top: -7px;
	_top: auto;
	
}

label.mset2{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	_position: static;
	top: -7px;
	_top: auto;
	background-image: url('img/ico/sortDown.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
}

div.set{
  margin: 8px 40px;
  font-weight: bold;
}
form.filtr{
	width: auto;
	float: none;
	margin: 0.4em 0px;
	padding: 0px;
}
form.filtr fieldset {
	width: auto;
	float: none;
	margin: 0px; 
	padding: 5px;
}
form.filtr input {
	display: inline;
	float: none;
}
form.filtr label {
	display: inline;
	float: none;
	width: auto;
	margin-left: 10px;
}
form.filtr br{
	display: none;	
}
.err, .error{
	color: red !important;
	font-size: 0.8em;
}
img.gimg{
	margin: 5px;
	border: 1px solid #88c;
	background-color: #101010;
	padding: 5px 15px 5px 15px;
}
div.msg{
	border: 1px solid white;
	padding: 10px;
	font-weight: bold;
	background-color: #B10000;
	color: white;
}
div.msg a{
	color: White;
}
div.msg .n{
	font-weight: normal;
}
span.notAll{
	cursor: pointer;
	border-bottom: 1px dotted gray;
}
span.notAllpic{
	display: none;
}
span.notAll:hover{
	color: #ccc;
}
.bordered{
	padding: 5px 10px;
	margin: 5px;
	background-color: Black;
	border: 1px solid white;
}
div.fullText{
	/*display: none;*/
	visibility: hidden;
	position: absolute;
	width: 180px;
	background-color: Black;
	border: 1px solid white;
	padding: 5px;
	
	z-index: 150;
}
div.gpsmap{
	position: absolute;
	background-color: Black;
	border: 1px solid white;
	padding: 5px;
	z-index: 150;
	margin-left: -150px;
	width: 600px;
	
}
div.gpsmap img.mapa{
	position: relative;
	padding-right: 10px;
}
img.gpspoint{
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	margin: 4px 0px 0px 4px;
}
/*
div.filtrContainer form br{
	display: none;
}
*/
div.filtrContainer{
	/*visibility: hidden;*/
	margin-top: -100px;
	width: 60% !important;
	margin-left: -5px;
}
div.cross{
	float: right;
	width: 13px;
	height: 13px;
	background-image: url('img/close.png');
	cursor: pointer;
	border: 0px;
	background-repeat: no-repeat;
}
.none{
	display: none;
}
.addItem, .filter, .help, .moveLeft, .moveRight, div.filtrContainer legend, .leftIco, .xls, .graph, .ico{
	padding: 1px 0px 1px 25px;
	background-image: url(img/ico/add.gif);
	background-repeat: no-repeat;
}
.filter, div.filtrContainer legend{
	background-image: url(img/ico/filter.gif);
}
.help{
	background-image: url(img/ico/help.gif);
}
.sortUp{
	background-image: url(img/ico/sortUp.gif);
}
.sortDown{
	background-image: url(img/ico/sortDown.gif);
}
.moveLeft{
	background-image: url(img/ico/forward.gif);
}
.moveRight{
	background-image: url(img/ico/back.gif);
}
.xls{
	background-image: url(img/ico/excel.gif);
}
.mapIco{
	background-image: url(img/ico/map.gif);
}

.graph{
	background-image: url(img/ico/graph.gif);
}
.list{
	background-image: url(img/ico/list.gif);
}
.selectAll{
	background-image: url(img/ico/selectall.png);
}
div.fpoz{
   margin-left: 15em;
   margin-top: 10px;
   padding-left: 10px; 
}
div.menuInfo{
  border-top: 1px solid white;
  font-size: 0.75em;
  padding: 10px;
  color: gray;
  line-height: 150%;
  margin-top: 10px; 
}
div.created{
  position: absolute;
  right: 10px;
  margin-top: 2px;
}
div.created a{
  color: gray;
  font-size: 0.7em;
}
.aktuality{
	border: 1px solid white;
	background-color: #B10000;
	padding: 0px 20px 10px;
	color: white;
	margin-top: 20px;
}
form table{
	font-size: 11px;
	/*margin-left: 11px;*/
	position: relative;
	left: 11px;
	border-collapse: collapse;
	margin-top: 2px;
	/*width: auto;*/
}
form table td, form table th{
	border: 1px solid #333;
	
} 
form table th{
	font-weight: normal;
	text-align: right;
	padding: 0px 5px;
	border-right-width: 0px;
}
form table td{
	padding-right: 7px;
	border-left-width: 0px;
}
form table input{ 
	width: 4em;
	margin: 0px;
}
td.no, td.nol{
	border-left: 0px solid;
}
td.no, td.nor{
	border-right: 0px solid;
}
div.vlastni{
	position: absolute;
	margin-left: 200px;
	left: 40em;
	display: inline;
}
img.logo{
	border: 1px solid #B10000;
}
.aktuality a.edit{
	color: white;
}
li.act a{
	font-weight: bold;
	color: white;
}
table .r{
	text-align: right !important;
}
table .l{
	text-align: left !important;
}
table .c{
	text-align: center !important;
}
.weekend{
	color: #7f6;
}
div.wrapBox{
	_width: 80px;
	/*
	min-width: 80px;
	padding: 5px;*/
	
}
th.sirkaText{
	
}
span.unit, .nobr{
	white-space: nowrap !important;
}


/*DISKUZE*/
div.smajlici img{
	border: 0px;
}
div.prispevek{
	/*position:relative;*/
	margin: 10px 0px;
	border-top: 1px solid rgb(150,150,150);
	padding: 5px 5px; 
	clear: both;
	_margin-right: 50px;
/*	width: 100%;*/
}
span.datum{
	float: right;
}
div.doprava{
	text-align: right;
}
form.diskForm{
	margin: 10px;
}
div.prispevek p{
	margin: 3px 0px;
	padding: 2px 0px;
	text-indent: 0em;
	
}
div.prispevek div.reaction{
	float: left;
	color: rgb(170,170,170);
	text-align: left;
	padding: 3px 0px;
}
div.prispevek div.reaction a{
	color: rgb(170,170,170);
}
textarea#textIn{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div#tipWrap{
	
}

div.tip{
	
	/*margin: 10px 300px 10px 210px !important;
	position: absolute;
	top: 145px;
	left: 0px;*/
	background-color: #ddd;
	z-index: 300;
	border: 1px solid white;
	padding: 5px 5px 5px 15px;
	background-color: #333;
	
}


.tiploader{
	margin: auto;
	width: 50%; 
	text-align: center; 
	position: absolute;
}

div.tip h2{
	
	margin: 5px 0px;
	padding: 0px;
}
div.tip h3{
	font-weight: bold;
	color: #D00000;
}
div.tip p{
	text-indent: 0px;
}
.filtrContainer th{
	background-color: white;
	color: black;
}
.filtrContainer td{
	border: 1px solid white;
}
.filtrContainer td, .filtrContainer td th{
	padding: 3px;
}
img.rozmery{
	border: 10px solid white;
}

a.logohref{
	float: left;
	width: 150px;
	margin: 10px;
	height: 50px;
}
a.logohref img{
	display: block;
	border: 1px solid white;
}
.pockej{
	clear: both;
}
.userDetailWindow{
	width: 350px;
	min-height: 100px;
	position: absolute;
	margin-left: -100px;
	z-index: 150;
}
.userDetailWindow{
	font-weight: normal;
	margin-left: 0px;
	font-size: 0.9em;
	background-color: #111;
}
table .userDetailWindow{
	margin-left: -250px;
	font-size: 1em;
	
}

.userDetailWindow div.fotka{
	width: 120px;
	height: 160px;
	overflow: hidden;
	margin: 5px 0px 5px 5px;
	float: right;
}
.userDetailWindow h4 {
	font-size: 1.2em;
	margin: 5px 0px;
	padding: 0px 0px 3px;
	border-bottom: 1px solid white; 
}
div.rightCol{
	width: 240px;
	float: right;
	margin: -14px 10px 20px 16px;
	padding: 10px;
	border-left: 1px solid #6C0000;
	border-bottom: 1px solid #6C0000;
	background-color: black;	
}

div.tip, .aktuality{
	margin-right: 280px;
}


/*ANKETA*/
div.anketa form.anketa input.radio{
	width: auto;
	display: inline !important;
	
}
div.anketa form.anketa label{
	text-align: left;
	font-weight: normal;
	float: none;
	display: inline;
	width: auto;
}
div.acol{
	height: 5px;
	font-size: 5px;
}
div.acolwrap{
	border: 1px solid gray;
	margin: 3px 0px 7px;
}
div.question{
	font-weight: normal;
	margin-bottom: 3px;
	font-style: italic;
	
}
div.anketa form{
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.anketa{
	width: auto;
	padding: 0px;
	
	margin-left: 0px;
}
div.anketa form label{
	font-size: 0.9em;
}
.zprava{
	float: right;
}
.zleva{
	float: left;
}
#mapaWrap{
	margin: 10px;
	width: 500px;
	border: 1px solid #C00000;
	background-color: #333;
}
ul.inlineMenu{
	display: block;
	margin: 2px 35px;
	padding: 0px;
	margin-bottom: -6px;
	position: relative;
	z-index: 10;
}
ul.inlineMenu li{
	display: inline;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 3px 5px 5px 5px;
}
ul.inlineMenu li.selected{
	border: 1px solid #C00000;
	border-bottom: 0px;
	font-weight: bold;
	background-color: #333;
}
.mapaValue{
	margin: 3px;
	
	padding: 3px;
	z-index: 110;
}
table.data tr.over td{
	background-color: #555;
}
#menuHider{
		position: absolute;
		z-index: 100;
		border: 1px solid white;
		border-left: 0px;
		display: block;
		width: 17px;
		height: 17px;
		background-image: url('img/ico/back.gif');
		background-repeat: no-repeat;
		background-position: center center;
		top: 129px;
		left: 201px;
}
#menuHider:hover {
	background-color: white;
}
.simple #menuHider{
	left: 11px;
	background-image: url('img/ico/forward.gif');
}
div.infoservis h4{
	font-size: 13px;
}
div.infoservis p{
	font-size: 11px;
	text-indent: 0em;
}
div.reginfo{
	font-size: 0.7em;
	text-align: right;
}
div.remember{
	font-size: 0.7em;
	text-align: right;
	position: relative;
	z-index:  60;
}
div.remember input {
	margin-right: 5px !important;
	width: auto !important;
	
	
}
.rightCol h3.color{
	
	font-size: 1.5em;
	margin: 3px 0px 10px;
	padding: 0px;
}
.rightCol hr{
	display: block;
	margin: 5px -10px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #740000;
}
div.foto{
	margin: 10px;
	float: left;
	position: relative;
	
}
div.foto img{
	border: 1px solid white;
}
div.foto span{
	position: absolute;
	top: 7px;
	left: 7px;
	color: black;
	font-weight: bold;
}
div.foto span.numDark{
	top: 6px;
	left: 6px;
	color: white;
}
form.inline{
	display: inline;
}
form.inline input{
	display: inline;
}
form.inline br {
	display: none;
}
form.inline label {
	display: none;
}
form.inline fieldset {
	display: inline;
}
.formBlock{
	margin-left: 15em;
	line-height: 150%;
}
 #atrtitle {border:1px solid #000;background:#888;color:#FFF;padding:5px;position:absolute;font-size:0.7em}

table.data td.narocnost_5{
	background-color: #DF4444 !important;
}
table.data td.narocnost_4{
	background-color: #BC4444 !important;
}
table.data td.narocnost_3{
	background-color: #9C4444 !important;
}
table.data td.narocnost_2{
	background-color: #7C4040 !important;
}
table.data td.narocnost_1{
	background-color: #4F3030 !important;
}
.gray {
  color: #aaa;
}


div#panel {
	position: fixed;
	bottom: 0px;
	right: 20px;
	/*width: 90%;*/
	margin-left: 20px;
	z-index: 100;
}

div.banner p {
	text-indent: 0px;
}

div.banner {
	padding: 20px 20px 10px 20px;
}

div#panel h3 {
	padding: 0px;
	margin: 0px;
	padding: 5px 0px;
}

div#panel ul {
	display: block;
	margin: 0px;
	text-align: left;
	list-style: none;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid white;
}
div#panel ul li {
	display: inline;
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
}
div#panel ul li.banner_item {
	color: #C00000;	
	text-decoration: underline;
	cursor: pointer;
	padding-right: 15px;
	font-weight: bold;
}
div#panel ul li.banner_item:hover{
	color: #FF0000;
}
div#panel div.banner {
	display: none;
}
div#panel div.active {
	display: block !important;
}



div#panel p {
	margin: 0px 20px 20px;
}
div#panel img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
div#panel p.par1{
	font-size: 1.2em;
}
div#panel p.par3{
	clear: left;
	padding: 5px;
	margin: 0px;
	font-size: 0.8em;
	/*text-align: right;*/
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div#panel a#button {
	float: right;
	background-color: #C00000;
	text-align: center;
	padding: 10px 20px 10px 30px;
	border: 1px solid white;
	border-bottom: 0px;
	position: relative;
	top: 1px;
	color: white;
	margin-right: 10px;
	background-image: url("img/ico/sortUp.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
}

div#panel td {
	text-align: center;
}

div#panel a.active{
	background-image: url("img/ico/sortDown.gif") !important;
}
div#panel .cyklo {
	padding-top: 20px;
	font-size: 0.8em;
}
div#panel #panelContent{
	clear: right;
	background: #333;
	display: none;
	border: 3px double white;
	border-bottom: 0px;
	padding: 0px;
}
table.banner {
	padding: 5px 20px 20px;
}
table.banner td {	
	vertical-align: top;
}
table.banner td img {	
	padding: 0px 20px 20px 0px;
	display: block;
}
