.orangebox {
  background-color:#F0E8DA;
}
.orangebox .content {
  padding:5px;
}
.orangebox_left {
  float:left;
  margin-right:10px;
  margin-bottom: 10px;
}
.orangebox_right {
  float:right;
  margin-left:10px;
  margin-bottom: 10px;
}

.orangebox .content ul {
  padding-left:15px;
  list-style-type:disc;
}
.orangebox .header {
  border-bottom: 1px solid white;
  display:block;
  padding:5px;
  font-weight:bold;
}

/* Allgemeines CSS                                      */
/* Nico Grosser, net&works GmbH                         */
/* Juli 2007			                                */
/* ---------------------------------------------------- */
/* Markus Wanjura, core4 Kreativagentur Gmbh & Co KG.   */
/* Seit Maerz/April 2008			                            */
/* ---------------------------------------------------- */

/* ===================== */
/* Default Einstellungen */
/* ===================== */

* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; } 

body {
  font-family: Georgia, serif;
  font-size: 100.01%;
  color: #404040;
}

.clearer {
  clear : both;
  height: 0px;
  font-size: 0px;
}

h1 {
  font-family: Georgia, serif;
  color: #802c21;
  font-size: 15px;
  margin-bottom: 10px;
}

h2, h3, h4, h5 {
  font-family: Georgia, serif;
  color: #802c21;
  font-size: 12px;
  margin-bottom: 15px;
}

a {
  color: #ca9644;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.internal-link {
  font-size: 12px;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 7px;
}

a.internal-link-mehr-dazu {
  font-size: 12px;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 7px;
}

img {
  border: 0;
}

p {
  margin-bottom: 10px;
  line-height: 140%;
}

p.layout-1, h2.layout-1, h3.layout-1, h4.layout-1, div.layout-1 {
  text-align: justify;
}

p.layout-2, h2.layout-2, h3.layout-2, h4.layout-2, div.layout-2 {
  text-align: center;
}

p.layout-3, h2.layout-3, h3.layout-3, h4.layout-3, div.layout-3 {
  text-align: right;
}

.spacer {
  padding: 0 0 10px 0;
}

.csc-textpic-caption {
  background-color: #f0e8da;
  padding: 5px;
}
.csc-sword {
	font-weight:bold;
	color: red !important;
}

#header {
  width: 990px;
  height: 125px;
  background-image: url(/fileadmin/templates/images/header_bg.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid #571916;
}

.logo {
  width: 960px;
  height:95px;
  margin-left: 15px;
  background-image: url(/fileadmin/templates/images/header_visual.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.menutop {
  height: 30px;
  position: relative;
  top: 1px;
  left: 15px;
}

.menutop ul {
  list-style-type: none;
}

.menutop ul li, .menutop ul li a {
  float: left;
}

.menutop ul li.active {
  position: relative;
  left: 1px;
}

#content {
  width: 970px;
  padding: 30px 15px 0 15px;
}

.leftcol {
  width: 180px;
  min-height: 100px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
}

.menuleft {
  background-image: url(/fileadmin/templates/images/spacer_menu.gif);
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 20px;
  padding-top: 1px;
}

.menuleft a {
  text-decoration: none;
  color: #595959;
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 26px;
}

.menuleft a:hover {
  color: #000;
  text-decoration: none;
}

.menuleft ul li {
  width: 180px;
  list-style-type: none;
  background-image: url(/fileadmin/templates/images/spacer_menu.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}

.menuleft ul li.active {
  background-color: #e5e5e5;
}

.menuleft ul li.active a {
  color: #000;
}

.menuleft .level2 a,
.menuleft ul li.level2active a,
.menuleft ul li.level2activesub a{
  font-size:12px !important;
  font-weight: normal;
  padding-left:18px;
}
.menuleft .level2 a {
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: 6px 10px;
}
.menuleft ul li.level2active a {
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: 6px 10px;
}
.menuleft ul li.level2activesub a {
  background-image: url(/fileadmin/templates/images/link_down.gif);
  background-repeat: no-repeat; 
  background-position: 6px 12px;
}
.menuleft ul li.level2active,
.menuleft ul li.level2activesub {
  background-color: #f2f2f2;
 
}
.menuleft ul li.level3active a {
	font-weight:bold !important;
}
.menuleft ul li.level2active a, .menuleft ul li.level3active a, .menuleft ul li.level2activesub a {
	color: #000;
	font-weight:bold;
}
.menuleft .level3 a,
.menuleft ul li.level3active a {
  font-size:12px !important;
  font-weight: normal;
  padding-left:30px;
}

.menuleft ul li.level2active {

}

.maincol_wrapper {
  width: 570px;
  min-height: 100px;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.maincol_medium {
  width: 765px;
  min-height: 100px;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.maincol_large {
  width: 960px;
  min-height: 100px;
  float: left;
  font-size: 12px;
  overflow: hidden;
}

.rightcol_wrapper {
  width: 180px;
  min-height: 100px;
  margin-left: 15px;
  float: left;
  overflow: hidden;
}
#banner_rechts1_180, #banner_rechts2_180, #banner_rechts3_180, #banner_mitte1_570, #banner_mitte2_570 {

}
#banner_skyscraper {
  position: absolute;
  min-height: 100px;
  float: right;
  overflow: hidden;
  left:990px;
}
#footer {
  width: 960px;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  color: #d9d9d9;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  margin-left: 15px;
  padding: 5px 0;
}

.footer_left {
  text-align: left;
  float: left;
  width: 180px;
}

.footer_right {
  width: 760px;
  float: right;
}

#footer a {
  text-decoration: none;
  color: #ca9644;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 7px;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a.active {
  color: #802c21;
}

