html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
}


/* Content Styles */

.content {
  text-align: left;
  margin: auto auto;
  height: auto;
  position: relative;
  width: 902px;
  display: block;
  background-image: url(../images/backgrounds/bg_bar.png);
  background-repeat: repeat-y;
}

/* Menu Styles */

.topmenu {
  background-image: url(../images/navigation/menu_top_bg_passive.png);
  background-repeat: repeat-x;
  height: 34px;
  width: 896px;
  display: block;
  margin-right: 3px;
  margin-left: 3px;
}

.topmenupunkte {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.topmenupunkte li {
  float: left;
}

.topmenupunkte a {
  display: block;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 0.7em;
  text-decoration: none;
  color: #010101;

}

.topmenupunkte a:hover {
  background-image: url(../images/navigation/menu_top_bg_aktiv.png);
  background-repeat: repeat-x;
  display: block;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 0.7em;
  color: #010101;
}


.topmenupunkte #aktiv  {
  display: block;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 0.7em;
  text-decoration: none;
  color: #010101;
  background-image: url(../images/navigation/menu_top_bg_aktiv.png);
  background-repeat: repeat-x;
}

.clear {
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.content_window {
  padding-top: 15px;
  padding-left: 2px;
  padding-right: 3px;
  width: 896px;
  display: block;
}

.menu_cell1 {
  width: 280px;
  display: block;
  float: left;
  vertical-align: top;
  border-right: 1px solid #6c6c6c;
  padding-bottom: 20px;
  height: 100%;
}

.mainmenu4, .mainmenu254, .mainmenu261, .mainmenu262 {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.mainmenu4 a, .mainmenu254 a, .mainmenu261 a, .mainmenu262 a {
  width: 244px;
  display: block;
  padding-left: 37px;
  padding-top: 13px;
  padding-bottom: 3px;
  font-size: 0.75em;
  text-decoration: none;
  color: black;
  float: left;
}

.mainmenu4 a {
	background-image: url(../images/navigation/start_passive.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu254 a {
	background-image: url(../images/navigation/info_passive.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu261 a {
	background-image: url(../images/navigation/anwender_passive.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu262 a {
	background-image: url(../images/navigation/allg_passive.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu4 a:hover, .mainmenu254 a:hover, .mainmenu261 a:hover, .mainmenu262 a:hover {
  color: #22218f;
}

.mainmenu4 a:hover {
	background-image: url(../images/navigation/start_aktive.png);
}

.mainmenu254 a:hover {
	background-image: url(../images/navigation/info_aktive.png);
}

.mainmenu261 a:hover {
	background-image: url(../images/navigation/anwender_aktive.png);
}

.mainmenu262 a:hover {
	background-image: url(../images/navigation/allg_aktive.png);
}

.mainmenu_open4 a,.mainmenu_open254 a,.mainmenu_open261 a,.mainmenu_open262 a {
  width: 244px;
  display: block;
  padding-left: 37px;
  padding-top: 13px;
  padding-bottom: 3px;
  font-size: 0.75em;
  text-decoration: none;
  color: #22218f;
  float: left;
}

.mainmenu_open4 a {
	background-image: url(../images/navigation/start_aktive.png);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu_open254 a {
	background-image: url(../images/navigation/info_aktive.png);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu_open261 a {
	background-image: url(../images/navigation/anwender_aktive.png);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainmenu_open262 a {
	background-image: url(../images/navigation/allg_aktive.png);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

.submenu a {
  width: 241px;
  display: block;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ffeae0;
  font-size: 0.75em;
  text-decoration: none;
  color: black;
  background-image: url(../images/navigation/menu_main_arrow_passive.png);
  background-repeat: no-repeat;
  background-position: 25px 6px;
  float: left;
}

.submenu_act {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 25px 6px;
  background-color: #ffe1d2;
  width: 241px;
  display: block;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75em;
  float: left;
}
.submenu_act a {
  text-decoration: none;
  color: #22218f;
}

.submenu  a:hover {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 25px 6px;
  color: #22218f;
  background-color: #ffe1d2;
}
.subsubmenu a {
  width: 221px;
  display: block;
  padding-left: 60px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ffeae0;
  font-size: 0.75em;
  text-decoration: none;
  color: black;
  background-image: url(../images/navigation/menu_main_arrow_passive.png);
  background-repeat: no-repeat;
  background-position: 45px 6px;
}

.subsubmenu_act {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 45px 6px;
  background-color: #ffe1d2;
  width: 221px;
  display: block;
  padding-left: 60px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75em;
}
.subsubmenu_act a {
  text-decoration: none;
  color: #22218f;
}

.subsubmenu  a:hover {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 45px 6px;
  color: #22218f;
  background-color: #ffe1d2;
}

.subsubsubmenu a {
  width: 201px;
  display: block;
  padding-left: 80px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ffeae0;
  font-size: 0.75em;
  text-decoration: none;
  color: black;
  background-image: url(../images/navigation/menu_main_arrow_passive.png);
  background-repeat: no-repeat;
  background-position: 65px 6px;
}

.subsubsubmenu_act {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 65px 6px;
  background-color: #ffe1d2;
  width: 201px;
  display: block;
  padding-left: 80px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75em;
}
.subsubsubmenu_act a {
  text-decoration: none;
  color: #22218f;
}

.subsubsubmenu  a:hover {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 65px 6px;
  color: #22218f;
  background-color: #ffe1d2;
}

.subsubsubsubmenu a {
  width: 171px;
  display: block;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ffeae0;
  font-size: 0.75em;
  text-decoration: none;
  color: black;
  background-image: url(../images/navigation/menu_main_arrow_passive.png);
  background-repeat: no-repeat;
  background-position: 85px 6px;
}

.subsubsubsubmenu_act {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 85px 6px;
  background-color: #ffe1d2;
  width: 171px;
  display: block;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75em;
}
.subsubsubsubmenu_act a {
  text-decoration: none;
  color: #22218f;
}

.subsubsubsubmenu  a:hover {
  background-image: url(../images/navigation/menu_main_arrow_aktive.png);
  background-repeat: no-repeat;
  background-position: 85px 6px;
  color: #22218f;
  background-color: #ffe1d2;
}

#nav_main {
  padding-top: -9px;
}

.content_stage {
  width: 570px;
  padding-left: 20px;
  margin-right: 20px;
  vertical-align: top;
  display: block;
  float: left;
  font-size: 0.75em;
}

.content_stage h1 {
  margin-bottom: 15px;
  padding: 0px;
  font-weight: normal;
  font-size: 1.7em;
  padding-bottom: 5px;
  margin-top: 0px;
  color: #262626;
  border-bottom: 2px solid #919191;
}

.content_stage h2 {
  margin-bottom: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 4px;
  color: #fb722d;
}

.content_stage h2 span {
	color: #000;
}

.content_stage a {
  color: #fb7734;
}

.content_stage .date {
  color: #262626;
  font-size: 0.8em;
  margin-top: 6px;
  display: block;
}

.more_link a {
  background-image: url(../images/navigation/menu_main_arrow_passive.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  color: #fb7734;
  padding-left: 13px;
  text-decoration: none;
}

.teaserbox {
  background-color: #f7f4ef;
  border: 1px solid #d5d5d5;
  width: 250px;
  padding: 10px;

}

.teaserbox ul {
  list-style-image: url(../images/bullet_inbox.png);

}

.teaserbox li {
  margin-bottom: 6px;
}

.footer {
  width: 892px;
  display: block;
  border-top: 2px solid #e5e5e5;
  height: 40px;
  display: block;
  font-size: 0.75em;
  padding: 5px;
  float: left;
  background-color: #f7f7f7;
}

.footer a {
  color: #262626;
  text-decoration: none;
}

/* ### CHC_FORUM STYLING ### */
#tx_chcforum-pi1 {
        font-family: Tahoma, sans-serif;
        font-size: 11px;
}

#tx_chcforum-pi1 caption {
        display: none;
}

#tx_chcforum-pi1 a {
        text-decoration: underline;
}

#tx_chcforum-pi1 a:hover {
        text-decoration: none !important;
}

/* only one form in the forum */
#tx_chcforum-pi1 form {
        margin-top: 20px;
}


/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table {
        border: 1px solid {$chc-forum.style.bordercolor1};
        background: {$chc-forum.style.bgTable};
        margin-bottom: 3px;
        margin-top: 10px;
        width: 100%;
}

.tx-chcforum-pi1-Table thead tr th {
        font-size: 12px;
        font-weight: bold;
        background-color: #fff4ef;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        border-right: 1px solid white;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2px;
        background: {$chc-forum.style.bgCat};
        padding: 5px;
        text-align: left;
        display: none;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td {
        font-size: 12px;
        background: {$chc-forum.style.bgCell};
        padding: 5px;
}
/* GENERIC TABLE END */


/* CATEGORY TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-catConferenceCell {
  background-color: #fef8f5;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.tx-chcforum-pi1-catConferenceCell dl {
        margin: 0;
}

.tx-chcforum-pi1-catConferenceCell dt {

}

.tx-chcforum-pi1-catConferenceCell dd {
        font-size: 10px;
        margin-left: 5px;
}

.tx-chcforum-pi1-catConferenceCell dd.new {
        color: {$chc-forum.style.colorNewMessages};
}

/* cell 2 */
.tx-chcforum-pi1-catThreadCell {
        text-align: center;
        background-color: #fef8f5;
}

/* cell 3 */
.tx-chcforum-pi1-catPostCell {
        text-align: center;
        background-color: #fef8f5;
}

/* cell 4 */
.tx-chcforum-pi1-catLastCell {
        font-size: 10px !important;
        vertical-align: top;
        background-color: #fef8f5;
}
/* CATEGORY TABLE END */


/* CONFERENCE TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-confThreadSubjCell {

}

.tx-chcforum-pi1-confThreadNew {
        color: #F00;
        font-size: 10px;
        padding-left: 5px;
}

/* cell 2 */
.tx-chcforum-pi1-confThreadRepliesCell {
        text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-confThreadAuthorCell {
        text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-confThreadLastCell {
        font-size: 10px !important;
}

/* CONFERENCE TABLE END */

/* NAVPATH BEGIN*/
.tx-chcforum-pi1-navPath {
        background: {$chc-forum.style.bgNav};
        border: 1px solid {$chc-forum.style.bordercolor2};
        margin: 5px 0 15px 0;
        padding: 3px;
        font-size: 12px;
        padding-top: 10px;
}
/* NAVPATH END*/

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
        background-color: #f7f4f3;
        border: 1px solid {$chc-forum.style.bordercolor2};
        font-size: 10px;
        margin-bottom: 3px;
        padding: 3px;
        font-size: 10px;
        text-align: right;
        clear: both;
}
/* PAGELINKS END */

/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
        border: 1px solid {$chc-forum.style.bordercolor1};
        background: {$chc-forum.style.bgCell};
        padding: 5px;
        margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm fieldset label {
        display: block;
        text-align: right;
        padding-right: 20px;
        width: 150px;
        float: left;
}

.tx-chcforum-pi1-postForm fieldset#formTop input {
        display: block;
        width: 150px;
        float: left;
        padding: 2px;
        border: 1px solid {$chc-forum.style.bordercolor2};
        margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm textarea {
        border: 1px solid {$chc-forum.style.bordercolor2};
        margin: 3px 0;
        width: 100% ;
        height: 150px;
}

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

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

.tx-chcforum-pi1-formBtn input {
        background-color: #FFF;
        padding: 3px;
        font-size: 12px;
        margin-bottom: 3px;
        border: 1px solid #fef9f7;
        background-color: #f9f0ec;
}

.tx-chcforum-pi1-formBtnHov {
        background-color: #fef9f7;
        border: 1px solid #f9f0ec;
        padding: 3px;
        font-size: 12px;
}

.tx-chcforum-pi1-formBtnStyle {
        background-color: #FFF;
        border: 1px solid {$chc-forum.style.bordercolor2};
        padding: 3px;
        margin: 3px;
}

.tx-chcforum-pi1-formBtnStyleHov {
        background-color: #FFF;
        padding: 3px;
        margin: 3px;
}
/* POST FORM END */

/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlePost {
        border: 1px solid {$chc-forum.style.bordercolor2};
        margin: 3px 0;
        background-color: #fdf8f6;
}

/* top */
.tx-chcforum-pi1-singlePost .author {
        background-color: #f9f0ec;
        padding: 3px;
        vertical-align: top;
        height: 40px;
}

.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 {$chc-forum.style.bordercolor2};
        float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text {
        border-top: 1px solid #ffe4d7;
        border-bottom: 1px solid #ffe4d7;
        background-color: #fef9f7;
        width: 100%;
        font-size: 11px;
}

.tx-chcforum-pi1-singlePost .scroller {
        overflow: auto;
        width: 100%;
        background: #fef9f7;
        min-height: 125px;
        text-indent: 0px;
        padding: 3px;
}

#formWhere  {
  display: none;
}


/* bottom */
.tx-chcforum-pi1-singlePost .edit {
        background: {$chc-forum.style.bgCat};
        padding: 3px;
        height: 19px;
        vertical-align: middle;
        margin-top: 3px;
}

.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: {$chc-forum.style.bgNav};
        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 .offset {
        margin-left: 15px;
        margin-right: 15px;
}

.tx-chcforum-pi1-singlePost .codeCell {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        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;
        font-size: 10px;
        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: {$chc-forum.style.bgSinglePost};
        border: 1px solid {$chc-forum.style.bordercolor2};
        font-size: 10px;
        padding: 5px;
}

/* SINGLE POST END */


/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
        background: {$chc-forum.style.bgHeader};
        padding: 3px;
        border: 1px solid {$chc-forum.style.bordercolor1};
        font-size: 10px;
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div {
        padding-top: 5px;
        padding-left: 5px;
        font-size: 10px;
}
/* FOOTER BOX END */

/* HEADER BOX BEGIN */
.header_center {
  text-align: center;
        height: 34px;
}
.header_text {
        font-size: 24px;
        line-height: 34px;
        font-family: Verdana,Tahoma,Helvetica,sans-serif;
        font-weight: bold;
        font-variant: small-caps;
}
.header_small {
        margin-bottom: 3px;
        border: solid {$chc-forum.style.bordercolor2} 1px;
}
/* HEADER BOX END */

/* TOOL BAR  BEGIN */
.tx_chcforum-pi1-toolBar {
        background: {$chc-forum.style.bgNav};
        border: 1px solid {$chc-forum.style.bordercolor2};
        margin-bottom: 5px;
        margin-bottom: 3px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        float: right;
}
.tx_chcforum-pi1-toolBar img {
        vertical-align: middle;
        margin-left: 16px;
}

.tx_chcforum-pi1-toolBar div {
        line-height: 30px;
        text-align: center;
        font-size: 9px;
        font-weight: bold;
        font-family: Tahoma,Verdana,Helvetica,sans-serif;
}
/* TOOL BAR  END */

/* PROFILE BEGIN */
.tx-chcforum-pi1-profileBorder {
        border: 1px solid {$chc-forum.style.bordercolor1};
        padding: 3px;
}

.tx-chcforum-pi1-profileBorder #userPic {
        border: 1px solid {$chc-forum.style.bordercolor2};
        float: right;
}

.tx-chcforum-pi1-profileBorder hr {
        clear: left;
        display: block;
        visibility: hidden;
}

.tx_chcforum-pi1-profileHdrBig {
        background: {$chc-forum.style.bgNav};
        border: 1px solid {$chc-forum.style.bordercolor2};
        padding: 3px;
        margin-bottom: 3px;
        font-size: 10px;
}

.tx_chcforum-pi1-profile_hdr {
        font-size: 10px;
  font-weight: bold;
  background: {$chc-forum.style.bgCell};
  padding: 2px;
}
/* PROFILE END */



/* MESSAGE BOX BEGIN */
.tx-chcforum-pi1-errorBoxCell {
        background: {$chc-forum.style.bgCell};
        font-weight: bold;
        text-align: left;
}

.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
        background: {$chc-forum.style.bgMessage};
        border: 1px dotted {$chc-forum.style.bordercolorMessage};
        margin-bottom: 3px;
        padding: 3px;
        font-weight: bold;
}
/* MESSAGE BOX END */

.tx-chcforum-pi1-forumTextBig {
        font-size: 14px;
        font-weight: bold;
}

.tx-chcforum-pi1-helpBox {
        background-color: {$chc-forum.style.bgCell} !important;
        border-style: none;
}

.tx-chcforum-pi1-linkUp {
        background: #DEE3E7;
        border: 1px solid {$chc-forum.style.bordercolor2};
        margin: 12px 0 15px 0;
        padding: 3px;
        font-size: 10px;
        text-align: center;
}

.tx-chcforum-pi1-previewBoxCell {
        background: {$chc-forum.style.bgHeader};
        text-align: center;
}

/* Sitemap */

.tx-flseositemap-pi1 ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

.tx-flseositemap-pi1 a {
  text-decoration: none;
  padding-left: 3px;
  display: block;
}

.list.deep0, .item.deep0 {
  background-color: #fef9f7;
  padding-top: 3px;
  padding-bottom: 3px;
}
.list.deep1, .item.deep1  {
  background-color: #fff6f1;
  display: block;
  padding: 3px;
  padding-left: 20px;
  padding-bottom: 3px;
}
.list.deep2, .item.deep2  {
  background-color: #f7efea;
  display: block;
  padding: 3px;
  padding-left: 40px;
}
.list.deep3, .item.deep3  {
  background-color: #f1e9e5;
  display: block;
  padding: 3px;
  padding-left: 60px;
}
.tx-indexedsearch-title-number {
  display: none;
}
.tx-indexedsearch-title-caption {
  background-color: #feede5;
  height: 14px;
  display: block;
  padding: 3px;
  width: auto;
}
.tx-indexedsearch-title-caption a {
  text-decoration: none;
  display: block;
}

.tx-indexedsearch-redMarkup {
  background-color: #ffeae0;
  border: 1px solid #fcc9b0;
  padding: 1px;
}

.tx-indexedsearch-info {
  padding-bottom: 15px;
}

.tx-indexedsearch-info a {
  background-color: #fdf5f2;
  display: block;
  width: auto;
}

.tx-ttnews-browsebox {
  margin-bottom: 10px;
}

.content_stage h1 a {
  text-decoration: none;
}

.csc-mailform {
position: relative;
display:block;
width:90%;
PADDING:5px;
font-size:11px;
border: none
}



.csc-mailform-field{
background-color:#ffffff;
}



.csc-mailform-field label {
position: relative;
display:block;
width: 100px;
float: left;
left:10px;
text-align: right;
background: #ffffff;
PADDING:2px;
margin:2px;
}



.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {
position: relative;
width:250px;
left:20px;
background: #ffffff;
border:1px solid #ffc375;
PADDING:2px;
margin:2px;
}

.csc-mailform-check {
border: none;
width:auto;
left: 20px;
border:1px solid #fdf5f2;
PADDING:2px;
margin: 2 0 2 0;
}

button {
clear: left;
position: relative;
display:block;
left:128px;
width:auto;
background: #fdf5f2;
}



.csc-mailform-submit {
clear: left;
position: relative;
display:block;
left:128px;
width:auto;
background: #fdf5f2;
}

.news_box {
  border: 1px solid #bfbfbf;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
}

.news_box .border_right_bottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
}


.news_box h1 {
  border: 0px;
}

.news_box h1 a {
  text-decoration: none;
}

.textarea_standard, .input_standard, .select_standard {
  width: 300px;
  background: #ffffff;
  border:1px solid #ffc375;
  PADDING:2px;
  margin:2px;
}

#input_label_fehler input, #textarea_label_fehler textarea {
  border:1px solid #ea373f;
}
.redbox {
	padding: 5px;
	background-color: #ffeeee;
	border: 1px solid #ffcccc;
}
.greenbox {
	padding: 5px;
	background-color: #f4f8f4;
	border: 1px dotted #aaccaa;
}
.bluebox {
	text-align: center;
	padding: 5px;
	background-color: #f0f0f4;
	border: 1px solid #ccccdd;
}
.mono {
	padding: 1px;
	background-color: #f0f0f4;
	border: 1px solid #ccccdd;
}
.box {
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #f0f0f4;
	border-left: 8px solid #e0e7f5;
}
.code {
	padding: 5px;
	font-family: Courier, Times, serif;
	margin-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #f0f0f4;
	border-left: 8px solid #e0e7f5;
}
.orangeBackground {
	background-color: #fec216;
}
.tx-indexedsearch-descr {
	width: 500px;
	display: block;	
	text-wrap: suppress; 
	word-break: break-strict;
}
.tx-indexedsearch-res {
	width: 550px;
	display: block;	
	text-wrap: suppress; 
	word-break: break-strict;
}

div#col3_content h1 a {
  color: black;
}
