@CHARSET "UTF-8";

html,
body {
	height: 100%;
	margin: 0px !important;
	padding: 0px;
}
body.celementsmenubarvisible #page {
	padding-top: 28px;
}
#sitecontainer {
	position: relative;
	min-height: 100%;
	background-color: #f0f0f0;
	background-image: url('/download/PowerdogsLayout/WebHome/background.png');
	background-position: center;
	background-repeat: repeat-y;
}
#page {
	width: 818px;
	padding-left: 20px;
	padding-right: 17px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 104px;
	position: relative;
}
#logo {
	position: absolute;
	left: 24px;
	bottom: 24px;
	min-height: 40px;
	min-width: 450px;
	top: 0px;
}
#teaser {
	position: absolute;
	top: 30px;
	right: 24px;
	min-height: 30px;
	min-width: 200px;
}
#lang,
#nav2 {
  margin: 2px 24px 0px 0px;
}

#menu_point,
#lang,
#nav2Desktop,
#teaser ul {
  display: none;
}

#image {
	height: 215px;
	overflow: hidden;
	margin: 0px 24px;
}

#wrapper {
	padding: 30px 24px 59px 24px;
	position: relative;
}
#left {
	float: left;
	width: 210px;
}
#left div + div {
	margin-top: 20px;
}
#content {
	width: 550px;
	margin-left: 234px;
}

#content .rteEndClear {
  clear: both;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -386px;
	width: 728px;
	height: 15px;
	border-top: 2px solid #f4f4f4;
	padding: 24px;
	padding-top: 8px;
}
body.celementsmenubarvisible #footer div.cel_cm_pagedependent_content, 
body.celementsmenubarvisible #footer div.cel_cm_rte_content {
	min-height: 15px;
}

.searchbar input {
	width: 204px;
}

#content > div {
	position: relative;
}

#sitecontainer hr { 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.3); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}
	
/* Navigation */
#nav ul,
#navigation_mobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li a,
#navigation_mobile ul li a {
	display: block;
	color: #505050;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 16px;
	margin-bottom: 4px;
	background-color: #ffdd66;
}
/*#navigation_mobile ul li a {
  background-color: #e2e2e2;
}*/
	
#nav ul li li a,
#navigation_mobile ul li li a {
	padding-left: 32px;
}
#nav li:hover > a,
#nav li.active > a {
  background-color: #ff9500;
}
#navigation_mobile li:hover > a,
#navigation_mobile li.active > a {
	background-color: #ff9500;
}

/* Blog */
#content .article_date,
#content .article_title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 4px;
}

#content .article_title {
	font-weight: bold;
}

#content .article_date {
	float: right;
	margin-left: 8px;
}

/* Kalender */
table.cel_calendar_overview {
	width: 494px;
	table-layout: fixed;
	border-collapse: collapse;
}
table.cel_calendar_overview th {
	text-align: left;
	border-bottom: 1px solid #505050;
}
table.cel_calendar_overview .cel_cal_date {
	width: 77px;
}
table.cel_calendar_overview .cel_cal_time {
	width: 47px;
}
table.cel_calendar_overview .cel_cal_l_title {
	width: 246px;
}
table.cel_calendar_overview .cel_cal_location {
	width: 124px;
}
table.cel_calendar_overview .cel_cal_even td {
	background: #F4F4F4;
}

/* SEARCH RESULTS */
#sitecontainer #content #websearch .results .result_page_link {
  font-size: 14px;
  line-height: 18px;
  padding: 0px;
}
#sitecontainer #content #websearch .results .result_item {
  font-size: 12px;
  line-height: 16px;
	float: none;
}
#sitecontainer #content #websearch .results .result_date,
#sitecontainer #content #websearch .results .result_url {
	float: none;
	display: none;
}


#content .article_abstract {
    margin-bottom: 20px;
}

/* Gallery */
#sitecontainer .celements_gallery_overview img {
	margin: 0px;
}
#sitecontainer #content .presentationList ul {
  padding: 0px 0px 0px 20px;
}
.cel-ImageGalleryOverlay #yuiOverlayContainer .celPresSlideShow_prev {
  left: 0px;
  background-image: url('layouts/gallery/newimg/galleryOverlayLeftArrowWhite.png');
}
