@charset "utf-8";
/* CSS Document */
/* GLOBALNI STYLY */
body {background: url(images/background.jpg); font-family: Arial, 'Georgia', 'Times New Roman'; color:#fff; font-size:90%; margin: auto;}
h1 {font-size: 120%; font-weight: bold; color: #fff; font-family: Arial; padding:0px; margin:0px }
h2 {font-size: 180%; font-weight: bold; color: #555; font-family: Arial; padding:0px; margin:5px}
table {border-collapse: collapse;}
td { padding:3px}

.noborder {border:0px}

/* ODKAZY */
a:visited, a:link, a:hover {color: #fff; text-decoration:underline}
a.patickolink:visited, a.patickolink:link, a.patickolink:hover {color: #fff;text-decoration:none}
a.button-link:visited, a.button-link:link {color: #fff;text-decoration:none}
a.button-link:hover {color:#fff}

/* BLOKY */
#ram {width:870px; min-height:760px; margin-left: auto; margin-right:auto;}
#cifernik {float:right;width:570px; height: 135px; background: url(images/cifernik.png) no-repeat;}
#motto {padding-left:400px;padding-top:70px;color:#fff}
#logo {float:left; width:149px; height:89px;margin-top:30px; margin-left:30px;}
.teploty-tabulka:td{border:1px solid #666}
.vycistit{clear:both;font-size:0;height:0;line-height:0;}
#img {width:870px; height:318px; background: url(images/blok-stred.png) repeat-y; text-align:center;margin-left:auto; margin-right:auto;}
#lista {width:870px; height:40px; background: url(images/lista-teploty.png) no-repeat}
.lista-datum {color:#7a7a7a; line-height:40px; padding-left:20px;font-size:75%}
#moduly3 {height:120px}
.modul1 {background: url(images/modul1.png) no-repeat;height:120px}
.modul2 {background: url(images/modul2.png) no-repeat;height:120px}
.modul3 {background: url(images/modul3.png) no-repeat;height:120px}
.modul4 {background: url(images/modul4.png) no-repeat;height:120px}
.modul5 {background: url(images/modul5.png) no-repeat;height:120px}
#mezera {height:5px}
#paticka {height: 50px; line-height:50px;background-color: #000; color:#fff; text-align:center}
#blok-hlavicka {height:9px;background: url(images/blok-hlavicka.png) no-repeat}
#blok-stred {background: url(images/blok-stred.png) repeat-y}
#blok-paticka {height:9px;background: url(images/blok-paticka.png) no-repeat}
#obsah {color:#777; padding:10px;}
.textmodul {position:relative;width:150px; height:85px; left:125px;text-align:center;font-size:85%; color:#5d6a8c}
.button {position:relative;top:30px;margin-left: auto; margin-right:auto;line-height:23px; width:91px; height:23px; color:white; background: url(images/button.png) no-repeat}
.button:hover {background: url(images/button-on.png) no-repeat}
/*
.img {padding:0px 0px 0px 0px}
.nadpis {font-family: Arial, 'Georgia', 'Times New Roman', Times; color:#000000; font-size:150%; font-weight:bold}


.ave_small {position:absolute; top:31px; left:20px;}
.ave_big {position:absolute; top:20px; left:20px;}
.zpravy_small {position:absolute; top:31px; left:592px; }
.zpravy_big {position:absolute; top:20px; left:592px;}
.sluzby_small {position:absolute; top:31px; left:20px;}
.sluzby_big {position:absolute; top:20px; left:20px;}
.nadpis_maly {position:absolute; top:31px; left:20px;}
.nadpis_velky {position:absolute; top:20px; left:20px;}
.aright {position:absolute;width:20px;height:30px;top:0px;border-right:1px solid #ffffff}


#blok_vitejte {position:relative; top:0px; left:0px;width:960px;height:250px; background:url('images/vitejte.png');border-top:1px solid #aaa}
#blok_sluzby {position:relative;width:960px;height:120px;background: url('images/bg_sluzby.png');background-color:#18191e; border-top: 1px solid #18191e}
#blok_vitejte_text {position:relative; float:left; left:20px;top:50px; width:530px; height:180px; text-align:justify;line-height:15px;}
#blok_zpravy_text {position:relative;float:left;left:60px; top:50px; width:350px; height:180px; text-align:justify}
#content {position:relative;top:227px; width:960px;border-left: 1px solid #aaa; border-bottom:1px solid #aaa; border-right: 1px solid #aaa}
#obsah {width:880px; height:100%;background:#3e3f41; border-top:1px solid #aaa; overflow:auto; text-align:justify; padding:10px 40px 0px 40px; line-height:100%;z-index:100}

#paticka {width:940px;height:40px;background: url('images/logo_paticka.png') no-repeat; background-color:#fff;font-family:Arial; color:#aaa; text-decoration:none; font-size:80%; padding-top:15px; padding-right:20px; text-align:right}




/* nastaveni menu */

#tabs {
	float:left;
	padding-left:4px;
	width:100%;
	font-size:93%;
	line-height:normal;
	
	/*margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:10px 23px 10px 22px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}



