/* ---------- CONTAINERS ---------- */
body{
	background-color: #121212;
	*overflow: visible;
	*height: auto;
}
#backgroundContainer{
	padding: 0 0 0 0;
	background: url("../media/structure/bg_body.jpg") repeat-x top;
	min-height: 600px;
}
#containerAll{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#contact_link{
	z-index:9999;
	position:absolute;
	margin:0 0 0 -220px;
}
/* HEADER ELEMENTS */
#header{
	position: relative;
	height: 130px;
}
#searchbox{
	
}
#containerLogo{
	margin-top:10px;
	*float: left;
	position:absolute;
	z-index:999;
	
	height:100px;
}
#containerLogo a{

}
#containerLogo h1{
	display: block;
	float: left;
	width: 547px;
	height: 70px;
	text-indent: -9999px;

	
	margin: 0;
}
#flags{
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
	float: right;
}
#flags li{
	float: left;
	margin: 3px;
}
#header #headerRightWrapper{
	display: inline-block;
	float: right;
}

/* Site Offline */
#siteOffline{
	position: absolute;
	display: block;
	width: 400px;
	left: 50%;
	margin: 200px 0 0 -220px;
	background: #fff;
	box-shadow: 0 0 5px #555;
	border-radius: 10px;
	padding: 20px;
}
#siteOffline #containerLogo{
	padding: 0px;
}
#siteOffline #containerLogo h1{
	float: none;
}
#siteOffline p{
	margin: 20px 0 0 0;
	color: #333;
	font-size: 14px;
	text-shadow: 1px 1px 0 #e8e8e8;
}
#siteOffline a.admin{
	display: block;
	float: right;
	margin: 20px 0 0 0;
	color: #00E;
	text-decoration: underline;
}
#siteOffline a.admin:hover{
	text-decoration: none;
}

/* SLIDESHOW */
#slideshowContainer{
	
	border: 15px solid #1e1f1e;
	height: 250px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}
#slideshowContainer .slide{
	position: relative;
	height: 300px;
	width: 100%;
	overflow: hidden;
}
#slideshowContainer .slide .description{
	display: block;
	position: absolute;
	bottom: 0px;
	width: 99%;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 1%;
}
#slideshowContainer  .slideshow-bullets-wrap{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
}
#slideshowContainer  .slideshow-bullets-wrap .slideshow-bullet{
	background: url("../media/slideshow-bullet.png") no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}
#slideshowContainer  .slideshow-bullets-wrap .slideshow-bullet.slideshow-bullet-active{
	background: url("../media/slideshow-bullet_selected.png") no-repeat;
}
#slideshowContainer .slide-active{
	z-index: 25;
}

/* MENU */
#menu{
	display: block;
	height: 35px;
	background: url("../media/structure/bg_menu.jpg") #000 repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 790px;
	border-bottom:2px solid #987f15;
	padding-left:160px;
}
#menu ul{
	margin: 0;
	position:relative;
	z-index:9999;
}
#menu li{
	list-style: none;
	float: left;
}
#menu li.hidden{
	visibility: hidden;
}
#menu li a{
	padding: 0 15px;
	line-height: 35px;
	display: block;
	float: left;
	color: #dabd67;
	font-weight:bold;
	border-right:1px solid #282727;
	border-left:1px solid #777272;
	font-style:italic;
}
#menu li a:hover, #menu .current.active a{
	background: url("../media/structure/selected_menu.jpg") #be992c repeat-x;
	text-decoration: none;
	border-right:1px solid #977b28;
	border-left:1px solid #3a321c;
	color:#191919;
}
#menu .current.active a:hover{
	text-decoration: none;
}
.submenu{
	padding:10px 0px 10px 0px;
	background:#1e1f1e;
}
.submenu ul{
	list-style-type:none;
	margin:0;
}
.submenu li a{
	border-bottom:1px solid #1e1f1e;
	display:block;
	padding:5px 0 5px 10px;
}
.submenu li a:hover, .submenu .current.active > a{
	color:#191919;
	background:#be992c;
	text-decoration:none;
}
.submenu li li a{
	padding-left:20px;
}
.submenu .menu {

}
.submenu{
	float:left;
	width:200px;
	margin-bottom:20px;
}
#with_submenu{
	float:right;
	width:740px;
}
/* CONTENT */
#event td a{
	
}
#event img{
	border:10px solid #1e1f1e;

}
#contentWrapper{
	
	z-index: 1;
	position: relative;
}
#containerContent{
	min-height: 450px;
}
#containerContent.with_webshop, #containerContent.with_sidebar{
	width: 760px;
	float: left;
}
#containerContent.with_webshop.with_sidebar{
	width: 540px;
}
#startpage_table{
	margin:5px 0 0 -3px;
	padding:0;
}
/* GALLERY */
#containerGallery{
	
}

