@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700);
/* ---------- Damit es fliesst, layoutabh�ngig ---------- */
.portlet-layout {
  clear: none;
  max-width: 100%; }

/* ---------- Zum besseren Positionieren. ---------- */
.yui3-dd-drop-active-valid {
  border: solid 1px; }

/* Liferay override */
.lfr-has-sidebar #main-content {
  padding-left: 0px; }

div.yui3-dd-drop.yui3-dd-drop-active-valid div.portlet-dropzone.empty {
  height: 5px; }

.portlet-column-content.empty {
  padding: 0px !important; }

.portlet-boundary {
  margin-bottom: 10px; }

/*.portlet-layout{
display: block;
}*/
.light h1, .light h2 {
  font-family: 'Cabin Condensed', sans-serif;
  line-height: 1.2; }

#ad_topbanner {
  width: 1010px;
  float: left; }

#ad_right {
  position: absolute;
  left: 1010px; }

#head_main {
  width: 1000px;
  padding-right: 10px;
  padding-top: 10px;
  margin-bottom: 5x; }

.cng-content {
  width: 640px;
  float: left; }

.cng-sidebar {
  width: 300px;
  float: right; }

#footer {
  width: 1000px;
  clear: both; }

/* ========================================================================== */
/*                                    ADS                                     */
/* ========================================================================== */
#ad_topbanner {
  width: 1010px;
  margin-left: 40px; }

#ad_right {
  position: absolute;
  left: 1050px;
  top: 0; }

.bottom-ad {
  margin-top: 13px;
  margin-bottom: 10px; }

/* ========================================================================== */
/*                                    HEAD                                    */
/* ========================================================================== */
#head_main {
  position: relative;
  padding-top: 7px; }

.cng_big {
  margin-top: 1px;
  margin-bottom: 5px;
  text-align: center; }

.cng_small {
  right: 0; }

/* ========================================================================== */
/*                                 NAVIGATION                                 */
/* ========================================================================== */
/* -------------------------------- Service --------------------------------- */
.service-nav {
  position: absolute;
  left: -14px;
  top: 0;
  width: 840px;
  z-index: 300;
  font-size: 11px; }

.service-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.service-nav li {
  display: inline-block;
  position: relative;
  padding: 7px 0;
  height: 16px; }

.service-nav li > a {
  color: #8B8B8B;
  margin-left: 15px;
  margin-right: 6px; }

.service-nav li:hover {
  background-color: #FFFFFF; }

#service-contact, #service-login {
  padding-right: 12px;
  background: url("../images/icons/pfeil_schwarz_klein_unten.png") scroll no-repeat right center transparent; }

/* ---------------------------------- Article ----------------------------------- */
.light .article_newsticker {
  border: 0px; }

/* ---------------------------------- Breadcrumb ----------------------------------- */
#breadcrumb-bar {
  width: 640px;
  float: left; }

/* ------------------------------ Commercial menu ---------------------------------- */
ul.commercial-menu {
  margin: 0; }

ul.commercial-menu li {
  display: inline;
  /* padding-right: 5px; */ }

ul.commercial-menu li::after {
  content: '|';
  padding: 0 2px 0 2px; }

ul.commercial-menu li:last-of-type:after {
  content: ''; }

/* ------------------------------ Social Links ------------------------------ */
.social-links {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px; }

.social-links a {
  display: inline-block;
  margin: 10px 1px;
  width: 16px;
  height: 16px; }

.social-links .email {
  background-image: url("../images/social_links/social_email.png"); }

.social-links .rss {
  background-image: url("../images/social_links/social_rss.png"); }

.social-links .facebook {
  background-image: url("../images/social_links/social_facebook.png"); }

.social-links .twitter {
  background-image: url("../images/social_links/social_twitter.png"); }

.social-links .epaper {
  width: 40px;
  background-image: url("../images/social_links/social_epaper.png"); }

/* -------------------------------- Navigation --------------------------------- */
.topnav {
  position: relative;
  background-color: #003366;
  text-align: left; }

.light .navigation {
  background-color: white;
  /*border-bottom: 2px solid #036;*/
  margin: 5px 0px 5px 0px; }

.topnav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.navigation li {
  display: inline-block;
  position: relative;
  /*margin-right: -3px;*/ }

.light .navigation li .level-1 {
  color: #036;
  /*padding: 5px 10px 5px 10px;*/
  border-bottom: 4px solid #ccc; }

.navigation .level-1, .navigation .level-2, .navigation .level-3 {
  display: block;
  padding: 0 10px;
  line-height: normal;
  height: 35px;
  line-height: 35px; }

.navigation .level-1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }

