/*=======================================================================*\
|| CSS written by Gernot Leitgab 30.09.2008                              ||
\*=======================================================================*/

/*************************************************************************
 * core
 ************************************************************************/
body, div, p, pre, blockquote, span, h1, h2, h3, h4, h5, h6, ul, ol, li, a,
  acronym, td, th, dl, dt, dd, form, fieldset, label, img, input, textarea, select {
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
}
acronym {
  cursor: help;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, textarea, select {
  font-size: 100%;
  border: 1px solid #000;
}
input.checkbox,
input.radiobutton {
  border: none;
}
input.search-button {
  background: url(../images/button-suchen.gif) left center no-repeat;
  width: 70px;
  height: 22px;
}
a.button {
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
  color: #c1001f;
  font-weight: bold;
  background: url(../images/redarrow-active.gif) left center no-repeat;
  cursor: pointer;
}
input.redbutton,
a.redbutton {
  color: #ffffff;
  background: url(../images/redbutton-bg.gif) left center no-repeat;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
div.redbutton {
  display: block;
  cursor: pointer;
  padding: 1px 4px;
  background: url(../images/redbutton-bg.gif) left center no-repeat;
}
div.redbutton a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
label {
  cursor: pointer;
}
.semantic {
  display: none;
}
.hidden {
  text-indent: -9999px;
}
.borderbottom {
  border-bottom: 1px solid #E1DDC6;
}
.red {
  color: red;
}
.nowrap {
  white-space: nowrap;
}
/* hyperlinks */
a {
  color: #c21627;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
img {
  border: none;
}
ul li a {
  color: #000;
}
ul li a:hover {
  color: #c21627;
}
/* alignment */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/* float */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
br.clear {
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
}

div.tx-wtcontactbox-pi1 input.text.captcha {
	width: 153px;
	float: left;
}

div#mainstructure div.tx-wtcontactbox-pi1 input.text.captcha {
	width: 88px;
	float: left;
}

div.tx-wtcontactbox-pi1 fieldset.captcha {
	/*height: 20px;
	overflow: visible;*/
	/*width: 240px;*/
}

div.tx-wtcontactbox-pi1 span.captcha {
	float: left;
	padding-right: 2px;
}

/*************************************************************************
 * buttons
 ************************************************************************/
input.button-main,
input.button-right,
input.button-left,
input#mailformformtype_mail {
  color: #fff;
  font-weight: bold;
  display: block;
  height: 22px;
  width: 100px;
  background: url(../images/main-button.gif) left top no-repeat;
  margin-top: 10px;
  border: none;
}
input.button-left {
  width: 162px;
  background: url(../images/main-button-left.gif) left top no-repeat;
}
input.button-right {
  width: 162px;
  background: url(../images/main-button-right.gif) left top no-repeat;
}
input.text-link {
  border: none !important;
  background-color: #fff;
  color: #C21627;
  font-weight: bold;
}

/*************************************************************************
 * html
 ************************************************************************/
html {
  height: 100%;
  margin-bottom: 1px;
}

/*************************************************************************
 * body
 ************************************************************************/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%; /* 62.5% of 16px equals 10px */
  text-align: center;
  background: url(null) fixed no-repeat;
}

/*************************************************************************
 * background
 ************************************************************************/
div#background {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -28px;
  background: url(../images/header.gif) left top repeat-x;
}

/*************************************************************************
 * structure
 ************************************************************************/
div#mainstructure,
div#homestructure {
  width: 962px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/header.gif) left top repeat-x;
}

/*************************************************************************
 * header
 ************************************************************************/
div#header {
  height: 125px;
  overflow: hidden;
  position: relative;
}
div#header fieldset {
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
div#header select {
  background-color: #000;
  color: #fff;
}
/* logo */
div#header a#logo {
  position: absolute;
  width: 113px;
  height: 48px;
  left: 32px;
  top: 24px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/logo.png) left top no-repeat;
}
/* headermenu */
div#header div#headermenu {
  float: right;
  margin-top: 1.7em;
  color: #d8d9da;
}
div#header div#headermenu a {
  color: #d8d9da;
  text-decoration: none;
}
div#header div#headermenu a:hover {
  text-decoration: underline;
}
div#header div#headermenu form {
  display: inline;
}
div#header div#headermenu div#language-switch {
  margin: 7px 0 0 185px;
}
/* mainmenu */
div#header div#mainmenu {
  position: absolute;
  width: 678px;
  height: 35px;
  left: 0;
  top: 90px;
}
div#header div#mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#header div#mainmenu ul li {
  float: left;
  margin-left: 0.2em;
}
div#header div#mainmenu ul li.first {
  margin: 0;
}
div#header div#mainmenu ul li a {
  width: 111px;
  line-height: 35px;
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url(../images/mainmenu.gif) left top no-repeat;
}
div#header div#mainmenu ul li.active a,
div#header div#mainmenu ul li a:hover {
  color: #c21627;
  background-position: bottom;
}
div#header div#mainmenu ul li.active a:hover {
  text-decoration: underline;
}
/* search */
div#header div#search {
  position: absolute;
  left: 740px;
  top: 90px;
  width: 210px;
  padding-top: 7px;
  text-align: right;
}
div#header div#search label {
  color: #fff;
}
div#header div#search form {
  display: inline;
}
div#header div#search input {
  font-size: 1.1em;
}
div#header div#search input.button {
  padding: 0 5px;
  color: #fff;
  text-align: center;
  background: url(../images/search-button-bg.gif) left center repeat-x;
  border: none;
}

/*************************************************************************
 * main
 ************************************************************************/