#footer ul li {
  float: left;
}
.forumbox765 .header {
	color:#802C21;
	font-family:Georgia,serif;
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
}
.forumbox765 .subheader {
	background:#B48946 none repeat scroll 0%;
	color:#FFFFFF;
	padding:5px 15px;
	text-align:left;
	font-weight:bold;
}
.forumbox765 .content {
	padding:5px 15px;
	background-color:#E9E9E9;
	border:1px solid #D6D6D6;
}

.box180greyhotbox {
  width: 180px;
  background-color: #f2f2f2;
  color: #595959;
  font-size: 12px;
  margin-bottom: 10px;
}

.box180greyhotbox a {
  font-size: 12px;
  font-weight: normal;
  background-image: none;
  padding: 0;
}

.box180greyhotbox p.layout-3 a {
  color: #ca9644;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 6px;
}

.box180greyhotbox .content {
  padding: 0 10px;
  position: relative;
  top: -20px;
}

.box180greyhotbox h2 {
  color: #595959;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

.box180redhotbox {
  width: 180px;
  background-color: #9a413c;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.box180redhotbox a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  background-image: none;
  padding: 0;
}

.box180redhotbox p.layout-3 a {
  color: #ca9644;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 6px;
}

.box180redhotbox .content {
  padding: 0 10px;
  position: relative;
  top: -25px;
}

.box180redhotbox h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

.box180grey {
  width: 180px;
  background-color: #f2f2f2;
  color: #595959;
  font-size: 12px;
  margin-bottom: 10px;
}

.box180grey a {
  font-size: 12px;
  font-weight: normal;
  background-image: none;
  padding: 0;
}

.box180grey p.layout-3 a {
  color: #ca9644;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 6px;
}

.box180grey .content {
  padding: 5px 10px 10px 10px;
}

.box180grey h2 {
  color: #595959;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

.box180red, .box180red_search {
  width: 180px;
  background-color: #9a413c;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.box180red a, .box180red_search a {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  background-image: none;
  padding: 0;
}

.box180red p.layout-3 a, .box180red_search p.layout-3 a{
  color: #ca9644;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 6px;
}

.box180red .content {
  padding: 5px 10px 10px 10px;
}
.box180red_search .content {
  padding: 0px 4px 4px 4px;
}

.box180red_search .tx-macinasearchbox-pi1 {
	background-color:white;
	padding:8px;
}
.box180red .tx-indexedsearch-searchbox-sword-marcina {
  width: 160px;
  height: 20px;
  border: 0;
  background-image: url(/fileadmin/templates/images/newsletter_input.gif);
  background-repeat: no-repeat;
  background-position: -1px 0px;
  margin: 5px 0 0 0;
  background-color: #9a413c;
  padding: 2px 0 0 10px;
}

.box180red h2, .box180red_search h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}


.newsletter_input_border {
  width: 160px;
  height: 20px;
  border: 0;
  background-image: url(/fileadmin/templates/images/newsletter_input.gif);
  background-repeat: no-repeat;
  background-position: -1px 0px;
  margin: 5px 0 0 0;
  background-color: #9a413c;
  padding: 2px 0 0 10px;
}

.newsletter_input {
  border: 1px solid #d5d5d5;
  margin-bottom: 5px;
}

.newsletter_send_border,
.newsletter_send {
  width: 83px;
  height: 17px;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 3px;
  margin-left: 75px;
  cursor: pointer;
}

.newsletter_send {
  margin-left: 63px;
}

.news-latest-item h2 {
  margin-bottom: 0;
}

.news-latest-item h2 a {
  font-size: 12px;
  font-weight: bold;
}

.news-latest-item a {
  font-size: 12px;
  color: #fff;
}

.news-latest-item span.more {
  font-weight: bold;
  color: #ca9644;
}

.news-list-date {
  font-style: italic;
}

.news-list-date p {
  display: inline;
}

.news-list-item {
  margin-bottom: 25px;
}

.news-list-item span.more {
  font-weight: bold;
  color: #ca9644;
}

.news-list-item .news-single-imgcaption {
  font-size: 11px;
  color: #404040;
}

.news-single-item div.news_image a {
/*	margin-right: 0px;
	padding-right: 0px;*/
}
.news-single-imgcaption {
	width: 190px !important;
}
.news-single-item div.news_image {
	/*overflow: hidden;*/
}

.news-list-item h2, .news-list-item-brandaktuell h2 {
  margin-bottom: 5px;
}

.news-list-item h2 a, .news-list-item-brandaktuell h2 a {
  color: #802c21;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
}

.news_image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}



.news-single-imgcaption {
  background-color: #f0e8da;
  color: #404040;
  font-weight: normal;
  padding: 5px;
  position: relative;
  top: -10px;
}

.news-list-item-brandaktuell {
  width: 570px;
  /* height: 199px; */
  background-image: url(/fileadmin/templates/images/bg_brandaktuell.jpg);
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.news-list-item-brandaktuell .newscontent {
  padding-top: 10px;
  padding-left: 400px;
  padding-right: 10px;
}

.news-list-item-brandaktuell .news-single-imgcaption {
    display:none;
}
.news-list-item-brandaktuell .news_image {
    padding:0 !important;
    margin:0 !important;
}
.news-list-container-brandaktuell-wrapper {
    background: #F5E7CA url(/fileadmin/templates/images/bg_brandaktuell_kachel.jpg) repeat-y top left;
    margin-bottom:25px;
}

.newscontent .bodytext,
.newscontent .bodytext a,
.news-single-imgcaption a,
.news_image a {
  color: #404040 !important;
  font-weight: normal !important;
}

p.news-single-author {
  display: inline;
}

.news-single-timedata {
  font-style: italic;
}

.news-single-item h2 {
  color: #802c21;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
}

.news-single-item .news_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}

