/*
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: #117bbe;
    font-weight: normal;
    line-height: 1;
    margin: 0.3em 0;
}
.csc-header-n1 h1, .upperelement h1, table h1 { margin-top: 0; }

.aktuelles h1 {
    color: #bdbaba;
    font-weight: 900;
    line-height: 1;
    font-size: 1.9em;
    font-family: arial;
    margin-top: 0;
}

h6 {
    color: #bdbaba;
    font-weight: 900;
    line-height: 1;
    font-size: 1.9em;
    font-family: arial;
    margin-top: 0;
}
h4,h5 {font-weight: bold;}
h1 { font-size: 1.7em; margin: 0.4em 0; }
h2 { font-size: 1.5em; }
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: none;
    cursor: pointer;
}
a.feed { padding-left: 18px; }

/* Text elements */
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 */
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;
    font-size: 13px;
    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;
}

/* Special lists */
ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}
ul li { margin-top: 3px; }
ul.justify li { text-align: justify; width: 450px; }

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.1em 0.8em; */
/* } */
.error, .notice, .succes {
    border: 1px solid #ddd;
    padding: 0 2px;
    z-index: 9999;
}
.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
------------------------------------------------------------------- */
textarea {
    border: 1px solid #dadada;
    overflow: auto;
}
#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;
}
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;
}

/*
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;
}
.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; }
/* Header */
a.noline { text-decoration:none; }
.pagecontent {
    width:525px;
    float:left;
    /*height:100%;*/
    margin-top: 25px;
    min-height: 250px;
}
.verkaufstrainer {
    width:637px;
    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 { position: relative; }
#header-large {
    height: 405px;
    position: relative;
    /*margin-bottom: 24px;*/
    /*background: url('/fileadmin/images/pics/header.png') no-repeat top left;*/
}
#header-large-ii {
    height: 405px;
    position: relative;
    background: url('/fileadmin/images/pics/header_white.png') no-repeat top left;
    /*margin-bottom: 24px;*/
}
#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: -35px; right: 30px; }
#callus2 { position: absolute; bottom: -35px; 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:500px;
    /*min-height: 400px;*/
    float: left;
    margin-top:0px;
}
.left-content {
    min-height: 150px;
    margin-top: 20px;
    margin-left: 1.4em;
}
.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: #eee;
    height: 25px;
    border: 1px solid #aaa;
    color: #000000;
    text-align: center;
    padding-top: 2px;
    display: block;
}
.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 */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG { border: 1px solid #c2c0c1; }
.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;
}

/*
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 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; }
/* Powermail
 * */
