/* CSS Components */

#top_btn_menu {
	background: url("../images/bg_h2.jpg") no-repeat left bottom;
	padding-bottom: 47px;
	margin-bottom: -57px;
}

#top_btn_menu a {
	display: block;
	width: 136px;
	height: 25px;
	overflow: hidden;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	padding: 8px 0 0 0;
}

#top_btn_menu a.blue {
	background: url("../images/btn_blue.jpg") no-repeat;
}

#top_btn_menu a.green {
	background: url("../images/btn_green.jpg") no-repeat;
}

#top_btn_menu a.yellow {
	background: url("../images/btn_yellow.jpg") no-repeat;
}

#top_btn_menu a:hover {
	background-position: left bottom;
}

.linka {
	background: #e2e2e2;
	height: 1px;
	overflow: hidden;
	margin-top: 15px;
}

.gradientik {
	background: url("../images/bg_grad.gif") no-repeat;
	width: 311px;
	height: 22px;
}

.aktual .in {
	background: url("../images/bg_grad.gif") no-repeat;
	padding: 10px 15px 0 8px;
	font-size: 11px;
	color: #000;
}

.aktual .in img {
	border: 1px solid #555;
	margin-right: 5px;
}

.aktual .line {
	padding: 0 0 3px 0;
}

.aktual .nadpis, .aktual .nadpis2 {
	height: 35px;
}

#over_news_banner {
	margin-top: -600px;
	height: 600px;
	overflow: hidden;
}

.h102 {
	height: 102px;
	overflow: hidden;
	margin-bottom: 5px;
}

div#news {
	 /*min-height: 600px;*/
	 _height: 600px;
}

.zone2 {
	text-align: center;
}

#search-next {
	text-align: right;
}
#search-next span {
    cursor: pointer;
    font-weight: bold;
    padding: 2px 7px;
}



.inquiry {
    padding: 10px;
}
.inquiry .voting ul {
    list-style: lower-alpha outside none;
    margin: 6px 0 10px 30px;
    padding: 0;
}
.inquiry .voting ul li {
    padding: 3px 0;
}
.inquiry .voting ul li span.textvote {
    background-color: #568FBC;
    color: white;
    display: none;
    font-size: 11px;
    font-weight: normal;
    margin-left: 4px;
    padding: 1px 4px;
}
.inquiry .voting ul li:hover span.textvote {
	display: inline;
}
.inquiry .voting ul li span a {
    text-decoration: none;
}
div#content .inquiry .voting ul li span a {
    text-decoration: none;
}
.inquiry .graph {
    font-size: 11px;
    margin-top: 6px;
}
.inquiry .graph table {
    border: medium none;
    width: 100%;
}
div#content .inquiry .graph table {
    border: medium none;
    color: black;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: left;
}
.inquiry .graph table th {
    border: medium none;
    color: black;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: left;
}
div#content .inquiry .graph table th {
    background-color: white;
    border: medium none;
    color: black;
}
.inquiry .graph table td {
    margin: 0;
    padding: 0;
}
.inquiry .graph table td span.bar {
    background-color: #1B4D7E;
    display: block;
    float: left;
    height: 20px;
}
.inquiry .graph table td span.value {
    float: left;
    padding-left: 7px;
    padding-top: 3px;
}
.inquiry .votedcount {
    padding-right: 10px;
    text-align: right;
}
.inquiry .votedcount span.count {
    font-weight: bold;
}
.inquiry .alreadyvoted {
    padding-right: 8px;
    padding-top: 6px;
    text-align: right;
}
.inquiry .graph.vote table th {
    color: #25699F;
    font-weight: bold;
    text-decoration: underline;
	cursor: pointer;
}