.news-single-item .news_image a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background-image: none;
}

.news-single-item a {
  font-weight: bold;
  color: #ca9644;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 7px;
  text-decoration: none;
}

.tx-newloginbox-pi1 .login_content, .tx-felogin-pi1 .login_content {
  color: #000;
  background-color: #D6D6D6;
  padding: 10px;
  margin-bottom: 10px;
}

.tx-newloginbox-pi1 .login_header, .tx-felogin-pi1 .login_header {
  width: 530px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  background-color: #B58C42;
}

.tx-newloginbox-pi1 .login_left, .tx-felogin-pi1 .login_left {
  padding: 10px;
  width: 160px;
  background-color: #E5D4BA;
  border-right: 1px solid #d6d6d6;
}

.tx-newloginbox-pi1 .login_right, .tx-felogin-pi1 .login_right {
  padding: 10px;
  width: 370px;
  background-color: #EEE8D9;
  border-bottom: 1px solid #d6d6d6;
}

.tx-newloginbox-pi1 hr, .tx-felogin-pi1 hr {
display: none;
}

.tx-newloginbox-pi1 label, .tx-felogin-pi1 label {
  display: block;
  text-align: left;
  font-weight: bold;
  float: left;
  width: 100px;
  color: #404040;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.tx-newloginbox-pi1 input, .tx-felogin-pi1 input {
  width: 220px;
  border: 1px solid #d6d6d6;
}
.tx-newloginbox-pi1 .anmelden-input, .tx-felogin-pi1 .anmelden-input {
    padding:0px;
    margin:-2px;
    text-align:left;
}

.tx-newloginbox-pi1 #permalogin, .tx-felogin-pi1 #permalogin {
  width: auto;
  position: relative;
  top: 10px;
  left: 2px;
}

.tx-newloginbox-pi1 a, .tx-felogin-pi1 a {
  font-weight: bold;
  color: #ca9644;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 8px;
  text-decoration: none;
  margin-left: 325px;
}

.tx-newloginbox-pi1 #submit, .tx-felogin-pi1 #submit {
  width: 80px;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  cursor: pointer;
  margin-left: 15px;
}

.tx-newloginbox-pi1 #submitpw, .tx-felogin-pi1 #submitpw {
  width: 118px;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  cursor: pointer;
  margin-left: 110px;
}

.tx-newloginbox-pi1 input.loginborder, .tx-felogin-pi1 input.loginborder {
  width: 160px;
  height: 20px;
  border: 0;
  background-image: url(/fileadmin/templates/images/login_input.gif);
  background-repeat: no-repeat;
  background-position: -1px 0px;
  background-color: #f2f2f2;
  padding: 2px 0 0 10px;
  margin-bottom: 5px;
}

.tx-newloginbox-pi1 #submit-border, .tx-felogin-pi1 #submit-border {
  width: 80px;
  border: 1px solid #d5d5d5;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 2px;
  cursor: pointer;
  margin-left: 80px;
}

.tx-newloginbox-pi1 #submit2, .tx-felogin-pi1 #submit2 {
  width: 80px;
  border: 1px solid #d5d5d5;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 6px;
  cursor: pointer;
}

.tx-srfeuserregister-pi1 {
  margin-bottom: 20px;
}

.tx-srfeuserregister-pi1 .register_form {
  color: #000;
  background-color: #D6D6D6;
  padding: 10px 9px 10px 9px;
  margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 table {
  border-spacing: 1px;
}

.tx-srfeuserregister-pi1 .form_header {
  width: 530px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  background-color: #B58C42;
}

.tx-srfeuserregister-pi1 label.pflicht {
  font-weight: bold;
}

.tx-srfeuserregister-pi1 label.pflicht a {
  color: #000;
  text-decoration: underline;
}

.tx-srfeuserregister-pi1 .form_row1 td,
.tx-srfeuserregister-pi1 .form_row2 td,
.tx-srfeuserregister-pi1 .form_row4 td,
.tx-srfeuserregister-pi1 .form_row5 td,
.tx-srfeuserregister-pi1 .form_row6 td {
  color: #000;
  background-color: #EFE7DE;
  padding: 10px;
  vertical-align: top;
}

.tx-srfeuserregister-pi1 .form_row3 td {
  color: #000;
  font-weight: bold;
  background-color: #E7D6BD;
  padding: 10px;
  vertical-align: top;
}

.tx-srfeuserregister-pi1 input {
  font-family: Georgia, serif;
  font-size: 100.01%;
  width: 160px;
  border: 1px solid #d5d5d5;
}
.tx-srfeuserregister-pi1 select {
  font-family: Georgia, serif;
  font-size: 100.01%;
  width: 250px;
  border: 1px solid #d5d5d5;
}
.tx-mmforum-td2 select {
  font-family: Georgia, serif;
  font-size: 100.01%;
  width: 250px;
  border: 1px solid #d5d5d5;
}

.tx-srfeuserregister-pi1 textarea {
  width: 530px;
  border: 1px solid #d5d5d5;
}

input.tx-srfeuserregister-pi1-radio {
  width: 15px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

#tx-srfeuserregister-pi1-tx_nawselfregbulli_driver-1 {
  margin-left: 20px;
}

#tx-srfeuserregister-pi1-tx_nawselfregbulli_agb {
  width: auto;
}

