/* CSS Document */
*{
margin: 0;
padding: 0;  
}

body{
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: rgb(19,48,97);
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: white url(../img/body.jpg) repeat-x 0px 100px;
}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */

a 				{color: rgb(19,48,97); text-decoration: none; font-size: 13px;}
a:hover 			{ text-decoration: underline;}
a.mail 				{background: url(../img/ico_mailanchor.gif) no-repeat right 0em; padding-right: 18px;}
a.out				{background: url(../img/ico_outanchor.gif) no-repeat left 0em; padding-left: 12px;}
a.out_right			{background: url(../img/ico_outanchor.gif) no-repeat right 0em; padding-right: 12px;}
a.print 			{background: url(../img/ico_print.gif) no-repeat left 0em; padding-left: 18px;}
a.favourites 			{background: url(../img/ico_favourites.gif) no-repeat left 0em; padding-left: 18px;}
a.map 				{background: url(../img/ico_map.gif) no-repeat left 0em; padding-left: 18px;}
a.rss 				{background: url(../img/ico_rss.gif) no-repeat left 0em; padding-left: 18px;}
a.a-menu-inner			{color: white; font-weight:bold;}

/* --- ikonky souboru --- */
.ai 				{background: url(../img/ico/ai.png) no-repeat left; padding-left: 20px;}
.avi 				{background: url(../img/ico/avi.png) no-repeat left; padding-left: 20px;}
.bmp 				{background: url(../img/ico/bmp.png) no-repeat left; padding-left: 20px;}
.cdr				{background: url(../img/ico/cdr.png) no-repeat left; padding-left: 20px;}
.doc				{background: url(../img/ico/doc.png) no-repeat left; padding-left: 20px;}
.dxf				{background: url(../img/ico/dxf.png) no-repeat left; padding-left: 20px;}
.gif 				{background: url(../img/ico/gif.png) no-repeat left; padding-left: 20px;}
.html 			{background: url(../img/ico/html.png) no-repeat left;	padding-left: 20px;}
.jpg 				{background: url(../img/ico/jpg.png) no-repeat left; padding-left: 20px;}
.mp3 				{background: url(../img/ico/mp3.png) no-repeat left; padding-left: 20px;}
.pdf 				{background: url(../img/ico/pdf.png) no-repeat left; padding-left: 20px;}
.png 				{background: url(../img/ico/png.png) no-repeat left; padding-left: 20px;}
.ppt 				{background: url(../img/ico/ppt.png) no-repeat left; padding-left: 20px;}
.psd 				{background: url(../img/ico/psd.png) no-repeat left; padding-left: 20px;}
.qt 				{background: url(../img/ico/qt.png) no-repeat left; padding-left: 20px;}
.ra 				{background: url(../img/ico/ra.png) no-repeat left; padding-left: 20px;}
.rtf 				{background: url(../img/ico/rtf.png) no-repeat left; padding-left: 20px;}
.swf 				{background: url(../img/ico/swf.png) no-repeat left; padding-left: 20px;}
.tif 				{background: url(../img/ico/tif.png) no-repeat left; padding-left: 20px;}
.txt 				{background: url(../img/ico/txt.png) no-repeat left; padding-left: 20px;}
.xls 				{background: url(../img/ico/xls.png) no-repeat left; padding-left: 20px;}
.zip				{background: url(../img/ico/zip.png) no-repeat left; padding-left: 20px;}
.unknown, file			{background: url(../img/ico/unknown.png) no-repeat left; padding-left: 20px;}


