/* ~~~ */
/* 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:90px;
  min-width: 100px;
  overflow: hidden;
}

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

#navigation ul.navigation li.active {
  background: transparent url("../images/bg-navi-down.png") no-repeat center top;
}

#navigation ul.navigation li a {
  display:block;
  height:30px;
  font-size:14px;
  line-height:30px;
  padding:0;
  margin:0;
  color:#2b0909;
  white-space:nowrap;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

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

#navigation ul.navigation li.active a {
  height:30px;
  line-height:30px;
}

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

#sidebar ul.navigation {
  padding:0;
  margin:0 0 25px 0;
  list-style-type:none;
  border-top:1px solid #ccc;
}

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

#sidebar ul.navigation li {
  display:block;
  margin:0;
  padding:0;
}

#sidebar ul.navigation li a {
  display:block;
  padding:2px 10px;
  text-decoration:none;
  border-bottom:1px solid #ccc;
  line-height:1.2em;
}

#sidebar ul.navigation li a:hover {
  background-color:#f5f5f5;
}

#sidebar ul.navigation li.current a {
  background-color:#eee;
}

#sidebar ul.navigation li.current li a {
  background-color:transparent;
}

#sidebar ul.navigation li.current li a:hover {
  background-color:#f5f5f5;
}

#sidebar ul.navigation li li {
  font-size:0.9em;
}

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

#meta ul.navigation {
  list-style-type: none;
  margin: 5px 0 0 0;
}

#meta ul.navigation li {
  display: inline;
  padding-right: 10px;
}

#meta a {
  text-decoration: none;
  color: #ffffff;
}

#meta a:hover {
  color: #dddddd;
}

#footertext a {
  color: #ffffff;
}

#footertext a:hover {
  color: #dddddd;
}

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

#pageheading {
  margin-bottom: 20px;
}

#pageheading  h2{
  background: transparent url(../images/pagehead-gear.gif) no-repeat center left;
  padding-left: 28px;
}

.homearticle {
  margin-bottom: 20px;
}

.homearticle .col {
  width: 350px;
  float: left;
}

.article {
  margin-bottom: 20px;
  width: 
}

.footer-articles {
  height: 170px;
  padding: 0 120px 0 245px;
  text-align: center;
  overflow: hidden;
}

.footerart {
  height: 140px;
  overflow: hidden;
  float: left;
  width: 170px;
  padding: 20px 15px 10px 15px;
  border-right: 1px solid #d2b275;
}

.footerart h4 {
  margin-top: 0;
}

.footerart .text {
  line-height: 12px;
}

.footer-articles .first {
  padding-left: 0;
}

.footer-articles .last {
  padding-right: 0;
  border-right: none;
}

#footertext ul {
  list-style-type: none;
  margin: 5px 0 0 0;
}

#footertext ul li {
  display: inline;
  padding-right: 10px;
}

#footertext a {
  text-decoration: none;
}

/* HOMEPAGE NEWS */

.newstitle {
  background: transparent url("../images/bg-news-top.png") no-repeat top left;
  height: 57px;
}

#newslist a {
	color: #2B0909;
}

#newslist {
  background: #7c7c7c url("../images/bg-news.png") repeat-y top left;
  padding: 4px 10px;
  width: 160px;
}

.newsfoot {
  background: transparent url("../images/bg-news-bottom.png") no-repeat bottom left;
  height: 20px;
}

.newsitem {
  border-bottom: 1px solid #2b0909;
}

.newsitem h3 {
  font-size: 14px;
  color: #d2b275;
  margin: 2px 0;
}

.newsitem h3 a {
  color: #d2b275;
}

.newsitem h3 a:hover {
  text-decoration: underline;
}

.newsitem .text {
  color: #2b0909;
  font-size: 12px;
  line-height: 16px;
}

.newsitem p {
  margin: 0 0 5px 0;
}

.newsitem .morelink a {
  color: #d2b275;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.newsitem .morelink a:hover {
  color: #dddddd;
}

#rightbar .block  {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2b275;
  margin-bottom: 10px;
}

#rightbar .last  {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin-bottom: 10px;
}

#rightbar img {
  display: block;
}

.homearticle h3 {
  margin: 0 0 6px 0;
}

.morelink, .backlink {
  display:block;
  line-height: 12px;
  margin-bottom:5px;
  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;
}

/* 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;
}


/* BACKEND ANPASSUNGEN */
#rightbar .rblockeditbar a {
	display: block;
}