input.tx-srfeuserregister-pi1-submit {
  width: 130px;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 5px;
  cursor: pointer;
  margin-left: 435px;
}

input.tx-srfeuserregister-pi1-submit2 {
  width: 190px;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 5px;
  cursor: pointer;
  margin-left: 375px;
}

input.tx-srfeuserregister-pi1-submit-preview {
  width: auto;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 5px;
  cursor: pointer;
}

p.tx-srfeuserregister-pi1-error {
  font-weight: normal;
  color: red;
  font-size: 11px;
}

.tx-srfeuserregister-pi1 dl {
  margin: 0; padding: 1em 0 0 0;
}

.tx-srfeuserregister-pi1 dt,
.tx-srfeuserregister-pi1 dd {
  margin: 0; padding: 0 0 .5em 0; float: left;
}

.tx-srfeuserregister-pi1 dt {
  clear: both; width: 25%; text-align: right; padding-right: 1em;
}

.tx-srfeuserregister-pi1 dd {
  text-align: left; width: 50%;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt {
  width: auto; padding-right: 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
  width: auto;
}

* html .tx-srfeuserregister-pi1 dd {
  float: none;
}

.tx-srfeuserregister-pi1 dd p {
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0;
}

.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }

#tx_chcforum-pi1 {
  background-image: url(/fileadmin/templates/images/header_forum_960.gif);
  background-repeat: no-repeat;
  font-family: Georgia, sans-serif;  
  background-color: #D6D6D6;
  padding: 46px 20px 20px 20px;
}

#tx_chcforum-pi1 th.cat_title {
  text-align: left;
  background-color: #B48946;
  color: #fff;
  line-height: 24px;
  padding-left: 10px;
}

#tx_chcforum-pi1 a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-catLastCell a {
  text-decoration: underline;
}

#tx_chcforum-pi1 .headline td {
  line-height: 24px;
  border-bottom: 1px solid #D6D6D6;
}

#tx_chcforum-pi1 .headline .col-0 {
  width: 360px;
}

#tx_chcforum-pi1 .headline .col-1, #tx_chcforum-pi1 .headline .col-2 {
  width: 90px;
}

#tx_chcforum-pi1 .headline .col-0, #tx_chcforum-pi1 .headline .col-last {
  padding-left: 10px;
}

#tx_chcforum-pi1 .headline .col-1, #tx_chcforum-pi1 .headline .col-2 {
  text-align: center;
}

#tx_chcforum-pi1 .headline .col-0, #tx_chcforum-pi1 .headline .col-2 {
  background-color: #EEE8D9;
}

#tx_chcforum-pi1 .headline .col-1, #tx_chcforum-pi1 .headline .col-last {
  background-color: #E5D4BA;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-catConferenceCell, #tx_chcforum-pi1 .tx-chcforum-pi1-catPostCell {
  height: 50px;
  background-color: #e9e9e9;
  border-bottom: 1px solid #D6D6D6;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-catThreadCell, #tx_chcforum-pi1 .tx-chcforum-pi1-catLastCell {
  height: 50px;
  background-color: #F0E7DA;
  border-bottom: 1px solid #D6D6D6;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-catConferenceCell {
  padding-left: 10px;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-catThreadCell, #tx_chcforum-pi1 .tx-chcforum-pi1-catPostCell {
  text-align: center;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-catLastCell {
  padding-left: 10px;
}

#tx_chcforum-pi1 .headline_conf th {
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 10px;
}

#tx_chcforum-pi1 .headline_conf .col-0, #tx_chcforum-pi1 .headline_conf .col-2, #tx_chcforum-pi1 .headline_conf .col-last  {
  background-color: #EEE8D9;
}

#tx_chcforum-pi1 .headline_conf .col-1, #tx_chcforum-pi1 .headline_conf .col-3 {
  background-color: #E5D4BA;
}

#tx_chcforum-pi1 .headline_conf .col-2 {
  text-align: center;
  padding: 0;
}

.tx-chcforum-pi1-confThreadImage,
.tx-chcforum-pi1-confThreadRepliesCell,
.tx-chcforum-pi1-confThreadLastCell {
  height: 50px;
  background-color: #e9e9e9;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 10px;
}

.tx-chcforum-pi1-confThreadSubjCell,
.tx-chcforum-pi1-confThreadAuthorCell {
  height: 50px;
  background-color: #F0E7DA;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 10px;
}

.tx-chcforum-pi1-confThreadRepliesCell {
  text-align: center;
}

.tx-chcforum-pi1-navPath {
  font-size: 11px;
  line-height: 24px;
  background: #EEE8D9;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 10px;
}

.tx_chcforum-pi1-toolBar {
  background: #EEE8D9;
  padding-right: 10px;
  line-height: 24px;
}

.tx_chcforum-pi1-toolBar img {
  vertical-align: middle;
  margin-left: 16px;
}

.tx_chcforum-pi1-toolBar div {
  text-align: right;
  font-size: 11px;
}

.tx_chcforum-pi1-subToolBar {
  background: #DEE3E7;
}

.tx_chcforum-pi1-subToolBar {
  background: #EEE8D9;
  padding-right: 10px;
  line-height: 24px;
}

.tx_chcforum-pi1-subToolBar img {
  vertical-align: middle;
  margin-left: 16px;
}

