* {
	font-size: small;
	_font-size: x-small;
	font-family: sans-serif, Arial, Verdana;
}
body, h1, h2, h3, h4, ul, li, form, div {
	margin: 0;
	padding: 0;
}

body {margin:0; padding:0;}
form, td{margin:0; padding:0;}
td, select, input, textarea { font-family:tahoma; font-size:11px; color:#667072; vertical-align:top;  text-align:left; }
img{ vertical-align:top;}


/*in_line_style*/
p {margin:0; padding:0;}

.seznam{
  margin-left: 30px;
}

.main_table{ width:100%; height:850px}
.site_center{text-align:center; width:100%;}
.site_center1{margin:0 auto; text-align:left; width:780px }

.bg{ background:url(img/main_bot.jpg) no-repeat left bottom}
.bg1{ background:url(img/main_top.jpg) no-repeat}

.title, .title_top, .title_bot{ display:block}

.right1{ text-align:right}

strong{ color:#3e4344}

a{ color:#5b9804; text-decoration:underline}
a:hover{ text-decoration:none}



/*content*/
#content{ height:447px}
#content .row1{ height:417px;}
#content .row2{ height:30px}
#content .col1{ width:7px}
#content .col2 td{ color:#3e4344}
#content .col2{ width:264px; background:url(img/repeat.gif) repeat-y; height:100%;}
#content .col2 .bottom{ background:url(img/bottom.gif) no-repeat left bottom; height:100%}
#content .col2 .top{ background:url(img/top.gif) no-repeat; height:100%}
#content .col3{ width:509px}

/*footer*/
#footer{ height:65px}
#footer a{ color:#797f81; text-decoration:none}
#footer a:hover{ text-decoration:underline}
#footer .col1{ width:8px}
#footer .col2{ width:763px; }
#footer .col2 div{ padding-top:28px; text-align:center; color:#797f81}
#footer .col3{ width:9px}


#content .row1 .col3 .nav{
  text-align: right;
  margin: 10px 30px 0 0;
}

#content .row1 .col3 .nav2{
  position: absolute;
  text-align: left;
  margin: 10px 30px 0 20px;
}

#content .row1 .col3 .nav3{
  text-align: left;
  margin: 10px;
}


#content .nav3 h1{
  font-size: 1.5em;
  margin-bottom: 1em;
}
#content .nav3 h2{
  font-size: 1.2em;
  margin-bottom: 0.9em;

}

.both{
  clear: both;
}


#content .row1 .col3  p{
	margin-bottom: 10px;
	text-align: justify;
	color: #606060;
  margin-left: 15px;
}

#content .row1 .col3 .indent img{
  border: 1px solid #606060;
}


#content .row1 .col3 .indent img.noborder{
  border: none;
}


#content .row1 .col2 .indent{
  margin: 20px;
  margin-top: 0;
}

#content .row1 .col2 p{
  margin: 15px;
}

#content .row1 h3{
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}




#login {
	display: block;
	font-weight: bold;
	height: 126px;
	padding-top: 10px;
	padding-left: 15px;
}
#login form label {
	position: absolute;
	float: right;
	margin-top: 4px;
}
#login input {
	font-weight: bold;
	width: 95px;
	margin-left: 55px;
	margin-top: 4px;
}
#login input.tl {
	width: 60px;
	margin-left: 82px;
}



/****** form1 ******/
.form1 {
	width: 490px;
	margin-top: 20px;
}
.form1 fieldset {
	padding: 10px;
	border: 2px #bfbfbf solid;
}
.form1 legend {
	padding: 3px;
	border: 1px solid #bbb;
	margin-bottom: 10px;
	text-align: right;
}
.form1 label {
	position: absolute;
	font-weight: bold;
	margin-left: 15px;
  text-align: left;
	margin-top: 3px;
}
.form1 input, .form1 textarea, .form1 select {
	display: inline;
	margin-bottom: 3px;
	width: 235px;
	margin-left: 130px;
  padding: 2px;
}

.form1.posun input, .form1.posun textarea, .form1.posun select {
	margin-left: 150px;
}

.form1 select {
	width: 243px;
}
.form1 textarea {
	height: 100px;
	width: 235px;
}
.form1 #submit, input.odeslat {
	width: 100px;
  text-align: center;
}

table{
	border-collapse:collapse;
}

.table {
	width: 300px;
  margin-top: 30px;
  border: solid 1px;
}

.table thead tr td{
  font-weight: bold;
  font-size: 1.1em;
}

.table td{
  width: 150px;
  padding: 2px;
  padding-left: 10px;
  border: silver solid 1px;
}

.table2 {
	width: 500px;
  border: solid 2px #BFBFBF;
}

.table2 tr th{
  font-weight: bold;
  font-size: 1em;
  padding: 4px;
  background-color: #D1D1D1;
  text-align: center;
}

.table2.svisla tr th{
  text-align: left;
  width: 100px;
}

.table2 tr td{
  font-weight: bold;
  font-size: 1em;
  width: 120px;
  padding: 5px;
  padding-left: 10px;
  text-align: left;
}

.table2 tr td.big{
  width: 400px;
}

.table2.ceny{
  width: 300px;
}
.table2.ceny th{
  text-align: left;
  padding-left: 30px;
  width: 170px;
}
.table2.ceny td{
  text-align: right;
  padding-right: 30px;
}


