body {
	font-family: Arial, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background: #00006c url(../body.gif) repeat-y 20px top ;
	_text-align: center;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
/*
	scrollbar-face-color: #768db9;
*/
}

table {
	border-collapse: collapse;
}
.reporttable {
	width: 80%;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	_margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #3852b7 solid;
}

.date {
	background: #3852b7;
	color: white;
	
}

/*	zakladna tabulka layoutu	*/
#layout {
	height:100%;
	margin:0;
	padding:0;
}
/*	lavy okraj layoutu	*/
#lm {
	width: 8%;
	background: #00006C url(../left.gif) repeat-y right;
}

ul {
	padding: 0px;
	margin: 0px;
  list-style: none;
}

li {
  padding: 0px;
	margin: 0px;
  list-style: none;
}
/*	pravy okraj layoutu	*/
#rm {
	width: 8%;
	background: #00006C url(../right.gif) repeat-y left;
	margin-left: 10px;
}
/*	zahlavie	*/
#zahlavi1 {
	position: relative;
	margin:0;
	padding:0;
	height:159px;
	width: 750px;
	background: url(../topR.gif) repeat;
	margin: 0px 10px 0px 10px;
	border: 2px #13aac5 solid;
	border-top: none;
}

/*	napis - graficky prvok vlavo v zahlavi	*/
#zahlavi-gr1 {
	position:absolute;
	left:40px;
	top: 35px;
	width:242px;
	height:88px;
	cursor: hand;
	background: url(../Loogo.gif) no-repeat ;
}
/*	graficky prvok napravo v zahlavi 	*/
#zahlavi-gr2 {
display: none;
}
/*	ciarkovana spodna cast zahlavia 	*/
#zahlavi2 {
	margin:5px 0 0 0;
	padding:0;
	height:73px;
	background:#768db9 url("header-bck.png") top right repeat-y;
}
/*	srafovane zapatie stranky	*/
#zapati	{
clear: both;
}

/*	trieda pre vnutorne odsadenie - padding - stlpcov	*/
.col {
	padding:10px 10px 0 10px;
}

.all {
	width: 800px;
	margin-left: 24px;
	margin-right: auto;
	_text-align: center;
	padding-left: 39px;
	_padding-left: 10px;
	x_margin-left: -114px;
	_position: absolute;
	_left: 20px;
}

/*	odsadenie hlavného stlpca v sablone base	*/
.hlav {
	padding:10px 0 0 0;
	width: 658px;
}

/*	odsadenie z prava v sablone download	*/
.hlavH {
  /*background: white url(../obs_h.gif) no-repeat;
  height: 22px;
  margin-left: 11px;
 	margin-top: 5px;
 	width: 838px;*/
 	display: none;
}
.hlav2 {
	clear: both;
	width: 730px !important;
	_width: 750px !important;
  background: white;
  border: 2px #13aac5 solid;
  margin-top: 10px;
  margin-left: 10px;
  _margin-left: 0px;
  text-align: left;
  padding: 10px;
  _height: 100%;
}

.hlav2 a {
	color: #00006c !important;
}

.hlavRight {
	background: white;
	filter: alpha(opacity=80);
  border-left: 1px #13aac5 solid;
  border-right: 1px #13aac5 solid;
  width: 190px;
  position: absolute;
  margin-top: 1px;
  height: auto;
  top: 2px;
  margin-left: 550px;
  _margin-left: 170px;
}

.zap-txt {
	text-align: center;
	font-size: 9px;
	margin:0.5em;
}
.zap-txt a {
color: black;
}
.col .blok1	{
	display: none;
}

.hlav2 .blok1	{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: white;
	clear: both;
	background: #4961BD;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	
}
.hlav2 .blok1obs {
  padding-bottom: 10px;
  padding-left: 5px;
  clear: both;

}
.col .blok1obs {
  clear: both;
  background: #00006c;
  height: 20px;
  border: 2px #13aac5 solid;
  padding-top: 3px;
  padding: 3px 10px 3px 10px;
  width: 730px;
  _width: 750px;
  text-align: left;
}

.col .blok1obs a {
  color: white;
  font-size: 1em;
}

.col .blok1obs a:hover, .col .blok1obs a.hover {
  color: #3852b7;
}

.col .blok1obs .level1 {
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;	
}

.col .blok1obs .level1 {
  padding-right: 15px;
}

.col .blok1obs ul li ul li {
	background: #00006c;
	margin: 0px;
	font-size: 1em;
	display: none;
	padding: 0px 3px 0px 3px;
}

.col .blok1obs ul li ul {
	position: absolute;
	_margin-left: -90%;
	_margin-top: 15px;
}


.col .blok1obs ul li:hover ul li,
.col .blok1obs ul li.hover ul li {
  display: block;
}

.col .blok1obs ul li {
	behavior: expression(
  this.onmouseover = new Function("this.className += ' hover';"),
  this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
 	this.style.behavior=null

  	);

}

