/* linky */
A {font-weight: bold; color: #080868; text-decoration: underline;}
A:hover {font-weight: bold; color: #080868; text-decoration: underline;}

#header A {color: #202080; text-decoration: none;}
#header A:hover {text-decoration: none;}


#pruh A {display: block; width: auto; color: #ddd; text-decoration: none; margin: 8px 16px 0px 5px; padding: 0px; float: left; font-weight: bold;}
#pruh A:hover {color: #FFF;}

#home-upoutavky A {font-weight: normal; color: #eee; text-decoration: underline;}
#home-upoutavky A:hover { color: #eee; text-decoration: underline;}

#home-upoutavky STRONG.staticka-titulek A {font-weight: bold; text-decoration: none; color: #C5C5E4;}
#home-upoutavky STRONG.staticka-titulek A:hover { color: #eee; text-decoration: underline; color: #C5C5E4;}

#obsah A {font-weight: normal; text-decoration: none;}
#obsah A:hover {text-decoration: none;}

#footer A {font-weight: bold; text-decoration: none;}
#footer A:hover {text-decoration: none;}

/* header */

#header {
	position: relative;
	margin: auto;
  	background: #FFF url(../images/bg/bg_top.jpg) no-repeat 0% 0%;
	width: 780px;
  	height: 100px;
	overflow: hidden;
}

#header IMG {
	position: absolute;
	display: block;
	z-index: 10;
	right: 0px;
	top: 0px;
	width: 150px;
  	height: 40px; 
}


#header P {
	position: absolute;
	display: block;
	z-index: 10;
	left: 220px;
	top: 55px;
	width: 550px;
  	height: 35px;
	color: #070768;
	text-align: justify;
	line-height: 1.2;
}

/*  pruh */

#pruh {
	position: relative;
	margin: auto;
  	background: #FFF url(../images/bg/bg_pruh.jpg) no-repeat 0% 0%;
	width: 780px;
  	height: 100px;
	overflow: hidden;
}

#pruh .pruh-flash {
	position: absolute;
	display: block;
	z-index: 10;
	right: 0px;
	top: 0px;
	width: 567px;
  	height: 70px; 
}

#pruh .pruh-menu {
	position: absolute;
	display: block;
	z-index: 10;
	right: 0px;
	top: 70px;
	width: 568px;
  	height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	/* background: transparent url(../images/bg/bg_menu.gif) repeat 0% 0%;  */
}


/* kontejner obsahu */

.contentHolder {
	position: relative;
	margin: auto;
	width: 780px;
	height: auto;
	background: transparent url(../images/bg/bg_obsah.jpg) no-repeat 0% 0%;
	text-align: left; 
}

.sizerLeft {
	float: left;
	width: 25px;
	height: 440px;
}


/* upoutavky */

#home-upoutavky table.tab-upoutavky {
	position: relative;
	width: 568px;
	height: 200px;
	margin: 2px 0px 2px;
	overflow: hidden;
	left: 212px;
}

#home-upoutavky TD {
	padding: 0px;
}

#home-upoutavky TD.aktualita {
	width: auto;
	color: #fff;
	text-align: justify;
	background-color: #26265F;
	padding: 5px;
}

#home-upoutavky DIV.aktualita-staticka {
	width: auto;
	color: #C5C5E4;
	text-align: justify;
	background-color: #26265F;
	padding: 10px 5px 0px;
}

#home-upoutavky STRONG.staticka-titulek {
	padding: 0px 0px 5px 25px;
	display: block;
	background: transparent url(../images/elements/ico_ruka.gif) no-repeat 0% 0%;
}

#home-upoutavky TD.mezera {
	width: 2px;
}

#home-upoutavky TD.reklama {
	width: 188px;
	background-color: #fff;
}


