@charset "windows-1250";
/* CSS Document */

/* ROZDELENI DO SLOUPCU */
#txt_levy {
	float: left;
	width: 375px;
	}
	
#txt_pravy {
	float: right;
	width: 375px;
	margin: 0px;
	}

#txt_oba {
	float: left;
	width: 750x;
	display: block;
	}
#txt_levy_mds {
	width: 550px;
}

/* ZPRAVA */
.zprava	
 {
	padding-bottom: 20px;
	}
.zprava:hover {
	cursor: hand;
	background-color: #eeeeee;
	}
.zprava h3 {
	font: bold 11pt arial;
	color: #000099;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	}
.zprava:hover h3 {
	color: #B34842;
	border-top: 1px solid #B34842;
	}
.zprava em {
	font: 8pt arial;
	color: #999999;
	text-decoration: none;
	padding: 10px 0px 0px 5px;
	margin: 0px;
	}
.zprava p {
	font: 10pt arial;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	}
.zprava p a:hover {
	text-decoration: none;
	}
.zprava:hover img {
	border: 1px solid #B34842;
	}

/* ZPRAVA BEZ ODKAZU*/
.zprava_nic	
 {
	padding-bottom: 20px;
	}
.zprava_nic:hover {
	background-color: #eeeeee;
	}
.zprava_nic h3 {
	font: bold 11pt arial;
	color: #000099;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	}
.zprava_nic:hover h3 {
	color: #000099;
	border-top: 1px solid #000099;
	}
.zprava_nic em {
	font: 8pt arial;
	color: #999999;
	text-decoration: none;
	padding: 10px 0px 0px 5px;
	margin: 0px;
	}
.zprava_nic p {
	font: 10pt arial;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	}
.zprava_nic p a:hover {
	text-decoration: none;
	}
.zprava_nic:hover img {
	border: 1px none #B34842;
	}
	
	
/* OBRAZKY V AKTUALITACH */
.img_prava {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 5px;
	}
.img_prava:hover  {
	border: 1px solid #B34842;
}
.img_prava_seda {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.img_leva {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 5px;
	}


/* SEZNAM */	
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

	
/* seznam v textu*/
.seznam_80 {
	font-size: 80%;
	}	
.seznam_80_odsazeni {
	font-size: 80%;
	padding-top: 4px;
	margin-left: 20px;
}
.seznam_80_odsazeni_small {
	font-size: 70%;
	padding-top: 4px;
	margin-left: 20px;
	list-style-type: circle;
}



.img_leva_bez {
	float: left;
	margin: 5px;
}

.img_prava_bez {
	float: right;
	margin: 5px;
	}
.linka {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.linka_solid {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

table#kontakt {
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;



}
table#kontakt  td  {
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linka_kontakt {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	font-weight: bold;
	padding-top: 5px;
}
table#kontakt_adresa {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #eee;
}
table#kontakt_adresa  td  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* MENU2 male*/
#menu2_nav	
 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 60%;
	font-weight: normal;
	height: 16px;
	float: right;
	margin-top: 4px;
	}
#menu2_nav li {
	width: 50px;
	line-height: 16px;
	list-style-type: none;
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	position: relative;
	background-color: #eee;
	margin-right: 1px;
	margin-left: 1px;
}
#menu2_nav a {
	list-style-type: none;
}
#menu2_nav a:hover {
	background-color: #03497e;
	color: #FFFFFF;
	line-height: 16px;
	display: block;
	width: 50px;
}

