@charset "utf-8";
/* CSS Document */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline:0;
	cursor: default;
}

a, a * {
	cursor: pointer;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	float: none;
}

html, body {
	height: 100%;
}

a:active, a:focus {
	outline: 0;
}

.module {
	margin-bottom: 15px;
}
.orange {
	color: #f79e01;
}

.header-h2-link {
	display: block;
	text-decoration: none;
	color: #fff;
}
.header-h2-link:hover {
	color: #CCC;
}

#wallpapers {
	height: 100%;
}

#hitarea0{
	width:690px;
	height:200px;
	display:none;
	position:absolute;
	top:0px;
	right:0px;
}

#clip{
	width:152px;
	height:112px;
	position:absolute;
	top:77px;
	left:326px;
}

#page {
	width: 996px;
	margin: 0 auto;
}

.nav-pagini {
		text-align: right;
		text-decoration: none;
		color: #fff;
	}
		.nav-pagini a {
			text-decoration: none;
			color: #fff;
			padding: 0px 6px;
			background-color: #999;
			font: bold 12px/20px "trebuchet MS", helvetica, sans-serif;
		}
		.nav-pagini a.active {
			background-color: #f79e01;
		}
		.nav-pagini a:hover {
			background-color: #333;
		}

#header {
	height: 130px;
	width: 100%;
	position: relative;
	/*background: url(../images/rabbit.png) 740px 20px no-repeat;*/
}
	#logo {
		width: 150px;
		height: 100px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
		#logo a {
			width: 100%;
			height: 100%;
		}
	#program-header {
		position: absolute;
		width: 350px;
		height: 110px;
		left: 0px;
		top: 20px;
	}
	#SearchNewsletterRSS {
		position: absolute;
		width: 215px;
		height: auto;
		left: 58%;
		top: 50px;
	}
		#search {
			background: url(../images/search.png) no-repeat left top;
			width: 100%;
			height: 22px;
		}
			#search_btn {
				background: transparent;
				height: 22px;
				width: 48px;
				margin-left: 5px;
				text-align: center;
				color: #000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				cursor: pointer;
			}
			#search_fild {
				background: transparent;
				width: 145px;
				height: 22px;
				font: 11px/22px Arial, Helvetica, sans-serif;
				color: #000;
			}
		#SearchNewsletterRSS a {
			display: block;
			float: left;
			height: 22px;
			color: #fff;
			text-decoration: none;
			font: bold 13px/22px Arial, Helvetica, sans-serif;
			margin-top: 5px;
		}
		#SearchNewsletterRSS a:hover {
			text-decoration: underline;
		}
		#newsletter {
			background: url(../images/newsletter.png) no-repeat left center;
			padding-left: 24px;
			margin-left: 50px;
		}
		#RSS {
			background: url(../images/RSS.png) no-repeat left center;
			margin-left: 10px;
			padding-left: 18px;
		}

#main-nav {
	height: 36px;
	width: 100%;
}
	#main-nav div {
		float: left;
		width: 4px;
		height: 36px;
	}
	#main-nav .left_edge {
		background: url(../images/main_nav_left.png) no-repeat;
	}
	#main-nav .right_edge {
		background: url(../images/main_nav_right.png) no-repeat;
	}
	#main-nav ul {
		float: left;
		background: url(../images/main_nav.png) repeat-x;
		width: 988px;
		height: 36px;
		line-height: 36px;
		list-style: none;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
	}
	#main-nav ul li {
		float: left;
		width: auto;
		padding: 0px 15px;
		position: relative;
	}
	#main-nav ul li a {
		display: block;
		width: auto;
		color: #fff;
		text-decoration: none;
		line-height: 36px;
		height: 36px;
	}
	#main-nav ul li a:hover {
		color: #ccc;
	}
	#main-nav ul li a.active {
		color: #ff8910;
	}
	