div#main {
  padding: 10px 0;
}
div#main input,
div#main textarea,
div#main select {
/*  border: 1px solid #e1ddc6; */
  border: 1px solid #c1bcaa;
}
div#main input.checkbox,
div#main input.radiobutton,
div#main input.button,
div#main input.redbutton {
  border: none;
}
div#main div.spacer5px {
  height: 5px;
  overflow: hidden;
  background-color: #fff;
}
div#main div.spacer8px {
  height: 8px;
  overflow: hidden;
  background-color: #fff;
}
div#main div.spacer5px hr,
div#main div.spacer8px hr {
  display: none;
}
div#main ul.blackarrow,
div#main ul.redarrow {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#main ul.blackarrow li {
  margin: 0.1em 0;
  padding-left: 12px;
  background: url(../images/blackarrow-inactive.gif) 0 4px no-repeat;
}
div#main ul.redarrow li {
  margin: 0.7em 0;
  padding-left: 12px;
  background: url(../images/blackarrow-inactive.gif) 0 4px no-repeat;
  background-image: url(../images/redarrow-inactive.gif);
}
/* rightsidebar home */
div#homestructure div#rightsidebar {
  width: 262px;
  float: right;
}
div#homestructure div#rightsidebar div.sidebarbox {
  background: url(../images/homesidebar-middle.gif) left top repeat-y;
}
div#homestructure div#rightsidebar div.sidebarbox div.bottom {
  background: url(../images/homesidebar-bottom.gif) left bottom no-repeat;
}
div#homestructure div#rightsidebar div.sidebarbox div.top {
  overflow: hidden;
  padding: 18px 19px 22px 16px;
  background: url(../images/homesidebar-top.gif) left top no-repeat;
}
div#homestructure div#rightsidebar div.sidebarbox h2 {
  margin: 0;
  margin-bottom: -6px
  padding: 0 0 0.83em 0;
  color: #c1001f;
  font-size: 1.2em;
}
/* left- & rightsidebar main */
div#mainstructure div#leftsidebar {
  width: 197px;
  float: left;
}
div#mainstructure div#rightsidebar {
  width: 197px;
  float: right;
}
div#mainstructure div#leftsidebar div.sidebarbox,
div#mainstructure div#rightsidebar div.sidebarbox {
  background: url(../images/mainsidebar-middle.gif) left top repeat-y;
}
div#mainstructure div#leftsidebar div.sidebarbox div.bottom,
div#mainstructure div#rightsidebar div.sidebarbox div.bottom {
  background: url(../images/mainsidebar-bottom.gif) left bottom no-repeat;
}
div#mainstructure div#leftsidebar div.sidebarbox div.top,
div#mainstructure div#rightsidebar div.sidebarbox div.top {
  overflow: hidden;
  padding: 18px 19px 22px 16px;
  background: url(../images/mainsidebar-top.gif) left top no-repeat;
}
div#mainstructure div#leftsidebar div.sidebarbox div.top-redbg,
div#mainstructure div#rightsidebar div.sidebarbox div.top-redbg {
  overflow: hidden;
  padding: 8px 19px 22px 16px;
  background: url(../images/mainsidebar-top-redbg.gif) left top no-repeat;
}
div#mainstructure div#leftsidebar div.sidebarbox h2,
div#mainstructure div#rightsidebar div.sidebarbox h2 {
  margin: 0;
  padding: 0 0 0.83em 0;
  color: #c1001f;
  font-size: 1.2em;
}
div#mainstructure div#leftsidebar div.sidebarbox div.top-redbg h2,
div#mainstructure div#rightsidebar div.sidebarbox div.top-redbg h2 {
  color: #fff;
  font-size: 1.1em;
}
div#mainstructure div#rightsidebar ul li a {
  white-space: nowrap;
}
/* submenu */
div#main div#leftsidebar div#submenu div.top {
  padding: 10px 0 15px 2px;
}
/* level1 */
div#main div#leftsidebar div#submenu ul.level1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#main div#leftsidebar div#submenu ul.level1 li a {
  width: 162px;
  padding: 5px 5px 5px 20px;
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #e1ddc6;
  background: url(../images/redarrow-inactive.gif) 12px center no-repeat;
}
div#main div#leftsidebar div#submenu ul.level1 li a:hover {
  text-decoration: underline;
}
div#main div#leftsidebar div#submenu ul.level1 li.active a {
  color: #c21627;
  background-image: url(../images/redarrow-active.gif);
}
div#main div#leftsidebar div#submenu ul.level1 li.first a {
  border: none;
}
/* level2 */
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li a {
  width: 151px;
  padding-left: 31px;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  border-top: 1px solid #e1ddc6;
  background: url(../images/redarrow-inactive.gif) 22px 9px no-repeat;
}
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li a:hover {
  text-decoration: underline;
}
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li.active a {
  color: #c21627;
  background-image: url(../images/redarrow-active.gif);
}
/* level3 */
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li ul.level3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li ul.level3 li a {
  width: 141px;
  padding-left: 41px;
  color: #000;
  font-weight: normal;
  border-top: 1px solid #e1ddc6;
  background: url(../images/redarrow-inactive.gif) 32px 9px no-repeat;
}
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li ul.level3 li a:hover {
  text-decoration: underline;
}
div#main div#leftsidebar div#submenu ul.level1 li ul.level2 li ul.level3 li.active a {
  color: #c21627;
  background-image: url(../images/redarrow-active.gif);
}
/* contentwrap home */
div#homestructure div#contentwrap {
  width: 677px;
  float: left;
}
/* contentwrap main */
div#mainstructure div#contentwrap {
  width: 516px;
  margin-left: 26px;
  float: left;
}
/* breadcrumb */
div#main div#breadcrumb {
  float: left;
  width: 476px;
}
/*div#main div#breadcrumb a {
  color: #000;
}
div#main div#breadcrumb a:hover {
  color: #c21627;
}*/
div#main div#breadcrumb b {
  color: #4c4c4e;
}
/* printlinks */
div#main div#printlinks {
  float: right;
  width: 40px;
  text-align: right;
}
/* content */
div#main div#content {
  font-size: 12px;
  color: #333333;
}
div#main div#content h1 {
  color: #c21627;
  font-size: 20px;
  font-weight: bold;
}
div#main div#content h2 {
  color: #c21627;
  font-size: 12px;
  font-weight: bold;
}
div#main div#content h6 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
div#main div#content h1.notopmargin,
div#main div#content h2.notopmargin,
div#main div#content h3.notopmargin,
div#main div#content p.notopmargin {
  margin-top: 0;
}
div#main div#content h1.nomargin,
div#main div#content h2.nomargin,
div#main div#content h3.nomargin,
div#main div#content p.nomargin {
  margin: 0;
}
div#main div#content h1.nobottommargin,
div#main div#content h2.nobottommargin,
div#main div#content h3.nobottommargin,
div#main div#content p.nobottommargin {
  margin-bottom: 0;
}
/* cols2 */
div#mainstructure div.cols2 div.col1 {
  width: 258px;
  float: left;
}
div#mainstructure div.cols2 div.col2 {
  width: 258px;
  float: right;
}
/* cols5 */
div#homestructure div.cols5 div.col1,
div#homestructure div.cols5 div.col2,
div#homestructure div.cols5 div.col3,
div#homestructure div.cols5 div.col4 {
  width: 135px;
  float: left;
}
div#homestructure div.cols5 div.col5 {
  width: 136px;
  float: right;
}
a.back {
  display: block;
  margin-top: 6.5em;
}

/*************************************************************************
 * footer
 ************************************************************************/