/* NEWS SUMMARY */
#containerNewsSummary{
	float: right;
	display: block;
	width: 263px;
	height:240px;
	margin:15px 0 0 0;
	padding: 0 20px 0 20px;
	border-left:2px dotted #1c351e;
}
#containerNewsSummary h2{
	margin-top:-5px;
}
#containerNewsSummary .newsSummaryItem{
	display: block;
	margin: 0 0 20px 0;
}
#containerNewsSummary .newsSummaryItem .newsSummary{
	display: block;
	margin-top: 3px;
	color:#ecd9a1;
}
}
#containerNewsSummary .newsSummaryItem .readOn{
	display: block;
	margin-top: 5px;
	
	
}
#containerNewsSummary .newsSummaryItem a{
	color:#ca6a62;
}
#containerNewsSummary .allNews{
	display: block;
	text-align: right;
	position:absolute;
	bottom:20px;
	right:20px;
}

/* NEWS LIST */
#newsListWrapper .newsSummaryItem{
	margin: 20px 0;
}
#newsListWrapper .newsSummaryItem .newsSummaryTitle{
	margin: 0 0 5px 0;
}
#newsListWrapper .newsSummaryItem .readOn{
	display: block;
	margin: 5px 0 0 0;
}

/* SIDEBAR */
#containerSidebar{
	display: block;
	width: 220px;
	min-height: 100px;
	float: right;
	margin-top: 10px;
}

/* FOOTER */
#containerFooter{
	padding: 20px 0 10px 0;
	width:100%;
	background: #121212;
	
}
#containerFooter hr{
	display: none;
}
#containerFooter p, #containerFooter p a{
	color: #666;
	font-size: 10px;
}
#containerLogin{
	display: inline;
}
#containerInnerFooter{
	padding: 0 20px;
	width:950px;
	margin:0 auto;
}
#containerInnerFooter{
	
}
#containerInnerFooter, #containerInnerFooter a, #containerInnerFooter h1, #containerInnerFooter h2, 
#containerInnerFooter h3, #containerInnerFooter p {
	color: #f9f9f9;
}
#containerInnerFooter p{
	font-size:10px;
}
#footerLinks{
	float: right;
	position: relative;
	right: 50%;
	margin: 10px -500px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footerLinks li{
	float: left;
	font-size: 10px;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	border-left: #777 1px solid;
	color: #777;
	line-height: 13px;
}
#footerLinks li.first{
	border: none;
}
#footerLinks li a{
	font-size: 10px;
	color: #777;
	text-decoration: none;
}
#footerLinks li a:hover{
	text-decoration: underline;
}

/* SITEMAP */
#sitemapContainer ul{
	padding: 0;
	list-style: none;
	margin: 0 5px;
}
#sitemapContainer ul ul{
	margin: 0 20px;
}
#sitemapContainer li{
	margin: 5px 0;
}

/* PAGER */
#pager{
	clear: both;
	display: block;
	margin: 15px 0 0 0;
}
#pager .text{
	display: block;
	float: left;
	line-height: 30px;
	color: #555;
	margin: 0 10px;
}
#pager a, #pager #currentPage, #pager .next, #pager .previous{
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url("../media/pager_item-background.jpg") repeat-x;
	margin: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #f0f0f0 1px solid;
	color: #bbb;
	font-size: 14px;
	font-weight: bold;
}
#pager a:hover, #pager #currentPage{
	text-decoration: none;
	color: #555;
	border-color: #555;
}
#pager .next, #pager .previous{
	overflow: hidden;
	text-indent: -9999px;
}
#pager .previous{
	background: url("../media/pager-prev.jpg") repeat-x;
}
#pager .previous:hover{
	background: url("../media/pager-prev_hover.jpg") repeat-x;
}
#pager .next{
	background: url("../media/pager-next.jpg") repeat-x;
}
#pager .next:hover{
	background: url("../media/pager-next_hover.jpg") repeat-x;
}

/* MODAL */
#modalOverlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url("../media/modalOverlay-back.png") repeat;
	z-index: 200;
	position: fixed;
}
#modalWindow{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 300;
	background: #fff;
	padding: 20px 32px;
	display: none;
}
#modalWindow img{
	max-width: 980px;
	max-height: 800px;
}
#modalWindow .modal-close, #modalWindow .gallery-next-btn, #modalWindow .gallery-prev-btn{
	position: absolute;
	display: block;
	text-indent: -9999px;
	line-height: 0px;
	cursor: pointer;
}
#modalWindow .modal-close{
	top: -14px;
	right: -14px;
	z-index: 400;
	width: 42px;
	height: 42px;
	background: url("../media/close_button.png") no-repeat;
}
#modalWindow .gallery-next-btn, #modalWindow .gallery-prev-btn{
	width: 32px;
	height: 100%;
	top: 0px;
}
#modalWindow .gallery-next-btn{
	right: 0px;
	background: url("../media/gal_next.jpg") no-repeat center;
}
#modalWindow .gallery-prev-btn{
	left: 0px;
	background: url("../media/gal_prev.jpg") no-repeat center;
}
#modalOverlay #preloader{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	padding: 30px;
	border-radius: 40px;
	background: #fff;
}

/* CONTACT FORM */
#contactForm{
	
}
#contactForm label{
	display: block;
	color:#dabd67;
}
#contactForm input{
	display: block;
}
#contactForm #texta{
	width:250px;
	height:75px;
}
/* SEARCH */
.searchResult{
	display: block;
	line-height: 26px;
	padding: 0 8px;
}
.searchResult.odd{
	background: #eee;
}