.light .navigation .level-1, .light .navigation .level-2, .light .navigation .level-3 {
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #ffffff; }

.navigation li:hover .level-1, .navigation .level-1.current {
  background-color: #80B4CA;
  text-decoration: none; }

.light .navigation li:hover .level-1, .light .navigation .level-1.current {
  background-color: #ccc;
  text-decoration: none;
  color: #036;
  border-top: 1px solid #80B4CA;
  border-bottom: 4px solid #036; }

/* -------------------------------- Level 2 --------------------------------- */
.navigation li > ul, .navigation li > ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 175px;
  z-index: -1;
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9; }

.navigation li > ul ul {
  top: 0;
  left: 100%; }

.navigation li > ul li {
  display: block; }

.light .topnav.navigation li > ul {
  /*top: 25px;*/ }

.navigation .first .level-2 {
  /*border-top: 1px dotted #B2B2B2;*/ }

/* -------------------------------- Nav Sub --------------------------------- */
.navigation li > ul {
  display: none;
  z-index: 1000;
  /* added by Neil Shallcross 23/07/2014 */ }

.navigation li:hover > ul:not(:empty), .navigation li > ul:hover {
  display: block; }

.navigation li a:hover {
  background-color: #ddd;
  color: #006996; }

#mainmenu-scrolled {
  background-color: rgba(0, 51, 102, 0.8);
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 10px; }

#mainmenu-scrolled .topnav {
  width: 1000px;
  margin: 0 auto;
  background-color: white; }

#mainmenu-scrolled .topnav a {
  color: #036; }

#mainmenu-scrolled img {
  height: 30px;
  width: auto; }

/* ========================================================================== */
/*                                   FOOTER                                   */
/* ========================================================================== */
#footer {
  /*background-color: #003366;*/
  padding-left: 6px;
  padding-top: 5px;
  width: 100%;
  color: white;
  background: #003366;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003366 0%, #5ba9e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003366), color-stop(100%, #5ba9e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #003366 0%, #5ba9e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #003366 0%, #5ba9e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #003366 0%, #5ba9e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #003366 0%, #5ba9e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', 		endColorstr='#5ba9e5', GradientType=0);
  /* IE6-9 */ }

#footer div {
  padding: 5px; }

#footer a {
  color: white; }

#footer a:visited {
  color: white; }

.footerlinks {
  text-align: center; }

.footerlinks ul {
  padding: 0;
  margin: 0; }

.footerlinks li {
  display: inline; }

.footerlinks li::after {
  content: '|';
  padding: 0 2px 0 2px; }

.footerlinks li:last-of-type:after {
  content: ''; }

/* ----------------------------------- */
.portlet-dockbar {
  position: fixed;
  width: 100%;
  z-index: 999; }

#container {
  width: 980px;
  margin: 0 auto;
  padding: 10px;
  background-color: white; }

#head_main {
  padding: 0px;
  width: auto;
  margin-bottom: 0px; }

#head_main .portlet-boundary {
  margin: 0 0 5px 0;
  padding: 0px; }

#banner_left {
  width: 728px;
  height: 90px;
  float: left;
  margin-right: 5px; }

#banner_right {
  width: 225px;
  float: right; }

#strip_top {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 2px 0 2px 0;
  margin: 2px 0 2px 0; }

#strip_top p {
  padding: 0px;
  margin: 0px; }

#strip_left {
  float: left; }

#strip_right {
  float: right; }

#strip_right a {
  font-weight: bold; }

#header_left {
  width: 487px;
  float: left; }

#header_right {
  width: 468px;
  float: right; }

/* ------------------ 	Weather Portlet ----------------*/
#banner_right .weatherpanel {
  border: 1px solid #036;
  height: 90px;
  border: 1px solid #369;
  box-sizing: border-box; }

#banner_right .weatherheader {
  background-color: #036;
  color: white;
  font-weight: bold;
  padding: 0 2px 0 2px; }

#banner_right .weathericon {
  float: left; }

#banner_right .weathertemperature div {
  display: inline; }

.weathertemplabel {
  font-weight: bold; }

#weather-bar {
  float: left; }

#weather-bar .weatherpanel div {
  display: inline; }

#weather-bar .weathericon img {
  height: 20px; }

div#map_canvas_0.article_googlemap {
  /*height: 400px;*/
  width: 100%;
  height: 300px; }

div#stepcarouselpaging_port.stepcarouselContainer {
  width: 450px; }

div#bottomAdPosition {
  margin: 0 auto;
  width: 728px; }

