/* ~~~ */
/* rmod-navigation */

/* main-navigation */
#main-nav {
  position: absolute;
  right: 0;
  bottom: 35px;
}

#main-nav .navigation{
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

#main-nav .navigation li {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 15px;
}

#main-nav .navigation li a {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 18px;
  font-size: 11px;
  background-color: #e9eef2;
  display: block;
  color: #8c8c8c;
}

#main-nav .navigation li a:hover,
#main-nav .navigation li.active a {
  color: #ffffff;
  background-color: #b8bcbf;
  text-decoration: none;
}

#sidebar .navigation {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

#sidebar .navigation li a {
  height: 35px;
  font-size: 12px;
  color: #d9d2ce;
  line-height: 35px;
  border-bottom: 1px solid #60676b;
  display: block;
}

#sidebar .navigation li > a:hover,
#sidebar .navigation li.active > a {
  text-decoration: none;
  color: #ffffff;
}

#sidebar .navigation li ul {
  border-bottom: 1px solid #60676b;
  padding:0 0 15px 28px;
}

#sidebar .navigation li ul li {
  padding: 0;
  margin: 0;
  list-style:none outside url("/con/cms/images/sub-nav-bullet.png");
}

#sidebar .navigation li ul li a {
  border-bottom: 0 none;
  height: 30px;
  line-height: 30px;
}

/* rmod-sprachwahl */

#languages a {
  padding:0 14px 0 9px;
  background:url("/con/cms/images/arrow-right-white.gif") transparent no-repeat left center;
  font-size:11px;
}

#languages a.active {
  color:#d9d9d9;
  background-image:url("/con/cms/images/arrow-right.gif");
}

/* rmod-article */

.morelink, .backlink {
  display:block;
  margin-bottom:1em;
	text-align:right;
}

.clear {
  clear:both;
}

.image img, .image .reditimagelink {
  display:block;
}

.image a {
  border:none;
  display:block;
  outline:none;
}

.image.left {
	float:left;
  margin: 0 30px 15px 0;
}

.carouselContent .last {
  margin-right: 0;
}

.image.right {
  float:right;
  margin: 0 0 15px 30px;
}

.image.left.clear {
	clear:left;
}

.image.right.clear {
  clear:right;
}

.row {
  clear:both;
  margin:0 0 20px 0;
}

.row .image.left {
  margin-right:20px;
}

.row .image.last {
  margin-right:0;
}

.row .image.first {
  margin-left:0;
}

.row .block {
  width:280px;
  float:left;
  text-align:left;
}

.row .block.last {
  float:right;
}

.pagezapper {
  clear:both;
  text-align:center;
  line-height:1.8em;
}

.pagezapper a, .pagezapper span {
  text-decoration:none;
  padding:0 0.4em;
  margin:0;
  border:1px solid #ccc;
  color:#555;
  background-color:#f5f5f5;
}

.pagezapper a:hover {
  border-color:#bbb;
  background-color:#eee;
  color:#333;
}

.pagezapper span.current {
  font-weight:bold;
  color:#000;
}

table.table {
  width:100%;
}

table.table th {
  border-bottom:2px solid #999;
}

table.table tr.odd td {
  background-color:#f5f5f5;
}

table.table td {
  padding:0 1em;
  margin:0;
  border:none;
  border-bottom:1px solid #ccc;
}

/* rmod-article article with sidebar */

.article.sidebar .right-wrap {
  float: right;
}

.article.sidebar .left-wrap {
  overflow:hidden;
}

.article.sidebar .right-wrap .box {
  width: 180px;
  margin-left:30px;
  position: relative;
}

.article.sidebar .right-wrap .box > .text,
.article.sidebar .right-wrap .box > h2.firstHeading {
  padding: 0 15px;  
}

.article.sidebar .box .shadow-top {
  position: absolute;
  left: -1px;
  top: 0;
  height: 51px;
  width: 29px;
  background: transparent url('/con/cms/images/shadow-top.png');
}

.article.sidebar .box .shadow-center {
  position: absolute;
  left: -1px;
  top: 51px;
  bottom: 51px;
  width: 29px;
  background: transparent url('/con/cms/images/shadow-center.png');
}

.article.sidebar .box .shadow-bottom {
  position: absolute;
  bottom: 0;
  left: -1px;
  height: 51px;  
  width: 29px;
  background: transparent url('/con/cms/images/shadow-bottom.png');
}


