/*
Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}
* { margin: 0; padding: 0}


/*
General
------------------------------------------------------------------- */

html {
  height: 100%;
  padding-bottom: 1px; /* force scrollbars */
}

body {
  background: #FFF;
  color: #000;
  font: normal 75% arial;
  line-height: 1.5;
  text-align: center;
}



/*
Typography
------------------------------------------------------------------- */

/* Headings */

fieldset {
  padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
  /*color: #444;*/
  color: #117bbe;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.3em;
}
h6 {
  color: #bdbaba;
  font-weight: 900;
  line-height: 1;
  font-size: 1.9em;
  font-family: arial;
}
h4,h5 {font-weight: bold;}

h1 {font-size: 1.7em;}
h2 {
  font-size: 1.5em;
  margin-top:0.4em;
  clear: left;
}
h3 {font-size: 1.25em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a {
  color: #357;
  text-decoration: underline;
}
a.feed {
  padding-left: 18px;
}

/* Text elements */
/*p {margin-bottom: 1em;}*/

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,code,tt {
  font: 1em monospace;
  line-height: 1.5;
}


/* Lists */

/*li ul, li ol {margin-left: 1.5em;}*/

ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.2em;
  margin-left: 0;
}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/*creating buttons in css fashion!!*/
.button {
  float: left;
  /*clear: both;*/
  display: block;
  background: url(/fileadmin/images/pics/buttonleft.png) no-repeat;
  padding: 0 0 0 17px;
  margin: 7px 0;
}
.button a{
  float: left;
  height: 30px;
  background: url(/fileadmin/images/pics/buttonmain.png) repeat-x left top;
  line-height: 24px;
  padding: 0 1px;
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
}
.button input {
  float: left;
  height: 30px;
  background: url(/fileadmin/images/pics/buttonmain.png) repeat-x left top;
  line-height: 24px;
  padding: 0 1px;
  color: #000;
  font-size: 1.2em;
  font-weight: normal;
  text-decoration: none;
}
.button h6{
  float: left;
  height: 30px;
  background: url(/fileadmin/images/pics/buttonmain.png) repeat-x left top;
  line-height: 24px;
  padding: 0 1px;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}
.button span {
  background: url(/fileadmin/images/pics/buttonright.png) no-repeat;
  float: left;
  width: 36px;
  height: 30px;
}

fieldset div.tx_powermail_pi1_fieldwrap_html {
  clear: both;
}
/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}
ul li { margin-top: 3px }

ul.tabbed {
  display: inline;
  margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
  list-style: none;
  border-top: 1px solid #EEE;
  padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

/* Tables */

/*table {margin-bottom: 1.4em; width: 100%;}*/
th {font-weight: bold;}
thead th {background: #C3D9FF;}
/*th,td,caption {padding: 4px 10px 4px 5px;}*/
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
  border: 1px solid #CCB;
  margin-bottom: 2em;
  width: 100%;
}
table.data-table th {
  background: #F0F0F0;
  border: 1px solid #DDD;
  color: #555;
  text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
  background: #F6F6F6;
  border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.bold {font-weight: bold}
.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
  border: 1px solid #DDD;
  margin-bottom: 1em;
  padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/*
Forms
------------------------------------------------------------------- */

/*label {cursor: pointer;}*/
/*fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}*/
/*legend {font-weight: bold; font-size: 1.2em;}*/
textarea {
  border: 1px solid #dadada;
  overflow: auto;}

.angabenliste {
  line-height: 2;
}
#abendseminarform1 select {
  margin: 1em 0;
  width: 20em;
}
#abendseminarform2 select {
  margin: 1em 0;
  width: 20em;
}
form li {
  list-style-type:none;
  list-style-position: outside;
}
form li label {
  display:inline-block;
  width: 6em;
}
form select {
  height: 20px;
}
form input.text {
  height: 18px;
  padding-top: 2px;
}

input.text {
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  width: 200px;
}

input.boxinput {
  height: 18px;
  padding-top: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  width: 200px;
}

.tx-newloginbox-pi1 input {
  height: 18px;
  padding-top: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
}
select {
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  width: auto;
}
/*
Alignment
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
  background-color: #FFF;
  border: 1px solid #DDD;
  padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}



/* Floats */ 

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
}


