/* ~~~ */
/* rmod-navigation */



/* main-navigation */

#navigation ul.navigation {
  position:relative;
  height:30px;
  margin:0;
  padding:0;
  list-style-type:none;
}

#navigation ul.navigation li {
  margin:0;
  padding:0;
  display:block;
  float:left;
  height:30px;
  text-transform: uppercase;
}

* html #navigation ul.navigation li {
  width:1%;
}

#navigation ul.navigation li a {
  display:block;
  height:30px;
  font-size:11px;
  line-height:30px;
  padding:0 25px 0 25px;
  color:#d2d2d2;
  white-space:nowrap;
  text-decoration: none;
}

#navigation ul.navigation li a:hover {
  color: #FFFFFF;
}

#navigation ul.navigation li.active a {
  background-color:#381c03;
  color:#d2d2d2;
  height:30px;
  line-height:30px;
}

/* MEMBERSHIP BUTTON */
#membership ul.navigation {
  position:relative;
  height:30px;
  margin:0;
  padding:0;
  list-style-type:none;
  text-align: center;
}

#membership ul.navigation li {
  margin:0;
  padding:0;
  display:block;
  height:30px;
  text-transform: uppercase;
  width: 130px;
  background: transparent url("/con/cms/images/memberbutton.jpg") no-repeat left top;
}

* html #membership ul.navigation li {
  width:130px;
}

#membership ul.navigation li a {
  display:block;
  height:30px;
  font-size:11px;
  line-height:30px;
  color:#d2d2d2;
  white-space:nowrap;
  text-decoration: none;
}

#membership ul.navigation li a:hover {
  color: #FFFFFF;
}

#membership ul.navigation li.active a {
  background: #381c03 url("/con/cms/images/memberbutton-act.jpg") no-repeat left top;
  color:#d2d2d2;
  height:30px;
  line-height:30px;
}

.flashanim {
  padding-bottom: 20px;
}

/* SUBNAVI */
#sidebar ul.navigation {
  padding:0;
  margin:0 0 10px 0;
  list-style-type:none;
}

#sidebar ul.navigation ul {
  padding:0 0 0 30px;
  margin:0;
  list-style-type:none;
}

#sidebar ul.navigation li {
  display:block;
  margin:0;
  padding:0;
  border-bottom: 1px solid #1f1107;
  border-top: 1px solid #5b3c1e;
}

#sidebar ul.navigation li.first {
  border-top: none;
}

#sidebar ul.navigation li.last {
  border-bottom: none;
}

#sidebar ul.navigation li a {
  display:block;
  padding:12px 10px;
  text-decoration:none;
  line-height:20px;
  color: #d2d2d2;
}

#sidebar ul.navigation li a:hover {
  color:#d2d2d2;
}

#sidebar ul.navigation li.active a {
  color:#438b91;
}

#sidebar ul.navigation li li a {
  padding:5px 10px;  
}

#sidebar ul.navigation li.active li a {
  color:#d2d2d2;
}

#sidebar ul.navigation li.active li.active a {
  color:#438b91;
}

#sidebar ul.navigation li.current a {
  color:#438b91;
}

#sidebar ul.navigation li.current li a {
  color:#d2d2d2;
}

#sidebar ul.navigation li.current li a:hover {
  color:#FFFFFF;
}

#sidebar ul.navigation li li li a { padding-left:10px; }
#sidebar ul.navigation li li li li a { padding-left:20px; }

/* 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:10px;
  text-transform: uppercase;
  color: #dddddd;
  line-height: 16px;
}

#languages a:hover {
  color: #FFFFFF;
}

#languages a.active {
  color:#d9d9d9;
  background-image:url("/con/cms/images/arrow-right.gif");
}

/* rmod-article */

#homearts #newslist {
  float: right;
  width: 370px;
}

#homearts .article {
  float: left;
  width: 450px;
}

#homearts .text {
  text-align: justify;
}

.main img {
  border: 1px solid #9c866e;
}