/* rmod-article article gallery */
.article.gallery .row {
  margin: 0 0 30px 0;
}

.article.gallery .row .image{
  margin: 0 30px 0 0;
}
.article.gallery .row .image.last {
  margin-right: 0;
}

.article.gallery .row .image img{
  border: 1px solid #E6E4E1
}

/* rmod-article article big image */

.article.bigimage .image {
  margin: 7px 0 20px 0;
}

/* rmod-article article lightbox */

.article-lightbox .lightbox {
  padding: 0;
  margin: 0;
  width: 660px;
  height: 405px;
  background-color: #454A4D;
}

.article-lightbox .lightbox .outerImageContainer {
  background-color: #454A4D;
}

.article-lightbox .lightbox .imageDataContainer {
  margin:30px 0 0;
}

.article-lightbox #prevLink:hover,
.article-lightbox #prevLink:visited:hover,
.article-lightbox .prevLink:hover,
.article-lightbox .prevLink:visited:hover,
.article-lightbox .prevLink { background: url(/con/cms/images/prev.png) left center no-repeat; }

.article-lightbox #nextLink:hover,
.article-lightbox #nextLink:visited:hover,
.article-lightbox .nextLink:hover,
.article-lightbox .nextLink:visited:hover,
.article-lightbox .nextLink { background: url(/con/cms/images/next.png) right center no-repeat; }

.article-lightbox .thumbnails {
  position: absolute;
  right: 0;
  bottom:-110px;
  width: 675px;
}

.article-lightbox .imageDataContainer {
  background: transparent;
}

.article-lightbox .imageDataContainer .imageData {
  padding: 0 0 0 84px;
  font-size: 12px;
  line-height: 18px;
  height:75px;
  overflow: hidden;
}

.article-lightbox .thumbnails .image small {
  display: none;
}

/* rmod-article article lightbox */

.article.home.teaser .lightbox {
  padding: 0;
  margin: 0;
  height: 390px;
  width: 915px;
}

.article.home.teaser .thumbnails {
  display: none;
}

.article.home.teaser .bottom-teaser {
  background-color: #454A4D;
  border-top:1px solid #FFFFFF;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #d9d2ce;
}

.article.home.teaser .bottom-teaser h1,
.article.home.teaser .bottom-teaser h2 {
  color: #d9d2ce;
}

.article.home.teaser .bottom-teaser .leftside {
  float: left;
  padding-left: 45px;
  width: 500px;
}

.article.home.teaser .bottom-teaser .rightside {
  float: right;
  padding-right: 45px;
  width: 225px;
}

.article.home.teaser .bottom-teaser .rightside .borderbottom {
  border-bottom: 1px solid #60676b;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.article.home.teaser .lightbox .imageDataContainer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: auto !important;
  width: 240px;
  min-width: 240px;
  height: auto !important;
  height: 60px;
  min-height: 60px;
  background-color: #98012e;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 12px;
}

.article.home.teaser .lightbox .imageDataContainer .imageDetails {
  text-align: right;
}

.article.home.teaser .lightbox .imageDataContainer h1 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 30px;
  text-transform: none;
}

/* rmod-article listing of employee */
.listing.employee .block {
  border-bottom: 1px solid #E6E4E1;
  margin-bottom: 60px;
}

.listing.employee .block.last {
  margin-bottom: 0;
}

.listing.employee .wrap {
  overflow: hidden;
}

.listing.employee .image {
  border: 1px solid #E6E4E1;
}

.listing.employee .image.left {
  margin:0 35px 15px 0;
}

.listing.employee .morelink {
  margin-bottom: 15px;
}

/* rmod-article gallery listing */
.listing.gallery .block {
  float: left;
  width: 175px;
  margin-right: 30px;
}

.listing.gallery .block.last {
  margin-right: 0;
}

.listing.gallery .image {
  border: 1px solid #E6E4E1;
}

.listing.gallery h2 a {
  color: #98012E;
}

.listing.gallery h2 a:hover {
  color: #98012E;
  text-decoration: none;
}

/* rmod-article home news listing */
.listing.home-news .block {
  border-bottom:1px solid #E6E4E1;
  padding-top: 8px;
}

.listing.home-news .block.first {
  padding-top: 0;
}