/*
Separators
------------------------------------------------------------------- */

.content-separator, .archive-separator {
  background: #D5D5D5;
  clear: both;
  color: #FFE;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}


/*
Layout
------------------------------------------------------------------- */

/* General */
.center-wrapper {
  margin: auto;
  width: 1067px;
  text-align: left;
  background:url(/fileadmin/images/pics/border-left.gif) repeat-y left top;
}

.fitthebox {
  position:absolute; left:159px; top:-50px
}
.newhome img.fitthebox {
  position:absolute; 
  left:177px; 
  top:-33px;
  width: 70px;
}
/* BOXEN */
.box {
  background: url('/fileadmin/images/pics/gradient-box.png') no-repeat;
  width:237px;
  height:225px;
  float:left;
  position:relative;
  padding-left: 12px;
}
.box h1 {
  padding-right: 30px;
}

.box div.button {
  /*margin-left:12px;*/
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.box object {
  margin-left: -6px;
  margin-top: 5px;
}
.left-content a {
  text-decoration: none;
}
#linkebox {
  float: left;
}
#rechtebox {
  float: left;
  margin-left: 20px;
  padding-left: 12px;
  /*margin-top: -145px;*/
}
#rechtebox, #linkebox2 p {
  padding-right: 30px;
}
#rechtebox h1 {
  padding-right: 30px;
  margin-top: 5px;
}
#mittlerebox {
  float: left;
  margin-left: 20px;
}
.box h1 {
  margin-top: 5px;
}
.inhalt {
  /*display:none;*/
  /*width:500px;*/
  /*float: left;*/
  /*margin-left: 30px;*/
}
/* Header */
a.noline {
  text-decoration:none;
}
.pagecontent {
  width:525px;
  float:left;
  /*height:100%;*/
  margin-top: 25px;
  min-height: 250px;
}
.verkaufstrainer {
  width:600px;
  float:left;
}
.aktuelles {
  width: 218px;
  /*margin-left: 12px;*/
  float: left;
  min-height: 100%;
  padding-left: 20px;
  margin-top: 25px;
  margin-top: 25px;
  /*margin-top: -130px;*/
  background:url(/fileadmin/images/pics/border-left.gif) repeat-y top left;
}
.aktuelles-home {
  width: 218px;
  /*margin-left: 12px;*/
  float: left;
  min-height: 100%;
  padding-left: 20px;
  margin-top: -125px;
  /*margin-top: -130px;*/
  background:url(/fileadmin/images/pics/border-left.gif) repeat-y top left;
}
.seperator-right{
  background:url(/fileadmin/images/pics/border-left.gif) repeat-y top left;
  float:left;
  width:10px;
  height:100%;
  margin-top: 25px;
}
hr {
  margin: 1em 0;
  clear: both;
  color: #d1d1d1;
  background-color: #d1d1d1;
  height: 1px;
  border:none;
}
#header {
  /*margin-bottom: 24px;*/
  /*height: 405px;*/
  /*background: url('/fileadmin/images/pics/header.png') no-repeat top left;*/
  position: relative;
}
#header-large {
  /*margin-bottom: 24px;*/
  height: 405px;
  position: relative;
  /*background: url('/fileadmin/images/pics/header.png') no-repeat top left;*/
}
#header-large-ii {
  /*margin-bottom: 24px;*/
  height: 405px;
  position: relative;
  background: url('/fileadmin/images/pics/header_white.png') no-repeat top left;
}
#header2 {
  /*margin-bottom: 24px;*/
  height: 405px;
  background: url('/fileadmin/images/pics/header2.png') no-repeat top left;
}

/* Callee */
#call_us_spacer{
  height: 40px;
  background: url('/fileadmin/images/pics/anrufen.gif') no-repeat right;
}
#call_us_spacer2{
  height: 40px;
  background: url('/fileadmin/images/pics/anrufen3.gif') no-repeat right;
}
#calls {
  height:40px;
}
#callus {
  position: absolute;
  bottom: -15px;
  right: 30px;
}