div#heightholder {
  height: 28px;
}
div#footer {
  width: 962px;
  height: 28px; /* same value for div#background and div#heightholder */
  margin: 0 auto;
  text-align: left;
  background: url(../images/footer.gif) left top no-repeat;
}
/* copyright */
div#footer div#copyright {
  width: 460px;
  padding: 0.9em 0 0 1em;
  float: left;
  color: #646466;
}
/* footermenu */
div#footer div#footermenu {
  width: 460px;
  padding: 0.9em 1.2em 0 0;
  float: right;
}
div#footer div#footermenu ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
div#footer div#footermenu ul li {
  height: 1.1em;
  margin-left: 0.7em;
  padding-left: 0.7em;
  float: left;
  background: url(../images/footermenu-separator.gif) left bottom no-repeat;
}
div#footer div#footermenu ul li.first {
  background: none;
}
div#footer div#footermenu ul li a {
  color: #646466;
}
div#footer div#footermenu ul li a:hover {
  color: #c21627;
}

/*************************************************************************
 * typo3 csc-elements
 ************************************************************************/
/* image with border */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
  border: none;
  border-top: 1px solid #e2ddc7;
  border-bottom: 1px solid #e2ddc7;
}
/* teaser */
div.teaser h2 {
  margin-bottom: 0.5em;
}
div.teaser div.csc-textpic div.csc-textpic-imagewrap {
  width: 92px;
  height: 97px;
  overflow: hidden;
}
div.teaser div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}
div.teaser div.csc-textpic-text {
  height: 97px;
  overflow: hidden;
}
div.teaser div.csc-textpic-text p {
  margin: 0;
}
div.teaser-background {
  height: 97px;
}
div.teaser-separator {
  padding: 5px 0;
  border-bottom: 1px solid #CECFD0;
}

.teaser-link {
  background:transparent url(../images/redarrow-inactive.gif) no-repeat scroll 0pt 5px;
  padding-left:10px;
  padding-right:10px;
}

/*************************************************************************
 * indexedsearch
 ************************************************************************/
div.tx-indexedsearch-form,
div.tx-indexedsearch-search-submit {
  float: left;
  margin-right: 5px;
}
div.tx-indexedsearch-form label {
  width: 120px;
  line-height: 15px;
  float: left;
}
/* browsebox */
div#main div#content div.tx-indexedsearch-browsebox h2 {
  padding: 1em 0 0.2em 0;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #e1ddc6;
}
div.tx-indexedsearch-browsebox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tx-indexedsearch-browsebox ul li {
  display: inline;
  margin-right: 0.5em;
}
div.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
  font-weight: bold;
}
/* results */
div.tx-indexedsearch-res {
  margin: 1em 0;
}
div.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup {
  color: #c10002;
}

/*************************************************************************
 * wt_bitproducts-pi1
 ************************************************************************/
div#mainstructure div.tx-wtbitproducts-pi1 div.cols2 {
  background: url(../images/cols2-bg.gif) left top repeat-y;
}
div#mainstructure div.tx-wtbitproducts-pi1 div.cols2 div.col1,
div#mainstructure div.tx-wtbitproducts-pi1 div.cols2 div.col2 {
  width: 244px;
  margin-bottom: 1em;
}
div#mainstructure div#main div#content div.tx-wtbitproducts-pi1 div.cols2 h2 {
  line-height: 32px;
  margin: 0;
  padding: 0 1em;
  color: #fff;
  font-weight: normal;
  background: url(../images/h2-bg.gif) left top repeat-x;
}
/* selection */
div#tx_wtbitproducts_pi1category_selection {
  background: url(../images/icon-list-grey.gif) 12px 53px no-repeat;
}
div#tx_wtbitproducts_pi1category_selection ul.redarrow {
  margin: 2em 0 0 58px;
}
/* search */
div#tx_wtbitproducts_pi1product_search {
  background: url(../images/icon-search-grey.gif) 30px 53px no-repeat;
}
div#tx_wtbitproducts_pi1product_search div.form-row {
  padding: 3px 15px;
  clear: both;
}
div#tx_wtbitproducts_pi1product_search div.form-row label {
  width: 70px;
  text-align: right;
  float: left;
}
div#tx_wtbitproducts_pi1product_search div.form-row input.text,
div#tx_wtbitproducts_pi1product_search div.form-row select {
  width: 140px;
  float: right;
}
div#tx_wtbitproducts_pi1product_search div.form-row input.search-button {
  border: none;
  margin-top: 15px;
  float: right;
}
div#tx_wtbitproducts_pi1product_search div#tx_wtbitproducts_pi1-search_text-row {
  padding-top: 25px;
  padding-bottom: 47px;
}
div#tx_wtbitproducts_pi1product_search div#tx_wtbitproducts_pi1-search_text-row label {
  display: none;
}

/*************************************************************************
 * wt_bitproducts-pi2
 ************************************************************************/
/* subselection */
div#tx_wtbitproducts_pi2subcategory_selection h2 {
  margin-left: 45px;
  padding-top: 10px;
}
div#tx_wtbitproducts_pi2subcategory_selection ul.redarrow {
  margin: 2em 0 0 45px;
}

/*************************************************************************
 * wt_bitproducts-pi3
 ************************************************************************/
div.tx-wtbitproducts-pi3 table {
  width: 100%;
  border-collapse: collapse;
}
div.tx-wtbitproducts-pi3 table th {
  font-size: 1.2em;
  color: #c21627;
  padding: 0px 4px 8px 6px;
  background: url(../images/th-bg.gif) left bottom repeat-x;
}
div.tx-wtbitproducts-pi3 table td {
  padding: 5px;
  color: #c21627;
}
div.tx-wtbitproducts-pi3 table td a {
  color: #000000;
  color: #c21627;
}
div.tx-wtbitproducts-pi3 table tr.odd td {
  background-color: #ececed;

}
/* search_form */
div#tx_wtbitproducts_pi3-search_form {
  margin-bottom: 15px;
  padding: 10px 0 10px 15px;
  background-color: #ececed;
}
div#tx_wtbitproducts_pi3-search_form form {
  display: inline;
}
div#tx_wtbitproducts_pi3-search_form div.form-row {
  width: 167px;
  margin-bottom: 5px;
  float: left;
}
div#tx_wtbitproducts_pi3-search_form div.floatright {
  float: right;
}
div#tx_wtbitproducts_pi3-search_form div.form-row label {
  display: block;
}
div#tx_wtbitproducts_pi3-search_form div.form-row input.text,
div#tx_wtbitproducts_pi3-search_form div.form-row select {
  width: 152px;
}
div#tx_wtbitproducts_pi3-search_form div.form-row input.search-button {
  margin: 0 15px 0 0;
  float: right;
  border: none;
}

/*************************************************************************
 * order-progress
 ************************************************************************/