fieldset div.tx_powermail_pi1_fieldwrap_html { clear: both; }
.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; }
/*#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;
}
#powermaildiv_uid1424 a {
    display: list-item;
    list-style-type: hangul-consonant;
    text-decoration: underline;
    margin-left: 18px;
}
#tx-powermail-pi1_fieldset_19 label {
    float: left;
    width: 100px;
}
#powermaildiv_uid169  { margin-top:1em; }
select#uid242 { height: 77px; }
#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_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: 350px; }
#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; }
.tx-powermail-pi1_confirmation span.input-button { margin-bottom: 2em; }
.tx-powermail-pi1 select { width: 264px; }
.tx_powermail_pi1_formconfirmation_back span.input-button { margin-bottom: 2em; }
.tx-powermail-pi1_mandatory span.input-button { margin-bottom: 2em; }
#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; }
#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; }
#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;
}
div.tx-powermail-pi1_formwrap_3741 { position: relative; }
div.tx-powermail-pi1_formwrap_3560 { position: relative; }
div#powermaildiv_uid1067, div#powermaildiv_uid1068 { display: none; }
/*felder die nicht angezeigt werden sollen um die sendeinformationen von powermail (empfehlungsgeber, institut email) zu verstecken*/
#tx-powermail-pi1_fieldset_141, #tx-powermail-pi1_fieldset_146, #tx-powermail-pi1_fieldset_152 { display: none; }
#powermaildiv_uid242 label { display: none; }
#powermaildiv_uid242 select { width: 193px; }
.tx-powermail-pi1 input[type="radio"]{ display: inline-block; float: left; margin: 4px 0.5em 0 0; }
.tx_powermail_pi1_fieldwrap_html_radio > p { display: none; }
.powermail_radio_inner { line-height: 20px; }
#powermaildiv_uid91 label { width: 500px; }
.tx-powermail-pi1 legend { display: none; }
.tx-powermail-pi1 { clear: both; float: none; }
.tx-powermail-pi1 label { display: inline-block; /*vertical-align: middle;*/ }
#powermaildiv_uid1221 label { display: none; }
/*#powermaildiv_uid141 { width: 495px; float: left; }*/
#powermaildiv_uid141 { width: 360px; float: left;}
#powermaildiv_uid1221 { clear: none; float: left; }
/*.tx-powermail-pi1 label { width: 100px; } */
/*leadmaschinen*/
#lm_formular { line-height: 2em; }
#lm_formular select { width: 105px; }
#lm_formular input[type="text"], #lm_formular input[type="email"], #lm_formular input[type="number"]{ width: 103px; }
#lm_formular label { width: 100px; }
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;
}
span.input-button {
    float: left;
    margin: 0.5em 0;
}
#abendseminarbuchung img {
    width:50px;
    position: absolute;
    top: 26px;
    right: 10px;
    /*margin-left:340px;
    margin-top:-10px;*/
}
#abendseminarbuchung2 img {
    width:50px;
    position:absolute;
    margin-left:440px;
    margin-top:-10px;
}
.input-button {
    display: inline-block;
    height: 29px;
    vertical-align: bottom;
    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%;
    font-size: 13px;
    cursor: pointer;
    opacity: 0;
}
.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;
}
/* TODO: das hier noch überpruefen */
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%;
}
.verkaufstrainer h1, h3{ display: inline; }
.verkaufstrainer h3 { font-size: 1.07em; }
.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; }
.newsletterinfo { font-size: 70%; }
#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 {
    color: #BDBABA;
    margin-top: 0.5em;
    font-weight: bold;
}
.mitarbeiterfoto {
    width: 202px;
    height: 202px;
}
#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: 1.5em; }
div#broschuere img { margin-top: 0.3em; }
[id^="asform"] { line-height: 2em; }
[id^="asform"] label {
    float: left;
    width: 70px;
}
#hbuchform { line-height: 2em; }
.boxz {
    clear: left;
    background-color: #49AEE1;
    border: 2px solid #FFFFFF;
    color: #ffffff;
    padding: 5px;
    margin: 1em 0 0;
}
a.bluebutton {
    margin: 10px 0;
    text-decoration: none;
    display: inline-block;
    height: 29px;
    vertical-align: bottom;
    background: white url('/fileadmin/images/pics/righthandside.jpg') no-repeat right top;
    cursor: pointer;
}
a.bluebutton span {
    display: block;
    _display: inline-block; /* only for IE6 */
    color: black;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    padding: 1px 28px 0 15px;
    height: 100%;
    background: url('/fileadmin/images/pics/lefthandside.jpg') no-repeat left top;
    overflow: hidden;
    position: relative;
}
/* Buehnenlayouting */
a.buehnenbutton {
    background: url(/fileadmin/images/buttons/buehne/bbuttonright.png) no-repeat scroll right top transparent;
    float: left;
    height: 52px;
    margin-right: 6px;
    padding-right: 35px;
    text-decoration: none;
    /*position: absolute;*/
    bottom: 10px;
}
a.buehnenbutton > span {
    background: url(/fileadmin/images/buttons/buehne/bbuttonleft.png) no-repeat scroll 0 0 transparent; 
    color: #fff;
    display: inline-block;
    line-height: 47px;
    height: 52px;
    padding: 0 17px 0 21px;
    /*min-width: 198px;*/
    margin-left: -1px;
    font-size: 15px;
    font-weight: normal;
}
#header .buehnenbutton { display: inline-block; margin-top: 20px; }
#header .logo {
    position: absolute;
    display: none;
    right: 36px;
    top: 134px;
    width: 150px;
    height: 150px;
}
#header .logo2 {
    height: 195px;
    left: -18px;
    position: absolute;
    top: 250px;
    width: 195px;
}
.buehnen_text {
    width: 425px;
    color: #fff;
    top: 25%;
    float:right;
    height: 162px;
    margin-left: 280px;
    position: absolute;
    /*border-top: 1px solid #bbb;*/
    /*padding: 12px 0;*/
    /*margin-bottom: 12px;*/
    /*border-bottom: 1px solid #bbb;*/
}
.buehnen_text h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}
.buehnen_text h2 {
    font-size: 22px;
    color: #555;
    line-height: 31px;
}
.carousel-pagination { display: inline-block; }
.carousel-pagination span {
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
    width: 14px;
    background: url(/fileadmin/common/css/carousel/dotopen.png) no-repeat;
}
.carousel-pagination a.active span { background: url(/fileadmin/common/css/carousel/dotpressed.png) no-repeat; }
span.yellow {
    background: #FFFF00; 
    font-size: 120%;
}
iframe#facy {
    width: 164px;
    /* height: 40px; */
    height: 20px;
}
div.connect_widget_number_cloud {
    display: none;
    visibility: hidden;
}
.twitter img { width: 120px; }
.tx-pmkmp3player-pi1 object#audioplayer3539001 { height: 50px; }
#auszeichnungen {
    /*margin-top: 20px;*/
    /*overflow: hidden;*/
}
#c3258 { overflow: hidden; }
.smallarrow {
    background: url(/fileadmin/landingpages/2/beforearrow.png) no-repeat left;
    padding-left: 20px;
    line-height:17px;
    text-decoration: underline;
}
.smallarrow:hover { cursor: pointer; }