.blok2	{
	background:#768db9;
}

.blok3	{
	background:#768db9;
}

.blok4	{
	background:#4f689a;
}

.blok5	{
	background:#4f689a;
}

.blok5obs {
	padding:0 2px;
  background:#f0f6ff;
}
/* zakladni styly */

.z {
	font-size: 13px;
	font-weight: normal;
}
.nadpis {
	text-align: center;
	padding: 0.2em 0 0.2em 10px;
	background: #3852b7;
	font-weight: bold;
	font-size: 16px;
	color: white;
}
.podnadpis {
	
	text-align: center;
	font-size: 14px;
}
.bledy {color:white;
}

/* komentare */

.kom-z {
	font-size: 11px;
	font-weight: normal;
}
.kom-link {
	font-size: 13px;
	font-weight: normal;
}
.kom-hlavicka {
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
}
.kom-text {
	padding: 3px;
	background: #fff;
	border: 1px solid #4f689a;
	font-size: 11px;
	font-weight: normal;
}
.kom-cely-ram {
	background:#e0e6f0;
	padding:4px;
	border: 1px solid #4f689a;
	padding-bottom:4px;
}

/* ankety */
.anketa-std-otazka,
.anketa-cla-otazka,
.anketa-blok-z,
.anketasysz {
	font-size: 13px;
	font-weight: bold;
	margin:0;
	padding:5px 0 0 0;
	display: table;
	color: #3852b7;
	background: white;
	text-align: left;
}
.anketasysodp,
.anketa-std-odpovedi,
.anketa-cla-odpovedi,
.anketa-blok-odpovedi {
	font-size: 12px;
	font-weight: normal;
	line-height:1.2em;
	margin:0.2em 0 0 0;
}
.anketa-cla-ram {
}
.anketa-blok-odp-cara {
	width:140px;
	font-size:85%;
	line-height:1em;
	height:1em;
	margin:2px 0;
	padding:0;
}
.anketa-blok-odp-cara-hlasy {
	height:1em;
	background:#2b3953 url('gr-inq.png') 100% 0 repeat-y;
}

.anketa-std-ram {
	text-align: left;
}

/* syst. blok - novinky */

.nov-datum {
	font-size: 11px;
	font-weight: bold;
	color: #3852b7;
}
.nov-titulek {
	font-size: 12px;
	font-weight: bold;
	color: #3852b7;
}
.nov-titulek-duraz {
	font-size: 14px;
	font-weight: bold;
	color: #3852b7;
}
.nov-text {
	font-size: 12px;
	font-weight: normal;
	background: url(../line.gif) no-repeat bottom left;
	padding-bottom: 5px;
}

/* clanky */

	/*	pozadie clanku ako modry vruh nalavo	*/
.cla-cely {
	margin:0;
}
	/*	vnutovne odsadenie clanku zlava a zdola 	*/
.cla-obsah {
}
	/*	nadpis clanku	*/
.cla-nadpis {
display: none;
}
	/*	text clanku	*/
.cla-text {
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
	margin: 0px;
}
	/*	styl pre informacie za clankom - autor, pocet precitani atd...	*/
.cla-informace {
	font-size: 11px;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
	clear: both;
	width: 100%;
}
	/*	odsadenie od krajov pri tlacovej sablone	*/
.tisk {
	padding:1em;
}
	/*		*/