ul.order-progress {
  margin: -18px -11px 0 -12px;
  padding: 0;
  list-style: none;
}
ul.order-progress li {
  padding: 20px 0 20px 50px;
  font-size: 12px;
  font-weight: bold;
}
ul.order-progress li.progress-done {
  color: #bfbfbf;
  background: url(../images/progress-done.gif) 15px center no-repeat;
  border-bottom: 1px solid #c1bcaa;
}
ul.order-progress li.progress-1-active {
  background: url(../images/progress-1-active.gif) 15px center no-repeat;
  border-bottom: 1px solid #c1bcaa;
}
ul.order-progress li.progress-2 {
  color: #bfbfbf;
  background: url(../images/progress-2.gif) 15px center no-repeat;
  border-bottom: 1px solid #c1bcaa;
}
ul.order-progress li.progress-2-active {
  background: url(../images/progress-2-active.gif) 15px center no-repeat;
  border-bottom: 1px solid #c1bcaa;
}
ul.order-progress li.progress-3 {
  color: #bfbfbf;
  background: url(../images/progress-3.gif) 15px center no-repeat;
  border-bottom: 1px solid #c1bcaa;
}
ul.order-progress li.progress-3-active {
  background: url(../images/progress-3-active.gif) 15px center no-repeat;
  border-bottom: 1px solid #c1bcaa;
}
ul.order-progress li.progress-4 {
  color: #bfbfbf;
  background: url(../images/progress-4.gif) 15px center no-repeat;
}
ul.order-progress li.progress-4-active {
  background: url(../images/progress-4-active.gif) 15px center no-repeat;
}
ul.order-progress li.last {
  border: none;
}

/*************************************************************************
 * tt_news
 ************************************************************************/
/* latest */
/*div#main div.tt_news_latest ul.redarrow li.last {
  margin-top: 1.4em;
}*/
div#main div.tt_news_latest ul.redarrow li a {
  color: #c21627;
}
div#main div.tt_news_latest ul.redarrow li a:hover {
  color: #000;
}
/* list */
div#main div.tt_news_list div.browsebox-top a,
div#main div.tt_news_list div.browsebox-bottom a {
  color: #000;
}
div#main div.tt_news_list div.browsebox-top a:hover,
div#main div.tt_news_list div.browsebox-bottom a:hover {
  color: #c21627;
}
div#main div.tt_news_list div.browsebox-top td.tx-ttnews-browsebox-SCell a,
div#main div.tt_news_list div.browsebox-bottom td.tx-ttnews-browsebox-SCell a {
  font-weight: bold;
}
div#main div.tt_news_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#main div.tt_news_list ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
  padding: 0;
  border-top: 1px solid #e2ddc7;
  border-bottom: 1px solid #e2ddc7;
}
div#main div.tt_news_list ul li div.headline {
  width: 400px;
}
div#main div.tt_news_list ul li div.headline h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: #c21627;
}
div#main div.tt_news_list ul li div.date {
  width: 100px;
  text-align: right;
}
div#main div.tt_news_list ul li div.subheader a {
  color: #c21627;
}
div#main div.tt_news_list ul li div.subheader a:hover {
  color: #000;
}
/* single */
div#main div.tt_news_single p.news-single-author,
div#main div.tt_news_single p.news-single-date {
  float: left;
  margin: 0;
  padding: 0;
}

div#main .tt_news_date {
  color: black;
}

div#main div.tt_news_latest div.csc-textpic-imagewrap img {
  margin:15px 5px;
}

div#main div.tx-ttnews-browsebox table {
  margin-left:auto;
  margin-right:auto;
}

div#main div.tx-ttnews-browsebox td {
  padding: 0px 5px;
}

div#main div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
  color:black;
  font-weight:bold;
}

div#main div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a:hover {
  text-decoration:none;
}

div.news-single-backlink a/*,
div.news-single-jobs-application a*/
{
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
  color: #c1001f;
  font-weight: bold;
  background: url(../images/redarrow-active.gif) left center no-repeat;
  cursor: pointer;
}

div.news-single-jobs-application a,
div.news-single-jobs-back a,
.news-single-backlink a {
  color: #fff;
  font-weight: bold;
  display: block;
  height: 22px;
  width: 100px;
  background: url(../images/main-button.gif) left top no-repeat;
  margin-top: 10px;
  border: none;
  text-align:center;
}

div.news-single-jobs-back a,
.news-single-backlink a {
  width: 162px;
  background: url(../images/main-button-left.gif) left top no-repeat;
}
div.news-single-jobs-application a {
  width: 162px;
  background: url(../images/main-button-right.gif) left top no-repeat;
}

div.news-catmenu {
  margin-bottom:15px;
}

div.news-catmenu div.level1 {
  margin-left:15px;
}

div.news-catmenu div.news-catmenu-ACT a {
  color:black;
  font-weight:bold;
}

div.news-catmenu div.news-catmenu-ACT a:hover {
  text-decoration:none;
}

/* presse */
/* latest */

div.extra div.tx-ttnews-browsebox td {
  padding:0px;
  border:0px;
}

div#main div.tt_news_latest .csc-textpic-text p {
  margin-top:0px;
}

div#main div.tt_news_latest .csc-textpic-text a {
  background:transparent url(../images/redarrow-inactive.gif) no-repeat scroll 0pt 5px;
  padding-left:10px;
  padding-right:10px;
}

div#main div.extra div.subheader p {
  display:inline;
}

/* single */
div.tt_news_single div.news-single-img {
  display:inline;
  float:left;
  padding:10px;
}

div.tt_news_single div.news-single-additional-info {
  display:block;
  clear:both;
}

div.tt_news_single div.news-single-additional-info dd {
  margin-left:10px;
}

/* list */
div.tt_news_list table.news-list-table {
  width:100%;
}

/* jobs */
/* single */
.inline-subheader h3, .inline-subheader p {
  display:inline;
}

/*************************************************************************
 * table sorter
 ************************************************************************/

