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

/* main-navigation */

ul.navigation, ul {
  margin:0;
  padding:0;
}

ul.navigation li {
  margin:0;
  padding:0;
  display:block;
  border-bottom:1px solid #dac554;
  width:146px;
}

ul.navigation li a {
  display:block;
  font-size:14px;
  line-height:17px;
  padding:3px 0 3px 20px;
  text-decoration:none;
  font-weight:bold;
  width:130px;
  .padding:0 0 0 20px;
}

ul.navigation li li {
  border-bottom:none;
  border-top:1px solid #eee;
}

ul.navigation li.active li a {
  font-size:11px;
  padding:3px 0 3px 30px;
  color:#dc1026;
  width:auto;
  .padding:0 0 0 20px;
}

ul.navigation li.active a, ul.navigation li.active a:hover {
  background:url("/con/cms/images/bg-navitem.gif") transparent no-repeat;
  color:#fff;
}

ul.navigation li.active li a, ul.navigation li a:hover, ul.navigation li.active li a:hover, ul.navigation li.active li.active a {
  background:none;
  color:#808080;
}

/* rmod-artikelliste */

.morelink, .backlink {
  margin-top:24px;
	text-align:right;
}

.block.float {
	width:26%;
  float:left;
  margin-left:5%;
  padding-right:5%;
  border-right:1px solid #ddd;
}

.block.float.first {
	margin-left:0;
}

.block.float.last {
	padding-right:0;
  border-right:none;
}

.image img {
  display:block;
}

.image.border img {
  border:3px solid #d8d48d;
}

.image {
  margin-bottom:10px;
}

#sidebar .image.border img {
  border-width:1px;
}

.image a {
  border:none;
}

.image small {
  font-size:12px;
  line-height:16px;
}

.list-image-left, .list-image-left-clear, .article-image-left, .article-image-left-clear, .image-left {
	float:left;
  margin:0 10px 5px 0;
}

.list-image-right, .list-image-right-clear, .article-image-right, .article-image-right-clear, .image-right {
	float:right;
  text-align:right;
  margin:0 0 5px 10px;
}

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

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

.clear {
	clear:both;
}

.clear-left {
  clear:left;
}

.clear-right {
  clear:right;
}

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

.text-clear {
	clear:both;
}

.text.left {
  width:462px;
  float:left;
}

#sidebar .article {
  padding:10px 0 10px 20px;
  border-bottom:1px solid #dac554;
}

.row	{
  clear:both;
  margin-bottom:1em;
}

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

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

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

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

form {
  margin:0;
}

label {
  display:block;
  font-size:14px;
  line-height:23px;
	color:#666;
  margin-top:8px;
}

#content input, textarea {
  display:block;
  background-color:#fff;
  border:1px solid #dac554;
  font-family:"Trebuchet MS", sans-serif;
  font-size:14px;
  padding:2px 0;
  color:#666;
  width:98%;
}

textarea {
  height:130px;
  overflow:auto;
}

.feedback {
  width:462px;
}

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

#content .feedback input, .feedback textarea {
  float:right;
  width:322px;
  padding:2px 4px;
  margin-top:8px;
}

#content .feedback input:focus, .feedback textarea:focus {
  border-color:#aa9524;
}

.feedback .reqtxt {
  clear:both;
}

.error {
  color:#dc1026;
}

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

#content .frmNewsletter input {
  font-size:11px;
  font-family:"Tahoma", sans-serif;
  line-height:16px;
  padding:3px 5px;
  width:116px;
  margin-bottom:4px;
}

#content input.button, #content input#nlSubmit, #content .feedback input.button {
  border-width:0;
  background:none;
  color:#dc1026;
  float:right;
  margin:-21px 0 8px 0;
  padding:0 !important;
  width:auto;
  cursor:pointer;
  text-decoration:underline;
}

#content input.button:hover, #content input#nlSubmit:hover {
  color:#ac0006;
  border-color:#000;
}

#content .frmNewsletter input#nlSubmit {
  margin-top:0;
}

#content input.hidden {
  display:none;
}