.filterod { background:#e9f6ff; padding:10px;}
.filterod form { display:inline-block;}
.filterod span { padding:0 20px;}
.filterod label { padding:0 10px 0 0;}
.filterod select { padding:5px;}
.filterod input[type=submit] { padding:5px 15px 5px 15px;}
.opendata_link { border-spacing:0; padding:5px 0; width:100%;}
.opendata_link th { padding:10px; background:#bcbcbc;}
.opendata_link td { padding:10px; border-top:#FFFFFF solid 1px;}
.opendata_link tr { background:#ececec;}
/*.opendata_link a { text-decoration:underline; }
.opendata_link a:hover { text-decoration:none; cursor:pointer; }*/
.aktual-ocen { padding:0 0 0 20px; width:40%;}
.aktual-ocen a { display:block; float:left; width:26px; height:16px; background:url(../opendata/rating-stars.png) no-repeat 0px 0px;}
.aktual-ocen .active { background:url(../opendata/rating-stars.png) no-repeat 0px -16px;}
.but {display: inline-block; background: #33b5e5; padding: 3px 10px; text-decoration: none; color: #ffffff;}
.but:hover {background: #ff4444;}
.sticky-enabled { border-right:#000000 1px solid; border-bottom:#000000 1px solid; }
.sticky-enabled th, .sticky-enabled td { border-left:#000000 1px solid; border-top:#000000 1px solid; }
.back_but { float:right; }
.back_but a { text-decoration:underline; }
.back_but a:hover { text-decoration:none; cursor:pointer; }
.dw {color: #333; background-color: #d4d4d4; border-color: #8c8c8c; background: #DDD url(../opendata/action-btn.png) no-repeat 10px -67px; padding: 8px 0 8px 36px; display:inline-block; text-decoration:none;}
.dw span { background: #666; color: #CCC; padding: 8px 10px; margin-left: 10px; text-decoration:none;}
#fade { /*--Transparent background layer--*/
	display: none;
	background: #000000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .3;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background:#ffffff;
	padding:0;
	border:#c4f3ff solid 1px;
	position: fixed;
	top: 50%; left: 50%;	
	z-index:99999;
	height: 500px;
}
.pop-cont {overflow:auto;height:446px;padding:31px 33px 23px 33px;}
.btn_close {
	position:absolute; float:right; right:-40px; top:0px; }
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}