/* RRM, CSS styly pro zobrazeni */

/*-----------------------------------------------------------------------------
zakladni nastaveni
-----------------------------------------------------------------------------*/
body{
	background-color: #475545;
	margin: 0px;
	padding: 0px;

  text-align: center;/* ie */

	font-family: tahoma,arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
body.editor
{
  background-color: #FFFFFF;
  background-image: url(./editor-bg.gif);
}
#page{
  margin:0px;
  padding:0px;
  margin-left: auto;/* firefox */
	margin-right: auto;/* firefox */
	
  position: relative;
  width: 780px;
  text-align: left;/* ie */
  
  background-image: url(./main-bg.gif);
  background-repeat: repeat-y;
  background-color: white;
}
html>body #page{
	height: auto;
	min-height: 100%;
}
#left-bg{
  margin:0px;
  padding:0px;
	
  width: 100%;
}

#left{
  float:left;
  width:177px;
}
#right{
  float:right;
  width:597px;
}
#footer{
	margin-left: auto;
	margin-right: auto;
  height: 10px;
	width: 780px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #0060a6;
	_top: expression(document.getElementById('page').offsetHeight - document.getElementById('footer').offsetHeight);
}
#cleaner{
  clear: both;
  font-size:0px;
  height: 1px;
  line-height: 0px;
  overflow: hidden;
  background: none;
}
#cleanermain{
  clear: both;
  font-size:0px;
  height: 1px;
  line-height: 0px;
  overflow: hidden;
  background: none;
}
/*-----------------------------------------------------------------------------
TOP nastaveni
-----------------------------------------------------------------------------*/
#top-img{
  position:absolute;
  width:780px;
  height:134px;
  background-color: #f7f7f7;
  z-index: 1;
}
#top-img-a{
  margin: 0px;
  padding: 0px;
  width:780px;
  height:134px;
  border:0px; 
  z-index: 2;
  text-decoration: none;
}
#top-a{
  position:absolute;
  z-index: -1;
  color: blue;
  text-decoration: none;
  text-decoration: none;
}
#top-form{
  position:absolute;
  top: 9px;
  left: 520px;
  
  color:#677464;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#Ttext{
  position:absolute;
  top:5px;
  left:0px;
}
#Tinput{
  position:absolute;
  top:2px;
  left:85px;
  
  color:#677464;
  font-size: 11px;
  font-weight: bold;
  border: 2px #6f796d solid;
  background-color: white;
  padding: 0px;
  line-height: 12px;
}
* html #Tinput{
  padding: 0px;
  line-height: 14px;
}