.tx_chcforum-pi1-subToolBar div {
  margin: 0px;
  line-height: 24px;
  padding: 3px 0px 3px 0px;
  text-align: right;
}

.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
  background: #EEE8D9;
  border-bottom: 1px solid #D6D6D6;
  line-height: 24px;
  text-align: right;
  clear: both;
  padding-right: 10px;
}

.tx-chcforum-pi1-linkUp {
  background: #EEE8D9;
  border-bottom: 1px solid #D6D6D6;
  padding-right: 10px;
  line-height: 24px;
  text-align: right;
}

.tx-chcforum-pi1-errorBoxCell {
  background: #E3E7EF;
  font-weight: bold;
  text-align: left;
}

.tx-chcforum-pi1-messageBoxErrorNoBorder {
  background: #802c21;
  font-weight: bold;
  text-align: left;
  margin-bottom: 3px;
  padding: 3px;
}

.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
  background: #802c21;
  margin-top: 10px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
}

/* SINGLE POST BEGIN */

/* top */
.tx-chcforum-pi1-singlePost .author {
  background: #E5D4BA;
  vertical-align: top;
  padding: 5px 5px 5px 10px;
}

.tx-chcforum-pi1-formEmicoStyle {
  margin: 3px;
}

.tx-chcforum-pi1-singlePost .im {
  vertical-align: middle;
  margin-top: 3px;
}

.tx-chcforum-pi1-singlePost .im a {
  margin-right: 10px;
}

.tx-chcforum-pi1-singlePost .im img {
  vertical-align: middle;
  border: 0px;
  padding-right: 2px;
  margin-bottom: 2px;
}

.tx-chcforum-pi1-singlePost .userPic {
  border: 1px solid #666666;
  float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background: #E3E7EF;
}

.tx-chcforum-pi1-singlePost .scroller {
  overflow: auto;
  background: #FFF;
  min-height: 125px;
  text-indent: 0px;
  padding: 5px 5px 5px 10px;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit {
  background: #EEE8D9;
  padding: 3px;
  height: 19px;
  vertical-align: middle;
}

.tx-chcforum-pi1-singlePost .edit a {
  margin-right: 30px;
}

.tx-chcforum-pi1-singlePost .edit img {
  vertical-align: middle;
  border: 0px;
}

.tx-chcforum-pi1-singlePost .attachment {
  background: #DEE3E7;
  padding: 3px;
}

.tx-chcforum-pi1-singlePost .attachment div {
  vertical-align: top;
}

.tx-chcforum-pi1-singlePost .attachment img {
  float: left;
  margin-right: 5px;
}

.tx-chcforum-pi1-singlePost .rate {
  background: #DEE3E7;
  border-top: 3px solid #FFFFFF ;
  padding: 3px;
}

.tx-chcforum-pi1-singlePost .rate input {
  background-color: #FFF;
  border: 1px solid #666666;
  font-size: 9px;
}

.tx-chcforum-pi1-singlePost .rate select {
  border: 1px solid #666666;
  font-size: 10px;
}

.tx-chcforum-pi1-singlePost .rate select option {
  height: 1.5em;
}

.tx-chcforum-pi1-singlePost .rate form {
  padding: 0;
  margin: 0;
  display: inline;
}

.tx-chcforum-pi1-singlePost .rate .rateStars {
  float: left;
  text-align: left;
  height: 1.85em;
}

.tx-chcforum-pi1-singlePost .rate .rateMenu {
  text-align: right;
  width: 100%;
  height: 1.85em;
}

.tx-chcforum-pi1-singlePost .offset {
  margin-left: 15px;
  margin-right: 15px;
}

.tx-chcforum-pi1-singlePost .codeCell {
  padding: 5px;
  background-color: #FAFAFA; 
  border: #D1D7DC; 
  border-style: solid;
  border-left-width: 1px; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px
}

.tx-chcforum-pi1-singlePost .quoteCell {
  background-color: #FAFAFA;
  padding: 5px;
  border: #D1D7DC; 
  border-style: solid;
  border-left-width: 1px; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px
}

.tx-chcforum-pi1-singlePost .quoteCellAuthor {
  border: 0px;
  font-weight: bold;
  padding: 3px 0;
}

.tx-chcforum-pi1-singlePost .quoteTable {
  border: 0px;
  margin: 15px 0;
}

.tx-chcforum-pi1-singlePost .text img {
  max-height: 350px;
  max-width: 350px;
}

.tx-chcforum-pi1-singlePostQuoteText {
  background-color: #FAFAFA;
  border: 1px solid #666666;
  padding: 5px;
}

.tx-chcforum-pi1-postForm {
  background: #e9e9e9;
  padding: 10px;
}

.tx-chcforum-pi1-postForm #formWhere {
  font-weight: bold;
  background: #A7B3CB;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
  border: 1px solid #999999;
}

.tx-chcforum-pi1-postForm label {
  line-height: 20px;
}

.tx-chcforum-pi1-postForm input,
.tx-chcforum-pi1-postForm textarea {
  border: 1px solid #666;
}

.tx-chcforum-pi1-postForm textarea {
  margin: 3px 0;
  width: 100%;
  height: 150px;
}

.tx-chcforum-pi1-postForm {
  background-color: #E9E9E9;
}

.tx-chcforum-pi1-postForm fieldset#formTop {
  margin-bottom: 10px;
}

.tx-chcforum-pi1-postForm fieldset#formTop legend {
  margin-bottom: 5px;
  background-color: #E9E9E9;
  border: 1px solid #999999;
  padding: 2px;
  font-weight: bold;
}