.cla-informace-tisk {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
	/*	odsadenie ikony temy	*/
.obrtema {
	display: none;
}


/* hodnoceni clanku */

.hodnoceni-celkovy-ram {
	background: #fff url("modra-prechod.png") top left repeat-x;
	margin: 6px 0;
	padding: 6px;
	font-size: 11px;
	font-weight: normal;
}

/* souvisejici clanky */

.souvis-cla-celkovy-ram {
	font-size: 13px;
	text-align: left;
	margin: 6px 0 12px 0;
}

/* download sekce */

.download-z {
	font-size: 13px;
}
.download-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.download-sekce-akt {
	font-weight: bold;
}

/* weblinks sekce */

.weblinks-z {
	font-size: 13px;
}
.weblinks-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.weblinks-sekce-akt {
	font-weight: bold;
}



/* dalsi pomocne styly*/

.hodnoceni {

}
.banner1 {
	display: none;
}
.banner1d {
	background:#9eaecd;
	margin:0;
	position:relative;
	top:9px;
	margin:0 10px 0 0;
}
/*
nastavenie spodneho okraju pomocou border-bottom zabranuje nespravnemu
zobrazeniu hodnoty margin v MSIE. Ak nie je nastaneny border, bloky
banner a zapatie sa dotykaju - nezobrazi sa oddelovacia medzera
*/
.banner2 {
	width: 750px;
	margin-bottom: 5px;
}

.banner2 div {
	width: 750px;
  border: 2px #13aac5 solid;
  background: white;
  margin-left: 10px;
  _margin-left: 3px;
}

.strankovani {
	display: none;
}
.biltucne {
	font-size: 13px;
	font-weight: bold;
}

.chybastredni {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* rozsirujici styly pro plug-iny */

.kal-text {
	font-size: 12px;
	font-weight: normal;
}
.kal-clanek {
	background-color: #f0e0e6;
}
.kal-dnesni {
	background-color: #e0e6f0;
}
.planakci {
	font-size: 10px;
}
.informace {
	font-size: 9px;
	font-weight: normal;
	width: 100%;
}

/*
.mezera {
	width: 5px;
}
.ohr {
	width: auto;
}
*/
.ram {
	margin-bottom: 8px;
}

.ram table td {
	border: 1px #3852b7 solid;
}

.preram {
}
/*
.horni-navig-lista {
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #003098;
	padding: 2px;
}
*/

/* textova pole, tlacitka */

.textbox {
	background-color: white;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	text-align: left;
	margin:2px 0;
	padding:2px;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
/*
	scrollbar-face-color: #768db9;
*/
}
.textpole {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	margin:2px 0;
	padding:2px;
}

.tl {
	background-color: #768db9;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

form {
	padding: 0px;
	margin: 0px;
}

.calendar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1em;
}
.hlavRight h1 {
	display: none;
}
.calendar .kino {
  background: #3852b7;
  color: white;
  font-weight: bold;
}

.calendar .movie {
  font-size: 0.8em;
  font-weight: bold;
}

.calendar td {
	border-top: 1px #13aac5 solid;
	border-bottom: 1px #13aac5 solid;
}

.calendarDate {
	background: #00006C;
	color: white;
	font-weight: bold;
}

/* styly pro plug-iny - kforum */

.frumnadpis {
	display: none;
}
.frumhlavi {
	background-color: #3852b7;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
	font-size: 10px
}
.frumhlram {
	background-color: #ffffff;
}
.frumvnram {
	background-color: #035D8A;
}
.frumodskoky {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
.frumz {
	background-color: #ffffff;
	color: #2b3953;
	font-size: 12px;
	font-weight: normal
}
.frumzneg {
	background-color: #f0f6ff;
	color: #2b3953;
	font-size: 12px;
	font-weight: normal
}
.frumzmiddle {
	color: #2b3953;
	font-size: 11px;
	font-weight: normal
}
.frumzsmall {
	color: #2b3953;
	font-size: 11px;
	font-weight: normal
}
.frumzsmallng {
	color: #2b3953;
	font-size: 11px;
	font-weight: normal
}
.frumzsmallred {
	color: #FF0000;
	font-size: 11px;
	font-weight: normal
}
.frumzsmallp {
	color: Silver;
	font-size: 11px;
	font-weight: normal
}
.frumznews {
	color: #2b3953;
	font-size: 10px;
	font-weight: normal;
}
.frumznewsnazev {
  color: #2b3953;
	font-size: 10px;
	font-weight: bolder;
}
/*rss*/
.rssArticle {
  margin-bottom: 5px;
}
/* kniha navstev */
.gb_add-form {
	background-color: #3852b7;
	padding: 0.5em;
}
.gb_add-form p, .gb_add-form form {
	margin: 0px;
}
.gb_add-form input, .gb_add-form textarea {
	color: white;
	background-color: #00006c;
	border: 1px solid #666666;
	padding: 1px;
}
.gb_nick, .gb_email, .gb_homepage {
	float: left;
	padding-right: 10px;
}
.gb_nick input, .gb_email input, .gb_homepage input {
	width: 120px;
}
.gb_message {
	clear: both;
}
.gb_message textarea {
	width: 390px;
	height: 5em;
}
.gb_submit input {
	margin: 5px 0px;
	padding: 1px 3px;
	outline: 1px solid #666666;
}
.gb_total-posts {
	clear: both;
	margin: 1em 15%;
	border: 1px solid #13aac5;
	text-align: center;
}
.gb_navigator {
	clear: both;
	text-align: center;
}
.gb_other {
	font-size: 11px;
	text-align: right;
}
.gb_other a {
	color: white;
}
.gb_post  {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.gb_post-top {
	padding: 2px 3px;
	background-color: #00006c;
	border-bottom: 1px solid #333333;
	color: white;
}
.gb_post-top img {
	vertical-align: middle;
}
.gb_meno {
	font-weight: bold;
}
.gb_adresy {
	margin-left: 5px;
}
.gb_datum {
	margin-left: 10px;
}
.gb_post-middle {
	padding: 3px;
	background: #3852b7;
	color: white;
}
#gbform {
	padding: 10px;
}
#messageGB {
	width: 695px;
}
#show_1 img {
	border: none;
}

#banner3 {
	width: 120px;
	height: 600px;
	position: absolute;
	top: 10px;
	left: 870px;
	_left: 820px;
}
