body {
	background-color: #17154f;
	font-size: 13px;
	font-family: Verdana, Arial, "Helvetica CE";
}

#top, #middle, #bottom {
	width: 960px;
	text-align: left;
}

#top {
	margin-top:10px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 55px;
}

#top #menu {
	padding-top: 25px;
}

a.zn_p, a.zn_m {
	color: white;
	font-size: 12px;
	margin-right: 15px;
}

a.zn_p {
	background-image: url(zn_p.jpg);
}
a.zn_m {
	background-image: url(zn_m.jpg);
}
a.zn_p, a.zn_m {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	text-decoration: none;
}
a.zn_p:hover, a.zn_m:hover {
	text-decoration: underline;
}
a.odkaz {
	background-repeat: no-repeat;
	background-position: right
	padding-right 25px;
	text-decoration: none;
	background-image: url(lupa.gif)
}


#middle {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
	-height: 600px;
}

#bottom {
	font-size: 9px;
	color: white;
	padding: 10px 0px 10px 0px;
}

#odsazeni_obsahu {
	padding-top: 50px;
	padding-left: 350px;
}

#rubrika{
	display: inline;
	background-color: #17154f;
	padding: 7px 10px 4px 10px;
	color: white;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#obsah {
	margin-top: 4px;
	width: 550px;
	border: 1px solid #000000;
}

#obsah .opacity {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background-color: white;
	width: 490px;
	padding: 20px 30px 20px 30px;
}

#obsah .opacity img {
	border: 2px solid #17154f;
	margin: 10px 10px 10px 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.clanek{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

.distribuce {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.poznamka {
	font-size: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}

a {
	font-weight: bold;
	text-decoration: none;
}


