/* =============== */
/*  Layout Styles  */
/* =============== */


html {
  background-color: #f9f9f9;
}

body {
  background-color: #f9f9f9;
  color: #000;
  font: 0.875em/1.5 Verdana, Geneva, sans-serif; /* 14px */
}

.pagecenter {
  margin: 0 auto;
  width: 64.5em; /* 903px */
}

/* --- Header -------------------------------------------------------------- */

#header {
  position: relative;
}

#header h1 {
  font-size: 1.714em;
  line-height: 1;
  padding-top: 2.375em;
  padding-bottom: 3.5em;
}

#header h1 img {
  border: 0;
  display: block;
  float: left;
  margin-right: 5px;
}

#header h1 a {
  color: #000;
  text-decoration: none;
}
#header h1 a:hover span,
#header h1 a:focus span,
#header h1 a:active span {
  color: #0081a6;
}

#header h1 .text {
  color: #000;
  float: left;
  margin-top: 15px;
}

#header h1 .text span {
  display: block;
  font-size: 0.583em;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0.5em;
  text-decoration: none;
}


#search {
  background: url('/images/ui/bg_search_left.png') no-repeat left bottom;
  padding-left: 13px;
  position: absolute;
  top: 0;
  right: 0;
}

#search form {
  background: url('/images/ui/bg_search_right.png') no-repeat right bottom;
  padding-bottom: 9px;
  padding-right: 16px;
}

#search input {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  vertical-align: middle;
  width: 17em;
}

#search button {
  background: transparent url('/images/ui/bg_search_button.png') no-repeat 0 0;
  border: 0;
  cursor: pointer;
  height: 23px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 20px;
}
#search button:hover,
#search button:focus,
#search button:active {
  background-position: -20px 0;
}

#search button span {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: auto;
  width: 0;
}

/* --- Main Navigation ----------------------------------------------------- */

#navmain {
  background: #51acd2 url('/images/ui/bg_navbar_top.png') repeat-x 0 0;
}

#navmain .inner {
  background:  url('/images/ui/bg_navbar_bottom.png') repeat-x left bottom;
}

#navmain .pagecenter {
  position: relative;
}

#navmain .nav_patienten,
#navmain .nav_aerzte {
  float: left;
  padding: 1.5em 1.5em 1.5em 0;
  width: 14em;
}

#navmain h2 {
  color: #000;
  font-size: 1.143em;
  text-transform: uppercase;
}

#navmain ul {
  margin-left: 0.357em;
}

#navmain li {
  margin-bottom: 0.1em;
}

#navmain a,
#navmain .current span {
  color: #000;
  display: block;
  padding-left: 15px;
  text-decoration: none;
}

#navmain .trail a {
  color: #fff;
}

#navmain a:hover,
#navmain a:focus,
#navmain a:active,
#navmain .current span {
  background: url('/images/ui/nav_item.png') no-repeat left 0.45em;
  color: #fff;
}

#navmain a:focus {
  outline: 1px dotted #fff;
}

#navmain .login a {
  background: url('/images/ui/nav_login.png') no-repeat left 0.45em;
}

/* --- Teaser -------------------------------------------------------------- */

#teaser {
  background: url('/images/ui/bg_teaser_left.png') no-repeat left bottom;
  bottom: -30px;
  float: right;
  position: absolute;
  right: -17px;
}

#teaser .inner {
  background: url('/images/ui/bg_teaser_right.png') no-repeat right bottom;
  padding: 0 37px;
}

#teaser a,
#teaser span {
  background-color: #f9f9f9;
  border-top: 1px solid #cbcbcb;
  display: block;
  padding: 16px 0 15px;
}

#teaser img {
  display: block;
}

/* --- Columns ------------------------------------------------------------- */

#cols {
  margin-top: 4em;
}

#colright {
  float: right;
  margin-top: 5em;
  width: 17em;
}

#colleft {
  float: left;
  margin-right: 0.5em;
  width: 47em;
}

#content {
  background-color: #fff;
  /*
   -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  */
  margin-left: 2.5em;
}
#content .box_bl {
  padding: 3.5em;
}

.home #content {
  margin-left: 5.5em;
}

#colright .box {
  /*background: #f3f4f4 url('/images/ui/bg_box_gradient.png') repeat-x 0 0;*/
  /*
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  */
  margin-bottom: 1.5em;
}
#colright .box .box_tr {
  padding: 2.5em 2.5em 1.5em;
}
#colright .box .box_br {
  padding-bottom: 20px;
}
#colright #banner.box .box_tr {
  padding: 2.5em 19px 1.5em;
}

