/* LAYOUT */

.body{
	background: #e5e5e5 url(../img/background.jpg) repeat-y 50% 0%;	/* Canvas background */
}
#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
#page{
	background: transparent url(../img/page-bg.png) repeat-y top center;	/* Page background */
	width: 1020px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

#top {
	background: url(../img/top-bg.png) no-repeat top center;
}
	#top-links {
		height:36px;
	}
	#header {
		margin:0 30px;
		height:89px;
		background: url(../img/header-bg.png) no-repeat bottom;
		position:relative;
	}
		#logo {
			position:absolute;
			left:30px;
			top:30px;
		}
		#menu {
			position:absolute;
			/*left:340px;*/
			right:25px;
			top:45px;
		
			z-index:100000;
		}
	
	#flashtop { margin:0 30px 4px; }
	#flashtop #thTbar {
		z-index:50;
	}

	/* MIDDLE */

#middle {
	border-top:2px solid #f7921e;
	margin:0 30px;
	padding-top:9px;
}
	
	#main {
		float:left;
		width:635px;
		background:url(../img/main-bg.png) repeat-y left;
	}
		.news-wrapper {
			background:url(../img/frettir-preview-bg.png) no-repeat top;
		}
		
		#content {
			/* height: 1%; */
			background:url(../img/main-top.png) no-repeat top left;
		}
			#content .inner {
				background:url(../img/main-bottom.png) no-repeat bottom left;
				padding:15px;
				min-height:270px;
				height: auto !important;
				height:270px;
			}
	
		#main.wide {
			width:960px;
			background:url(../img/main-wide-bg.png) repeat-y left;
		}
		.wide #content { background:url(../img/main-wide-top.png) no-repeat top left; }
		.wide #content .inner { background:url(../img/main-wide-bottom.png) no-repeat bottom left;	}
			
	#right {
		float:right;
		width:309px;
	}
		#schedule {
			background:url(../img/stundarskra-top-bg.png) no-repeat top center;
		}
			#schedule .inner {
				
				background:url(../img/stundarskra-bottom-bg.png) no-repeat bottom center;
				padding:15px;
				min-height:270px;
				height: auto !important;
				height:270px;
			}
		


	/* BOTTOM */

#bottom {
	background:url(../img/page-splitter.png) no-repeat top center;
	color:#616161;
}
	
#bottom-inner {
	clear: both;
	background: url(../img/bottom-bg.png) no-repeat bottom center;
	padding:48px 30px 30px 30px;
}


	#bottom .top {
		background:url(../img/bottom-splitter.png) no-repeat bottom center;
		padding-bottom:10px;
		margin-bottom:10px;
	}

	#bottom .top #buttons {
		float:left;
		width:265px;
		margin-right:16px;
	}

		#bottom .top #buttons img { margin-right:10px; }
	
	#bottom .top #facebook-frame {
		float:left;
		width:350px;
	}
		
	#bottom .top #mailing-list {
		float:right;
		background: url(../img/postlisti-bg-big.png) no-repeat;
		width:309px;
		height:149px;
		height:193px;
		position: relative;
		top:-11px;
		margin-bottom:-11px;
	}
	
	#bottom .bottom #footer {
		height:60px;
		width:354px;
		padding:15px;
		background:url(../img/footer-bg.png) no-repeat;
		float:left;
		margin-right:8px;
	}
	#bottom .bottom #open {
		height:60px;
		width:306px;
		padding:15px;
		background:url(../img/opnun-bg.png) no-repeat;
		float:left;
		margin-right:8px;
	}
	#bottom .bottom #facebook {
		height:60px;
		width:191px;
		padding:15px;
		background:url(../img/facebook-bg.png) no-repeat;
		float:left;
	}


	{}
		#footer a {}
		#footer a:hover {}
		
	#copyright {}
	
	.clear { clear:both; }