#navigation-top-large {
  font-family: inherit;
  font-size: 13px;
  color: #DDD;
  /*margin-top:393px;*/
  margin-top: -29px;
  margin-left:35px;
  /*float: left;*/
}
#navigation-top{
  font-family: inherit;
  font-size: 13px;
  color: #DDD;
  /*margin-top:393px;*/
  /*margin-top:379px;*/
  margin-top:-30px;
  margin-left:35px;
  /*float: left;*/
}
#nav span { position: relative; bottom: 2px; right: 2px;}
#navigation-top a:hover {
  color: #a0d6f9;
}
.cardtype label {
  width: 120px;
}
#ctype {
  display:inline-block;
}
#navigation-top a {
  font-weight: normal;
  color: #FFF;
}
/* Bottom */
#bottom {
  height:51px;
  background: url('/fileadmin/images/pics/border-bottom-left.gif') no-repeat left bottom;
}
#bottom span {
  display:block;
  position:relative;
  height:51px;
  background:url('/fileadmin/images/pics/border-bottom-right.gif') no-repeat right top;
}


/* Navigation */
.navigation-left {
  width:210px;
  height:100%;
  float: left;
  margin-top:20px;
}
.navigation-left2 {
  width:210px;
  height:400px;
  /*min-height: 400px;*/
  float: left;
  margin-top:0px;
}
.left-content {
  min-height: 150px;
  margin-top: 20px;
  margin-left: 20px;
}

.left-content2 {
  min-height: 150px;
  margin-top: 5px;
  margin-left: 7px;
}
.left-content2 a {
  text-decoration: none;
}

input.wretterbox {
  background-color: #fff;
  margin: 0.2em;
  height: 22px;
  border: 1px solid #aaa;
  color: #000000;
  padding-top: 2px;
}
input.leftbox {
  background-color: #dadada;
  height: 20px;
  border: 1px solid #aaa;
  color: #000000;
  text-align: center;
  padding-top: 2px;
}
.boxenleiste {
  /*margin-top:20px;*/
  margin-top:-90px;
  float: left;
  width: 79%;
}
#boxrechtsoben {
  margin-top: 27px;
  float: left;
  /*margin-left: 10px;*/
  margin-left: -66px;
  padding-left: 12px;
  /*margin-top: -145px;*/
}


/* Main */

.main {
  /*margin-bottom: 18px;*/
  margin-left: 30px;
  /*height: 100%;*/
  width: 1037px;
  overflow: hidden;
  /*height: 500px;*/
  background:url(/fileadmin/images/pics/border-right.gif) repeat-y right top;
  /*display: inline-block;*/
}


/* exploder V6 only */
/** html .main {*/
/*overflow: scroll;*/
/*}*/
/*[> exploder V7 only <]*/
/**+html .main {*/
/*overflow: scroll;*/
/*}*/


/*
Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}


#nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}


#nav li {
  /*bottom: 11px;*/
  display: inline;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  position: relative;
}

#nav a, #nav a:link, #nav a:visited {
  bottom: 2px;
  color: #FFF;
  cursor: pointer;
  display: inline;
  height: 1em;
  margin: 0;
  padding: 0px 11px;
  position: relative;
  right: 3px;
  text-decoration: none;
}

#nav a:hover {
  /*bottom: 1px;*/
  color: #FFF;
  /*position: relative;*/
  /*right: 1px;*/
  /*font-weight: bold;*/
  text-decoration: underline;
}
#nav a:active {
  /*bottom: 0px;*/
  color: #FFF;
  position: relative;
  /*right: 0px;*/
}

#nav li#active
{
  /*bottom: 9px;*/
  /*display: inline;*/
  /*margin: 0 3px 0 0;*/
  /*padding: 0;*/
  /*position: relative;*/
}

#nav li#active img {
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: -5px;
}

#nav #active a, #nav #active a:link, #nav #active a:visited, #nav #active a:hover {
  cursor: text;
  /*margin: 0;*/
  /*padding: 2px 5px 0 5px;*/
  /*position: relative;*/
  /*right: 0;*/
  font-weight: bold;
}

