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

/* main-navigation */

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  margin:0;
  padding:0;
  display:block;
  float:left;
  height:22px;
  padding-right:1px;
  background:url("/con/cms/images/bg-navitem.gif") transparent no-repeat right center;
}

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

#navigation li a {
  display:block;
  height:22px;
  line-height:22px;
  color:#e5e5e5;
  padding:0 10px;
  margin:0;
  font-size:13px;
  font-family:Tahoma, Helvetica, sans-serif;
  text-decoration:none;
}

#navigation li a:hover, #navigation li.active a {
  background-color:#f00;
}



/* rmod-artikelliste */

.morelink, .backlink {
  margin-top:14px;
  padding:0 10px;
}

.block, .article {
  padding:20px 0 10px 0;
  margin-bottom:20px;
  background:url("/con/cms/images/line.gif") transparent no-repeat bottom left;
}

.formular .article {
  background:none;
}

.formular div.feedback {
  padding:0 10px 20px 10px;
  background:url("/con/cms/images/line.gif") transparent no-repeat bottom left;
}

.image {
  text-align:center;
  margin-bottom:7px;
}

.image182 {
  width:182px;
}

.image750 {
  width:750px;
}

.padding {
  padding:0 10px;
}

.list-image-left, .list-image-left-clear, .article-image-left, .article-image-left-clear {
  float:left;
}

.list-image-right, .list-image-right-clear, .article-image-right, .article-image-right-clear {
  float:right;
  text-align:right;
}

.list-image-left-clear, .article-image-left-clear, .list-image-right-clear, .article-image-right-clear {
  clear:both;
}

.textRight {
  margin-left:192px;
}

.clear {
  clear:both;
}

.description {
  font-size:12px;
  line-height:18px;
  color:#666;
  margin-left:210px;
  text-align:left;
}

.text-clear {
  clear:both;
}

.text-left {
  margin-right:110px;
}

.article-left-clear {
  float:left;
  clear:both;
  width:200px;
  margin-top:25px;
}

.article-right {
  float:right;
  width:200px;
  margin-top:25px;
}

.article-left-clear h4, .article-right h4 {
  margin:0;
}

.zapper {
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  background-color:#fff;
  margin:5px 0;
  padding:5px;
  clear:both;
}

.gallery {
  margin:0 30% 0 30%;
  width:30%;
  padding:20px 5% 10px 5%;
  background-color:#eee;
  border:1px solid #ccc;
}

.gal-image-left {
  float:left;
  text-align:center;
  margin:20px 27px 20px 27px;
  width:100px;
}

.gal-image-left small, .gal-image-left-clear small {
  font-size:11px;
  color:#111;
}

.gal-link-left {
  float:left;
  width:100px;
  text-align:left;
}

.gal-link-right {
  float:right;
  text-align:right;
  width:100px;
}

.gal-info-center {
  text-align:center;
  margin:0 100px 0 100px;
}

.row	{
  clear:both;
  margin-top:15px;
}

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

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

.row .image.first {
  float:left;
}

/* rmod-feedback, rmod-feedback-ext, rmod-newsletter-subscribe */

label {
  display:block;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:11px;
  line-height:15px;
  color:#737373;
  margin-bottom:4px;
}

form.feedback {
  width:360px;
}

#content input, textarea {
  display:block;
  background-color:#000;
  border:1px solid #565656;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#737373;
  line-height:14px;
  height:14px;
  padding:0 2px;
  width:272px;
}

textarea {
  height:100px;
  scrollbar-base-color:#565656;
  scrollbar-highlight-color:#565656;
  scrollbar-track-color:#000;
  scrollbar-darkshadow-color:#000;
  scrollbar-3dlight-color:#000;
  scrollbar-shadow-color:#000;
  scrollbar-arrow-color:#000;
}

.feedback label {
  clear:left;
  float:left;
  width:70px;
}

#content .feedback input, .feedback textarea {
  float:left;
  width:272px;
  .margin:2px 0;
}

#content .feedback input:focus, .feedback textarea:focus {
  border-color:#767676;
  background-color:#222;
}

.feedback .reqtxt {
  clear:both;
}

.error {
  color:#f00;
}

#content input.checkbox {
  background:none;
  border:none;
  padding:0;
  width:auto;
}

#content input.button, #content .feedback input.button {
  border-width:0;
  background:url("/con/cms/images/arrow.gif") transparent no-repeat left 6px;
  color:#737373;
  float:right;
  margin:7px 8px 0 0;
  padding:0 0 0 7px !important;
  width:auto;
  cursor:pointer;
}

#content input.button:hover {
  color:#939393;
}