#Tsubmit{
  position:absolute;
  top:4px;
  left:205px;
  
  color:#677464;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  background: none;
}
/*-----------------------------------------------------------------------------
TOP MENU nastaveni
-----------------------------------------------------------------------------*/
#top-menu{
  position: absolute;
  top: 134px;
  left: 0px;
  width: 780px;
  height: 50px;
  background-color: #e3e3e3;
  border-bottom: 2px solid #CFDDCC;
  z-index: 1;
  display: inline;
  background-image: url(./button-bg.jpg);
  background-repeat: repeat-x;
}
.menu-button{
  position: relative;
  float: left;
  height:50px;
  
  background-image: url(./button-bg.jpg);
  background-repeat: repeat-x;
}
A.menu-button-a{
  position: relative;
  top: 20px;
  
  padding-top:25px;
  padding-bottom:15px;
  padding-left: 7px;
  padding-right: 10px;

  background-image: url(./button-b-small-bg.jpg);
  background-position: right 5px;
  background-repeat: no-repeat;

  color: #475545;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
A:HOVER.menu-button-a{
  color: #475545;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------
TOP SUBMENU nastaveni
-----------------------------------------------------------------------------*/
.submenu-hidden{
  visibility: hidden;
  position: absolute;
  right:0px;
  top: 48px;
  z-index: 1;
  width: 160px;
}
.submenu-visible{
  visibility: visible;
  position: absolute;
  left:0px;
  top: 48px;
  z-index: 1;
  width: 160px;
}
.submenu-button{
  background-color: #82907f;
  background-image: url(./ikon-g-small.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  
  width: 160px;
  border-bottom: 1px white solid;
  padding: 3px;
  
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
A.submenu-button-a{
  position: relative;
  display: block;
	color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  
  margin-left: 3px;
  padding-left: 17px;

  background-image: url(./sipka.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
A:HOVER.submenu-button-a{
  color: #ffffff;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------
TOP H1 nastaveni
-----------------------------------------------------------------------------*/
#h1-top{
  position: absolute;
  top: 184px;
  left: 177px;
  width: 603px;
  height: 44px;
  background-image: url(./h1-bg.jpg);
  background-repeat: repeat-x;
  z-index: 0;
}
#th1{
  position:absolute;
  bottom:0px;
  right: 0px;
  
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 15px;
  
  
  float: right;
  
  color:#0060a6;
  font-size:120%;
  font-weight: bold;
  text-transform: uppercase;
  
  background-image: url(./th1-bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------
LEVE MENU nastaveni
-----------------------------------------------------------------------------*/
#left-prihlaseni{
  position:absolute;
  top:184px;
  left: 0px;
  width: 177px;
  height:44px;
  
  background-color: #005899;
  background-image: url(./prihlaseni-bg.jpg);
  background-repeat: repeat-x;

  z-index: 0;
}
#left-prihlaseni-h1{
  position:absolute;
  bottom: 0px;
  right: 0px;
  
  padding-top: 17px;
  padding-right: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
  color:#80b0d3;
  
  background-image: url(./ikon-b-big.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#left-form{
  position:absolute;
  top:228px;
  left: 0px;
  width: 177px;
  height:90px;
  background-color: #0060a6;
  border-top: 2px solid #004b82;
  border-bottom: 1px solid #e3e3e3;
  z-index: 0;
}
.left-form-table{
  position:absolute;
  top:10px;
  left:10px;
  color: #80b0d3;
  font-size: 100%;
  font-family: arial;
}
.left-form-input{
  color: black;
  font-size: 90%;
  font-family: arial;
  border-top: 2px #6aa2cb solid;
  border-right: 1px #88b5d6 solid;
  border-bottom: 1px #88b5d6 solid;
  border-left: 2px #5595c3 solid;
}
.left-form-registrace{
  position:absolute;
  top:60px;
  left:10px;
}
A.left-form-registrace-a{
  color: white;
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
}
A:HOVER.left-form-registrace-a{
  color: #80b0d3;
  text-decoration: none;
}
#left-aktuality{
  position:absolute;
  top:184px;
  left: 0px;
  width: 177px;
  height:44px;
  
  background-color: #8b9788;
  background-image: url(./aktuality-bg.jpg);
  background-repeat: repeat-x;

  z-index: 0;
}
#left-aktuality-h1{
  position:absolute;
  bottom: 1px;
  left: 10px;
  float: left;
  width: 167px;
  
  padding-top: 17px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
  color:#475545;
  
  background-image: url(./ikon-g-big.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#left-aktuality-text{
  margin-top: 228px;
  margin-bottom: 50px;
  
  padding: 0px;

  width: 177px;
  
  border-top: 2px solid #6f796d;
  background-color: #9dab9a;

  z-index: 1;
}
#left-aktuality-text-ul{
  position:relative;
  top: 10px;
  left: 0px;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}
.left-aktuality-text-li{
  padding-left: 17px;
  background-image: url(./odrazka.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
A.left-aktuality-text-li-a{
  color: #475545;
  text-decoration: none;
}
A:HOVER.left-aktuality-text-li-a{
  color: #004b82;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------
STRANKA nastaveni
-----------------------------------------------------------------------------*/
#main{
  margin-left: 20px;
  margin-top: 240px;
  margin-bottom: 50px;
  width: 550px;
  text-align:justify;
  font-size: 110%;
}
#main-top-cesta{
  text-align: left;
  margin-bottom: 5px;
  color:#4d86b1;
  font-weight: normal;
}
h1{
  font-size:150%;
}
h2{
  font-size:140%;
}
h3{
  font-size:130%;
}
h4{
  font-size:120%;
}
h5{
  font-size:110%;
}
h6{
  font-size:100%;
}
P{
  font-size:100%;
}
A{
  color: #4d86b1;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}
A:HOVER{
  color: #004b82;
  text-decoration: underline;
}
ul{
  color: black;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  list-style-type: disc;
}
table,td,th{
  color: black;
  font-size: 100%;
  font-weight: normal;
}
th{
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  background-color: #117cb2;
}
hr{
  width:100%;
  border:1px solid #0060a6;
  
}
/*-----------------------------------------------------------------------------
BOTTOM nastaveni
-----------------------------------------------------------------------------*/
#footer-left{
  float: left;
  width: 177px;
  height: 38px;
  background-image: url(./footer-bg-g.jpg);
}
A.footer-left-a{
  position: absolute;
  left:10px;
  top: 10px;
  color: #ffffff;
  font-size: 120%;
  font-weight: normal;
  text-decoration: none;
}
A:HOVER.footer-left-a{
  color: #ffffff;
  text-decoration: none;
}
#footer-right{
  float: right;
  width: 603px;
  height: 38px;
  background-image: url(./footer-bg-b.jpg);
  text-align: right;
}
A.footer-right-a{
  position: relative;
  top: 10px;
  right:10px;
  color: #ffffff;
  font-size: 120%;
  font-weight: normal;
  text-decoration: none;
  margin-right: 20px;
}
A:HOVER.footer-right-a{
  color: #ffffff;
	text-decoration: none;
}
.footer-right-text{
  position: relative;
  top: 10px;
  right:10px;
  color: #ffffff;
  font-size: 120%;
  font-weight: normal;
  text-decoration: none;
  margin-right: 20px;
}
.footer-right-text A{
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}
.footer-right-text  A:HOVER{
  color: #ffffff;
	text-decoration: none;
}
input{
	border: 1px solid #4d86b1;
	padding: 3px;
	font-size: 11px;
	color: #045ca3;
	height: 20px;
}
.radio, .checkbox{
	border: 0px;
	height: 13px;
}

input.sendButton{
	background-color: #0260a8;
	border: 1px solid #4d86b1;
	padding: 2px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
#infoErrorMessage{
	background-color: #990000;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}
#infoMessage{
	background-color: #045ca3;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}
ul.ul-sub-menu{
	margin: 0px;
	padding: 10px;
	width: 40%;
	border: 2px solid #147db4;
	background-color: #fcffff;
	float: right;
	position: relative;
	left: 15px;
}
ul.ul-sub-menu li ul{
	margin-left: 0px;
	padding: 0px;
}
* html ul.ul-sub-menu li ul{
	margin-left: 20px;
}
ul.ul-sub-menu li{
	position: relative;
	left: 15px;
}

* html ul.ul-sub-menu li{
	position: relative;
	left: 0px;
}
ul.ul-sub-menu li, ul.ul-sub-menu li ul li{
	list-style-type: none;
}
ul.ul-sub-menu .active{
	font-weight: bold;
}
/* language */
div#div-language{
  position:absolute;
  top: 10px;
  left: 430px;
  z-index: 1;
}

div#div-language A.cs{
	background-image: url(cze-noactive.gif);
	background-repeat: no-repeat;
	
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 5px;
	
	z-index: 2;
}
div#div-language A.cs-active{
	background-image: url(cze.gif);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 5px;
	
	z-index: 2;
}

div#div-language A.en{
	background-image: url(eng-noactive.gif);
	background-repeat: no-repeat;
	
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 5px;
	
	z-index: 2;
}
div#div-language A.en-active{
	background-image: url(eng.gif);
	background-repeat: no-repeat;
	
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 5px;
	
	z-index: 2;
}
div#div-language A{
	border: 1px solid black;
}
div#div-language A:hover, div#div-language A.active{
	border: 1px solid black;
}
/* clanky */

.bold{
	font-weight: bold;
}
.big, .big:hover{
	font-size: 1.2em;
	line-height: 1.6em;
	
	text-align: left;
}
.w100{
	float: left;
	width: 5.5em;
}