/* social media links */
.twitterLink, .facebookLink, .wongLink {
    margin-top: 10px;
    display: inline-block;
    text-indent: -9999px
}
.twitterLink {
    width: 18px;
    height: 18px;
    background: #fff url(/fileadmin/images/logosHP/tweet.png) no-repeat;
}
.facebookLink {
    margin-left: 10px;
    width: 64px;
    background: #fff url(/fileadmin/images/logosHP/teilen.png) no-repeat;
}
.sbox a {
    float: left;
    margin-bottom: 10px;
    display: inline-block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
}
.sbox.c_facebook a { background: #fff url(/fileadmin/images/logosHP/socialmedia/facebook.png) no-repeat; }
.sbox.c_youtube a { background: #fff url(/fileadmin/images/logosHP/socialmedia/youtube.png) no-repeat; }
.sbox.c_xing a { background: #fff url(/fileadmin/images/logosHP/socialmedia/xing.jpg) no-repeat; }
.sbox.c_twitter a { background: #fff url(/fileadmin/images/logosHP/socialmedia/twitter.jpg) no-repeat; }

.main a.buehnenbutton { position: relative; }
.shareBlock { clear: both; }

/* survey */
.survey_item { text-align: justify; }
.survey_item legend.question { 
    white-space: normal;
    font-size: 1.2em;
    font-weight: bold;
    /* margin-bottom: 10px; */
    height: 81px;
}
.survey_item input[type="radio"]{
    margin: 5px 10px 20px 0;
    float: left;
}
.tx-pbsurvey-pi1 input[type="submit"]{
    margin: 10px 0 0 0;
    background: #117bbe;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    color: #fff;
}
.tx-pbsurvey-pi1 input[type="submit"]:hover { cursor: pointer; }
/* multicolumn stuff */
/* .multicolumnLayoutj2ColumnLayout .listItemLast p { text-align: justify; } */
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap { margin: 0; }
.multicolumnLayoutj2ColumnLayout div.csc-textpic div.csc-textpic-single-image img { 
    margin-bottom: 0px;
    /* margin-bottom: 5px; */
}
.multicolumnLayoutj2ColumnLayout li.listItemLast { margin-bottom: 10px; }
.multicolumnLayoutj2ColumnLayout {
    padding-bottom: 30px;
    background: url('/fileadmin/images/trennlinie.png') no-repeat bottom;
    margin-bottom: 20px;
}

div.csc-textpic-imagewrap { vertical-align: top; }

/* fe user register */
.tx-felogin-pi1 fieldset {
    margin-top: 10px;
}
.tx-felogin-pi1 input {
    border: 1px solid #d2d2d2;
    height: 20px;
    background: #fff;
    width: 150px;
}
.tx-felogin-pi1 input[type="submit"] {
    margin-top: 10px;
    width: 100px;
}
.tx-felogin-pi1 input[type="submit"]:hover {
    cursor: pointer;
}
.tx-felogin-pi1 label {
    clear: both;
    float: left;
    width: 100px;
    line-height: 24px;
}
.tx-felogin-pi1 legend {
    display: none;
}

