/* ~~~ */
/* rmod-navigation */

/* main-navigation */

#navigation ul.navigation {
  position:relative;
  height:37px;
  margin:0;
  padding:0;
  list-style-type:none;
}

#navigation ul.navigation li {
  margin:0;
  padding:0;
  display:block;
  float:left;
  height:35px;
}

* html #navigation ul.navigation li {
  width:1%;
}

#navigation ul.navigation li a {
  display:block;
  height:35px;
  font-size:16px;
  line-height:35px;
  padding:0 25px 0 25px;
  margin:0 5px;
  color:#fff;
  white-space:nowrap;
}

#navigation ul.navigation li a:hover {
  border-bottom:2px solid #fff;
}

#navigation ul.navigation li.active a {
  background-color:#e5e5e5;
  border-bottom:2px solid #e5e5e5;
  color:#0051BC;
  margin-top:10px;
  height:25px;
  line-height:30px;
}

#content.home #columns.home > .cell {
  width: 275px;
  float: left;
  border-top: 2px solid #bfbfbf;
}

#content.home #columns.home .cell.center {
  margin: 0 45px;
}

/* 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 1em 0.5em 0;
}

.image.right {
  float:right;
  margin:0 0 0.5em 1em;
}

.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 {
  float:right;
  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;
}

#content.home .home h1 {
  margin: 1.5em 0 16px 0;
}

#content.home .home .text.salient {
  font-size: 24px;
  color: #acb3bf;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 60px;
  padding-bottom: 25px;
}

#content.home #columns .cell h2.firstHeading {
  color: #6c7278;
  font-size: 11px; 
  text-transform: uppercase;
  padding-left: 14px;
  background: url('/con/cms/images/home-header-icon.gif') no-repeat 0 center;
}

#content.home #columns.home .cell .download .first .link {
  border-top: 1px solid #e0e0e0;
}

#content.home #columns.home .cell .download .link {
  height: 38px;
  line-height: 38px;
  padding-left: 36px;
  background: url('/con/cms/images/pdf-icon.gif') no-repeat 12px center;
  border-bottom: 1px solid #e0e0e0;
}

/* 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:#c00;
  font-weight:bold;
}

.form .field input,
.form .field textarea,
.form .field select {
  float:right;
  width:65%;
  border:1px solid #D5DDFF;
  background-color:#fff;
  font-size:1em;
  font-family:"Arial", sans-serif;
  color:#555;
  padding:1px 2px;
}

.form .field label.right {
  float:right;
  width:65%;
}

.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:#45a;
  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:1px solid #45a;
  background-color:#fff;
  font-size:1em;
  line-height:1.5em;
  font-family:"Arial", sans-serif;
  color:#222;
  padding:1px 1em;
  cursor:pointer;
  .line-height:1em;
  .padding:1px 0.5em;
}


/* Newsletter_Form */

.newsletter {
  width:200px;
  text-align:right;
}

.newsletter .field label {
  text-align:left;
}

.newsletter .field select {
  width:auto;
  display:inline;
  float:none;
}