.tx-chcforum-pi1-postForm fieldset#formBottom legend {
  background-color: #E9E9E9;
  border: 1px solid #999999;
  padding: 2px;
  font-weight: bold;
  margin-bottom: 5px;
}

.tx-chcforum-pi1-postForm fieldset#formTop input {
  display: block;
  width: 150px;
  float: left;
  padding: 2px;
  border: 1px solid #DEDEDE;
  margin-bottom: 5px;
}

.tx-chcforum-pi1-postForm fieldset#formTop br {
  clear:left;
}

.tx-chcforum-pi1-formBtn {
  text-align: center;
}

.tx-chcforum-pi1-formBtn input {
  border: 1px solid #999999;
  margin:2px;
  background-color: #FFF;
}

.tx-chcforum-pi1-formBtnHov {
  border: 1px solid #666; 
  margin:2px;
  background-color: #FFF;
  color: #CC0000;
}

.tx-chcforum-pi1-formBtnStyle {
  background-color: #FFF;
  border: 1px solid #666666;
  padding: 3px;
  margin: 3px;
}

.tx-chcforum-pi1-formBtnStyleHov {
  background-color: #FFF;
  border: 1px solid #C00;
  color: #CC0000;
  padding: 3px;
  margin: 3px;
}

.tx-chcforum-pi1-searchForm th {
  width: 530px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  background-color: #B58C42;
  text-align: left;
}

.forumsearch_left,
.forumsearch_right {
  background-color: #EEE8D9;
  padding: 10px;
  width: 50%;
}

.tx-chcforum-pi1-searchForm label {
  font-weight: bold;
  display: block;
  line-height: 24px;
}

.tx-chcforum-pi1-searchForm .longinput {
  border: 1px solid #d6d6d6;
  margin-bottom: 5px;
  width: 430px;
}

.forumsearch_right input.radio {
  position: relative;
  top: 3px;
  margin-right: 2px;
}

.forumsearch-submit {
  width: 50px;
  border: 1px solid #d5d5d5;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 2px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 865px;
}

.tx-rlmpeventdb-pi1 .tx-rlmpeventdb-pi1-listrow,
.tx-cal-controller .tx-cal-controller-list,
.tx-cal-controller .tx-cal-controller-month,
.tx-cal-controller .tx-cal-controller-year
{
  width: auto;
  background-color: #D6D6D6;
  padding: 1px;
}

.tx-cal-controller .month-large {
	margin-left:1px;
	width:746px;
}
.tx-cal-controller table#calendar-nav {
	width:750px;
	margin-left: -1px;
	margin-top: 10px;
}
.tx-cal-controller table#calendar-nav td#list {
	width: 100px;
}
.tx-cal-controller table#calendar-nav td#previous,
.tx-cal-controller table#calendar-nav td#next {
	width: 323px;
}
.tx-cal-controller table#calendar-nav td#next .next-wrap {
	float: right;
}
.tx-cal-controller .monthLargeBasic {
	background-color: #E9E9E9;
}

.tx-cal-controller .monthWeekend {
	background-color: #F0E7DA;
}
.tx-cal-controller .monthSelected,
.tx-cal-controller .monthSelectedWeek,
.tx-cal-controller .monthCurrentWeek  {
	background-color: #EEE8D9;
}
.tx-cal-controller .monthToday {
	background-color: #E5D4BA !important;
}
.tx-cal-controller .tx-cal-controller-list-pagebrowser span {
	padding: 0 2px;
}
.tx-cal-controller .tx-cal-controller-list-pagebrowser {
	width: auto;
	text-align: right;
	margin-bottom: 10px;
}
.box180grey .tx-cal-controller,
.box180grey .tx-cal-controller-list-teaser,
.box180grey .tx-cal-controller-list-teaser dt,
.box180grey .tx-cal-controller-list-teaser dl,
.box180grey .tx-cal-controller-list-teaser dd {
	background-color:#F2F2F2;
	color:#595959;
	font-size:12px;
}
.box180grey .tx-cal-controller-list-teaser {
	padding: 0;
	margin-left: -5px;
}
.box180grey .tx-cal-controller-list-teaser .spacer{
	margin-top: 10px;
	padding: 0;
}
.box180grey .tx-cal-controller-list-teaser a {
	color: #CA9644;
	text-decoration: none;
}
.box180grey .tx-cal-controller-list-teaser div.more {
	width: auto;
	text-align: right;
}
.box180grey .tx-cal-controller-list-teaser div.more a {
	font-weight: bold;
	text-decoration: none;
}

.tx-cal-controller #month-header {
	height: 24px;
	overflow: hidden;
}

.tx-cal-controller #month-header,
.tx-cal-controller #month-header-prevnext a,
.tx-cal-controller .tx-cal-controller-list-header  {
	color:#FFFFFF;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
.tx-cal-controller #month-header {
	line-height:24px;
}
.tx-cal-controller .tx-cal-controller-list-daywrapper {
	color: white;
	font-family:Georgia,serif;
	font-size:12px;
	font-weight: bold;
	background-image: none;
	background-color:#B58C42;
}

.tx-cal-controller .navback,
.tx-cal-controller .medtitle,
.tx-cal-controller .sideback,
.tx-cal-controller .tx-cal-controller-list-header {
	background-image: none;
	background-color:#B58C42;
}
.tx-cal-controller .month-small th a:link,
.tx-cal-controller .month-small th a:visited,
.tx-cal-controller .month-medium th a:link,
.tx-cal-controller .month-medium th a:visited,
.tx-cal-controller .month-large th a:link,
.tx-cal-controller .month-large th a:visited,
.tx-cal-controller .sideback a {
	color:#FFFFFF;
}