.infotainment h1 {
  margin-top: 25px;
}
/*forum*/
.tx-newloginbox-pi3-listrow th {
  background:#CCCCCC none repeat scroll 0 0;
  padding:0 0.5em;
  white-space:nowrap;
}
.tx-newloginbox-pi3-listrow td {
  background:#EEEEEE none repeat scroll 0 0;
  padding:0 0.5em;
}
.tx-newloginbox-pi3-singleView th {
  background:#CCCCCC none repeat scroll 0 0;
  padding:0 0.5em;
  text-align:right;
  white-space:nowrap;
}
.tx-newloginbox-pi3-singleView td {
  background:#EEEEEE none repeat scroll 0 0;
  padding:0 0.5em;
}
#tx_chcforum-pi1 {
  font-family:verdana,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;
}
#tx_chcforum-pi1 form {
  margin-bottom:5px;
  margin-top:5px;
}
.tx-chcforum-pi1-noWrap {
  display:inline;
  white-space:nowrap;
}
.tx-chcforum-pi1-preTableWrap {
  border:1px solid #CDD9DD;
  margin-bottom:2px;
}
.tx-chcforum-pi1-postTableWrap {
  border:1px solid #CDD9DD;
  margin-bottom:2px;
}
.tx-chcforum-pi1-Table {
  background:#CDD9DD none repeat scroll 0 0;
  border:1px solid #CDD9DD;
  margin-bottom:2px;
  width:100%;
}
.tx-chcforum-pi1-Table thead tr th {
  background:#FFFFFF none repeat scroll 0 0;
  color:#006AB3;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  text-align:center;
  white-space:nowrap;
}
.tx-chcforum-pi1-Table tbody tr th {
  background:#E7F4FD none repeat scroll 0 0;
  color:#006AB3;
  font-size:12px;
  font-weight:bold;
  letter-spacing:0;
  padding:5px;
  text-align:left;
}
.tx-chcforum-pi1-Table tbody tr td {
  background:#FFFFFF none repeat scroll 0 0;
  font-size:12px;
  padding:5px;
}
.tx-chcforum-pi1-catConferenceCell {
}
.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:#006AB3;
}
.tx-chcforum-pi1-catThreadCell {
  text-align:center;
}
.tx-chcforum-pi1-catPostCell {
  text-align:center;
}
.tx-chcforum-pi1-catLastCell {
  font-size:10px !important;
  vertical-align:top;
}
.tx-chcforum-pi1-confThreadImage {
  text-align:center;
}
.tx-chcforum-pi1-confThreadSubjCell {
}
.tx-chcforum-pi1-confThreadNew {
  color:#006AB3;
  font-size:10px;
  padding-left:5px;
}
.tx-chcforum-pi1-confThreadBtns img {
  padding-top:5px;
}
.tx-chcforum-pi1-confThreadBtns {
  padding-left:5px;
}
.tx-chcforum-pi1-confThreadRepliesCell {
  text-align:center;
}
.tx-chcforum-pi1-confThreadAuthorCell {
  text-align:center;
}
.tx-chcforum-pi1-confThreadLastCell {
  font-size:10px !important;
}
.tx-chcforum-pi1-navPath a {
  color:#000000;
}
.tx-chcforum-pi1-navPath {
  background:#E7F4FD none repeat scroll 0 0;
  border-bottom:1px solid #CDD9DD;
  color:#000000;
  font-size:10px;
  line-height:15px;
  margin-bottom:1px;
  padding:3px;
}
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
  background:#E7F4FD none repeat scroll 0 0;
  border-bottom:1px solid #CDD9DD;
  clear:both;
  color:#000000;
  font-size:10px;
  line-height:15px;
  padding:3px 5px 3px 3px;
  text-align:right;
}
.tx-chcforum-pi1-pageLinksBtm {
  margin-bottom:1px;
}
.tx-chcforum-pi1-postForm {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #CDD9DD;
  margin-bottom:3px;
  padding:5px;
}
.tx-chcforum-pi1-postForm #formWhere {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #CDD9DD;
  color:#000000;
  font-size:14px;
  font-weight:bold;
  margin-bottom:7px;
  padding:5px;
  text-align:center;
  white-space:nowrap;
}
.tx-chcforum-pi1-postForm fieldset label {
  display:block;
  float:left;
  padding-right:20px;
  padding-top:3px;
  text-align:right;
  width:60px;
}
.tx-chcforum-pi1-postForm fieldset {
  background-color:#E7F4FD;
}
.tx-chcforum-pi1-postForm fieldset#formTop {
  color:#000000;
  margin-bottom:8px;
}
.tx-chcforum-pi1-postForm fieldset#formTop legend {
  background-color:#E7F4FD;
  border:1px solid #CDD9DD;
  font-weight:bold;
  margin-bottom:3px;
  padding:2px;
}
.tx-chcforum-pi1-postForm fieldset#formBottom legend {
  background-color:#E7F4FD;
  border:1px solid #CDD9DD;
  color:#000000;
  font-weight:bold;
  margin-bottom:5px;
  padding:2px;
}
.tx-chcforum-pi1-postForm fieldset#formTop input {
  border:1px solid #CDD9DD;
  display:block;
  float:left;
  margin-bottom:2px;
  padding:2px;
  width:150px;
}
.tx-chcforum-pi1-postForm textarea {
  border:1px solid #CDD9DD;
  height:150px;
  margin:3px 0;
  width:100%;
}
.tx-chcforum-pi1-postForm fieldset#formTop br {
  clear:left;
}
.tx-chcforum-pi1-formBtn {
  text-align:center;
}
.tx-chcforum-pi1-formBtn input {
  background-color:#FFFFFF;
  border:1px solid #CDD9DD;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  margin:2px;
}
.tx-chcforum-pi1-formBtnHov {
  background-color:#FFFFFF;
  border:1px solid #666666;
  color:#CC0000;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  margin:2px;
}
.tx-chcforum-pi1-formBtnStyle {
  background-color:#FFFFFF;
  border:1px solid #CDD9DD;
  margin:3px;
  padding:3px;
}
.tx-chcforum-pi1-formBtnStyleHov {
  background-color:#FFFFFF;
  border:1px solid #CC0000;
  color:#CC0000;
  margin:3px;
  padding:3px;
}
.tx-chcforum-pi1-singlePost {
  border:1px solid #CDD9DD;
  margin:3px 0;
}
.tx-chcforum-pi1-singlePost .author {
  background:#FFFFFF none repeat scroll 0 0;
  height:78px;
  padding:3px;
  vertical-align:top;
}
.tx-chcforum-pi1-formEmicoStyle {
  margin:3px;
}
.tx-chcforum-pi1-singlePost .im {
  margin-top:3px;
  vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .im a {
  margin-right:10px;
}
.tx-chcforum-pi1-singlePost .im img {
  border:0 none;
  margin-bottom:2px;
  padding-right:2px;
  vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .userPic {
  border:1px solid #CDD9DD;
  float:right;
}
.tx-chcforum-pi1-singlePost #userPic {
  border:1px solid #CDD9DD;
  float:right;
}
.tx-chcforum-pi1-singlePost .text {
  background:#FFFFFF none repeat scroll 0 0;
  border-bottom:1px solid #CDD9DD;
  border-top:1px solid #CDD9DD;
  color:#000000;
}
.tx-chcforum-pi1-singlePost .scroller {
  background:#FFFFFF none repeat scroll 0 0;
  color:#000000;
  min-height:125px;
  overflow:auto;
  padding:3px;
  text-indent:0;
  width:95%;
}
.tx-chcforum-pi1-singlePost .edit {
  background:#E7F4FD none repeat scroll 0 0;
  height:19px;
  margin-top:3px;
  padding:3px;
  vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .edit a {
  margin-right:30px;
}
.tx-chcforum-pi1-singlePost .edit img {
  border:0 none;
  vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .attachment {
  background:#FFFFFF none repeat scroll 0 0;
  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:#FFFFFF none repeat scroll 0 0;
  border-top:3px solid #CDD9DD;
  padding:3px;
}
.tx-chcforum-pi1-singlePost .rate input {
  background-color:#FFFFFF;
  border:1px solid #CDD9DD;
  font-size:9px;
}
.tx-chcforum-pi1-singlePost .rate select {
  border:1px solid #CDD9DD;
  font-size:10px;
}
.tx-chcforum-pi1-singlePost .rate select option {
  height:1.5em;
}
.tx-chcforum-pi1-singlePost .rate form {
  display:inline;
  margin:0;
  padding:0;
}
.tx-chcforum-pi1-singlePost .rate .rateStars {
  float:left;
  height:1.85em;
  text-align:left;
}
.tx-chcforum-pi1-singlePost .rate .rateMenu {
  height:1.85em;
  text-align:right;
  width:100%;
}
.tx-chcforum-pi1-singlePost .offset {
  margin-left:15px;
  margin-right:15px;
}
.tx-chcforum-pi1-singlePost .codeCell {
  background-color:#FFFFFF;
  border:1px solid #D1D7DC;
  color:#006600;
  font-family:Courier,'Courier New',sans-serif;
  font-size:11px;
  padding:5px;
}
.tx-chcforum-pi1-singlePost .quoteCell {
  background-color:#FFFFFF;
  border:1px solid #D1D7DC;
  font-size:10px;
  padding:5px;
}
.tx-chcforum-pi1-singlePost .quoteCellAuthor {
  border:0 none;
  font-weight:bold;
  padding:3px 0;
}
.tx-chcforum-pi1-singlePost .quoteTable {
  border:0 none;
  margin:15px 0;
}
.tx-chcforum-pi1-singlePost .text img {
  max-height:350px;
  max-width:350px;
}
.tx-chcforum-pi1-singlePostQuoteText {
  background-color:#FFFFFF;
  border:1px solid #CDD9DD;
  font-size:10px;
  padding:5px;
}
.tx-chcforum-pi1-footerBox {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #CDD9DD;
  font-size:10px;
  padding:3px;
}
.tx-chcforum-pi1-footerBox div {
  font-size:10px;
  padding-left:5px;
  padding-top:5px;
}

.powermail_text {
  border:1px solid #DADADA;
  /*line-height: 1.5em;*/
  height: 17px;
  padding-top: 1px;
}
#tx-powermail-pi1_fieldset_5, #tx-powermail-pi1_fieldset_11, #tx-powermail-pi1_fieldset_7, #tx-powermail-pi1_fieldset_38, #tx-powermail-pi1_fieldset_16, #tx-powermail-pi1_fieldset_17, #tx-powermail-pi1_fieldset_20, #tx-powermail-pi1_fieldset_19 {
  line-height: 2em;
  clear: both;
}
#tx-powermail-pi1_fieldset_26 {
  line-height: 2em;
  /*clear: both;*/
}
#tx-powermail-pi1_fieldset_26 span.input-button { 
  margin-bottom: 1em;
}
#tx-powermail-pi1_fieldset_26, #tx-powermail-pi1_fieldset_20 label {
  float: left;
  width: 70px;
}
#tx-powermail-pi1_fieldset_19 label {
  float: left;
  width: 100px;
}
#powermaildiv_uid169  {
  margin-top:1em;
}
#kostenlosform textarea {
  width: 140px;
}
#tx-powermail-pi1_fieldset_18 {
  line-height: 2em;
}
#tx-powermail-pi1_fieldset_5, #tx-powermail-pi1_fieldset_17 label {
  float: left;
  width: 125px;
}
#tx-powermail-pi1_fieldset_7 label {
  float: left;
  width: 125px;
}
#tx-powermail-pi1_fieldset_9 textarea {
  /*margin: 2em;*/
}
#tx-powermail-pi1_fieldset_11 label {
  float: left;
  width: 125px;
}
#tx-powermail-pi1_fieldset_12 label {
  float: left;
  width: 125px;
}
.tx-powermail-pi1_fieldset_abendseminarbuchung div.tx_powermail_pi1_fieldwrap_html_text label {
  float: left;
  width: 80px;
}
.tx-powermail-pi1_fieldset_abendseminarbuchung div.tx_powermail_pi1_fieldwrap_html_textarea label {
  float: left;
  width: 80px;
}
.tx-powermail-pi1_fieldset_abendseminarbuchung input.powermail_text {
  width: 250px;
}