.table2.mezery td{
  padding-left: 30px;
  padding-bottom: 10px;
}
.table2.mezery td option, .table2.mezery td select{
  width: 430px;
  font-size: 0.9em;
}




.input{
  width: 50px;
  text-align: center;
}




.mm {
	color: #5B9804;
	text-decoration: underline;
}
.mm:hover {
	text-decoration: none;
}

img.left{
  margin: 10px;
  margin-top: 0;
  float: left;
  border: 1px #667072 solid;
}

img.right{
  margin: 10px;
  margin-top: 0;
  float: right;
  border: 1px #667072 solid;
}

img.center{
  margin: 10px;
  margin-left: 20px;
  margin: 0 auto;
  border: 1px #667072 solid;
}

#mapa,#mapa ul {
  margin-left: 20px;
}
#mapa li{
  margin-top: 3px;
}

#odrazky ul{
  margin-left: 20px;
  list-style-type: none;
}
#odrazky ul li{
  margin-bottom: 10px;
}

.forum{
  margin-left: 15px;
  border-top:2px #BFBFBF solid;
  padding: 3px 0 10px 0;
  position: relative;
  display: block;
  
}

ul.forum{
  border-top:0 none;
}

.forum div {
  background-color: #F1F4F4;
}

.forum .info {
  background-color: #D1D1D1;
  padding: 6px;
  margin-bottom: 6px;

}

.forum div,.forum div strong,.forum div strong span{
  font-size: 0.95em;
}

.forum li{
  list-style-type: none;
}
.club {
	text-align: center;
	padding-top: 10px;
}
.club a {
	padding: 5px 20px 5px 20px;
	font-size: 1.0em;
	background: #319800;
	border: 1px solid #57998D;
  color: #FFFFFF;
  font-weight: bold;
}
.club a:hover {
	border: 3px solid #ffffff;
}


.tlacitko {
	text-align: center;
	padding: 10px 0px 35px 0px;
  border-bottom: 2px #E3E8E8 solid;
}
.tlacitko a {
	padding: 5px 25px 5px 25px;
	font-size: 1.1em;
	font-weight: normal;
	background: #F8992D;
	border: 1px solid #FFFF00;
	color: #000000;
	text-decoration: none;
}
.tlacitko a:hover {
	border: 4px solid #F36C02;
	color: #003366;
}


#content .row1 .col2 .indent h3{
  border-bottom: 1px #E3E8E8 solid;
  margin: 0;padding: 0;
  padding-left: 80px;
  font-size: 1.4em;
  color: #FFFFFF;
}
/*

.tlacitko2 {
	text-align: center;
}
.tlacitko2 a {
	margin-left: 0px;
	padding: 3px 15px 3px 15px;
	font-size: 1.0em;
	font-weight: normal;
	background: white;
	border: 1px solid #F36C02;
	color: #0066FF;
  text-decoration: underline;
  font-weight: bold;
}
.tlacitko2 a:hover {
	border-right: 4px solid #F36C02;
	border-bottom: 3px solid #F36C02;
  background-color: #FFFFCC;
	color: #003366;
}
*/

#content .row1 .col2 span{
  text-align: center;
  font-size: 1.1em;
  margin-left: 60px;
}
#content .row1 .col2 span a{
  margin-top: 600px;
}

#obch,input.ch{
  width: 15px;
}


ul.media{
  margin: 3em 3em 5em 3em;
}

ul.media li{
  margin-bottom: 1em;
}
ul.media li.pdf{
  list-style: none outside url(ikonky/pdf.gif);
}
ul.media li.htm{
  list-style: none outside url(ikonky/htm.gif);
}


.cenacelkem{
	background-color: #FFFFCC;
  padding: 2px;
  font-size: 1.1em;
}


div.info {
  background-color: #FFFF66;
  border: 1px #000000 solid;
  padding: 10px;
  margin-bottom: 0.5em;
}


.table3 tr th{
  background-color: #fff;
  text-align: center;
}

.table3 tr th.ak{
  background-color: #F99F32;
}


table.table3{
  width: 500px;
  border: 2px #BFBFBF solid;
}
table.table3 tbody tr th{
  height: 15px;
}

table.table3 tbody tr.x,table.table2 tbody tr td.x{background-color: #D7D7D7;}
table.table3 tbody tr.z,table.table2 tbody tr td.z{background-color: #E2E2E2}
table.table3 tbody tr td.m,table.table2 tbody tr td.m{background-color: #3366FF}
table.table3 tbody tr td.o,table.table2 tbody tr td.o{background-color: #FF0033}
table.table3 tbody tr td.v,table.table2 tbody tr td.v{background-color: #00CC99}

table.table3 tbody tr th {font-size: 0.8em;}
table.table3 tbody tr td a {color: #000000;
padding: 0px 15px;
text-decoration: none;
}



.cotojatka {
	border: 2px solid #cccccc;
	padding: 3px 5px;
	background: white;
}
body > .cotojatka {
	font-size: 90%;
}
* html .cotojatka {
	font-size: 85%;
}
img.noborder{
  border: none;
}

#menu{
position: absolute;
top: 50px;
list-style-type: none;
}

.red{
 color: #CC0000;
}
