/* STYLES FOR POSITIONS OF BASIC DIVs */
#header .dotted {
	background-image: url('../webapp/images/layout/bg-square-dots.gif');
	background-repeat: repeat;

	top: 23px;
	_top: 28px;
	height: 18px;

	position: relative;
}

#header #logo {
	position: relative;
	z-index: 10;
	top: 20px;
	left: 15px;

	width: 140px;
	height: 39px;
}

#header #languages {
	float: right;
	padding: 10px;
	font-size: .85em;
	margin-top: 15px;
	margin-right: 15px;
	z-index: 50;
	position: relative;
}

#header #webmap {
	float: right;
	padding: 10px;
	font-size: .85em;
	margin-top: 35px;
	margin-right: -50px;
	z-index: 50;
	position: relative;
}
#header #webmap a {
	color: #346a99;
}

#header #webmap a:hover {
	text-decoration: underline;
}
#header #languages a {
	color: #346a99;
}

#header #languages a:hover {
	text-decoration: underline;
}

#text-content {
	background-color: #ffffff;
	background-image: url('../webapp/images/layout/bg-content.gif');
	background-repeat: repeat-y;

	min-height: 35em;
	height: auto;
	_height: 35em;

	padding: 15px;
	/*border: 1px solid #9bb4c7;*/	
}

#text h3 img {
	display:block;
	top:15px;
}
.padded-content {
	padding: 5px;
	padding-top:0px;
	margin-top:-0px;
}

#text-content #text {
 /*blank*/
	text-align: justify;
}

#sidebar .box {
	margin-bottom: 2.5em;
}

#sidebar .box ul {
	padding: 0 .5em 0 .5em;
	margin: 0;
}

#sidebar .box ul li {
	padding: .3em;
	letter-spacing: 1px;
	font-size: .9em;
	background-image: url('../webapp/images/menu/arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#sidebar .box ul li a:hover {
	color: #ffffff;
}

#sidebar .box ul li a  {
	display: block;
	color: #f2faff;
}

#sidebar .box .links ul {
	margin-top: .5em;
}

#sidebar .box .links ul li {
	font-size: .85em;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	height: 1.5em;
	background-image: url('../webapp/images/menu/arrow-2.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#text-content #text #menu {
	float: left;
	margin-bottom:1em;
	width: 100%;
	font-size: .85em;
	/*border-bottom: 1px solid #9bb4c7;*/
	
}

#text-content #text #menu ul {
	margin: 0;
	padding: 10px 10px 0px 50px;
	padding: 0;
	list-style: none;
	margin-left: 1em;

}

#text-content #text #menu li {
	display: inline;
	margin: 0;
	padding: 0;	
	
}

#text-content #text #menu a {
	float: left;
	background: url('../webapp/images/tabs/tableft4.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 7px;
	text-decoration: none;
}

#text-content #text #menu a span {
	float: left;
	display: block;
	background: url('../webapp/images/tabs/tabright4.gif') no-repeat right top;
	padding: .2em 1.5em .2em .6em;
	color: #427fab;
	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#text-content #text #menu a span {
	float: none;
	
}
/* End IE5-Mac hack */

#text-content #text #menu a:hover span {
	color: #427fab;
}

#text-content #text #menu a:hover {
	background-position: 0% -42px;
}

#text-content #text #menu a:hover span {
	background-position: 100% -42px;
	z-index : 100;
}

#text-content #text #menu .current a {
	background-position: 0% -42px;
			z-index : 99;
			position : relative;
}

#text-content #text #menu .current a span {
	background-position: 100% -42px;
	z-index : 89;
	border-bottom: 0px solid #9bb4c7;
	position : relative;
}

#footer #footer-content {
	padding: .5em;
	background-color: #427fab;
}

#footer #footer-content #copyright {
	float: right;
}

#footer #footer-content #short-cuts {
}


.nadpis1
{
	color:#346a99;
}

.nadpis2
{
	color: red;
} 

#sidebar .mainmenu li {
	/*border:1px;*/
	/*border-color:#6fb3e7;*/
	/*border-style:none none dotted dotted;*/
}

#sidebar .mainmenu li:hover {
	/*background-color:#43a6dc;*/	
	/*background:url('../webapp/images/layout/bg-menucurrent.gif') no-repeat;*/
}

#sidebar .mainmenu li a:hover {
	/*background-color:#43a6dc;	*/
}

#sidebar .current {
	font-size:1.2em;
        background-color:#000000       /*#808085;	*/
	/*background:url('../webapp/images/layout/bg-menucurrent.gif') no-repeat;*/
}

#sidebar .current a{
	/*font-size:1.2em;*/
	/*background:url('../webapp/images/layout/bg-menucurrent.gif') no-repeat;*/
}

#sidebar .mainmenu li {
	border:1px;
	border-color:#6fb3e7;
	border-style:none none dotted dotted;
}