button {
  border:0;
  cursor:pointer;
  /*font-weight:bold; */
  padding:0 24px 0 0;
  /*ie specific padding:0 27px 0 0;*/
  /*text-align:center; */
  overflow: visible;
}
button span {
  position:relative;
  display:block;
  white-space:nowrap;
  padding:0 0 0 24px;
}

button.submitbtn {
  background: url(/fileadmin/images/pics/button_right.png) right no-repeat;
  float: left;
}
button.submitbtn span {
  float: left;
  height:30px;
  line-height:24px;
  background:url(/fileadmin/images/pics/button_left.png) left no-repeat;
  padding-left: 17px;
  font-size: 1.2em;
  font-weight: normal;
  text-decoration: none;
}
div.jjj {
  height:23px; 
  background:url(/fileadmin/images/pics/button_right.png) right no-repeat; 
  width:auto; 
  float:left;
}

div.jjj input {
  height:23px; 
  background:url(/fileadmin/images/pics/button_left.png) left  no-repeat; 
  color:#ffffff; 
  font-weight:bold; 
  border:none; 
  overflow:visible; 
  display:inline; 
  margin:0px; 
  padding:0px 4px 2px 4px; 
  font-size:1.2em; 
}

#bestellform button {
  margin-top: 1em;
}
#bestellform div.tx_powermail_pi1_fieldwrap_html_text {
  line-height:25px;
}
#bestellform div.tx_powermail_pi1_fieldwrap_html_text input {
  height: 18px;
  width: 140px;
}

