@CHARSET "UTF-8";

html,
body {
	height: 100%;
	margin: 0px !important;
	padding: 0px;
}
body.celementsmenubarvisible #page {
	padding-top: 28px;
}
#sitecontainer {
	background-color: white;
  background-image: url("/download/HeadacheLayout/WebHome/background.png");
  background-position: center center;
  background-repeat: repeat-y;
  min-height: 100%;
  min-width: 980px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  width: 100%;
}
#page {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 900px;
/**
careful: no overflow hidden because of the navigation gets truncated!
  overflow: hidden;
  **/
  position: relative;
}

/*HEADER*/


#teaser,
#menu_point,
#nav2Desktop,
#image,
#bgImgMobile {
	display: none;
}

#logo {
	display: block;
	position: relative;
	right: -2px;
	top: 100px;
	z-index: 1;
	width: 320px;
}

#sitecontainer #header {
	margin-top: -77px;
}

#header #bgImgDesktop img {
   height: auto;
   top: 0px;
}

#header #bgImgDesktop {
    margin-left: -346px;
    margin-right: auto;
    position: absolute;
    width: 1467px;
}


#wrapper {
	margin-left: 0;
	margin-right: 0;
	margin-top: 222px;
	width: 900px;
	position: relative;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}


#content {
	width: 640px;
	margin-left: 65px;
	top: 54px;
	position: relative;
}

#content .rteEndClear {
  clear: both;
}


body.celementsmenubarvisible #footer div.cel_cm_pagedependent_content, 
body.celementsmenubarvisible #footer div.cel_cm_rte_content {
	min-height: 15px;
}


#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); 
}
	
/* Menu Navigation */
#nav {
  left: 262px;
  position: absolute;
  top: -20px;
  z-index: 1;
}
#nav ul li a {
	display: block;
	color: white;
	font-size: 13px;
  line-height: 20px;
  font-weight: bold;
	text-decoration: none;
	padding: 0px 0px;
  padding: 2px;
  margin-bottom: 0px;
  margin-right: 8px;
  background-color: transparent;
}
#nav ul li a:hover {
  color: #124179 !important;
  background: #7b9fd3;
}
#nav ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#nav ul li {
	position: relative;
	float: left;
}
#nav ul ul {
	padding: 0px;
	list-style: none;
	display: inline-block;
}
#nav ul li a.active {
  color: #124179;
  font-weight: bold;
}
#nav ul > li > ul > li > a {
  font-size: 13px;
  line-height: 15px;
  padding: 2px 5px;
	font-weight: normal;
  width: auto;
  white-space: nowrap;
}
#nav ul li:hover a,
#nav ul li ul a {
  background: #7b9fd3;
  background-color: #7b9fd3;
}
#nav ul > li > ul > li > a:hover {
  background: #bdcfe9;
  background-color: #bdcfe9;
}
#nav ul li ul {
  position: absolute;
  top: 21px;
  left: 0px;
}
#nav ul li li {
  float: none;
  margin: 0px;
}
#nav ul li li a {
  display: block;
}
#nav ul li li a.active {  
  color: #124179;
  font-weight: normal;
}
#sitecontainer #nav .cel_nav_restricted_rights {
  background: #7b9fd3;
  background-color: #7b9fd3;
  color: white;
  margin-left: 0px;
  text-decoration: none;
  width: 180px;
  background-image: url("/download/HeadacheLayout/WebHome/lock.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#sitecontainer #nav .cel_nav_restricted_rights:hover {
  background-color: #bdcfe9;
  background-image: url("/download/HeadacheLayout/WebHome/lock.png");
  background-repeat: no-repeat;
  background-position: right center;
}

/*LEFT*/

#left {
	width: 200px;
}
#left ul {
	margin: 0;
}
#left #SubMenuNav {
    position: relative;
    padding-top: 54px;
    margin-left: -40px;
}

#left #SubMenuNav li.cel_nav_restricted_rights {
  background: transparent;
  background-color: transparent;
  color: white;
  margin-left: 0px;
  text-decoration: none;
  width: 180px;
  background-image: url("/download/HeadacheLayout/WebHome/lock.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#left #SubMenuNav li.cel_nav_restricted_rights a {
  background-color: transparent;
}

#left #SubMenuNav ul {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: auto;
	line-height: 16px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 200px;
	text-decoration: none;
	list-style: none;
}

#left #SubMenuNav .cel_nav_empty {
	display: none;
}

#left #SubMenuNav ul a {
	background-image: url("/download/HeadacheLayout/WebHome/menupointwhite.png");
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: white;
	padding-left: 12px;
	text-decoration: none;
}


#left #SubMenuNav ul a.active,
#left #SubMenuNav ul a:hover {
	background-image: url("/download/HeadacheLayout/WebHome/menupointblue.png");
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #124179;
	padding-left: 12px;
	text-decoration: none;
}


#left #leftNav {
	margin-left: -40px;
	position: relative;
	padding-top: 8px;
}

#left #leftNav ul {
	list-style: none;
}

#left #lang {
	margin-left: -40px;
	position: relative;
  padding-top: 8px;
  overflow: hidden; /** for clear:both; **/
}

#left #lang .navigation-clear {
	clear: both;
}

#left #box {
	border-bottom: 1px solid #8299d5;
	border-top: 1px solid #8299d5;
	width: 235px;
	margin-left: -40px;
	margin-top: 17px;
	padding-top: 20px;
}

#left #box img {
	margin-left: 40px;
	margin-bottom: 20px;
}

#left #searchbox {
	padding-top: 20px;
}

.searchbar input {
	width: 190px;
	background-color: #769fd4;
	background-image: url("/download/HeadacheLayout/WebHome/lupedesktop.png");
    background-repeat: no-repeat;
    background-position: right center;
    border: thin none;
    height: 22px;
}


#left div + div {
	top: auto;
	position: relative;
}

#left #lang ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
#left #lang ul li a.active {
	font-weight: bold;
	color: #124179;
}

#left #leftNav ul li a {
	color: #114e7c;
	text-decoration: none;
}
#left #leftNav ul li a:hover {
	font-weight: bold;
}


#left #createdDesktop {
	position: relative;
}

#left #createdDesktop a {
    color: #0b2f62;
    font-weight: bold;
}



/* 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 #websearch .results .result_page_link {
   font-size: 12px !important;
   }

#sitecontainer #websearch .results .result_item {
	float: none !important;
}

#sitecontainer #websearch .results .result_date {
	float: none !important;
}

#sitecontainer #websearch .results .result_url {
	float: none !important;
	display: none;
}
#content .article_abstract {
    margin-bottom: 20px;
}


/* FOOTER */

#footer #mobile_box,
#footer #FooterNavMobile {
	display: none;
}

#footer {
	position: relative;
	/**
	bottom: 0px;
	left: 50%;
	margin-left: -448px;
	**/
	width: 50px;
	height: 15px;
	border-top: 0px solid #f4f4f4;
	padding: 24px;
	padding-top: 9px;
	margin-top: 30px;
}


/*LOGIN SCREEN*/

#sitecontainer .loginscreen {
	background: transparent !important;
}

/** Newsticker **/
#newsticker{
  position:absolute;
  height: 20px;
  width: 675px;
  left: 263px;
  top: 13px;
  overflow: hidden;
}
#newsticker .cellPDContent-body {
  position: relative;
  width: 3000px;
}
#newsticker li {
  display: inline;
}

/** Gönnerbeitrag Payment **/
iframe.payment {
    border: 0 none;
    height: 1000px;
    width: 100%;
    margin: 0;
    padding: 0;
}