table.sortable { border-collapse:collapse; }
.sortable th {padding:4px 6px 6px; }
.sortable td {padding:2px 4px 4px; border-bottom: 1px solid #cfcfcf; border-top: 1px solid #cfcfcf; }
.sortable .head {background: url(../images/sort.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc {background: url(../images/desc_black.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc {background: url(../images/asc_black.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#c21627}
.sortable .even td { background: #ececec; }
.sortable .odd td {}

/*************************************************************************
 * tx-wtcontactbox-pi1
 ************************************************************************/
div.tx-wtcontactbox-pi1 form {
  display: inline;
}
div.tx-wtcontactbox-pi1 label {
  display: none;
}
div#homestructure div#rightsidebar div.tx-wtcontactbox-pi1 h2,
div#mainstructure div#rightsidebar div.tx-wtcontactbox-pi1 h2 {
  padding-bottom: 0.3em;
}
div.tx-wtcontactbox-pi1 h3 {
  margin: 5px 0 0 0;
  font-size: 1em;
  color: #c1001f;
}
div.tx-wtcontactbox-pi1 fieldset {
  margin: 0.5em 0;
}
div.tx-wtcontactbox-pi1 .select,
div.tx-wtcontactbox-pi1 .text,
div.tx-wtcontactbox-pi1 .textarea {
  width: 225px;
/*  color: #58585a; */
  border: 1px solid #c1bcaa;
}

div#mainstructure div.tx-wtcontactbox-pi1 .select,
div#mainstructure div.tx-wtcontactbox-pi1 .text,
div#mainstructure div.tx-wtcontactbox-pi1 .textarea {
  width: 160px;
}

div#rightsidebar div.tx-wtcontactbox-pi1 input.button {
  width: 57px;
  padding: 3px 0 5px 17px;
  text-align: left;
  color: #fff;
  background: url(../images/rightsidebar-button.gif) left center no-repeat;
}
/*************************************************************************
 * tx-wtbitreferenzen-pi1
 ************************************************************************/
/* referenzauswahl */
div#tx_wtbitreferenzen_pi1-referenzauswahl {
  margin: 30px 0;
}
div#tx_wtbitreferenzen_pi1-referenzauswahl h2 {
  line-height: 43px;
  margin-bottom: 0;
  padding-left: 36px;
  background: url(../images/icon-list-white.gif) left center no-repeat;
}
div#tx_wtbitreferenzen_pi1-referenzauswahl form {
  margin: 0;
}
div#tx_wtbitreferenzen_pi1-referenzauswahl div.form-row {
  margin-bottom: 0.5em;
}
div#tx_wtbitreferenzen_pi1-referenzauswahl div.form-row label {
  line-height: 16px;
  width: 150px;
  float: left;
}
div#tx_wtbitreferenzen_pi1-referenzauswahl div.form-row select {
  width: 195px;
}
/* referenzliste */
ul#tx_wtbitreferenzen_pi1-referenzenliste {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
  padding: 0;
  border-top: 1px solid #e2ddc7;
  border-bottom: 1px solid #e2ddc7;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li div.tx_wtbitreferenzen_pi1-kundenlogo {
  width: 117px;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li div.tx_wtbitreferenzen_pi1-kundendetails h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: #c21627;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li div.tx_wtbitreferenzen_pi1-kundendetails p {
  margin: 0;
  padding: 0;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li div.tx_wtbitreferenzen_pi1-referenzdetailLink {
  width: 75px;
  padding: 1.5em 0 0 0;
  text-align: right;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li div.tx_wtbitreferenzen_pi1-referenzdetailLink a {
  color: #C21627;
  text-decoration: none;
}
ul#tx_wtbitreferenzen_pi1-referenzenliste li div.tx_wtbitreferenzen_pi1-referenzdetailLink a:hover {
  color: #000000;
  text-decoration: underline;
}

/*************************************************************************
 * tx-wtbitreferenzen-pi2
 ************************************************************************/
div#mainstructure div.tx-wtbitreferenzen-pi2 h1 {
  margin-bottom: 0;
}
div#mainstructure div.tx-wtbitreferenzen-pi2 h3 {
  margin-top: 0;
}
div#mainstructure div.tx-wtbitreferenzen-pi2 div.cols2 div.col1,
div#mainstructure div.tx-wtbitreferenzen-pi2 div.cols2 div.col2 {
  width: 238px;
}
div#mainstructure div.tx-wtbitreferenzen-pi2 div#referenzdetails div {
  padding: 1px 5px;
}
div#mainstructure div.tx-wtbitreferenzen-pi2 div#referenzdetails div.background-gray {
  background-color: #deddde;
}

/*************************************************************************
 * tx-wtbitproducts-pi4 - Produktdetails
 ************************************************************************/
div#tx_wtbitproducts_pi4product_details {
  margin-top: 30px;
}
div#tx_wtbitproducts_pi4product_details p#product_nr {
  margin: 0;
  font-weight: bold;
}
div#tx_wtbitproducts_pi4product_details h1 {
  margin: 0;
}
div#main div#content div#tx_wtbitproducts_pi4product_details h2 {
  color: #c21627;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 9px;
}
div#main div#content div#tx_wtbitproducts_pi4product_details h3 {
  margin-top: 0;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
div#tx_wtbitproducts_pi4product_details h4 {
  margin: 10px 0 2px 0;
  color: #c21627;
  font-size: 1em;
  font-weight: bold;
}

div#tx_wtbitproducts_pi4product_details div.row div {
  padding: 0;
  float: left;
}
div#tx_wtbitproducts_pi4product_details div#product_type,
div#tx_wtbitproducts_pi4product_details div#product_audience,
div#tx_wtbitproducts_pi4product_details div#product_duration,
div#tx_wtbitproducts_pi4product_details div#product_price_info {
    float: left;
    font-size: 1em;
    margin-bottom: 0px;
    white-space: nowrap;
    width: 120px;
}
div#tx_wtbitproducts_pi4product_details div#product_type h4,
div#tx_wtbitproducts_pi4product_details div#product_audience h4,
div#tx_wtbitproducts_pi4product_details div#product_duration h4,
div#tx_wtbitproducts_pi4product_details div#product_price_info h4 {
  color: #c21627;
  font-size: 1em;
  font-weight: bold;
  display: inline;
}
div#tx_wtbitproducts_pi4product_details div#product_size,
div#tx_wtbitproducts_pi4product_details div#product_isbn {
    float: left;
    font-size: 1em;
    margin-bottom: 0px;
    width: 125px;
}

/*************************************************************************
 * tx-wtbitproducts-pi5 - Allgemeine Suche
 ************************************************************************/
div#tx_wtbitproducts_pi5suche div.form-row {
  margin: 2px 0;
}
div#tx_wtbitproducts_pi5suche div.form-row select,
div#tx_wtbitproducts_pi5suche div.form-row input {
  width: 250px;
}
div#tx_wtbitproducts_pi5suche div.form-row input.button,
div.tx-indexedsearch-search-submit input.button {
  margin-left: 10px;
  padding: 0 0 0 10px;
  border: none;
  color: #c1001f;
  font-weight: bold;
  text-align: left;
  background: url(../images/redarrow-active.gif) left center no-repeat;
  cursor: pointer;
  width: 50px;
  clear: both;
}
div#tx_wtbitproducts_pi5suche div.form-row label {
  width: 120px;
  float: left;
}
div#main div#content div#tx_wtbitproducts_pi5suche h2 {
  border-bottom: 1px solid #E1DDC6;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  padding: 1em 0 0.2em;
  letter-spacing: 0.1em;
}
div.tx-wtbitproducts-pi5 table {
  width: 100%;
  border-collapse: collapse;
}
div.tx-wtbitproducts-pi5 table th {
  font-size: 12px;
  padding: 6px 4px 4px 4px;
  background: url(../images/th-bg.gif) left bottom repeat-x;
}
div.tx-wtbitproducts-pi5 table td {
  padding: 4px;
  border-bottom: 1px solid #cecfd0;
}
div.tx-wtbitproducts-pi5 table td a {
  color: #333333;
}
div.tx-wtbitproducts-pi5 table tr.even td {
  background-color: #ececed;
}
/*************************************************************************
 * tx-wtbitproducts-pi6
 ************************************************************************/