#bestellform div.tx_powermail_pi1_fieldwrap_html_select select {
  width:142px;
}
#abendseminarbuchung div.tx_powermail_pi1_fieldwrap_html_select {
  margin-bottom: 0.5em
}
span.input-button {
  float: left;
  margin-top: 0.5em;
}
/*#abendseminarbuchung span.input-button {*/
  /*margin-top: 0.5em;*/
/*}*/
.tx-powermail-pi1_confirmation span.input-button {
  margin-bottom: 2em;
}
#abendseminarbuchung img {
  width:50px;
  position: absolute;
  /*margin-left:340px;
  margin-top:-10px;*/
  top: 0px;
  left: 340px;
}
#abendseminarbuchung2 img {
  width:50px;
  position:absolute;
  margin-left:355px;
  margin-top:-10px;
}
/*#tx-powermail-pi1_fieldset_16 img {*/
  /*margin-left:355px;*/
/*}*/
p {
  /*clear: left;*/
}
.input-button {
	display: inline-block;
	height: 29px;
	vertical-align: bottom;
        *vertical-align: middle;	/* only for IE */
	/*background: white url('/fileadmin/images/pics/button_right.png') no-repeat right top;*/
	background: white url('/fileadmin/images/pics/righthandside.jpg') no-repeat right top;
	cursor: pointer;
}
.input-button span {
	display: block;
        _display: inline-block; /* only for IE6 */
	font-size: 1.1em;
	line-height: 23px;
	padding: 0 28px 0 15px;
	height: 100%;
	color: black;
	background: url('/fileadmin/images/pics/lefthandside.jpg') no-repeat left top;
	overflow: hidden;
	position: relative;
}
.input-button input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
        filter: alpha(opacity=0); /* only for IE */
}
.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
	color: black;
	text-decoration: none;
}
#subscribe input.leftbox {
  line-height: 25px;
  margin: 3px 0;
}
.tx_powermail_pi1_formconfirmation_back span.input-button {
  margin-bottom: 2em;
}
.tx-powermail-pi1_mandatory span.input-button {
  margin-bottom: 2em;
}