h3.newslistheading a {
  color: #66a7ad;
  text-decoration: none;
  margin-top: 0;
}

h3 a {
  color: #66a7ad;
  text-decoration: none;
}

h3 a:hover {
  color: #81d3db !important; 
}

.newstext {
  margin-bottom: 20px;
  display: block;
}

#boxes .article.rblockeditable {
  overflow:auto;
}

#boxes .article {
  height: 160px;
  overflow: hidden;
}

#boxes .text {
  text-align: left;
  margin: 10px;
  padding: 10px;
  border-top: 1px dotted #9c866e;
  color: #565656;
}

#boxes .image.left {
  margin:20px 5px 0 0;
}

.lightbox-images
{
  display: none;
  width: 100px;
}

.rblockeditable .lightbox-images
{
  float: left;
  display: inline;
}

#truecontent h3 {
  font-size: 14px;
  margin-bottom: 15px;
}

#truecontent td {
  padding: 2px 10px 2px 0;
}

#truecontent .lightbox {
  padding: 0 0 1px 0;
  margin: 0 15px 25px 16px;
}

#truecontent .lightbox img {
  border: 1px solid #704920 ;
}

#truecontent .lightboxContainer {
  background: transparent url("/con/cms/images/horizontal-delimiter.jpg") repeat-x left bottom;
  margin-bottom: 40px;
}

#truecontent .seitentitel_content {
  padding: 0 15px 0 0;
}

#trueright .contactcol {
  background: transparent url("/con/cms/images/horizontal-delimiter.jpg") repeat-x bottom left;
  padding: 20px 0;
}

#trueright .contactcol.first {
  padding-top: 0;
}

#trueright .contactcol .image.left {
  margin-right: 1em;
}

.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 2em 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 15px;
}

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

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

.row .image.first {
  margin-left:0;
}

.row .block {
  width:280px;
  float:left;
  text-align:left;
}

.row .block.last {
  float:right;
}

.text {
  margin-bottom: 20px;
}

.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-form */

.form {
  width:400px;
  display: block;
}

.form .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:#222222;
  font-weight:bold;
  text-align:left;
}

* html .form .message {
  padding-left:35px;
  background-position:1em 0.8em;
}

.form .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:10px;
}

.form .field label {
  display: block;
  line-height:1.5em;
  margin-bottom: 2px;
}

.form .field .required {
  color:#438b91;
  font-weight:bold;
}

.form .field input,
.form .field textarea,
.form .field select {
  border:1px solid #975f24;
  background-color:#d2d2d2;
  font-size:1em;
  font-family:"Arial", sans-serif;
  color:#555;
  padding:1px 2px;
}

.form .field textarea,
.form .field input {
  width: 395px;
}

.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:#438b91;
  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 .field.error label {
  color: #222222;
}

.form .formControls {
  text-align:right;
}

.form .formControls input {
  border:1px solid #975f24;
  background-color:#e2e2e2;
  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;
}

.form .formControls input.button {
  width: 90px;
  height: 24px;
  background: #438b91 url("/con/cms/images/bg-button.jpg") no-repeat left top;
  color: #d2d2d2;
  border: none;
  text-transform: uppercase;
}

/* newsletter form */

.newsletter {
  width: 262px;
  padding: 0 10px;
  color:#565656;
  font-size: 10px;
}

.newsletter .field input,
.newsletter .field textarea,
.newsletter .field select {
  border:1px solid #975f24;
  background-color:#d2d2d2;
  color:#555;
  padding:1px 2px;
}

.newsletter .field textarea,
.newsletter .field input { 
  width: 180px;
  float: left;
}

.newsletter .field select {
  float: left;
}

.newsletter .field label {
  float: left;
  margin: 0 10px 2px 0;
  width: 60px;
}

.newsletter .field {
  margin-bottom: 3px;
}

.newsletter_info {
  margin-bottom: 30px;
  border: 1px solid #66A7AD;
  display: block;
  padding: 5px;
  background-color: #982400;
}