/* --- Home News/Events Styles --------------------------------------------- */

#content #news,
#content #events,
#content #results {
  list-style: none;
  margin: 0;
}

#content #news li,
#content #events li,
#content #results li {
  margin-bottom: 4em;
  position: relative;
}

#news img,
#events img,
#results img {
  float: left;
  margin-bottom: 0.5em;
}

#news .date img,
#events .date img,
#results .location img {
  float: none;
  margin: 0;
  padding: 0;
}

#news a.more,
#events a.more,
#results a.more {
  clear: left;
  float: right;
  margin-top: 1em;
}

#news p {
  margin-left: 135px;
}

#news .datum,
#events .datum,
#results .datum {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  position: absolute;
  left: -10em;
  line-height: 1.2;
  text-align: center;
  top: 1em;
  width: 7em;
}
#events .datum,
#results .datum {
  left: -12em;
  top: 0em;
  width: 9em;
}
#news .boxn_mrl,
#events .boxn_mrl,
#results .boxn_mrl {
  padding: 5px 7px 5px 12px;
}
#content #news .box_bl,
#content #events .box_bl,
#content #results .box_bl {
  padding: 7px 0;
}

#news .datum span,
#events .datum span,
#results .datum span {
  background-color: #fff;
  display: block;
  width: 100%;
}
#news .datum .day {
  color: #0081a6;
  font-size: 2.143em;
  padding-top: 0.5em;
}
#news .datum .month {
  font-size: 2.143em;
}
#news .datum .year {
  font-size: 1.429em;
  padding-bottom: 0.5em;
}
#events .datum .date,
#results .datum .location {
  font-size: 1.3em;
}

#results .datum .location {
  background-position:0.3em 0.5em;
  background-repeat:no-repeat;
  min-height: 1em;
  padding: 1em 0 0.8em 2em;
  text-align: left;
  width: 4em;
}

#results .datum .location:hover {
  cursor: pointer;
}

#results .datum .iconA { background-image: url('/images/ui/maps/red_MarkerA.png') }
#results .datum .iconB { background-image: url('/images/ui/maps/red_MarkerB.png') }
#results .datum .iconC { background-image: url('/images/ui/maps/red_MarkerC.png') }
#results .datum .iconD { background-image: url('/images/ui/maps/red_MarkerD.png') }
#results .datum .iconE { background-image: url('/images/ui/maps/red_MarkerE.png') }
#results .datum .iconF { background-image: url('/images/ui/maps/red_MarkerF.png') }
#results .datum .iconG { background-image: url('/images/ui/maps/red_MarkerG.png') }
#results .datum .iconH { background-image: url('/images/ui/maps/red_MarkerH.png') }
#results .datum .iconI { background-image: url('/images/ui/maps/red_MarkerI.png') }
#results .datum .iconJ { background-image: url('/images/ui/maps/red_MarkerJ.png') }
#results .datum .iconK { background-image: url('/images/ui/maps/red_MarkerK.png') }
#results .datum .iconL { background-image: url('/images/ui/maps/red_MarkerL.png') }
#results .datum .iconM { background-image: url('/images/ui/maps/red_MarkerM.png') }
#results .datum .iconN { background-image: url('/images/ui/maps/red_MarkerN.png') }
#results .datum .iconO { background-image: url('/images/ui/maps/red_MarkerO.png') }
#results .datum .iconP { background-image: url('/images/ui/maps/red_MarkerP.png') }
#results .datum .iconQ { background-image: url('/images/ui/maps/red_MarkerQ.png') }
#results .datum .iconR { background-image: url('/images/ui/maps/red_MarkerR.png') }
#results .datum .iconS { background-image: url('/images/ui/maps/red_MarkerS.png') }
#results .datum .iconT { background-image: url('/images/ui/maps/red_MarkerT.png') }
#results .datum .iconU { background-image: url('/images/ui/maps/red_MarkerU.png') }
#results .datum .iconV { background-image: url('/images/ui/maps/red_MarkerV.png') }
#results .datum .iconW { background-image: url('/images/ui/maps/red_MarkerW.png') }
#results .datum .iconX { background-image: url('/images/ui/maps/red_MarkerX.png') }
#results .datum .iconY { background-image: url('/images/ui/maps/red_MarkerY.png') }
#results .datum .iconZ { background-image: url('/images/ui/maps/red_MarkerZ.png') }


.pagination {
  text-align: center;
}

/* --- Breadcrumbs --------------------------------------------------------- */