.listing.home-news .block a {
  color: #8c8885;
}

.listing.home-news .block h3.firstHeading a {
  text-decoration: none;
  color: #8C5E3F;
}

.listing.home-news .block:hover h3.firstHeading a {
  text-decoration: underline;
  color: #8C5E3F;
}


/* rmod-article home sidebar */

.article.home.sidebar .block {
  margin-bottom: 45px;
}

.listing.imageleft .block {
  border-bottom: 1px solid #E6E4E1;
  margin-bottom: 15px;
}
  
/* rmod-googlemaps */

.gmnoprint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

#google_map {
  padding-top: 50px;
}

/* rmod-form */

.form {
  text-align:left;
}

.pollresult dt {
  position:relative;
  display:block;
  clear:both;
  float:left;
  width:70%;
  padding:0 0 0 25px;
}

.pollresult dd {
  display:block;
  font-weight:bold;
  float:right;
  padding:0 0 0 20px;
}

.pollresult dt img {
  position:absolute;
  left:0;
  top:3px;
}

.pollresult .pie {
  margin:1em 0;
  text-align:center;
}

.pollresult .pie img {
  border:1px solid #999;
}

.message {
  padding:0.2em 1em 0.2em 35px;
  border:1px solid #fdd;
  background:url("/con/cms/includes/modules/form/images/error.gif") #fdd no-repeat 1em 0.4em;
  border:1px solid #f99;
  color:#c43;
  font-weight:bold;
  text-align:left;
}

* html .message {
  padding-left:35px;
  background-position:1em 0.8em;
}

.message.success {
  background-image:url("/con/cms/includes/modules/form/images/success.gif");
  background-color:#efe;
  color:#494;
  border-color:#9b6;
}

.form .field {
  clear:both;
  margin-bottom:0.4em;
}

.form .field label {
  width:30%;
  float:left;
  line-height:1.5em;
}

.form .field .required {
  color:#98012e;
  font-weight:bold;
}

.form .field input,
.form .field textarea,
.form .field select {
  float:right;
  width:65%;
  border:1px solid #d9d9d9;
  background-color:#fff;
  color:#555;
  padding:5px 2px;
}
.form .field select {
  margin-right:6px;  
}

.form .field label.right {
  float:right;
  width:65%;
  margin-right:6px;  
}

.form .field label.block {
  float:none;
  width:auto;
  display:block;
}

.form .field input.checkbox,
.form .field input.radio {
  width:auto;
  height:auto;
  border:none;
  background:none;
  padding:0;
  float:left;
  margin:0.3em 0.7em 0 0;
  .margin-top:0;
}

.form .field input:focus,
.form .field textarea:focus,
.form .field select:focus {
  border-color:#646464;
  color:#222;
}

.form .field textarea {
  height:10em;
  overflow:auto;
}

.form .field.error {
  padding:0.5em 1em;
  border:1px solid #fa5;
  background-color:#fed;
}

.form .field .errormsg {
  font-size:0.9em;
  font-weight:bold;
  padding-left:20px;
  background:url("/con/cms/includes/modules/form/images/validation.gif") transparent no-repeat 0 0.15em;
  margin:0;
  color:#c61;
  text-align:left;
}

.form .field.error input,
.form .field.error textarea,
.form .field.error select {
  border-color:#fa5;
}

.form .field.error input:focus,
.form .field.error textarea:focus,
.form .field.error select:focus {
  border-color:#c61;
}

.form .formControls {
  text-align:right;
}

.form .formControls input {
  border:medium none;
  background-color:#fff;
  font-size:1em;
  line-height:1.5em;
  font-family:"Arial", sans-serif;
  color: #8c5e3f;
  padding:1px 1em;
  cursor:pointer;
  .line-height:1em;
  .padding:1px 0.5em;
}


/* Newsletter_Form */

.newsletter {
  text-align: left;
}

.newsletter .field input {
  width: 203px;
  padding: 5px 10px;
  margin: 0;
  line-height: 14px;
  font-size: 11px;
  color: #D9D9D9;
}

.newsletter .formControls {
  margin-bottom:15px;
}

.newsletter strong.green {
  text-transform: uppercase;
  font-weight: normal;
  color: #7ba130;
  display: block;
}

.newsletter strong.red {
  text-transform: uppercase;
  font-weight: normal;
  color: #de050f;
  display: block;
}