div.aktuelles span.input-button {
  margin-top: 0.5em;
}
#kostenlosformular {
  float: left;
}
.aktuelles span {
  margin-bottom: 1em;
}
div.tracyfooter {
  margin-top: 5em;
  clear: both;
  font-size: 80%;
}
#tx-powermail-pi1_fieldset_26  {
  width: 200px;
}
#tx-powermail-pi1_fieldset_26 label {
  width: 70px;
  float: left;
}
#tx-powermail-pi1_fieldset_26 input {
  width: 120px;
}
.verkaufstrainer h1, h3{
  display: inline;
}
.verkaufstrainer h3 {
  font-size: 1.07em;
}
#powermaildiv_uid143, #powermaildiv_uid161 {
  margin-top: 1em;
}
.menu-level1 li {
  padding-top: 0.4em;
  list-style-type: none;
  background: url(/fileadmin/images/pics/seperator.png) no-repeat;
}
.menu-level1 li a {
  font: normal 120% arial;
  font-weight: lighter;
  color: #555;
}
.menu-level1-current-active img, .menu-level1-active img {
  /*margin-right: -5px;*/
  margin-left: -10px;
  padding-right: 2px;
}
ul.menu-level2, ul.menu-level3 {
  padding-left: 0px;
  /*margin-bottom: 0.5em;*/
  margin-bottom: 0px;
}
.menu-level2 li {
  padding-left: 5px;
  background: none;
  padding-top: 0px;
  line-height: 1em;
  margin-bottom: 8px;
}
.menu-level3 li {
  padding-left: 10px;
  background: none;
  padding-top: 0px;
  line-height: 1em;
  margin-bottom: 8px;
}
ul.menu-level2 li a, ul.menu-level3 li a {
  font: normal 100% arial;
  color: #555;
}
/*.menu-level1 .menu-level1-current-active {*/
  /*padding-left: 0px;*/
