body {
	padding-right: 0px;
	padding-left: 0px;
	background: #606060;
	padding-bottom: 0px;
	margin: 0px;
	font: 0.8em/1.6em arial ce, arial;
	color: #606060;
	padding-top: 0px;
	text-align: center;
}

.tar{
	text-align: right;
}

.tal{
	text-align: left;
}

.tac{
	text-align: center;
}

#main {
	border: 0px solid;
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

#header {
	background: #BAA55A;
	color: white;
	width: 760px; 	
}

#header h1 {
	padding-right: 0px; 
	display: block; 
	padding-left: 20px;  
	padding-top: 20px; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: 740px; 
	position: relative; 
	height: 115px;
	line-height: 200%;

}
#header h1 span {
	padding-right: 0px;
	display: block; 
	padding-left: 0px; 
	z-index: 1; 
	background: url(images/header.gif); 
	left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: 760px; 
	cursor: hand; 
	padding-top: 0px; 
	position: absolute; 
	top: 0px; 
	height: 135px;
}

div#menudiv{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #A38333;
	background-image: url('images/dark_top.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: middle;
	height: 1.7em; 
}

div.cal-select select{
	background-color: #FFFFE0;
}

div.cal-select input{
	font: 1em arial ce, arial;
	color: White;
	background-color: #BAA55A;
	border: 1px solid white; 
	font-weight: bold;
}

div.cal-select input:hover{
	color: White;
	background-color: #6B8E23;
	
}

  div#main ul#menu, div#main ul#menu ul  {
		    padding:0;
		    margin:0;
		    list-style-type:none;
	   }  
	
    div#main ul#menu li {
        float:left;
        display:block;
        margin:0px;
    }	

    div#main ul#menu li a  {
        color:white;
		    display:block;
		    float:none;
		    padding-left:15px;
		    padding-right:15px;			 
        /*width:150px;		    */
		    text-align:left;
		    background-color:#A38333;
			 text-decoration: none;
			 border-right: 3px solid #BAA55A;
	   }
		
	    div#main ul#menu li a:hover  {
	background-color: #BAA55A;
}

#content{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;		
	padding-bottom: 30px;			
	border-left: 1px solid Black;
	border-right: 1px solid Black;	
	background-color: White;
	border-left: solid 5px white;
	border-right: solid 5px white;
	color: Black;
	min-height: 400px;
	_height: 400px;
}

#bottommenu{
	font-size: 0.9em;
	color: White;
	margin: 0px;
	padding-left: 15px;
	_padding-left: 25px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #A38333;
	vertical-align: top;
	background-image: url('images/dark_bottom.gif');
	background-repeat: no-repeat;
	background-position: center top;
}



#footer {
	color: #FFF1DD;
	padding: 10px 10px 20px 15px;
	_padding: 10px 10px 20px 25px;
	font-size: 1em;
	text-align: left;
	background-color: #BAA55A;
	vertical-align: top;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#subfooter{
	text-align: center;
}


#ext-links {
	font-size: 0.9em;
	background-color: #D5E6AE;
	color: #A38333;
	padding: 10px;
	margin: 50px 0 0 0;
}

#ext-links h3{
	background-color: transparent;
	color: #A38333;	
	margin: 0;	
	padding: 0;
}

#ext-links a{
	color: #A38333;
	text-decoration: underline;
}

a  {
	text-decoration: none;
}
a:hover  { 
	text-decoration: underline;
}

a img {border:none}	
	
#header a, #bottommenu a {
	color: white;
	text-decoration: none;
}

#footer a {
	color: #FFF1DD;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}		


h1{
	font-size: 1.8em;
	margin-top: 3px;
	margin-bottom: 10px;
	color: white;
}

h2{
	font-size: 1.6em;
	margin-top: 18px;
	margin-bottom: 30px;
	color: #A38333;
}

h3{
	font-size: 1.1em;
	color: white;
	background-color: #BAA55A;
	padding: 2px 5px 1px 5px;
	clear: left;
	margin: 0 0 0 0;
}

input.txt{
	border: 1px solid #BAA55A;
	background-color: #F0F9FB;
	color: #BAA55A;
	font-family: Tahoma, Arial;
	padding: 0 3px 0 3px;
}

textarea{
	border: 1px solid #BAA55A;
	background-color: #F0F9FB;
	color: #BAA55A;
	padding: 3px;
}


input.butt {
    color: #ffffff; 
	background-color: #666666;
	margin: 0;
	padding: 0 10px 0 10px;
    border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	font-family: verdana, sans-serif;
    font-size: 1em;
}

#tooltip {
	color: black;
	border: 1px solid gray;
	background-color: #FFF8DC;
	font-weight: normal;
	padding: 1px;
	font-size: 0.9em;
}

#tooltip h3{
	background: transparent;
	color: black;
	font-size: 1em;
	font-weight: normal;
}



ul li{
	list-style: square;
}

ul#mapa-webu li{
	list-style: square;
	color: gray;
}

ul#mapa-webu li a{
	color: black;
}

ul#uvod a{
	color: #A38333;
	font-weight: bold;
}

#print-footer{
	display: none;
}

.newsticker {
	list-style-type: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: White;
	background: #050c44;
	padding: 3px;
	margin: 0;
	height: 120px;	
}

#advticker ul li{
	list-style: none;
}

#header-banner{
	position: absolute;
	margin: -80px 0 0 260px;
	z-index: 50;
}

#header-banner img{
	border: 2px solid #A38333;	
}

#calendar-buttons{
	padding: 10px 0 10px 0;
}

#calendar-buttons span{
	cursor: default;
	padding: 2px 5px 2px 5px;
	color: black;
	font-family: Tahoma, Verdana, Arial !important;
	font-size: 0.9em;
	background-color: #D2D2D2;
	border-left:2px solid  #E8E8E8;
	border-top:2px solid  #E8E8E8;
	border-right:2px solid  gray;
	border-bottom:2px solid gray;
	text-align: center;
	display: block;
	width: 120px;
	line-height: 130%;
	margin-right: 10px;
	float: left;
}

.clear-buttons{
	clear: both;
	float: none;
	font-size: 1px;
	display: block;
	margin-bottom: 10px;	
}

.jsonly{ /* objekty, ktere maji byt videt jen pri podpore js */
	display: none;
}


	



			