#content-container {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
	#top-shadow {
		padding-top: 5px;
		height: 19px;
		font-size: 0px;
		line-height: 0px;
		background: url(../images/top_shadow.png) left top no-repeat;
	}
		#breadcrumb {
			line-height: 0px;
			height: 24px;
			list-style: none;
			padding-left: 5px;
		}
			#breadcrumb li {
				float: left;
				width: auto;
				position: relative;
				margin-left: -5px;
			}
			#breadcrumb li.first {
				margin-left: 0px;
			}
			#breadcrumb li a {
				display: block;
				color: #fff;
				font: 11px/18px Arial, Helvetica, sans-serif;
				height: 18px;
				text-decoration: none;
			}
			#breadcrumb li a strong {
				display: block;
				height: 18px;
				float: left;
				background: #666;
				font-weight: bold;
				padding: 0px 10px 0px 15px;
			}
			#breadcrumb li a span {
				display: block;
				float: left;
				width: 6px;
				height: 18px;
				background: url(../images/breadcrumb2.png) no-repeat;
			}
			#breadcrumb li a.first strong {
				background: #262626;
				padding: 0px 10px;
			}
			#breadcrumb li a.first span {
				background: url(../images/breadcrumb1.png) no-repeat;
			}
			#breadcrumb li a:hover strong {
				background: #000;
			}
			#breadcrumb li a:hover span {
				background: url(../images/breadcrumb2.png) left bottom no-repeat;
			}
			
	#content {
		background: url(../images/content_bg.png) left top repeat-y;
		padding: 0px 24px 10px 24px;
	}
		#left {
			float: left;
			width: 626px;
		}
		#right {
			float: right;
			width: 307px;
		}
	
	#footer {
		background: url(../images/content_bg.png) left top repeat-y;
		padding: 0px 24px;
		position: relative;
	}
		#footer ul {
			border-top: 2px solid #f79e01;
			list-style: none;
			padding-top: 4px;
			height: 50px;
			line-height: 50px;
		}
			#footer ul li {
				float: left;
				height: 15px;
				border-right: 1px solid #888;
				padding: 0px 6px;
			}
				#footer ul li a {
					display: block;
					text-decoration: none;
					color: #888;
					font: bold 11px/15px Arial, Helvetica, sans-serif;
					height: 15px;
				}
				#footer ul li a:hover {
					color: #555;
				}
				#footer ul li a.active {
					color: #f79e01;
				}
		#footer a.goTop {
			display: block;
			position: absolute;
			top: 0px;
			right: 20px;
			background: url(../images/footer_goTop.png) no-repeat center top;
			padding-top: 20px;
			height: 15px;
			width: 22px;
			text-decoration: none;
			font: bold 11px/15px Arial, Helvetica, sans-serif;
			color: #888;
		}
		#footer a.goTop:hover {
			color: #555;
		}
	
	#parteneri {
		/* background: url(../images/content_bg.png) left top repeat-y;*/
		padding: 0px;
		padding-top: 10px;
		position: relative;
	}
	
	#parteneri td{
		/*width:80px;*/
		padding:0 5px;
		height:100px;
	}
	.pageEnd {
		position: absolute;
		background: url(../images/footerEnd.png) no-repeat;
		height: 7px;
		width: 100%;
		bottom: -7px;
		left: 0px;
	}
	
/* comment form */
#comment-form{
}

	#comment-form input{
		border:1px solid #000;
	}
	
	#comment-form textarea{
		border:1px solid #000;
	}
	
	
/* scrollable */
.scrollable {
		position:relative; 
  	overflow:hidden;
	}
	.scrollable .items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	}
	
/* Contact  */
.btnContact{
	width:34px;
	height:109px;
	display:block;
	position:absolute;
	top:0;
	left:-26px;
	z-index:10;
	background-image:url(../images/btn-contact.png);
	background-position:top left;
	text-indent: -9999px;
}
	
	.btnContact:hover{
		background-position:top right;
	}
#contact {
	position: absolute;
	width: 400px;
	height: auto;
	top: 400px;
	left: 50%;
	margin-left: -200px;
	background: #fff;
	z-index: 100;
	padding: 20px;
	border: 2px solid #666;
}



#zupa{
	font:11px/46px arial;
	height:46px;
	display:block;
	position:absolute;
	bottom:-50px;
	right:0px;
	color:#fff;
	padding-right:30px;
	margin-left:28px;
	text-decoration:none;
	background:url(../images/logo-zupadupa.png) right center no-repeat;
}

.liveTransmision img
{
	width:299px;
}