#breadcrumbs {
  font-size: 0.929em;
  margin-bottom: 0.5em;
  margin-left: 4em;
}
.home #breadcrumbs {
  margin-left: 7em;
}

#breadcrumbs a,
#breadcrumbs .current span {
  color: #0081a6;
  text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active {
  text-decoration: underline;
}

#breadcrumbs a:focus {
  outline: 1px dotted #000000;
}

#breadcrumbs ul li {
  background:transparent url('/images/ui/breadcrumb.png') no-repeat scroll left 60%;
  float:left;
  padding:0 0.8em;
}

#breadcrumbs ul li.firstitem {
  background:transparent none repeat scroll 0 0;
  padding-left:0;
}

/* --- Sub Navigation ------------------------------------------------------ */

#navsub h2 a {
  color: black;
  text-decoration: none;
}

#navsub h2 a:hover,
#navsub h2 a:focus,
#navsub h2 a:active {
  text-decoration: underline;
}

#navsub h2 a:focus {
  outline: 1px dotted #000000;
}

#navsub ul {
  margin-left: -20px;
}

#navsub ul ul {
  margin-left: 15px;
}

#navsub li {
  margin-bottom: 0.5em;
}

#navsub li a.trail {
  font-weight: bold;
}

#navsub li a,
#navsub li.current span {
  color: #000;
  display: block;
  padding-left: 20px;
  text-decoration: none;
  /* white-space: nowrap; */
  width: 100%;
}

#navsub li a:hover,
#navsub li a:focus,
#navsub li a:active,
#navsub li.current span {
  background: #fff url('/images/ui/navsub_item.png') no-repeat 5px center;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

/* --- Footer -------------------------------------------------------------- */

#footer {
  margin-top: 3em;
}

#footer ul {
  float: right;
  position: relative;
}

#footer li {
  background: #51acd2 url('/images/ui/bg_stairs.png') no-repeat top left;
  float: left;
  position: relative;
}

#footer li.s1 {
  background-image: url('/images/ui/bg_stairs_first.png');
}

#footer a {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #000;
  display: block;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 0.5em;
  padding-bottom: 16px;
  text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #fff;
}

#footer a:focus {
  outline: 1px dotted #fff;
}

#footer li.s4 a {
  background: url('/images/ui/bg_stairs_right.png') no-repeat right top;
  padding-right: 1em;
}

#footer li.s1 { top: 39px; }
#footer li.s2 { top: 26px; }
#footer li.s3 { top: 13px; }
#footer li.s1 a { padding-top: 20px; }
#footer li.s2 a { padding-top: 33px; }
#footer li.s3 a { padding-top: 46px; }
#footer li.s4 a { padding-top: 59px; }


/* --- Rounded corners ----------------------------------------------------- */

.box_tl { background: url('/images/ui/box_tl.png') no-repeat left top; }
.box_tc { background: url('/images/ui/box_tc.png') repeat-x top; }
.box_tr { background: url('/images/ui/box_tr.png') no-repeat right top; }
.box_mr { background: url('/images/ui/box_mr.png') repeat-y right; }
.box_br { background: url('/images/ui/box_br.png') no-repeat right bottom; }
.box_bc { background: url('/images/ui/box_bc.png') repeat-x bottom; }
.box_bl { background: url('/images/ui/box_bl.png') no-repeat left bottom; }
.box_ml { background: url('/images/ui/box_ml.png') repeat-y left; }

.boxn_mrl { background: url('/images/ui/boxn_mrl.png') repeat-y right; }
.boxn_tc { background: url('/images/ui/boxn_tc.png') repeat-x top; }
.boxn_bc { background: url('/images/ui/boxn_bc.png') repeat-x bottom; }

#colright .box_tl { background-image: url('/images/ui/boxg_tl.png'); }
#colright .box_tr { background-image: url('/images/ui/boxg_tr.png'); }
#colright .box_br { background-image: url('/images/ui/boxg_br.png'); }
#colright .box_bl { background-image: url('/images/ui/boxg_bl.png'); }


/* --- Special Styles ------------------------------------------------------ */

/* skiplinks */

#skiplinks {
  position: relative;
}

#skiplinks a {
  display: block;
  height: 0;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}

#skiplinks a:hover,
#skiplinks a:focus,
#skiplinks a:active {
  background-color: #0081a6;
  color: #fff;
  height: auto;
  left: 0;
  overflow: visible;
  padding: 0.4em;
  text-decoration: none;
  top: 0;
  white-space: nowrap;
  width: auto;
}

/* hidden element */

.hidden {
  display: block;
  height: 0;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