/* Bestellbox */
div#mainstructure div#rightsidebar div#tx_wtbitproducts_pi6product_order form {
  display: inline;
}
div#mainstructure div#rightsidebar div#tx_wtbitproducts_pi6product_order select {
  width: 100%;
}
div#mainstructure div#rightsidebar div#tx_wtbitproducts_pi6product_order input.button {
  width: 150px;
  height: 22px;
  margin: 1px 0;
  padding: 0 0 0 25px;
  color: #fff;
  text-align: left;
  border: none;
  font-weight: bold;
  background: url(../images/mainsidebar-button-bg.gif) left top no-repeat;
}
div#tx_wtbitproducts_pi6product_order div.form-row {
  padding-bottom: 4px;
}
div#tx_wtbitproducts_pi6product_order div.form-row label{
  color: #c21627;
  font-size: 1em;
  font-weight: bold;
}
/* Warenkorbanzeige wenn Produkte bereits ausgewaehlt */
div#mainstructure div#rightsidebar div#tx_wtbitproducts_pi6product_order div#tx_wtbitproducts_pi6cart {
  background: #fff none;
  height: 44px;
}
/* Anfrageformular */
div#tx_wtbitproducts_pi6product_ordermailform table tr {
  vertical-align: top;
}
div#tx_wtbitproducts_pi6product_ordermailform table tr td.label {
  width:  120px;
}
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row {
  padding: 2px 0;
}
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row label {
  width:  125px;
  float: left;
}
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row textarea,
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row input {
  width: 350px;
}
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row textarea {
  height: 100px;
}
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row input.checkbox {
  width: 20px;
}
div#tx_wtbitproducts_pi6product_ordermailform fieldset div.form-row input.redbutton {
  width: 125px;
}
/* Bestellen */
div#tx_wtbitproducts_pi6product_ordermailform input#number_participants {
  width: 20px;
  border: 1px solid #c21627;
  text-align: right;
}
div#tx_wtbitproducts_pi6product_ordermailform input#button_calculate,
div#tx_wtbitproducts_pi7change_order_item input#button_calculate {
  background:transparent url(../images/main-button.gif) no-repeat scroll left top;
  border:medium none;
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  height:22px;
  margin-left: 30px;
  width:100px;
}
div#tx_wtbitproducts_pi6product_ordermailform div.participant input {
  width: 200px;
}
div#tx_wtbitproducts_pi6product_ordermailform form {
  display: inline;
}
div#tx_wtbitproducts_pi6product_ordermailform input#back_button {
  margin-left: 2px;
}
div#tx_wtbitproducts_pi6product_ordermailform div.form-row div.form-row h3 {
  color: #c21627;
}
div#tx_wtbitproducts_pi6product_ordermailform div.form-row {
  padding: 2px 0;
}
div#tx_wtbitproducts_pi6product_ordermailform div.form-row label {
  width: 100px;
  float: left;
}
div#tx_wtbitproducts_pi6product_ordermailform div.submit-buttons {
  width: 100%;
  margin-top: 15px;
}
div#tx_wtbitproducts_pi6product_ordermailform input.back-button,
div#tx_wtbitproducts_pi6product_ordermailform input.button {
  width: 150px;
  height: 22px;
  margin: 1px 0;
  padding: 0 0 0 25px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  border: none;
  background: url(../images/mainsidebar-button-bg.gif) left top no-repeat;
}
div#tx_wtbitproducts_pi6product_ordermailform input.back-button {
  background: url(../images/mainsidebar-button-bg-left.gif) left top no-repeat;
}
/*************************************************************************
 * tx-wtbitproducts-pi7
 ************************************************************************/
div.tx-wtbitproducts-pi7 table {
  width: 100%;
  border-collapse: collapse;
}
div.tx-wtbitproducts-pi7 table th {
  font-size: 1.2em;
  padding: 6px 6px 8px 6px;
  background: url(../images/th-bg.gif) left bottom repeat-x;
}
div.tx-wtbitproducts-pi7 table td {
  padding: 6px;
  border-bottom: 1px solid #cecfd0;
}
div.tx-wtbitproducts-pi7 table tr.even td {
  background-color: #ececed;
}
div.tx-wtbitproducts-pi7 table tr#subtotal td {
  font-weight: bold;
}
div#tx_wtbitproducts_pi7cart_summary input.redbutton {
  margin-right: 2px;
}
div#tx_wtbitproducts_pi7cart_summary input.button {
  width: 150px;
  height: 22px;
  margin: 1px 0;
  padding: 0 0 0 25px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  border: none;
  background: url(../images/mainsidebar-button-bg.gif) left top no-repeat;
}
/* Bestellung aendern */
div#tx_wtbitproducts_pi7change_order_item input#tx_wtbitproducts_pi7number_participants {
  width: 20px;
  border: 1px solid #c21627;
  text-align: right;
}
div#tx_wtbitproducts_pi7change_order_item div.form-row {
  padding-bottom: 4px;
}
div#tx_wtbitproducts_pi7change_order_item div.form-row label{
  width: 100px;
  float: left;
}
div#tx_wtbitproducts_pi7change_order_item input#number_participants {
  width: 20px;
  border: 1px solid #c21627;
  text-align: right;
}
div#tx_wtbitproducts_pi7change_order_item div.participant input {
  width: 200px;
}
div#tx_wtbitproducts_pi7change_order_item div.form-row div.form-row h3 {
  color: #c21627;
}
/*************************************************************************
 * tx-wtbitproducts-pi8 - Bestellprozess
 ************************************************************************/
div#tx_wtbitproducts_pi8order h3 {
    color: #c21627;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