/*}*/
.menu-level1 li a:hover {
  color: #117BBE;
}
.menu-level2 li a:hover, .menu-level3 li a:hover {
  color: #117BBE;
}
ul.menu-level2 li.menu-level2-current-active a, ul.menu-level2 li.menu-level2-active a {
  color: #117BBE;
}
li.menu-level1-active a {
  color: #555;
}
ul.menu-level2 li.menu-level2-current-active ul.menu-level3 li a {
  color: #555;
}
.gvkbhead {
  color: #fff;
}
#tx-powermail-pi1_fieldset_33, #tx-powermail-pi1_fieldset_32 {
  line-height: 2em;
}
#tx-powermail-pi1_fieldset_33 label, #tx-powermail-pi1_fieldset_32 label {
  float: left;
  width: 70px;
}
#tx-powermail-pi1_fieldset_33 input, textarea {
  width: 250px;
}
#tx-powermail-pi1_fieldset_32 input,textarea {
  width: 250px;
}
powermaildiv_uid242 label {
  width: 100px;
}
#powermaildiv_uid293 {
  margin-bottom: 2em;
}
.newsletterinfo {
  font-size: 70%;
}
#kmf2 input, textarea{
  width:246px;
}
#kmf2 input[type="submit"] {
  width: 100%;
}
#kmf2 input
form#hypsubscribe {
  line-height: 2em;
  clear: both;
}
form#hypsubscribe label {
  float:left;
  width: 200px;
}
form#hypsubscribe input.hypsub {
  /*float: left;*/
  border-width: 1px;
  height: 1.4em;
  border-style: solid;
  border-color: #d1d1d1;
  width: 200px;
}
form#hypsubscribe .input-button {
  margin-top: 2em;
  margin-left: 16em;
  margin-bottom: 5em;
}
fieldset#tx-powermail-pi1_fieldset_27 label {
  float: left;
  width: 180px;
}
#mabox {
  float: right;
  margin-right: 20px;
  padding-top: 6px;
  padding-left: 13px;
}
.maaktuelles {
  width: 218px;
  float: left;
  min-height: 100%;
  padding-left: 20px;
  margin-left: 25px;
  margin-top: 25px;
  background:url(/fileadmin/images/pics/border-left.gif) repeat-y top left;
}
#referalform label {
  float: left;
  width: 120px;
}
#referalform {
  line-height: 2em;
}
.referalnode {
  margin-top: 1em;
}
.mitarbeiterfoto {
  width: 202px;
  height: 202px;
}
div.tx-powermail-pi1_formwrap_3741 {
  position: relative;
}
div.tx-powermail-pi1_formwrap_3560 {
  position: relative;
}
div#powermaildiv_uid1067, div#powermaildiv_uid1068 {
  display: none;
}
#headerbild {
  position: absolute;
  right: 26px;
  top: 21px;
}
.tester {
  background:url(/fileadmin/images/pics/border-right.gif) repeat-y right top;
  margin-left: 30px;
  /*height: 100%;*/
  width: 1037px;
  overflow: hidden;
}
div#broschuere {
  margin-top: 0.5em;
}
div#broschuere img {
  margin-top: 0.3em;
}