/* --- zakladni html prvky ---*/
em, i				   {font-style: normal;}
p 				     {text-align: left; margin: 0px 0px 0px 0px; line-height: 1.4em;}
code 				   {font-size: 140%; font-weight: bold;}
hr					   {color: #949599; height: 1px; margin: 10px 0px 10px 0px; padding: 0px; border: 0px; background: #949599;}
.hr-bila  	   {color: white; height: 1px; margin: 5px 0px 5px 0px; padding: 0px; border: 0px; background: white;}
.bad           {color: red; font-weight: bold;}

/* --- seznamy --- */
ul, ol li			{list-style-type: none;}


/* --- obrazky --- */
img 				{border: 0px}
img.border 	{padding: 2px; border: 1px solid #7f7f7f;}
.bordernone {border: 0px;} 
img.icon		{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft	{margin-right: 10px;}
img.toright {margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 		{vertical-align: baseline; position: relative;}
sub 				{top: 0.4em;}
sup 				{bottom: 0.4em;}

/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6  {clear: both; font-size: 1.4em; margin: 0;}
h1        {margin: 0 0 15px 0; color: rgb(194,42,57);}
h1.t1     {text-align: center; font-size: 24px;}
h2				{padding: 20px 0px 15px 0px;	font-size: 1.2em; color: rgb(255,148,1); font-weight: bold;}
h3				{padding: 0px 10px 0px 0px;	font-size: 1.3em; color: #01aaeb; font-weight: bold;}  
h4 				{font-size: 1.2em; color: #01aaeb;}

/* --- formulare --- */
textarea, input, select			{border: 1px solid #999999; font-family: 'Trebuchet MS', Verdana,'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; color: #000000; font-size: 0.85em; padding: 2px 2px 2px 2px; margin-bottom: 2px;}
label				{font-size: 0.85em; font-weight: bold;}

/* --- globalni tridy --- */
.clear			{clear: both !important;}
.smaller		{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red			  {color: #9f0000;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left			  {text-align: left;}
.block			{text-align: justify;}
.noborder   {border: 0 !important;}
.toleft			{display: block; float: left;	text-align: left;}
.toright		{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
/* .error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a		{color: #000000;} */
div#errorhlaska {text-align: center; margin: 5px 0 25px 0;}
div#errorhlaska span  {padding: 3px 20px;   background-color: rgb(254,251,37); color: rgb(254,1,1); border: 1px solid rgb(254,1,1); font-weight: bold; text-align: center; }
.hidden			{display: none !important;}
.bold			{font-weight: bold !important;}
.underline		{text-decoration: underline;}
.dt{position: absolute; left: 30px; top: 45px;   /* border: 1px white solid; */   width: 150px; height: 115px;}
.dt1{position: absolute; left: 10px; top: 144px; /* border: 1px white solid; */   width: 151px; height: 50px;}
.dt2{position: absolute; left: 10px; top: 220px;  /* border: 1px white solid; */    width: 170px; height: 88px;}
#selected {font-weight: bold !important;}
div#searchresult {text-align: center; margin: 20px 0 0 0;}
div#searchresult a {margin: 0 5px; color: black;}
.pageselected { font-weight: bold; color: rgb(254,144,2) !important; font-size: 14px;}

/*_________________________________ TOP ______________________________________*/
div#top{
margin: 60px auto auto auto;
width: 910px;
height: 190px;
background-image: url(../img/hlavicka.jpg);
position: relative;
}


div#top div{
/* border: 1px black solid; */
padding-top: 9px;
}

div#top div.trida1{
position: absolute;
left: 20px;
top: 0;
width: 169px;
}

div#top div.trida2{
position: absolute;
left: 201px;
top: 0;
width: 128px;
}

div#top div.trida3{
position: absolute;
left: 340px;
top: 0;
width: 128px;
}

div#top div.trida4{
position: absolute;
left: 480px;
top: 0;
width: 128px;
}

div#top div.trida5{
position: absolute;
left: 620px;
top: 0;
width: 128px;
}

div#top div.trida6{
position: absolute;
left: 760px;
top: 0;
width: 128px;
}

div#top div a{
font-weight: bold;
}

/* ________________________________MIDDLE____________________________________ */
div#middle{
width: 910px;
margin: auto;
background-color: rgb(243,244,247); 
text-align: left;
padding-bottom: 20px;
}

div#left{
width: 240px;
float: left;
_display: inline;
min-height: 350px;
_height: 350px;
}

div#left ul{
padding: 20px 0 0 0;
}

div#left ul li a{
font-weight: bold;
}

div#left ul li ul{
padding: 0;
}

div#left ul li ul li{
margin-left: 10px;
}

div#left ul li ul li a{
font-weight: normal;
}


div#center{
width: 430px;
float: left;
min-height: 350px;
_height: 350px;
padding: 20px; 
}

div#center li {
margin: 0px 0px 0px 20px;
padding: 0px 0px 0px 0px;
list-style-type: disc;
}

div#center a {
text-decoration: underline;
}

div#right{
float: left;
width: 192px;
min-height: 350px;
_height: 350px;
background: url(../img/uverova-kalkulacka.jpg) no-repeat center 20px; 
position: relative;
}

/* _________________________________aktuality________________________________ */
div.aktuality{
background: url(../img/aktuality.gif) no-repeat 0px 20px; 
margin: 0 0 0 20px;
padding: 30px 14px 0 20px;
min-height: 50px;
}

div.aktuality div.nadpis{
font-weight: bold;
font-size: 15px;
}

div.datum{
color: rgb(171,33,39);
font-weight: bold;
padding-top: 20px;
}

div.anotace{
padding-bottom: 20px;
border-bottom: 1px solid rgb(206,212,221);
}

div#center ul.fotogalerie .li-fotogalerie{
float: left;
width: 120px;
text-align: center;
line-height: 14px;
height: 160px;
margin: 12px 17px 0px 0px;
list-style-type: none;
border: 1px solid rgb(170,170,170);
padding: 5px 2px 0 2px;
background-color: rgb(221,221,221);
text-decoration: none;
font-size: 11px;
overflow: hidden;
}

ul.fotogalerie li a{
text-decoration: none;
}

a.vsechny-akt{
font-size: 12px;
font-weight: bold;
}
/* ___________________________________FOOTER_________________________________ */
div#footer{
width: 910px;
margin: auto;
text-align: left;
}

div#footer ul{
margin-left: 20px;
}

div#footer ul li{ 
display: inline;
}

div#footer ul li div{
display: inline;
margin: 0 9px; 
font-size: 10px;
}

div#footer ul li a{
font-size: 10px;
font-weight: bold;
}