div#tx_wtbitproducts_pi8order h3 span.smallfont {
  font-size: 12px;
  font-weight: normal;
}
div#tx_wtbitproducts_pi8order div.form-row {
  padding-bottom: 2px;
}
div#tx_wtbitproducts_pi8order div.form-row label {
  width: 120px;
  float: left;
  text-align: left;
}
div#tx_wtbitproducts_pi8order div#payment_selection div.form-row label {
  width: 150px;
}
div#tx_wtbitproducts_pi8order input.text {
  width: 370px;
}
div#tx_wtbitproducts_pi8order select {
  width: 372px;
}
div#tx_wtbitproducts_pi8order h4 {
    color: #c21627;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px;
}
div#tx_wtbitproducts_pi8order div#billing_address {
  width: 200px;
  float: left;
}
div#tx_wtbitproducts_pi8order table {
  margin-top: 15px;
}
div.tx-wtbitproducts-pi8 table {
  width: 100%;
  border-collapse: collapse;
}
div.tx-wtbitproducts-pi8 form {
  display: inline;
}
div.tx-wtbitproducts-pi8 table th {
  color: #c21627;
  font-size: 1.1em;
  font-weight: bold;
  padding: 24px 6px 8px 6px;
  background: url(../images/th-bg.gif) left bottom repeat-x;
}
div.tx-wtbitproducts-pi8 table td {
  padding: 6px;
  border-bottom: 1px solid #cecfd0;
}
div.tx-wtbitproducts-pi8 table tr.even td {
  background-color: #ececed;
}
div#tx_wtbitproducts_pi8order input.back-button,
div#tx_wtbitproducts_pi8order input.button {
  width: 150px;
  height: 22px;
  margin: 1px 0;
  padding: 0 0 0 25px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  border: none;
  background: url(../images/mainsidebar-button-bg.gif) left top no-repeat;
}
div#tx_wtbitproducts_pi8order input.back-button {
  background: url(../images/mainsidebar-button-bg-left.gif) left top no-repeat;
}

/*************************************************************************
 * contact
 ************************************************************************/
/* filter */
div#mainstructure div#contact-list-filter {
  margin-bottom: 20px;
  background: #ececed url(../images/auswahl-headline.png) left top no-repeat;
}
div#mainstructure div#contact-list-filter form {
  padding: 10px 15px;
}
/* list */
div#mainstructure div.contact-list {
  margin: 0 0 20px 0;
  padding: 5px 0;
  border-top: 1px solid #e1ddc6;
  border-bottom: 1px solid #e1ddc6;
}
div#mainstructure div.contact-list div.col1 {
  width: 80%;
  float: left;
}
div#mainstructure div.contact-list div.col1 h3 {
  margin: 0;
  padding: 0 0 3px 0;
  color: #c21627;
  font-size: 14px;
  font-weight: normal;
}
div#mainstructure div.contact-list div.col2 {
  width: 18%;
  float: right;
  margin-top: 45px;
}
/* details */
div#mainstructure div.contact-detail {
  margin-bottom: 30px;
}
div#mainstructure div.contact-detail h3 {
  font-size: 14px;
}

/*************************************************************************
 * chesstable
 ************************************************************************/
.chesstable {
  width: 100%;
  border-spacing: 1px;
  font-size: 1em;
}

.chesstable th, .chesstable td {
  padding: 0pt 5px;
  height: 2.091em;
  text-align: center;
  font-size: 1em;
}

.chesstable th {
  background-color: #424242;
  color: #fff;
}

.chesstable tr {
  background: #E5E5E5;
}

.darkRow, .chesstable tr.darkRow td {
  background: #B0B0B0;
}

.chesstable a, .chesstable a:link, .chesstable a:visited  { text-decoration: none; }
.chesstable a:hover { text-decoration: underline; }

.left, td.left, th.left, table.left td, table.left th {
  text-align: left;
}

.sitemap ul {
  margin: 0 1.5em 0.5em 3.5em;
}

.news-single-backlink,
.news-single-jobs-application {
  margin-top: 1em;
}

/*************************************************************************
 * wt_bitpoll
 ************************************************************************/
div#tx_wtbitpoll_pi1poll li {
  list-style-type: none;
}
div#tx_wtbitpoll_pi1poll input.radiobutton {
  border: none;
}
div#tx_wtbitpoll_pi1poll label {
  width: 150px;
}
div#tx_wtbitpoll_pi1poll input#tx_wtbitpoll_pi1email {
  width: 250px;
}
/*=======================================================================*\
|| CSS written by Martin Six 24.11.2008                                  ||
\*=======================================================================*/

/*************************************************************************
 * supportarea
 ************************************************************************/
/*
div#tx_wtbitsupportarea_pi1-select-title {
  height: 32px;
}
*/
div#tx_wtbitsupportarea_pi1-select-input {
  background: #ececed;
}
div#tx_wtbitsupportarea_pi1-select-input form {
  display: inline;
}
div#tx_wtbitsupportarea_pi1-select-input fieldset {
  padding: 1.5em;
}
div#tx_wtbitsupportarea_pi1-select-input div.form-row {
  margin-bottom: 5px;
}
div#tx_wtbitsupportarea_pi1-select-input div.form-row label {
  float: left;
  width: 210px;
}
div#tx_wtbitsupportarea_pi1-select-input div.form-row select {
  width: 200px;
}

