@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/BellisLayout/WebHome/background.png');
	background-position: center;
	background-repeat: repeat-y;
}
#page {
	width: 776px;
	padding-left: 20px;
	padding-right: 17px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 104px;
	position: relative;
}
#logo {
	position: absolute;
	left: 24px;
	bottom: 5px;
	min-height: 40px;
	min-width: 450px;
}

#logoMobile {
    display: none;
}

#teaser {
	position: absolute;
	top: 24px;
	right: 24px;
	min-height: 30px;
	min-width: 200px;
}

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

#wrapper {
	padding: 30px 24px 59px 24px;
	position: relative;
}

#icons {
    display: none;
}

#left {
	float: left;
	width: 210px;
}
#left div + div {
	margin-top: 10px;
}
#editablecode_container #content {
	width: 530px;
	margin-left: 60px;
}
.cel_cell #content {
    margin-left: 229px;
    width: 500px;
}
#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;
}
	
/* Navigation */
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li a {
	display: block;
	color: #505050;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 16px;
}

#nav ul li + li a {
	border-top: #f4f4f4 1px solid;
}


#nav ul li li a {
	padding-left: 32px;
}
#nav li:hover > a,
#nav li.active > a {
	background-color: #a9a9bc;
	color:#fff;
}

/* 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;
}

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

/* 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 td.cel_cal_date {
	width: 170px;
}
table.cel_calendar_overview span.cel_cal_date {
	width: 77px;
}
table.cel_calendar_overview span.cel_cal_time {
	width: 47px;
	margin-left: 10px;
}
table.cel_calendar_overview .cel_cal_l_title {
	width: 324px;
}
table.cel_calendar_overview .cel_cal_location {
	width: 124px;
}
table.cel_calendar_overview .cel_cal_even td {
	background: #e6e6e6;
}

/* Gallery fix */
.celements_galleries .celements_gallery_overview {
  padding: 5px 0px 10px 0px;
  height: auto;
  display: block;
  overflow: hidden;
}

/* Formular */
.KontaktForm .input {
	padding: 2px 0px;
}
.KontaktForm label {
	float: left;
	width: 80px;
}
.KontaktForm .information label {
	width: auto;
}
.KontaktForm input {
	margin: 0px;
	width: 296px;
}
.KontaktForm input[type="submit"]{
	margin: 0px;
	width: 302px;
} 
.KontaktForm .validation-failed {
	border: 1px solid red;
}
.KontaktForm .validation-advice {
	display: inline;
	margin-left: 10px;
	background: transparent;
	color: white;
	font-weight: normal;
}
.KontaktForm textarea {
	width: 296px;
	height: 70px;
	
}
.KontaktForm .g-recaptcha, 
.KontaktForm .submit {
    padding-left: 80px;
}


/* Agenda/Konzerte */
.cel_pagetype_Event .cel_cal_l_title .cel_cal_key {
	display: none;
}
.cel_pagetype_Event .cel_cal_l_title .cel_cal_value {
	font-size: 20px;
	line-height: 24px;
	margin: 18px 0px 4px 0px;
}

/* Websearch */
#websearch .search_input {
	width: 490px;
	margin: 0px;
	padding: 0px;
}
#websearch .results {
	margin-top: 10px;
}
body #sitecontainer #websearch .results a.result_url:hover,
body #sitecontainer #websearch .results a.result_page_link {
	color: #333 !important;
}
body #sitecontainer #websearch .results a.result_page_link:hover,
body #sitecontainer #websearch .results a.result_url {
	color: #A9A9BC !important;
}