#sidebar .mainmenu li:hover {
	/*background-color:#43a6dc;*/
	border-color:#777777;
	border:1px;
	border-style: none none dotted solid;	
	/*background:url('../webapp/images/layout/bg-menucurrent.gif') no-repeat;*/
}

.textylist {
	font-weight:bold;
	list-style-type: square;
}
.textylist li {
	padding-bottom:3px;
}
.normallist, .paddedlist {
	list-style-type: square;
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-bottom:10px;
}
.paddedlist {
	margin-left:50px;
}

#novinky {
	background-color:#EEEEEE;
	background-image:url(../webapp/images/layout/rexikleft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	font-size:0.9em;
	height:257px;
	overflow:auto;
	padding:0 10px 10px 15px;
	width:330px;
}
#novclanky {
	background-color:#EEEEEE;
	background-image:url(../webapp/images/layout/rexikright.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	font-size:0.9em;
	height:257px;
	overflow:auto;
	padding:0 10px 10px 15px;
	width:330px;
}

#novinky p, #novclanky p, .novinkyfull p{
	text-indent:-10px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#novclanky p {
	text-indent:-10px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#novclanky p em {
	display:block;
	float:left;	
	padding-right:10px;
/*	width:57px;*/
/*	padding-left:10px;*/
}

#text #novinky h3, #text #novclanky h3 {
	background-color:#B6B6B6;
        color: white;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;	
	background-image:url('../webapp/images/layout/h3bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}

#text #novinky h3 {
  text-align: right;
  background-position: left;
  background-image:url('../webapp/images/layout/h3bgrev.gif');  
  padding-right: 15px;
  margin-right: 5px;
}

#novinky p span {
	display:block;
	text-align: right;
	margin-top:-4px;
	margin-bottom:-2px;
	padding:0px;
}

#novinky p:hover {
	background-color:#F8F8F8;
}

#vicenovinek {
	text-align:right;
	margin:0px;
	padding-top:-13px;
	padding-bottom:0px;
	padding:0px;
}

#poplinks {
	list-style-type:square;
	margin:-5px 0 10px 60px;
	padding:0;
}

#poplinks-div {
	float:left;
}

#rightlinks {
	font-size:0.85em;
	margin-top: 20px;
}

#poplinks li {
	margin:0;
	padding:2px 0 0;
}



#poplinks {
	list-style-type: square;
	margin:0px;
	margin-top:-5px;
	margin-left:60px;
	margin-bottom:10px;	
	padding:0px;
	/*float:left;*/
}


#poplinks a {
	font-weight:bold;
}

dl dt {
	font-style:italic;
	color: #777777;
	margin-top:8px;
}


#structure {
	float:left;
	position:relative;
	top:-80px;
	padding-left:120px;
	padding-right:8px;
}

#blocks {
	float:right;
	position:relative;
	top:-80px;

}

#blocks img, #structure img {
	margin-top:3px;
}

a img {
	/* border: solid #346a99 2px; */
	border: solid #bbbbbb 2px;
  border-left: solid #bbbbbb 1px;
  border-top:  solid #bbbbbb 1px; 
}

#text a img:hover {
	/* border: solid #346a99 2px; */
	border: solid #346a99 2px;
  border-left: solid #346a99 1px;
  border-top:  solid #346a99 1px; 
}

#wincon {
	border:solid black 0px;	
}

#odkazyh3 {
	width:200px;	
}

a.underline {
	text-decoration:underline;
}

.formerrormsg {
  color:red;
}

.novinkyFull {
   border: solid #f9f9f9 1px;
   padding:2px;
}

.novinkyFull:hover {
   border: solid #427fab 1px;
}

.novinkyFull span{
   display:block;
   text-align:right;
}

#position {
	padding:0;
	margin-top:-10px;
	font-size: .85em;
}

#rightlinks div {
	float:left;
	width:158px;
}

#rightlinks div a img {
	margin-left: 20px;
}

#prvniright {
	margin-left:-3px;
}

.linee{
	border-top : 1px solid #9CB4C7;
	position : relative;
	top : -13px;
	z-index : 50;
	margin-bottom : -10px;
}

.external {
	background: url(../webapp/images/icons/links.gif) center right no-repeat;
	padding-right:14px;		
}

.java {
	background: url(../webapp/images/icons/javasmall.gif) center right no-repeat;
	padding-right:12px;		
}

.pdf {
	background: url(../webapp/images/icons/pdf.gif) center right no-repeat;
	padding-right:15px;		
}

.zip {
	background: url(../webapp/images/icons/zip.gif) center right no-repeat;
	padding-right:15px;		
}

.flash {
	background: url(../webapp/images/icons/flash.gif) center right no-repeat;
	padding-right:15px;		
}

#text object {
  margin-right: 20px;
}

#webmap span {
  color: #777777;
  font-size: 1.7;
  font-weight: bold;
}