.tx_wtbitsupportarea_pi1-list-item {
  border: #e1ddc6 solid;
  border-width: 1px 0px 1px 0px;
  padding:10px;
  margin-top:3px;
  float:left;
  clear:both;
  width:496px;
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-right h2 {
  padding:0em;
  margin:0px;
  font-size:100%;
  font-weight:bold;
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-right p {
  padding:0em;
  margin:0px;
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-left {
  float:left;
  width:56px;
  height: 54px;
  background-repeat: no-repeat;
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-right {
  float:left;
  width:420px;
}

.tx_wtbitsupportarea_pi1-list-item-link a {
  padding-left:10px;
  background: transparent url(../images/redarrow-inactive.gif) no-repeat scroll 0 5px;
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-left.support_knowledge_base {
  background-image: url(../../wt_supportarea/images/icon_support_knowledge_base.png);
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-left.support_form {
  background-image: url(../../wt_supportarea/images/icon_support_formular.png);
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-left.support_contact {
  background-image: url(../../wt_supportarea/images/icon_support_kontakt.png);
}

div#main div#content .tx_wtbitsupportarea_pi1-list-item-left.support_downloads {
  background-image: url(../../wt_supportarea/images/icon_support_downloads.png);
}

/*************************************************************************
 * Knowledge Base
 ************************************************************************/

div.wt_knowledgebase_search {
	float: right;
	padding: 13px 0;
}

div#main div.wt_knowledgebase_search input.wt_knowledgebase_search_submit {
  border: 0 none;
  width: 57px;
  padding: 3px 0 5px 17px;
  text-align: left;
  color: #fff;
  background: url(../images/rightsidebar-button.gif) left center no-repeat;
  font-size: 11px;
}

table.wt_knowledgebase_catmenu {
	width: 100%;
	padding: 4px 2px;
	border: solid #dcdcdc;
	border-width: 1px 0;
}

table.wt_knowledgebase_catmenu th, table.wt_knowledgebase_catmenu td {
	padding-top: 9px;
	padding-bottom: 9px;
}

table.wt_knowledgebase_catmenu tr {
	background-color: rgb(246, 239, 214);
}

table.wt_knowledgebase_catmenu tr.even {
	background-color: rgb(236, 236, 236);
}

a.wt_knowledgebase_rsslink_small, span.wt_knowledgebase_catmenu_rsshead {
	display: block;
	width: 14px;
	height: 14px;
	font-size: 0;
	text-indent:-9999px;
	background: url(../images/rss_small.png);
}

a.wt_knowledgebase_rsslink_big {
	display: block;
	width: 14px;
	height: 14px;
	font-size: 0;
	text-indent:-9999px;
	align: middle;
	background: url(../images/rss_small.png);
}

div.wt_knowledgebase_itemlink {
	margin-bottom: 5px;
}

/*************************************************************************
 * support-formular
 ************************************************************************/
div.support-contact-form {
  margin-top: 50px;
}
div.support-contact-form-line {
  padding-bottom: 2px;
  text-align: left;
  overflow: auto;
}
div.support-contact-form-label {
  width: 400px;
  text-align: left;
  float: left;
}
div.support-contact-form-line input,
div.support-contact-form-line textarea,
div.support-contact-form-line select {
  width: 280px;
}

div.support-contact-form-line input.checkbox {
  width: auto;
}

div.support-contact-form-line.radio input {
  width: auto;
}

div.support-contact-form-line fieldset {
  width: 370px;
}
div.support-contact-form-line .button {
  width: 162px;
  margin-top: 5px;
  text-align: center;
  float: left;
}

div.support-contact-form-line legend {
  display: none;
}

div.contact-form-radio {
  float: right;
  width: 370px;
  text-align: left;
}

.mailform.captcha {
  margin-left: 150px;
  padding-top: 5px;
}

/*************************************************************************
 * support downloads
 ************************************************************************/

/* --------------------  general styles  -------------------- */

.tx_abdownloads_viewDetailsForDownload {
  border : solid 1px #C5C5C5;
  background-color : #eeeeee;
  padding : 5px;
  margin-top : 10px;
  display : block;
  text-align : left;
}

.tx_abdownloads_viewAddNewDownload {
  display : none;
}

.tx_abdownloads_viewAddNewDownloadResult {
  display: none;
}

.tx_abdownloads_viewReportBrokenDownload {
  border : solid 1px #C5C5C5;
  background-color : #eeeeee;
  padding : 5px;
  margin-top : 10px;
  display : block;
  text-align : left;
}

.tx_abdownloads_viewReportBrokenDownloadResult {
  border : solid 1px #C5C5C5;
  background-color : #eeeeee;
  padding : 5px;
  margin-top : 10px;
  display : block;
  text-align : left;
}

.tx_abdownloads_viewRateDownload {
  border : solid 1px #C5C5C5;
  background-color : #eeeeee;
  padding : 5px;
  margin-top : 10px;
  display : block;
  text-align : left;
}

.tx_abdownloads_viewRateDownloadResult {
  border : solid 1px #C5C5C5;
  background-color : #eeeeee;
  padding : 5px;
  margin-top : 10px;
  display : block;
  text-align : left;
}

.tx_abdownloads_categoryPath {
  font-size : small;
}

.tx_abdownloads_formErrorMsg {
  color : red;
  margin-top : 10px;
  margin-bottom : 10px;
}

.tx_abdownloads_ratingtable td{
  text-align:center;
}

/* --------------------  listView  -------------------- */

.tx_abdownloads_listView_categoryPath {
  font-size : small;
}

.tx_abdownloads_listView_categories {
  margin-top : 10px;
}

.tx_abdownloads_listView_category {
  margin-top : 10px;
}

.tx_abdownloads_listView_downloads {
  margin-top : 10px;
}

.tx_abdownloads_listView_downloadAddNew {
  margin-top : 10px;
}

/*************************************************************************
 * support contact
 ************************************************************************/
.wt-bitsupportcontact-item {
  border-bottom:1px solid #E1DDC6;
  border-top:1px solid #E1DDC6;
  color:#000000;
  margin:0 0 20px;
  padding:10px 0;
  width:100%;
}


/*=======================================================================*\
|| CSS written by Bernd Brennacher 30.11.2008                            ||
\*=======================================================================*/

/*************************************************************************
 * Logoleiste
 ************************************************************************/

div#scrollbar {
height: 40px;
width:  516px;
overflow: hidden;
}

.scrollcontent{
float: left;
width: 60px;
height: 40px;
margin-left: 20px;
}

/*************************************************************************
 * sr_language-menu
 ************************************************************************/

.tx-srlanguagemenu-pi1 { width:40px; margin:0; padding:0; display:inline; }
.tx-srlanguagemenu-pi1 fieldset { display: none; }
.tx-srlanguagemenu-pi1 fieldset legend { display: none; }
.tx-srlanguagemenu-pi1 fieldset label { display: none; }
fieldset.tx-srlanguagemenu-pi1 select { width:auto; text-transform:uppercase; }

/*************************************************************************
 * wt_bitapplication
 ************************************************************************/

div#wt_bitapplication div.errors {
  text-align: center;
  padding: 4px;
  color: #C21627;
  font-weight: bold;
}

div#wt_bitapplication input.readonly {
  background-color:#ccc;
}

div#wt_bitapplication select {
  width:382px;
}

div#wt_bitapplication input.text {
  width:380px;
}

div#wt_bitapplication textarea {
  width:380px;
}

div#wt_bitapplication .noborder {
  border:none;
}

div#wt_bitapplication input.zip {
  width:5em;
}

div#wt_bitapplication input.city {
  width:15em;
}

div#wt_bitapplication td.right {
  padding-left:2em;
  padding-right:10px;
}

div#wt_bitapplication td.textarea-caption {
  vertical-align:top;
  padding-top:4px;
}

div#wt_bitapplication span.captcha {
  float: left;
  padding-right: 2px;
}

div#wt_bitapplication input.text.captcha {
  width: 150px;
  float: left;
}


/*=======================================================================*\
|| CSS written by W. khom 15.03.2009                              ||
\*=======================================================================*/

/*************************************************************************
 * Trennlinie in Übersichtsseiten
 ************************************************************************/

div#main div#content hr {
  height:1px;
  color:#dcdcdc;
  margin-top:5px;
  margin-bottom:5px;
}