.tx-cal-controller #month-header-prevnext,
.tx-cal-controller #month-header-icons {
}
.tx-cal-controller .tx-cal-controller-list-searchbox {
	width: auto;
	text-align: right;
	height: 30px;
	display: block;
}
.tx-cal-controller-list-searchbox-input-field {
	border:1px solid #D6D6D6;
	width: 150px;
}
.tx-cal-controller #month-header-prevnext {
	margin-left: 5px;
}
#calendar-event a,
#calendar-event-backlink a{
	color:#CA9644;
	font-weight:bold;
	text-decoration:none;
}
.tx-rlmpeventdb-pi1 table,
.tx-rlmpeventdb-pi1 dl {
  width: 550px;
  border-spacing: 1px;
}

.tx-rlmpeventdb-pi1 td {
  padding: 5px;
}

.tx-rlmpeventdb-pi1 td a,
.tx-cal-controller a {
  color: #000;
  text-decoration: underline;
}

.tx-rlmpeventdb-pi1 .tx-rlmpeventdb-pi1-listrow-header {
  line-height: 24px;
  width: 550px;
  color: #fff;
  background-color: #B58C42;
}

.tx-rlmpeventdb-pi1 .tx-rlmpeventdb-pi1-listrow-item td,
.tx-cal-controller dt,
.tx-cal-controller dd {
  background-color: #F8EFE9;
}
.tx-cal-controller dt {
  padding: 5px;
}
.tx-cal-controller dd {
  padding: 0 5px 5px 5px;
  margin-bottom: 1px;
}

.tx-rlmpeventdb-pi1 .tx-rlmpeventdb-pi1-listrow-item-odd td,
.tx-cal-controller dt.even,
.tx-cal-controller dd.even {
  background-color: #E7D6BD;
}

/* Neuer Termine-Style DJ20100614 */
.tx-cal-controller-list-single .tx-cal-controller-list-entry {
	background-color:#B58C42;
	margin-bottom:3px;
	padding:0;
}
.tx-cal-controller-list-single .clearer {
	clear:both;
	background-color:none;
	margin:0 0 -1px 0;
}
.tx-cal-controller-list-single .tx-cal-controller-list-daywrapper {
	float:left;
	width:140px;
}
.tx-cal-controller-list-single .tx-cal-controller-list-data {
	float:right;
	width:415px;
	padding:0;
}
.tx-cal-controller-list-single .tx-cal-controller-list-data {
	margin:0 0 0 0;
	border:1px solid #D6D6D6;
}
.tx-cal-controller-list-single .tx-cal-controller-list-data dd {
	margin:0;
}
/* Ende */

.freqency {
  font-style: italic;
}

.name {
  font-family: Georgia, serif;
  font-weight: bold;
  color: #802c21;
  font-size: 15px;
  margin-bottom: 15px;
}

.menuauswahl {
  display: none;
}

.pagebrowser_header {
  background-color: #f2f2f2;
  padding: 5px 10px;
}

.pagebrowser_middle {
  margin-left: 150px;
}

.pagebrowser_right {
  margin-left: 160px;
}

.galerie-single-item .news_image {
  margin: 0 auto;
  width: 570px !important;
  text-align: center !important;
}

.galerie-single-item .news-single-imgcaption {
  width: 560px !important;
  text-align: center !important;
}

.galerie-single-item .news-single-backlink {
  margin-bottom: 15px;
}

.galerie-list-item {
  width: 180px !important;
  height: 176px !important;
  min-width: 180px !important;
  min-height: 176px !important;
  max-width: 180px !important;
  max-height: 176px !important;
  overflow: hidden !important;
  float: left;
  padding: 0 0px 0 0;
  margin: 0 10px 20px 0;
  cursor: pointer;
  text-align: center;
  background-color: #f0e8da;
}
.galerie-list-item p.galerie-single-imgcaption,
.galerie-list-item p.galerie-single-imgcaption a,
.galerie-list-item p.news-single-imgcaption,
.galerie-list-item p.news-single-imgcaption a {
  background-color:#F0E8DA;
  color:#404040;
  font-weight:normal;
  text-align: left;
}
.galerie-list-item p.galerie-single-imgcaption {
  padding:3px;
}
.galerie-list-item img {
  padding: 0;
  margin: 0;
}

.teaser_left,
.teaser_right {
  margin-bottom: 20px;
}

.teaser_left .teaser_image {
  padding-right: 10px;
}

.teaser_right .teaser_image {
  padding-left: 10px;
}

.teaser_left .subheader,
.teaser_right .subheader {
  font-style: italic;
}

.teaser_left .header h1 a,
.teaser_right .header h1 a {
  color: #802c21;
}

.teaser_left .content,
.teaser_right .content {
    line-height: 140%;
}

.teaser_right .teaser_text {
  text-align: right;
} 

.threecols {
  margin-bottom: 15px;
}

.threecols .col1,
.threecols .col2,
.threecols .col3 {
  width: 180px;
  float: left;
  margin-right: 15px;
}

.threecols .col3 {
  margin-right: 0;
}

.wallpaper_download .downloads_links {
  text-align: center;
  line-height: 140%;
}

.tx-thmailformplus-pi1 .form_left {
  padding: 10px;
  width: 160px;
  background-color: #E5D4BA;
  border-right: 1px solid #d6d6d6;
}

.tx-thmailformplus-pi1 .form_right {
  padding: 10px;
  width: 370px;
  background-color: #EEE8D9;
  border-bottom: 1px solid #d6d6d6;
}

.tx-thmailformplus-pi1 input,
.tx-thmailformplus-pi1 select,
.tx-thmailformplus-pi1 textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
}

.tx-thmailformplus-pi1 .input_isradio {
  width: auto;
  display: inline;
  margin-bottom: auto;
  border: none;
}

.tx-thmailformplus-pi1 .input_noblock {
	width: auto;
	display: inline;
}

.tx-thmailformplus-pi1 .input_noborder {
 	border: none;
}

.tx-thmailformplus-pi1 .input_nobmargin {
    margin-bottom: auto;
}



.tx-thmailformplus-pi1 input.hidden {
  display: none;
}

.tx-thmailformplus-pi1 label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.tx-thmailformplus-pi1 select {
  width: auto;
}

.tx-thmailformplus-pi1 option {
  padding-right: 10px; 
}

.tx-thmailformplus-pi1 .form_submit {
  width: 75px;
  border: 1px solid #d5d5d5;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 6px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 485px;
}

.tx-thmailformplus-pi1 .form_left .error {
  color: #802c21;
  font-weight: bold;
}

.tx-thmailformplus-pi1 .form_left ul {
  margin-left: 15px;
}

.newsletter_checkbox {
  margin: 5px 0 5px 2px;
}

.dm-subscription .login_content {
  color: #000;
  background-color: #D6D6D6;
  padding: 10px;
  margin-bottom: 10px;
}

.dm-subscription .login_header {
  width: 530px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  background-color: #B58C42;
}

.dm-subscription .login_left {
  padding: 10px;
  width: 160px;
  background-color: #E5D4BA;
  border-right: 1px solid #d6d6d6;
}

.dm-subscription .login_right {
  padding: 10px;
  width: 370px;
  background-color: #EEE8D9;
  border-bottom: 1px solid #d6d6d6;
}

.dm-subscription hr {
display: none;
}

.dm-subscription label {
  display: block;
  text-align: left;
  font-weight: bold;
  float: left;
  width: 120px;
  color: #404040;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.dm-subscription input {
  width: 210px;
  border: 1px solid #d6d6d6;
}

.dm-subscription .newsletter_checkbox input {
  width: auto;
  border: 0;
  position: relative;
  top: 3px;
}

* html .dm-subscription .newsletter_checkbox input {
  top: 0px;
}

.dm-subscription a {
  font-weight: bold;
  color: #ca9644;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 8px;
  text-decoration: none;
  margin-left: 325px;
}

.dm-subscription .newsletter_send {
  width: 80px;
  border: 0;
  background-color: transparent;
  color: #ca9644;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 6px;
  cursor: pointer;
  margin-left: 485px;
}


/*
* vjchat
*/

.tx-vjchat-room-headline {
    margin-bottom:5px;
}
.tx-vjchat-room-content {
    margin-bottom:15px;
}
.tx-vjchat-pi1 a {
  font-size: 12px;
  background-image: url(/fileadmin/templates/images/link.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 7px;
}
/*
* Tabellenformatierungen
*/

.contenttable {
	border-color: #d6d6d6;
	border-style: solid;
	border-collapse: collapse;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:10px;
}
.contenttable td {
	padding:5px;
}
.contenttable-0, .contenttable-1, .contenttable-2 {
	width:auto;
}
.contenttable-3, .contenttable-4, .contenttable-5 {
	width:99.9%;
}
.contenttable-1 .tr-even td, .contenttable-4 .tr-even td {
	background-color: #e9e9e9;
}
.contenttable-1 .tr-odd td, .contenttable-4 .tr-odd td {
	background-color: white;
}
.contenttable-2 .tr-even td, .contenttable-5 .tr-even td {
	background-color: #eee8d9;
}
.contenttable-2 .tr-odd td, .contenttable-5 .tr-odd td {
	background-color: #e5d4ba;
}
.contenttable-2 caption, .contenttable-5 caption {
	background-color: #b48946;
	color:white;
	padding:5px;
	text-align:left;
	font-weight:bold;
}
.contenttable-1 caption, .contenttable-4 caption {
	background-color: #929292;
	color:white;
	padding:5px;
	text-align:left;
	font-weight:bold;
}
.contenttable-0 caption, .contenttable-3 caption {
	background-color: #e9e9e9;
	padding:5px;
	text-align:left;
	font-weight:bold;
}

/* JS Formvalidation */


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #990000;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 2px 0;
	padding: 2px;
	background-color: #802C21;
	color : #FFF;
	font-size: 11px;
}

/*
*
* yape - Yet another poll extension
* Markus Wanjura 2009 <markus.wanjura@gmail.com>
*
*/

.box180red_search div.tx-yape-pi1 {
  border:1px solid white;
  color:black;
  padding: 4px;
  background-color: white;
}

.box180red_search div.tx-yape-pi1 .tx_yape_pi1_submit {
  background:white url(/fileadmin/templates/images/link.gif) no-repeat scroll right 4px;
}

div.tx-yape-pi1 .tx_yape_pi1_submit {
	font-family:Georgia,serif !important;
}
/* yape - Yet another poll extension END */

/* Quicklinks-Box DJ20100707 */
.quicklinks select {
	width:160px;
	margin-bottom:5px;
}
.quicklinks img {
	margin-bottom:5px;
}