/*!
 * topalis.com | 2012-07-11 | stefan.goersch@bytebetrieb.com
 * 
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/_s/js/_polyfills/boxsizing.htc)
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:hover,
a:active {
    outline: 0
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}
button,
input {
    *overflow: visible;
    line-height: normal
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    vertical-align: top
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #444;
    background: #fff url(/_p/bg.png) top center repeat-x;
    height: 100%;
    min-width: 100%;
    overflow-y: scroll
}
body#startseite {
    background-image: url(/_p/bg-startseite.png)
}
body#startseite.mx {
    background-image: url(/_p/bg-startseite-mx.png)
}
body#startseite.il {
    background-image: url(/_p/bg-startseite-il.png)
}
body#startseite.id {
    background-image: url(/_p/bg-startseite-id.png)
}
body#startseite.to {
    background-image: url(/_p/bg-startseite-to.png)
}
body.ifseite {
    background: 0
}
a,
a:link {
    color: #195a96;
    text-decoration: none;
    border-bottom: 1px dotted #195a96;
    -webkit-tap-highlight-color: #0e3354;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}
.mx a,
.mx a:link {
    color: #a02332;
    border-color: #a02332
}
.il a,
.il a:link {
    color: #881620;
    border-color: #881620
}
.id a,
.id a:link {
    color: #004d9f;
    border-color: #004d9f
}
.to a,
.to a:link {
    color: #00325f;
    border-color: #00325f
}
a:hover,
a:active {
    color: #0e3354;
    text-decoration: none;
    border-bottom: 1px solid #0e3354
}
.mx a:hover,
.mx a:active {
    color: #761a25
}
.il a:hover,
.il a:active {
    color: #480c11
}
.id a:hover,
.id a:active {
    color: #003976
}
.to a:hover,
.to a:active {
    color: #002547
}
::-moz-selection {
    background: #6e8cbe;
    color: #fff;
    text-shadow: none
}
.mx::-moz-selection {
    background: #cf9198
}
.il::-moz-selection {
    background: #c48b90
}
.id::-moz-selection {
    background: #80a6cf
}
.to::-moz-selection {
    background: #7d96af
}
::selection {
    background: #6e8cbe;
    color: #fff;
    text-shadow: none
}
.mx::selection {
    background: #cf9198
}
.il::selection {
    background: #c48b90
}
.id::selection {
    background: #80a6cf
}
.to::selection {
    background: #7d96af
}
.row {
    margin-left: -20px;
    *zoom: 1
}
.row:before,
.row:after {
    display: table;
    content: ""
}
.row:after {
    clear: both
}
.rowfull>.span12 {
    width: 980px;
    margin-left: 0
}
.rowfull>.span6 {
    width: 490px;
    margin-left: 0
}
[class*="span"] {
    float: left;
    margin-left: 20px
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
/*    width: 940px; */
    padding-left: 20px;
    max-width: 980px;
}
.span12 {
    width: 940px
}
.span11 {
    width: 860px
}
.span10 {
    width: 780px
}
.span9 {
    width: 700px
}
.span8 {
    width: 620px
}
.span7 {
    width: 540px
}
.span6 {
    width: 460px
}
.span5 {
    width: 380px
}
.span4 {
    width: 300px
}
.span3 {
    width: 220px
}
.span2 {
    width: 140px
}
.span1 {
    width: 60px
}
.offset12 {
    margin-left: 980px
}
.offset11 {
    margin-left: 900px
}
.offset10 {
    margin-left: 820px
}
.offset9 {
    margin-left: 740px
}
.offset8 {
    margin-left: 660px
}
.offset7 {
    margin-left: 580px
}
.offset6 {
    margin-left: 500px
}
.offset5 {
    margin-left: 420px
}
.offset4 {
    margin-left: 340px
}
.offset3 {
    margin-left: 260px
}
.offset2 {
    margin-left: 180px
}
.offset1 {
    margin-left: 100px
}
.row-fluid {
    width: 100%;
    *zoom: 1
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: ""
}
.row-fluid:after {
    clear: both
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%
}
.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%
}
.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%
}
.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%
}
.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%
}
.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%
}
.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%
}
.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%
}
.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%
}
.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%
}
.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%
}
.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}
.container:before,
.container:after {
    display: table;
    content: ""
}
.container:after {
    clear: both
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: ""
}
.container-fluid:after {
    clear: both
}
p {
    margin: 0 0 9.5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px
}
p small {
    font-size: 11px
}
.lead {
    margin-bottom: 19px;
    font-size: 20px;
    font-weight: 200;
    line-height: 28.5px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: #195a96;
    text-rendering: optimizelegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link {
    border: 0
}
h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 9.5px
}
h1 small {
    font-size: 16px
}
h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 9.5px
}
h2 small {
    font-size: 16px
}
h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9.5px
}
h3 small {
    font-size: 13px
}
h4,
h5,
h6 {
    line-height: 19px
}
h4 {
    font-size: 13px
}
h4 small {
    font-size: 10px
}
h5 {
    font-size: 13px;
    margin-bottom: 9.5px;
    color: #6f6f6f
}
h6 {
    font-size: 13px;
    color: #6f6f6f;
    text-transform: uppercase
}
.mx h1,
.mx h2,
.mx h3,
.mx h4,
.mx h5,
.mx h6 {
    color: #a02332
}
.il h1,
.il h2,
.il h3,
.il h4,
.il h5,
.il h6 {
    color: #881620
}
.id h1,
.id h2,
.id h3,
.id h4,
.id h5,
.id h6 {
    color: #004d9f
}
.to h1,
.to h2,
.to h3,
.to h4,
.to h5,
.to h6 {
    color: #00325f
}
.page-header {
    padding-bottom: 18px;
    margin: 19px 0;
    border-bottom: 1px solid #b9b9b9
}
.page-header h1 {
    line-height: 1
}
ul,
ol {
    padding: 0;
    margin: 0 0 9.5px 1.25em
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
ul {
    list-style-image: url(/_p/bullet-tp.png)
}
.mx ul {
    list-style-image: url(/_p/bullet-mx.png)
}
.il ul {
    list-style-image: url(/_p/bullet-il.png)
}
.id ul {
    list-style-image: url(/_p/bullet-id.png)
}
.to ul {
    list-style-image: url(/_p/bullet-to.png)
}
ol {
    list-style: decimal
}
li {
    line-height: 19px
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none
}
dl {
    margin-bottom: 19px
}
dt,
dd {
    line-height: 19px
}
dt {
    font-weight: bold;
    line-height: 18px
}
dd {
    margin-left: 9.5px
}
.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.dl-horizontal dd {
    margin-left: 130px
}
hr {
    margin: 19px 0;
    border: 0;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #fff
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
.muted {
    color: #9b9b9b
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ddd
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 19px;
    border-left: 5px solid #b9b9b9
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 23.75px
}
blockquote small {
    display: block;
    line-height: 19px
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #b9b9b9;
    border-left: 0
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}
address {
    display: block;
    margin-bottom: 19px;
    font-style: normal;
    line-height: 19px
}
small {
    font-size: 100%
}
cite {
    font-style: normal
}
form {
    margin: 0 0 19px
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28.5px;
    font-size: 19.5px;
    line-height: 38px;
    color: #444;
    border: 0;
    border-bottom: 1px solid #eee
}
legend small {
    font-size: 14.25px;
    color: #9b9b9b
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px
}
input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
label {
    display: block;
    margin-bottom: 5px;
    color: #444;
    font-weight: bold
}
input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    width: 420px;
    height: 27px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 19px;
    color: #6f6f6f;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.uneditable-textarea {
    width: auto;
    height: auto
}
label input,
label textarea,
label select {
    display: block
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    border: 0 \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
input[type="image"] {
    border: 0
}
input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    background-color: #fff;
    background-color: initial;
    border: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: auto;
    height: auto
}
select,
input[type="file"] {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px
}
input[type="file"] {
    line-height: 18px \9
}
select {
    background-color: #fff
}
select[multiple],
select[size] {
    height: auto
}
input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
textarea {
    height: auto;
    min-height: 140px
}
input[type="hidden"] {
    display: none
}
.radio,
.checkbox {
    min-height: 18px;
    padding-left: 18px
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}
input,
textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, box-shadow linear .2s .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s .2s;
    -o-transition: border linear .2s, box-shadow linear .2s .2s;
    transition: border linear .2s, box-shadow linear .2s .2s
}
input:focus,
textarea:focus {
    border-color: #195a96;
    outline: 0;
    outline: thin dotted \9
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.input-mini {
    width: 60px
}
.input-small {
    width: 90px
}
.input-medium {
    width: 150px
}
.input-large {
    width: 200px
}
.input-xlarge {
    width: 270px
}
.input-xxlarge {
    width: 530px
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}
input,
textarea,
.uneditable-input {
    margin-left: 0
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 930px
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 850px
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 770px
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 690px
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 610px
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 530px
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 450px
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 370px
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 290px
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 210px
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 130px
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 50px
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #b9b9b9;
    border-color: #ddd
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}
.control-group.warning>label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
    border-color: #c09853
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}
.control-group.error>label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}
.control-group.success>label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
    border-color: #468847
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}
.form-actions {
    padding: 18px 20px 19px;
    margin-top: 19px;
    margin-bottom: 19px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    *zoom: 1
}
.form-actions:before,
.form-actions:after {
    display: table;
    content: ""
}
.form-actions:after {
    clear: both
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
}
:-moz-placeholder {
    color: #9b9b9b
}
::-webkit-input-placeholder {
    color: #9b9b9b
}
.help-block,
.help-inline {
    color: #6f6f6f
}
.help-block {
    display: block;
    margin-bottom: 9.5px
}
.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px
}
.input-prepend,
.input-append {
    margin-bottom: 5px
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: middle;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
    z-index: 2
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    border-left-color: #ccc
}
.input-prepend .add-on,
.input-append .add-on {
    display: inline-block;
    width: auto;
    height: 19px;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #b9b9b9;
    border: 1px solid #ccc
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-prepend .active,
.input-append .active {
    background-color: #8add8a;
    border-color: #2f9f2f
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-append .uneditable-input {
    border-right-color: #ccc;
    border-left-color: #eee
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}
.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none
}
.form-search label,
.form-inline label {
    display: inline-block
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}
.control-group {
    margin-bottom: 9.5px
}
legend+.control-group {
    margin-top: 19px;
    -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
    margin-bottom: 19px;
    *zoom: 1
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: ""
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right
}
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 160px;
    *margin-left: 0
}
.form-horizontal .controls:first-child {
    *padding-left: 160px
}
.form-horizontal .help-block {
    margin-top: 9.5px;
    margin-bottom: 0
}
.form-horizontal .form-actions {
    padding-left: 160px
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: .5em;
    border: 1px solid #ddd
}
table {
    width: 100%;
    margin-bottom: 19px
}
table th,
table td {
    padding: 8px;
    line-height: 19px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 5px 10px
}
table th p,
table td p {
    margin: 0
}
table tbody .tr-even td {
    background: #eee
}
table th {
    font-weight: bold;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -ms-linear-gradient(top, #fff, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(top, #fff, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0)
}
table thead td,
table thead th {
    font-weight: bold;
    vertical-align: bottom;
    padding: 3px 10px;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -ms-linear-gradient(top, #fff, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(top, #fff, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0)
}
table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0
}
table tbody+tbody {
    border-top: 2px solid #ddd
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #f5f5f5
}
table .span1 {
    float: none;
    width: 44px;
    margin-left: 0
}
table .span2 {
    float: none;
    width: 124px;
    margin-left: 0
}
table .span3 {
    float: none;
    width: 204px;
    margin-left: 0
}
table .span4 {
    float: none;
    width: 284px;
    margin-left: 0
}
table .span5 {
    float: none;
    width: 364px;
    margin-left: 0
}
table .span6 {
    float: none;
    width: 444px;
    margin-left: 0
}
table .span7 {
    float: none;
    width: 524px;
    margin-left: 0
}
table .span8 {
    float: none;
    width: 604px;
    margin-left: 0
}
table .span9 {
    float: none;
    width: 684px;
    margin-left: 0
}
table .span10 {
    float: none;
    width: 764px;
    margin-left: 0
}
table .span11 {
    float: none;
    width: 844px;
    margin-left: 0
}
table .span12 {
    float: none;
    width: 924px;
    margin-left: 0
}
table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0
}
table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0
}
table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0
}
table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0
}
table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0
}
table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0
}
table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0
}
table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0
}
table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0
}
table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0
}
table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0
}
table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/_p/_bootstrap/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
    *margin-left: 0
}
.icon-white {
    background-image: url(/_p/_bootstrap/glyphicons-halflings-white.png)
}
.icon-glass {
    background-position: 0 0
}
.icon-music {
    background-position: -24px 0
}
.icon-search {
    background-position: -48px 0
}
.icon-envelope {
    background-position: -72px 0
}
.icon-heart {
    background-position: -96px 0
}
.icon-star {
    background-position: -120px 0
}
.icon-star-empty {
    background-position: -144px 0
}
.icon-user {
    background-position: -168px 0
}
.icon-film {
    background-position: -192px 0
}
.icon-th-large {
    background-position: -216px 0
}
.icon-th {
    background-position: -240px 0
}
.icon-th-list {
    background-position: -264px 0
}
.icon-ok {
    background-position: -288px 0
}
.icon-remove {
    background-position: -312px 0
}
.icon-zoom-in {
    background-position: -336px 0
}
.icon-zoom-out {
    background-position: -360px 0
}
.icon-off {
    background-position: -384px 0
}
.icon-signal {
    background-position: -408px 0
}
.icon-cog {
    background-position: -432px 0
}
.icon-trash {
    background-position: -456px 0
}
.icon-home {
    background-position: 0 -24px
}
.icon-file {
    background-position: -24px -24px
}
.icon-time {
    background-position: -48px -24px
}
.icon-road {
    background-position: -72px -24px
}
.icon-download-alt {
    background-position: -96px -24px
}
.icon-download {
    background-position: -120px -24px
}
.icon-upload {
    background-position: -144px -24px
}
.icon-inbox {
    background-position: -168px -24px
}
.icon-play-circle {
    background-position: -192px -24px
}
.icon-repeat {
    background-position: -216px -24px
}
.icon-refresh {
    background-position: -240px -24px
}
.icon-list-alt {
    background-position: -264px -24px
}
.icon-lock {
    background-position: -287px -24px
}
.icon-flag {
    background-position: -312px -24px
}
.icon-headphones {
    background-position: -336px -24px
}
.icon-volume-off {
    background-position: -360px -24px
}
.icon-volume-down {
    background-position: -384px -24px
}
.icon-volume-up {
    background-position: -408px -24px
}
.icon-qrcode {
    background-position: -432px -24px
}
.icon-barcode {
    background-position: -456px -24px
}
.icon-tag {
    background-position: 0 -48px
}
.icon-tags {
    background-position: -25px -48px
}
.icon-book {
    background-position: -48px -48px
}
.icon-bookmark {
    background-position: -72px -48px
}
.icon-print {
    background-position: -96px -48px
}
.icon-camera {
    background-position: -120px -48px
}
.icon-font {
    background-position: -144px -48px
}
.icon-bold {
    background-position: -167px -48px
}
.icon-italic {
    background-position: -192px -48px
}
.icon-text-height {
    background-position: -216px -48px
}
.icon-text-width {
    background-position: -240px -48px
}
.icon-align-left {
    background-position: -264px -48px
}
.icon-align-center {
    background-position: -288px -48px
}
.icon-align-right {
    background-position: -312px -48px
}
.icon-align-justify {
    background-position: -336px -48px
}
.icon-list {
    background-position: -360px -48px
}
.icon-indent-left {
    background-position: -384px -48px
}
.icon-indent-right {
    background-position: -408px -48px
}
.icon-facetime-video {
    background-position: -432px -48px
}
.icon-picture {
    background-position: -456px -48px
}
.icon-pencil {
    background-position: 0 -72px
}
.icon-map-marker {
    background-position: -24px -72px
}
.icon-adjust {
    background-position: -48px -72px
}
.icon-tint {
    background-position: -72px -72px
}
.icon-edit {
    background-position: -96px -72px
}
.icon-share {
    background-position: -120px -72px
}
.icon-check {
    background-position: -144px -72px
}
.icon-move {
    background-position: -168px -72px
}
.icon-step-backward {
    background-position: -192px -72px
}
.icon-fast-backward {
    background-position: -216px -72px
}
.icon-backward {
    background-position: -240px -72px
}
.icon-play {
    background-position: -264px -72px
}
.icon-pause {
    background-position: -288px -72px
}
.icon-stop {
    background-position: -312px -72px
}
.icon-forward {
    background-position: -336px -72px
}
.icon-fast-forward {
    background-position: -360px -72px
}
.icon-step-forward {
    background-position: -384px -72px
}
.icon-eject {
    background-position: -408px -72px
}
.icon-chevron-left {
    background-position: -432px -72px
}
.icon-chevron-right {
    background-position: -456px -72px
}
.icon-plus-sign {
    background-position: 0 -96px
}
.icon-minus-sign {
    background-position: -24px -96px
}
.icon-remove-sign {
    background-position: -48px -96px
}
.icon-ok-sign {
    background-position: -72px -96px
}
.icon-question-sign {
    background-position: -96px -96px
}
.icon-info-sign {
    background-position: -120px -96px
}
.icon-screenshot {
    background-position: -144px -96px
}
.icon-remove-circle {
    background-position: -168px -96px
}
.icon-ok-circle {
    background-position: -192px -96px
}
.icon-ban-circle {
    background-position: -216px -96px
}
.icon-arrow-left {
    background-position: -240px -96px
}
.icon-arrow-right {
    background-position: -264px -96px
}
.icon-arrow-up {
    background-position: -289px -96px
}
.icon-arrow-down {
    background-position: -312px -96px
}
.icon-share-alt {
    background-position: -336px -96px
}
.icon-resize-full {
    background-position: -360px -96px
}
.icon-resize-small {
    background-position: -384px -96px
}
.icon-plus {
    background-position: -408px -96px
}
.icon-minus {
    background-position: -433px -96px
}
.icon-asterisk {
    background-position: -456px -96px
}
.icon-exclamation-sign {
    background-position: 0 -120px
}
.icon-gift {
    background-position: -24px -120px
}
.icon-leaf {
    background-position: -48px -120px
}
.icon-fire {
    background-position: -72px -120px
}
.icon-eye-open {
    background-position: -96px -120px
}
.icon-eye-close {
    background-position: -120px -120px
}
.icon-warning-sign {
    background-position: -144px -120px
}
.icon-plane {
    background-position: -168px -120px
}
.icon-calendar {
    background-position: -192px -120px
}
.icon-random {
    background-position: -216px -120px
}
.icon-comment {
    background-position: -240px -120px
}
.icon-magnet {
    background-position: -264px -120px
}
.icon-chevron-up {
    background-position: -288px -120px
}
.icon-chevron-down {
    background-position: -313px -119px
}
.icon-retweet {
    background-position: -336px -120px
}
.icon-shopping-cart {
    background-position: -360px -120px
}
.icon-folder-close {
    background-position: -384px -120px
}
.icon-folder-open {
    background-position: -408px -120px
}
.icon-resize-vertical {
    background-position: -432px -119px
}
.icon-resize-horizontal {
    background-position: -456px -118px
}
.icon-hdd {
    background-position: 0 -144px
}
.icon-bullhorn {
    background-position: -24px -144px
}
.icon-bell {
    background-position: -48px -144px
}
.icon-certificate {
    background-position: -72px -144px
}
.icon-thumbs-up {
    background-position: -96px -144px
}
.icon-thumbs-down {
    background-position: -120px -144px
}
.icon-hand-right {
    background-position: -144px -144px
}
.icon-hand-left {
    background-position: -168px -144px
}
.icon-hand-up {
    background-position: -192px -144px
}
.icon-hand-down {
    background-position: -216px -144px
}
.icon-circle-arrow-right {
    background-position: -240px -144px
}
.icon-circle-arrow-left {
    background-position: -264px -144px
}
.icon-circle-arrow-up {
    background-position: -288px -144px
}
.icon-circle-arrow-down {
    background-position: -312px -144px
}
.icon-globe {
    background-position: -336px -144px
}
.icon-wrench {
    background-position: -360px -144px
}
.icon-tasks {
    background-position: -384px -144px
}
.icon-filter {
    background-position: -408px -144px
}
.icon-briefcase {
    background-position: -432px -144px
}
.icon-fullscreen {
    background-position: -456px -144px
}
.dropup,
.dropdown {
    position: relative
}
.dropdown-toggle {
    *margin-bottom: -3px
}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0
}
.dropdown-toggle:after {
    content: none
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .3;
    filter: alpha(opacity=30)
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}
.dropdown:hover .caret,
.open .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}
ul.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 2px;
    width: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 4px 0;
    margin: 1px 0 0;
    list-style: none;
    background-color: rgba(68, 68, 68, 0.88);
    z-index: 9999
}
ul.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
ul.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8.5px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}
ul.dropdown-menu a,
ul.dropdown-menu a:link,
ul.dropdown-menu a:visited {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 19px;
    color: #fff;
    white-space: nowrap;
    border: 0;
    font-weight: 600
}
ul.dropdown-menu .active>a {
    text-decoration: none;
    border: 0
}
ul.dropdown-menu li>a:hover,
ul.dropdown-menu .active>a:hover {
    color: #87a5cd
}
.mx ul.dropdown-menu li>a:hover,
.mx ul.dropdown-menu .active>a:hover {
    color: #cf9198
}
.il ul.dropdown-menu li>a:hover,
.il ul.dropdown-menu .active>a:hover {
    color: #c48b90
}
.id ul.dropdown-menu li>a:hover,
.id ul.dropdown-menu .active>a:hover {
    color: #80a6cf
}
.to ul.dropdown-menu li>a:hover,
.to ul.dropdown-menu .active>a:hover {
    color: #7d96af
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block
}
.mainnavi .dropup,
.mainnavi .dropdown {
    position: static
}
.mainnavi ul.dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 20px
}
.mainnavi ul.breit {
    width: 780px
}
.mainnavi ul.extrabreit {
    width: 930px
}
.mainnavi ul.dropdown-menu li {
    float: left
}
.mainnavi .navitrenner,
.mainnavi ul.dropdown-menu a {
    float: left;
    font-weight: normal;
    width: 188px;
    padding: 0 10px 3px 0;
    margin-right: 10px;
    overflow: hidden
}
.mainnavi .nspltg .navitrenner,
.mainnavi ul.dropdown-menu.nspltg a {
    width: 585px
}
.mainnavi .navitrenner {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #8bacca;
    padding: 0;
    margin: 0 0 2px
}
.mx .mainnavi .navitrenner {
    border-color: #cf9198
}
.il .mainnavi .navitrenner {
    border-color: #c48b90
}
.id .mainnavi .navitrenner {
    border-color: #80a6cf
}
.to .mainnavi .navitrenner {
    border-color: #7d96af
}
.open {
    *z-index: 1000
}
.open ul.dropdown-menu {
    display: block
}
.pull-right ul.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "\2191"
}
.dropup ul.dropdown-menu,
.navbar-fixed-bottom .dropdown ul.dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear .2s;
    -moz-transition: opacity .15s linear .2s;
    -o-transition: opacity .15s linear .2s;
    transition: opacity .15s linear .2s
}
.fade.in {
    opacity: 1;
    filter: alpha(opacity=100)
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -ms-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
    -webkit-transition: height .35s ease .2s;
    -moz-transition: height .35s ease .2s;
    -o-transition: height .35s ease .2s;
    transition: height .35s ease .2s
}
.collapse.in {
    height: auto
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 19px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
    *line-height: 20px;
    color: #444;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}
.btn:active,
.btn.active {
    background-color: #ccc \9
}
.btn:first-child {
    *margin-left: 0
}
input.btn-full[type="submit"] {
    width: 100%
}
.btn:hover {
    color: #444;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear .2s;
    -moz-transition: background-position .1s linear .2s;
    -o-transition: background-position .1s linear .2s;
    transition: background-position .1s linear .2s
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.btn-large [class^="icon-"] {
    margin-top: 1px
}
.btn-small {
    padding: 3px 9px;
    font-size: 11px;
    line-height: 17px
}
.btn-small [class^="icon-"] {
    margin-top: -1px
}
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 15px
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}
.btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}
.btn-primary {
    background-color: #194e96;
    background-image: -moz-linear-gradient(top, #195a96, #193b96);
    background-image: -ms-linear-gradient(top, #195a96, #193b96);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#195a96), to(#193b96));
    background-image: -webkit-linear-gradient(top, #195a96, #193b96);
    background-image: -o-linear-gradient(top, #195a96, #193b96);
    background-image: linear-gradient(top, #195a96, #193b96);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#195a96', endColorstr='#193b96', GradientType=0);
    border-color: #193b96 #193b96 #0e2154;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #193b96;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #193b96;
    *background-color: #153280
}
.btn-primary:active,
.btn-primary.active {
    background-color: #122a6a \9
}
.mx .btn-primary {
    background-color: #8f1f2d;
    background-image: -moz-linear-gradient(top, #a02332, #761a25);
    background-image: -ms-linear-gradient(top, #a02332, #761a25);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a02332), to(#761a25));
    background-image: -webkit-linear-gradient(top, #a02332, #761a25);
    background-image: -o-linear-gradient(top, #a02332, #761a25);
    background-image: linear-gradient(top, #a02332, #761a25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a02332', endColorstr='#761a25', GradientType=0);
    border-color: #761a25 #761a25 #370c11;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #761a25;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.mx .btn-primary:hover,
.mx .btn-primary:active,
.mx .btn-primary.active,
.mx .btn-primary.disabled,
.mx .btn-primary[disabled] {
    background-color: #761a25;
    *background-color: #61151e
}
.mx .btn-primary:active,
.mx .btn-primary.active {
    background-color: #4c1118 \9
}
.il .btn-primary {
    background-color: #6e121a;
    background-image: -moz-linear-gradient(top, #881620, #480c11);
    background-image: -ms-linear-gradient(top, #881620, #480c11);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#881620), to(#480c11));
    background-image: -webkit-linear-gradient(top, #881620, #480c11);
    background-image: -o-linear-gradient(top, #881620, #480c11);
    background-image: linear-gradient(top, #881620, #480c11);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#881620', endColorstr='#480c11', GradientType=0);
    border-color: #480c11 #480c11 #060102;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #480c11;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.il .btn-primary:hover,
.il .btn-primary:active,
.il .btn-primary.active,
.il .btn-primary.disabled,
.il .btn-primary[disabled] {
    background-color: #480c11;
    *background-color: #32080c
}
.il .btn-primary:active,
.il .btn-primary.active {
    background-color: #1c0507 \9
}
.id .btn-primary {
    background-color: #00458f;
    background-image: -moz-linear-gradient(top, #004d9f, #003976);
    background-image: -ms-linear-gradient(top, #004d9f, #003976);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004d9f), to(#003976));
    background-image: -webkit-linear-gradient(top, #004d9f, #003976);
    background-image: -o-linear-gradient(top, #004d9f, #003976);
    background-image: linear-gradient(top, #004d9f, #003976);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004d9f', endColorstr='#003976', GradientType=0);
    border-color: #003976 #003976 #00142a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #003976;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.id .btn-primary:hover,
.id .btn-primary:active,
.id .btn-primary.active,
.id .btn-primary.disabled,
.id .btn-primary[disabled] {
    background-color: #003976;
    *background-color: #002d5d
}
.id .btn-primary:active,
.id .btn-primary.active {
    background-color: #002043 \9
}
.to .btn-primary {
    background-color: #002d55;
    background-image: -moz-linear-gradient(top, #00325f, #002547);
    background-image: -ms-linear-gradient(top, #00325f, #002547);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00325f), to(#002547));
    background-image: -webkit-linear-gradient(top, #00325f, #002547);
    background-image: -o-linear-gradient(top, #00325f, #002547);
    background-image: linear-gradient(top, #00325f, #002547);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00325f', endColorstr='#002547', GradientType=0);
    border-color: #002547 #002547 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #002547;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.to .btn-primary:hover,
.to .btn-primary:active,
.to .btn-primary.active,
.to .btn-primary.disabled,
.to .btn-primary[disabled] {
    background-color: #002547;
    *background-color: #00182e
}
.to .btn-primary:active,
.to .btn-primary.active {
    background-color: #000a14 \9
}
.btn-warning {
    background-color: #f78023;
    background-image: -moz-linear-gradient(top, #ff913a, #ec6800);
    background-image: -ms-linear-gradient(top, #ff913a, #ec6800);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff913a), to(#ec6800));
    background-image: -webkit-linear-gradient(top, #ff913a, #ec6800);
    background-image: -o-linear-gradient(top, #ff913a, #ec6800);
    background-image: linear-gradient(top, #ff913a, #ec6800);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff913a', endColorstr='#ec6800', GradientType=0);
    border-color: #ec6800 #ec6800 #a04600;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ec6800;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #ec6800;
    *background-color: #d35d00
}
.btn-warning:active,
.btn-warning.active {
    background-color: #b95200 \9
}
.btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #bd362f;
    *background-color: #a9302a
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9
}
.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #51a351;
    *background-color: #499249
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9
}
.btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #2f96b4;
    *background-color: #2a85a0
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9
}
.btn-inverse {
    background-color: #494949;
    background-image: -moz-linear-gradient(top, #6f6f6f, #111);
    background-image: -ms-linear-gradient(top, #6f6f6f, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f6f6f), to(#111));
    background-image: -webkit-linear-gradient(top, #6f6f6f, #111);
    background-image: -o-linear-gradient(top, #6f6f6f, #111);
    background-image: linear-gradient(top, #6f6f6f, #111);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#111111', GradientType=0);
    border-color: #111 #111 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #111;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #111;
    *background-color: #040404
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #000 \9
}
button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}
.btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em
}
.btn-group:before,
.btn-group:after {
    display: table;
    content: ""
}
.btn-group:after {
    clear: both
}
.btn-group:first-child {
    *margin-left: 0
}
.btn-group+.btn-group {
    margin-left: 5px
}
.btn-toolbar {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}
.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.btn-group>.btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}
.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}
.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}
.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    *padding-top: 4px;
    *padding-bottom: 4px
}
.btn-group>.btn-mini.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px
}
.btn-group>.btn-small.dropdown-toggle {
    *padding-top: 4px;
    *padding-bottom: 4px
}
.btn-group>.btn-large.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #193b96
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #ec6800
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #111
}
.btn .caret {
    margin-top: 7px;
    margin-left: 0
}
.btn:hover .caret,
.open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}
.btn-mini .caret {
    margin-top: 5px
}
.btn-small .caret {
    margin-top: 6px
}
.btn-large .caret {
    margin-top: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px
}
.dropup .btn-large .caret {
    border-bottom: 5px solid #000;
    border-top: 0
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: .75;
    filter: alpha(opacity=75)
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 19px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853
}
.alert-heading {
    color: inherit
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}
.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}
.alert-block p+p {
    margin-top: 5px
}
.nav {
    margin-left: 0;
    margin-bottom: 19px;
    list-style: none
}
.nav>li>a {
    display: block
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #b9b9b9
}
.nav>.pull-right {
    float: right
}
.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    color: #9b9b9b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}
.nav li+.nav-header {
    margin-top: 9px
}
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}
.nav-list>li>a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.nav-list>li>a {
    padding: 3px 15px
}
.nav-list>.active>a,
.nav-list>.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #195a96
}
.nav-list [class^="icon-"] {
    margin-right: 2px
}
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 8.5px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}
.nav>.dropdown.active>a:hover {
    color: #000;
    cursor: pointer
}
.nav>li.dropdown.open.active>a:hover {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}
.navbar {
    *position: relative;
    *z-index: 2;
    overflow: visible
}
/*.navbar .container {
    width: auto
}*/
.nav-collapse.collapse {
    height: auto
}
.navbar {
    color: #195a96
}
.navbar .brand:hover {
    text-decoration: none
}
.navbar .brand {
    float: left;
    display: block;
    padding: 3px 20px 7px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #195a96
}
.navbar .navbar-text {
    margin-bottom: 0;
    line-height: 30px
}
.navbar .navbar-link {
    color: #195a96
}
.navbar .navbar-link:hover {
    color: #87a5cd
}
.navbar .btn,
.navbar .btn-group {
    margin-top: 0
}
.navbar .btn-group .btn {
    margin: 0
}
.navbar-form {
    margin-bottom: 0;
    *zoom: 1
}
.navbar-form:before,
.navbar-form:after {
    display: table;
    content: ""
}
.navbar-form:after {
    clear: both
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 0
}
.navbar-form input,
.navbar-form select {
    display: inline-block;
    margin-bottom: 0
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px
}
.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 6px;
    white-space: nowrap
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0
}
.navbar-search {
    position: relative;
    float: left;
    margin-top: 2px;
    margin-bottom: 0
}
.navbar-search input {
    height: 23px
}
.navbar-search .btn-small {
    padding: 1px 5px
}
.navbar-search .search-query {
    padding: 4px 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: none .2s;
    -moz-transition: none .2s;
    -o-transition: none .2s;
    transition: none .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.navbar-search .search-query:-moz-placeholder {
    color: #444
}
.navbar-search .search-query::-webkit-input-placeholder {
    color: #444
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
    padding: 5px 10px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}
.navbar-fixed-top {
    top: 0
}
.navbar-fixed-bottom {
    bottom: 0
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}
.navbar .nav.pull-right {
    float: right
}
.navbar .nav>li {
    display: block;
    float: left
}
.navbar .nav>li>a {
    float: none;
    border: 0;
    padding: 4px 10px 6px;
    line-height: 20px;
    color: #195a96;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1)
}
.navbar .btn {
    display: inline-block;
    margin: 0;
    line-height: 19px
}
.navbar .btn-group {
    margin: 0;
    padding: 0 5px 1px
}
.navbar .nav>li>a:hover {
    background-color: transparent;
    color: #87a5cd;
    text-decoration: none
}
.navbar .divider-vertical {
    height: 30px;
    width: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #000;
    border-right: 1px solid #6f6f6f
}
.navbar .nav.pull-right {
    margin-left: 0;
    margin-right: 0
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #434343;
    background-image: -moz-linear-gradient(top, #6f6f6f, #000);
    background-image: -ms-linear-gradient(top, #6f6f6f, #000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f6f6f), to(#000));
    background-image: -webkit-linear-gradient(top, #6f6f6f, #000);
    background-image: -o-linear-gradient(top, #6f6f6f, #000);
    background-image: linear-gradient(top, #6f6f6f, #000);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#000000', GradientType=0);
    border-color: #000 #000 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #000;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075)
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    background-color: #000;
    *background-color: #000
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #000 \9
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}
.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}
.mainnavi {
    position: relative;
    top: 22px;
    right: 0;
    height: 75px; 
   
}

.mainnavi #navbar {
	padding: 0;
}

.mainnavi #navbar .nav{
	background: transparent url(/_p/linie-navi.png) no-repeat scroll right bottom;
}

.mainnavi .nav {
    margin: 0
}
.mainnavi .nav>li {
    background: transparent url(/_p/linie-navi.png) left bottom no-repeat
}
.mainnavi .nav>li.erste {
    margin-left: -2px
}
.mainnavi .nav>li>a {
    display: block;
    height: 75px;
    font-size: 16px;
    font-weight: 600;
    color: #195a96;
    padding: 31px 15px 0;
    margin: 0 0 0 2px
}
.mainnavi .nav>li.active>a {
    border-bottom: 15px solid #195a96
}
.mx .mainnavi .nav>li>a {
    color: #a02332
}
.il .mainnavi .nav>li>a {
    color: #881620
}
.id .mainnavi .nav>li>a {
    color: #004d9f
}
.to .mainnavi .nav>li>a {
    color: #00325f
}
.mx .mainnavi .nav>li.active>a {
    border-color: #a02332
}
.il .mainnavi .nav>li.active>a {
    border-color: #881620
}
.id .mainnavi .nav>li.active>a {
    border-color: #004d9f
}
.to .mainnavi .nav>li.active>a {
    border-color: #00325f
}
.navbar .dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 9px
}
.navbar .dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 10px
}
.navbar-fixed-bottom .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto
}
.navbar-fixed-bottom .dropdown-menu:after {
    border-top: 6px solid rgba(68, 68, 68, 0.88);
    border-bottom: 0;
    bottom: -6px;
    top: auto
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar .nav li.dropdown.active .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent
}
.navbar .nav li.dropdown.active>.dropdown-toggle:hover {
    color: #195a96
}
.mx .navbar .nav li.dropdown.active>.dropdown-toggle:hover {
    color: #a02332
}
.il .navbar .nav li.dropdown.active>.dropdown-toggle:hover {
    color: #881620
}
.id .navbar .nav li.dropdown.active>.dropdown-toggle:hover {
    color: #004d9f
}
.to .navbar .nav li.dropdown.active>.dropdown-toggle:hover {
    color: #00325f
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
    left: auto;
    right: 0
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px
}
.pagination {
    height: 38px;
    margin: 19px 0
}
.pagination ul {
    display: table;
    margin: 0 auto
}
.pagination li {
    display: inline
}
.pagination a {
    float: left;
    padding: 0 10px;
    line-height: 36px;
    text-decoration: none;
    border: 0;
    font-weight: 600;
    color: #6f6f6f
}
.pagination .active a {
    color: #195a96;
    cursor: default
}
.mx .pagination .active a {
    color: #a02332
}
.il .pagination .active a {
    color: #881620
}
.id .pagination .active a {
    color: #004d9f
}
.to .pagination .active a {
    color: #00325f
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #9b9b9b;
    background-color: transparent;
    cursor: default
}
.pagination li:first-child a {
    border-left-width: 1px
}
.pagination-centered {
    text-align: center
}
.pagination-right {
    text-align: right
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.hide {
    display: none
}
.show {
    display: block
}
.invisible {
    visibility: hidden
}
/*@font-face{font-family:'CustomFont';src:url(cstmfnt-webfont.eot?#iefix) format('embedded-opentype'),url(cstmfnt-webfont.woff) format('woff'),url(cstmfnt-webfont.ttf) format('truetype'),url(cstmfnt-webfont.svg#svgFontName) format('svg')}*/
/*! CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

#featured {
    width: 945px;
    height: 325px;
    background: transparent url(/_p/_orbit/loading-refresh-white.gif) no-repeat center center;
    overflow: hidden;
    margin-left: -2px
}
#featured .content {
    width: 945px;
    height: 325px;
    background: #fff url(/_p/bg-startseite.png) center -169px no-repeat
}
.mx #featured .content {
    background-image: url(/_p/bg-startseite-mx.png)
}
.il #featured .content {
    background-image: url(/_p/bg-startseite-il.png)
}
.id #featured .content {
    background-image: url(/_p/bg-startseite-id.png)
}
.to #featured .content {
    background-image: url(/_p/bg-startseite-to.png)
}
#featured>img,
#featured>div,
#featured>a {
    display: none
}
.orbit-content {
    position: relative
}
div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    margin: 0 0 30px
}
div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden
}
div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}
div.orbit>a {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none
}
.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
    display: none
}
span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(/_p/_orbit/rotator-black.png) no-repeat;
    z-index: 3
}
span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden
}
span.rotator.move {
    left: 0
}
span.mask.move {
    width: 40px;
    left: 0;
    background: url(/_p/_orbit/timer-black.png) repeat 0 0
}
span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/_p/_orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0
}
span.pause.active {
    background: url(/_p/_orbit/pause-black.png) no-repeat 0 -40px
}
div.timer:hover span.pause,
span.pause.active {
    opacity: 1
}
.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif
}
div.slider-nav {
    display: block
}
div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer
}
div.slider-nav span.right {
    background: url(/_p/_orbit/right-arrow.png);
    right: 0
}
div.slider-nav span.left {
    background: url(/_p/_orbit/left-arrow.png);
    left: 0
}
.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    top: 19px;
    left: 0;
    padding: 0;
    margin: 0
}
.orbit-bullets li {
    line-height: 16px;
    cursor: pointer;
    overflow: hidden;
    color: #6f6f6f;
    width: 230px;
    height: 60px;
    margin: 0 0 10px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    padding: 5px 10px 5px 15px
}
.orbit-bullets li:hover,
.orbit-bullets li.active {
    color: #0e3354;
    background-color: #b6b6b6;
    background-image: -moz-linear-gradient(top, #dcdcdc, #7d7d7d);
    background-image: -ms-linear-gradient(top, #dcdcdc, #7d7d7d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc), to(#7d7d7d));
    background-image: -webkit-linear-gradient(top, #dcdcdc, #7d7d7d);
    background-image: -o-linear-gradient(top, #dcdcdc, #7d7d7d);
    background-image: linear-gradient(top, #dcdcdc, #7d7d7d);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#7d7d7d', GradientType=0)
}
.mx .orbit-bullets li:hover,
.mx .orbit-bullets li.active {
    color: #761a25
}
.il .orbit-bullets li:hover,
.il .orbit-bullets li.active {
    color: #480c11
}
.id .orbit-bullets li:hover,
.id .orbit-bullets li.active {
    color: #003976
}
.to .orbit-bullets li:hover,
.to .orbit-bullets li.active {
    color: #002547
}
.orbit-bullets li.active {
    margin-left: 30px
}
.orbit-bullets li i {
    float: right;
    margin: 10px 0 0 5px
}
.orbit-bullets li.has-thumb {
    background: 0;
    width: 100px;
    height: 75px
}
.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000
}
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer
}
#lbBottomContainer a,
#lbCenter a {
    border: 0
}
#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff
}
.lbLoading {
    background: #fff url(/_p/_slimbox/loading.gif) no-repeat center
}
#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat
}
#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: 0
}
#lbPrevLink {
    left: 0
}
#lbPrevLink:hover {
    background: transparent url(/_p/_slimbox/prevlabel.gif) no-repeat 0 15%
}
#lbNextLink {
    right: 0
}
#lbNextLink:hover {
    background: transparent url(/_p/_slimbox/nextlabel.gif) no-repeat 100% 15%
}
#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none
}
#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/_p/_slimbox/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: 0
}
#lbCaption,
#lbNumber {
    margin-right: 71px
}
#lbCaption {
    font-weight: bold
}
.social_share_privacy_area {
    clear: both;
    margin: 20px 0!important;
    list-style-type: none;
    padding: 0!important;
    width: auto;
    height: 25px;
    display: block;
    position: relative
}
.social_share_privacy_area li {
    margin: 0!important;
    padding: 0!important;
    height: 21px;
    float: left
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit
}
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px
}
.social_share_privacy_area .twitter {
    width: 148px
}
.social_share_privacy_area li div.tweet {
    width: 115px
}
.social_share_privacy_area .gplus {
    width: 123px
}
.social_share_privacy_area li div.gplusone {
    width: 90px
}
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url(/_p/_socialshareprivacy/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px
}
.social_share_privacy_area li.help_info {
    position: relative
}
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    color: #444;
    z-index: 500
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px
}
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
    display: block
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none
}
.social_share_privacy_area li .help_info.icon {
    background: transparent url(/_p/_socialshareprivacy/socialshareprivacy_info.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
    border-top-width: 0;
    border-left-width: 0
}
.social_share_privacy_area li.settings_info {
    position: absolute;
    top: 66px;
    left: 151px
}
.social_share_privacy_area li.settings_info a {
    text-decoration: none;
    margin: 0!important;
    border: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu.on {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
    display: none;
    margin: 0;
    padding: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
    text-indent: -9999em;
    display: inline-block;
    background: transparent url(/_p/_socialshareprivacy/settings.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    margin: 0;
    padding: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
    border-top-width: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
    width: 115px
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
    clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    margin: 0;
    padding: 0
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
    color: #090
}
.uploadify {
    position: relative;
    margin-bottom: 1em
}
.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0, #707070 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070));
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 100%
}
.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0, #808080 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080));
    background-position: center bottom
}
.uploadify-button.disabled {
    background-color: #d0d0d0;
    color: #808080
}
.uploadify-queue {
    margin-bottom: 1em
}
.uploadify-queue-item {
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px
}
.uploadify-error {
    background-color: #fde5dd!important
}
.uploadify-queue-item .cancel a {
    background: url(/_p/_uploadify/uploadify-cancel.png) 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    border: 0
}
.uploadify-queue-item.completed {
    background-color: #e5e5e5
}
.uploadify-progress {
    background-color: #e5e5e5;
    margin-top: 10px;
    width: 100%
}
.uploadify-progress-bar {
    background-color: #09f;
    height: 3px;
    width: 1px
}
.inhaltsblock {
    margin: 0 0 30px;
    padding: 28px 0 0
}
.inhaltsblock ul {
    margin-left: 1.5em
}
.inhaltsblock li {
    margin-bottom: 4.75px
}
.first.column {
    padding-right: 10px
}
.last.column {
    padding-left: 10px
}
.breitzeile {
    overflow: hidden;
    min-height: 200px
}
.blauzeile {
    overflow: hidden;
    min-height: 200px;
    padding: 30px 0;
    margin: 0 0 30px;
    color: #fff;
    background-color: #165085;
    background-image: -moz-linear-gradient(top, #195a96, #12406a);
    background-image: -ms-linear-gradient(top, #195a96, #12406a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#195a96), to(#12406a));
    background-image: -webkit-linear-gradient(top, #195a96, #12406a);
    background-image: -o-linear-gradient(top, #195a96, #12406a);
    background-image: linear-gradient(top, #195a96, #12406a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#195a96', endColorstr='#12406a', GradientType=0)
}
.blauzeile a,
.blauzeile a:link,
.blauzeile a:visited {
    color: #fff
}
.blauzeile a:hover,
.blauzeile a:active {
    color: #87a5cd
}
.mx .blauzeile a:hover,
.mx .blauzeile a:active {
    color: #cf9198
}
.il .blauzeile a:hover,
.il .blauzeile a:active {
    color: #c48b90
}
.id .blauzeile a:hover,
.id .blauzeile a:active {
    color: #80a6cf
}
.to .blauzeile a:hover,
.to .blauzeile a:active {
    color: #7d96af
}
.blauzeile h1,
.blauzeile h2,
.blauzeile h3,
.blauzeile h4,
.blauzeile h5,
.blauzeile h6 {
    color: #fff
}
.mx .blauzeile {
    background-color: #8f1f2d;
    background-image: -moz-linear-gradient(top, #a02332, #761a25);
    background-image: -ms-linear-gradient(top, #a02332, #761a25);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a02332), to(#761a25));
    background-image: -webkit-linear-gradient(top, #a02332, #761a25);
    background-image: -o-linear-gradient(top, #a02332, #761a25);
    background-image: linear-gradient(top, #a02332, #761a25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a02332', endColorstr='#761a25', GradientType=0)
}
.il .blauzeile {
    background-color: #6e121a;
    background-image: -moz-linear-gradient(top, #881620, #480c11);
    background-image: -ms-linear-gradient(top, #881620, #480c11);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#881620), to(#480c11));
    background-image: -webkit-linear-gradient(top, #881620, #480c11);
    background-image: -o-linear-gradient(top, #881620, #480c11);
    background-image: linear-gradient(top, #881620, #480c11);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#881620', endColorstr='#480c11', GradientType=0)
}
.id .blauzeile {
    background-color: #00458f;
    background-image: -moz-linear-gradient(top, #004d9f, #003976);
    background-image: -ms-linear-gradient(top, #004d9f, #003976);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004d9f), to(#003976));
    background-image: -webkit-linear-gradient(top, #004d9f, #003976);
    background-image: -o-linear-gradient(top, #004d9f, #003976);
    background-image: linear-gradient(top, #004d9f, #003976);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004d9f', endColorstr='#003976', GradientType=0)
}
.to .blauzeile {
    background-color: #002d55;
    background-image: -moz-linear-gradient(top, #00325f, #002547);
    background-image: -ms-linear-gradient(top, #00325f, #002547);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00325f), to(#002547));
    background-image: -webkit-linear-gradient(top, #00325f, #002547);
    background-image: -o-linear-gradient(top, #00325f, #002547);
    background-image: linear-gradient(top, #00325f, #002547);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00325f', endColorstr='#002547', GradientType=0)
}
.seitenabsatz {
    margin-bottom: 28.5px
}
.bilderblock {
    clear: both;
    overflow: hidden;
    margin: 10px 0 10px -3px
}
.bilderblockbild {
    float: left;
    width: 225px;
    overflow: hidden;
    padding: 0 3px 0 3px;
    font-weight: 600
}
.bilderblockbild img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 0 10px;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    -ms-transition: border-color;
    -o-transition: border-color;
    transition: border-color;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}
.bilderblockbild a:hover img {
    border-color: #87a5cd
}
.mx .bilderblockbild a:hover img {
    border-color: #cf9198
}
.il .bilderblockbild a:hover img {
    border-color: #c48b90
}
.id .bilderblockbild a:hover img {
    border-color: #80a6cf
}
.to .bilderblockbild a:hover img {
    border-color: #7d96af
}
.bilderblockbild.erste {
    margin-right: 7px
}
.uebersichtliste .bilderblockbild {
    margin: 0 20px 0 0
}
.stoererkasten {
    display: block;
    background: #f0f0f0;
    padding: 18px 20px;
    margin: 0 0 20px
}
.zitatkasten {
    font-style: italic;
    color: #195a96;
    position: relative;
    padding: 19px 19px 0;
    margin: 0 0 19px;
    z-index: 100
}
.mx .zitatkasten {
    color: #a02332
}
.il .zitatkasten {
    color: #881620
}
.id .zitatkasten {
    color: #004d9f
}
.to .zitatkasten {
    color: #00325f
}
.zitatkasten strong {
    display: block;
    text-align: right;
    padding: 6.5px 0 0;
    color: #6f6f6f
}
.zitatkasten:after {
    content: "„";
    opacity: .2;
    color: #6f6f6f;
    font-size: 130px;
    position: absolute;
    left: 0;
    top: -39px
}
.uebersichtliste {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px dotted #6f6f6f
}
.listenblock {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px dotted #6f6f6f;
    overflow: hidden
}
.listencontentblock {
    float: left;
    width: 690px
}
.seitenbild {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 30px 10px 0;
    width: 450px;
    clear: both
}
#fehler-404 .seitenbild {
    border: 0;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.newsliste .seitenbild {
    width: 220px
}
.seitenbild i {
    position: absolute
}
.randliste {
    clear: both
}
ul.randlistenblock {
    list-style: none;
    margin: 0;
    float: left;
    width: 230px
}
ul.randlistenblock i {
    margin-top: 4px
}
.randlistenblock>li {
    width: 220px;
    float: left;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    margin: 0 10px 10px 0
}
.rl-kopf {
    width: 450px;
    height: 42px;
    overflow: hidden;
    padding: 4px 6px 6px 8px;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
    background-image: -ms-linear-gradient(top, #fff, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
    background-image: -o-linear-gradient(top, #fff, #d9d9d9);
    background-image: linear-gradient(top, #fff, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0);
    -webkit-transition: background;
    -moz-transition: background;
    -ms-transition: background;
    -o-transition: background;
    transition: background;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    border-top: 1px solid #f0f0f0
}
.rl-kopf p {
    margin: 0;
    font-size: 11px;
    line-height: 12px
}
.randlistenblock .rl-kopf {
    width: 220px;
    cursor: pointer
}
.randliste li.hover .rl-kopf,
.randliste li:hover .rl-kopf {
    background: #195a96;
    color: #fff
}
.mx .randliste li.hover .rl-kopf,
.mx .randliste li:hover .rl-kopf {
    background: #a02332
}
.il .randliste li.hover .rl-kopf,
.il .randliste li:hover .rl-kopf {
    background: #881620
}
.id .randliste li.hover .rl-kopf,
.id .randliste li:hover .rl-kopf {
    background: #004d9f
}
.to .randliste li.hover .rl-kopf,
.to .randliste li:hover .rl-kopf {
    background: #00325f
}
.randliste li.hover .rl-kopf h5,
.randliste li:hover .rl-kopf h5 {
    color: #fff
}
.randliste i {
    float: left;
    margin: 2px 8px 0 0
}
.randliste h5 {
    margin: 0
}
.rl-body {
    width: 450px
}
.randlistenblock .rl-body {
    border-top: 1px solid #b9b9b9;
    width: 220px;
    padding: 10px 0 10px 10px
}
.randinhalte {
    margin: 0 0 20px;
    width: 450px;
    background: #f0f0f0
}
.randinhalte .rl-kopf {
    background: transparent
}
.randinhalte h5 {
    color: #195a96;
    font-size: 13px;
    font-weight: bold;
    margin: 0
}
.mx .randinhalte h5 {
    color: #a02332
}
.il .randinhalte h5 {
    color: #881620
}
.id .randinhalte h5 {
    color: #004d9f
}
.to .randinhalte h5 {
    color: #00325f
}
.randinhalte ul.randinhalteliste {
    list-style: none;
    margin: 0
}
.randinhalte ul.randinhalteliste li {
    padding: 10px 0 2px 10px;
    margin: 0;
    border-top: 1px dotted #b9b9b9;
    overflow: hidden;
    background: transparent
}
.randinhalte ul.randinhalteliste a {
    border: 0
}
.randinhalte ul.randinhalteliste small {
    display: inline-block;
    padding: 3px 0 0
}
.downloadsliste ul.randinhalteliste .txt {
    float: left;
    width: 430px;
    padding: 0 0 0 25px
}
.downloadsliste ul.randinhalteliste .txt img {
    display: block;
    clear: both;
    margin: 0 0 5px
}
.downloadsliste ul.randinhalteliste .icon {
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 -25px
}
.downloadsliste ul.randinhalteliste .icon.icn22 {
    width: 22px;
    height: 22px
}
.downloadsliste ul.randinhalteliste .titel {
    float: left;
    font-weight: bold
}
.downloadsliste ul.randinhalteliste .text {
    display: block;
    float: left;
    clear: both;
    margin-top: -3px
}
.downloadsliste ul.randinhalteliste .meta {
    float: right;
    padding: 5px 0 0;
    margin: 0 10px 5px 0;
    font-size: 10px;
    color: #444
}
.downloadsliste ul.randinhalteliste a:hover {
    color: #0e3354
}
.mx .downloadsliste ul.randinhalteliste a:hover {
    color: #761a25
}
.il .downloadsliste ul.randinhalteliste a:hover {
    color: #480c11
}
.id .downloadsliste ul.randinhalteliste a:hover {
    color: #003976
}
.to .downloadsliste ul.randinhalteliste a:hover {
    color: #002547
}
.pressekontaktliste ul.randinhalteliste p,
.ansprechpartnerliste ul.randinhalteliste p {
    width: 210px;
    float: left;
    line-height: 14px
}
.pressekontaktliste ul.randinhalteliste p.blocklinks,
.ansprechpartnerliste ul.randinhalteliste p.blocklinks {
    width: 190px
}
.pressekontaktliste ul.randinhalteliste .tel,
.ansprechpartnerliste ul.randinhalteliste .tel,
.pressekontaktliste ul.randinhalteliste .label,
.ansprechpartnerliste ul.randinhalteliste .label {
    font-size: 11px
}
.pressekontaktliste ul.randinhalteliste .tel,
.ansprechpartnerliste ul.randinhalteliste .tel {
    display: inline-block;
    padding-top: 3px
}
.pressekontaktliste ul.randinhalteliste a.emaillink,
.ansprechpartnerliste ul.randinhalteliste a.emaillink {
    display: inline-block;
    line-height: 14px
}
.pressekontaktliste ul.randinhalteliste small,
.ansprechpartnerliste ul.randinhalteliste small {
    line-height: 14px
}
.partnerliste ul.randinhalteliste img {
    float: left;
    margin: 0 10px 10px 0
}
.partnerliste ul.randinhalteliste p {
    float: left;
    width: 230px
}
.presse .newsliste .teasertext {
    padding: 0 0 0 250px
}
ul.social_share_privacy_area {
    list-style: none;
    margin: 0!important;
    padding: 0!important
}
ul.social_share_privacy_area li {
    height: 30px;
    float: none
}
.randform {
    margin: 0 10px 0 0
}
.mainnavi ul.subsubnavigation {
    width: 198px;
    overflow: hidden;
    clear: both;
    list-style: none;
    margin: 0
}
.mainnavi ul.subsubnavigation li {
    float: none;
    display: block;
    width: auto
}
.mainnavi ul.subsubnavigation a {
    float: none;
    display: block;
    width: auto;
    margin: 0 10px 0 0;
    overflow: hidden
}
ul.dropdown-menu a.subnavititellink {
    padding: 0
}
.mainnavi ul.zwspltg a,
.mainnavi ul.extrabreit a,
.mainnavi .zwspltg .navitrenner,
.mainnavi .extrabreit .navitrenner {
    width: 290px;
    white-space: normal
}
.mainnavi .extrabreit ul.subsubnavigation,
.mainnavi .zwspltg ul.subsubnavigation {
    width: 290px;
    margin: 0 10px 19px 0
}
.mainnavi .extrabreit>li:nth-child(3n+1) {
    clear: left
}
.mainnavi .drspltg.extrabreit ul.subsubnavigation {
    width: 198px
}
.mainnavi .drspltg.extrabreit>li:nth-child(4n+1) {
    clear: left
}
.kopf {
    height: 141px;
   /* min-width: 980px;*/
    background: transparent url(/_p/bg-kopf.png) center top repeat-x
}
.to .kopf {
    background-image: url(/_p/bg-kopf-to.png)
}
.id .kopf {
    background-image: url(/_p/bg-kopf-id.png)
}
.mx .kopf {
    background-image: url(/_p/bg-kopf-mx.png)
}
.il .kopf {
    background-image: url(/_p/bg-kopf-il.png)
}
.kopf .container {
    position: relative
}
#wrap {
    min-height: 100%;
    min-width: 100%
}
#seitenblock {
    padding-bottom: 300px
}
#startseite.tp #seitenblock {
    padding-bottom: 235px
}
.fuss {
   
    position: relative;
    margin: -300px 0 0;
    height: 300px;
    clear: both;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75)
}
#startseite.tp .fuss {
    height: 235px;
    margin-top: -235px
}
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px
}
/*.fuss .container {
    padding-left: 0
}*/
.fuss .span3 {
    width: 225px
}
.fuss .span9 {
    width: 735px
}
.fuss h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0
}
.fuss .vcard {
    width: 180px
}
ul.fusslinks {
    list-style: none;
    margin: 0
}
.fusslinks li {
    float: left;
/*    min-width: 235px; */
    min-height: 31px;
    margin: 0 0 20px 10px
}
.fusslinks a {
    display: block;
    float: left;
    border: 0;
  /*  width: 235px; */
    height: 28px;
    padding: 3px 0 0;
    font-size: 16px;
    font-weight: 500
}
.fusslinks a i {
    margin-top: -3px;
    margin-right: 5px
}
[class^="icn19-"],
[class*=" icn19-"],
[class^="icn22-"],
[class*=" icn22-"],
[class^="icn25-"],
[class*=" icn25-"],
[class^="icn28-"],
[class*=" icn28-"],
[class^="icn44-"],
[class*=" icn44-"] {
    display: inline-block;
    *margin-right: .3em;
    vertical-align: text-top;
    background-repeat: no-repeat;
    text-indent: -9999em
}
[class^="icn19-"]:last-child,
[class*=" icn19-"]:last-child,
[class^="icn22-"]:last-child,
[class*=" icn22-"]:last-child,
[class^="icn25-"]:last-child,
[class*=" icn25-"]:last-child,
[class^="icn28-"]:last-child,
[class*=" icn28-"]:last-child,
[class^="icn44-"]:last-child,
[class*=" icn44-"]:last-child {
    *margin-left: 0
}
[class^="icn19-"],
[class*=" icn19-"] {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-image: url(/_p/icons-19x19.png);
    background-position: 19px 19px
}
[class^="icn22-"],
[class*=" icn22-"] {
    width: 18px;
    height: 22px;
    line-height: 22px;
    background-image: url(/_p/icons-18x22.png);
    background-position: 18px 22px
}
[class^="icn25-"],
[class*=" icn25-"] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url(/_p/icons-25x25.png);
    background-position: 25px 25px
}
[class^="icn28-"],
[class*=" icn28-"] {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-image: url(/_p/icons-28x28.png);
    background-position: 28px 28px
}
.mx [class^="icn28-"],
.mx [class*=" icn28-"] {
    background-image: url(/_p/icons-28x28-mx.png)
}
.il [class^="icn28-"],
.il [class*=" icn28-"] {
    background-image: url(/_p/icons-28x28-il.png)
}
.id [class^="icn28-"],
.id [class*=" icn28-"] {
    background-image: url(/_p/icons-28x28-id.png)
}
.to [class^="icn28-"],
.to [class*=" icn28-"] {
    background-image: url(/_p/icons-28x28-to.png)
}
[class^="icn44-"],
[class*=" icn44-"] {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-image: url(/_p/icons-44x44.png);
    background-position: 44px 44px
}
.icn19-mx {
    background-position: 0 0
}
.icn19-to {
    background-position: 0 -19px
}
.icn19-id {
    background-position: 0 -38px
}
.icn19-il {
    background-position: 0 -57px
}
.icn22-balkenchart {
    background-position: 0 0
}
.icn22-img {
    background-position: 0 -22px
}
.icn22-xlschart {
    background-position: 0 -44px
}
.icn22-pdfsuff {
    background-position: 0 -66px
}
.icn22-zip {
    background-position: 0 -88px
}
.icn22-txt {
    background-position: 0 -110px
}
.icn22-blank {
    background-position: 0 -132px
}
.icn22-odtsuff {
    background-position: 0 -154px
}
.icn22-odt {
    background-position: 0 -176px
}
.icn22-docsuff {
    background-position: 0 -198px
}
.icn22-doc {
    background-position: 0 -220px
}
.icn22-txtsuff {
    background-position: 0 -242px
}
.icn22-xlssuff {
    background-position: 0 -264px
}
.icn22-xls {
    background-position: 0 -286px
}
.icn22-pdf {
    background-position: 0 -308px
}
.icn22-exe {
    background-position: 0 -330px
}
.icn22-blk {
    background-position: 0 -330px
}
.icn25-mx {
    background-position: 0 0
}
.icn25-to {
    background-position: 0 -25px
}
.icn25-il {
    background-position: 0 -50px
}
.icn25-tp {
    background-position: 0 -75px
}
.icn25-id {
    background-position: 0 -100px
}
.mx .icn25-user {
    background-position: 0 -125px
}
.mx .icn25-dl {
    background-position: 0 -150px
}
.mx .icn25-herz {
    background-position: 0 -175px
}
.mx .icn25-tw {
    background-position: 0 -200px
}
.mx .icn25-news {
    background-position: 0 -225px
}
.to .icn25-user {
    background-position: 0 -250px
}
.to .icn25-dl {
    background-position: 0 -275px
}
.to .icn25-herz {
    background-position: 0 -300px
}
.to .icn25-tw {
    background-position: 0 -325px
}
.to .icn25-news {
    background-position: 0 -350px
}
.il .icn25-user {
    background-position: 0 -375px
}
.il .icn25-dl {
    background-position: 0 -400px
}
.il .icn25-herz {
    background-position: 0 -425px
}
.il .icn25-tw {
    background-position: 0 -450px
}
.il .icn25-news {
    background-position: 0 -475px
}
.tp .icn25-user {
    background-position: 0 -500px
}
.tp .icn25-dl {
    background-position: 0 -525px
}
.tp .icn25-herz {
    background-position: 0 -550px
}
.tp .icn25-tw {
    background-position: 0 -575px
}
.tp .icn25-news {
    background-position: 0 -600px
}
.id .icn25-user {
    background-position: 0 -625px
}
.id .icn25-dl {
    background-position: 0 -650px
}
.id .icn25-herz {
    background-position: 0 -675px
}
.id .icn25-tw {
    background-position: 0 -700px
}
.id .icn25-news {
    background-position: 0 -725px
}
.icn28-nl {
    background-position: 0 0
}
.icn28-fw {
    background-position: 0 -28px
}
.icn28-wm {
    background-position: 0 -56px
}
.icn28-tw {
    background-position: 0 -84px
}
.icn28-idc {
    background-position: 0 -112px
}
.icn28-fb {
    background-position: 0 -140px
}
.icn28-ip {
    background-position: 0 -168px
}
.icn28-agb {
    background-position: 0 -196px
}
.icn28-sm {
    background-position: 0 -224px
}
.icn28-cr {
    background-position: 0 -252px
}
a:hover .icn28-nl {
    background-position: -28px 0
}
a:hover .icn28-fw {
    background-position: -28px -28px
}
a:hover .icn28-wm {
    background-position: -28px -56px
}
a:hover .icn28-tw {
    background-position: -28px -84px
}
a:hover .icn28-idc {
    background-position: -28px -112px
}
a:hover .icn28-fb {
    background-position: -28px -140px
}
a:hover .icn28-ip {
    background-position: -28px -168px
}
a:hover .icn28-agb {
    background-position: -28px -196px
}
a:hover .icn28-sm {
    background-position: -28px -224px
}
a:hover .icn28-cr {
    background-position: -28px -252px
}
.icn44-tp {
    background-position: 0 0
}
.icn44-tp-event {
    background-position: 0 -44px
}
.icn44-mx {
    background-position: 0 -88px
}
.icn44-mx-event {
    background-position: 0 -132px
}
.icn44-to {
    background-position: 0 -176px
}
.icn44-to-event {
    background-position: 0 -220px
}
.icn44-id {
    background-position: 0 -264px
}
.icn44-id-event {
    background-position: 0 -308px
}
.icn44-il {
    background-position: 0 -352px
}
.icn44-il-event {
    background-position: 0 -396px
}
a#logo {
    position: absolute;
    top: 52px;
    left: 20px;
    border: 0
}
.mx a#logo {
    top: 69px
}
.metanavi {
    margin-top: 4px;
    min-height: 0 !important; 
    margin-bottom: 0 !important;
}
.metanavi .nav>li>a {
    color: #fff;
    border-left: 1px solid #fff;
    margin-top: 3px;
    padding: 0 10px 1px
}
.metanavi .nav>li.erste>a {
    border: 0
}
.metanavi .nav>li>a:hover {
    color: #87a5cd
}
.mx .metanavi .nav>li>a:hover {
    color: #cf9198
}
.il .metanavi .nav>li>a:hover {
    color: #c48b90
}
.id .metanavi .nav>li>a:hover {
    color: #80a6cf
}
.to .metanavi .nav>li>a:hover {
    color: #7d96af
}
.id .metanavi .link-pm,
.il .metanavi .link-pm {
    display: none
}
#anfahrtsskizze {
    overflow: hidden;
    clear: both;
    margin: 0 0 10px
}
.ftrtxt {
    position: absolute;
    z-index: 3;
    overflow: hidden
}
.ftrimg,
.ftrthumb {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: border-color;
    -moz-transition: border-color;
    -ms-transition: border-color;
    -o-transition: border-color;
    transition: border-color;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}
.ftrimg {
    position: absolute;
    top: 0;
    right: 86px;
    z-index: 1
}
a.hover .ftrimg,
a:hover .ftrimg,
a.hover .ftrthumb,
a:hover .ftrthumb,
a.hover .ftrimg,
a:hover .ftrimg,
a.hover .ftrthumb,
a:hover .ftrthumb {
    border-color: #c8c8c8
}
.ftrthumb {
    position: absolute;
    z-index: 2;
    top: 48px;
    right: 3px
}
.tochterfirmen {
    margin-top: 30px
}
.tochterfirmen ul {
    list-style: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    margin: 11px 0 0 -20px
}
.tochterfirmen li {
    list-style: none
}
.tochterfirmen li a {
    border: 0
}
.tochter-logo {
    display: block;
    width: 205px;
    height: 205px;
    margin: 0 0 12px;
    background: #fff url(/_p/icons-185x185.png) 0 0 no-repeat;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    text-indent: -9999em;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    -ms-transition: border-color;
    -o-transition: border-color;
    transition: border-color;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}
.tochter-mx .tochter-logo {
    background-position: 0 0
}
.tochter-to .tochter-logo {
    background-position: 0 -185px
}
.tochter-id .tochter-logo {
    background-position: 0 -370px
}
.tochter-il .tochter-logo {
    background-position: 0 -555px
}
.tochter-mx:hover .tochter-logo {
    background-position: -185px 0
}
.tochter-to:hover .tochter-logo {
    background-position: -185px -185px
}
.tochter-id:hover .tochter-logo {
    background-position: -185px -370px
}
.tochter-il:hover .tochter-logo {
    background-position: -185px -555px
}
a:hover .tochter-logo {
    border-color: #87a5cd
}
.mx a:hover .tochter-logo {
    border-color: #c8a0a5
}
.il a:hover .tochter-logo {
    border-color: #c8a0a5
}
.tochter-titel {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px
}
.tochter-titel i {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    margin: 0 5px 0 0
}
#startseite.tp .news.breitzeile {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    background: transparent url(/_p/bg-startseite-news.png) center top
}
.tochterfirmenband {
    height: 75px;
    overflow: hidden;
    background: #6f6f6f url(/_p/bg-tfb.png) 0 0 repeat-x;
    margin: -30px 0 30px;
    border: 1px solid #144b7d;
    border-width: 0 0 1px
}
.tochterfirmenband ul {
    margin: 0 auto;
    width: 981px;
    overflow: hidden
}
.tochterfirmenband ul li {
    display: inline
}
.tochterfirmenband ul a {
    display: block;
    float: left;
    height: 75px;
    width: 245px;
    border: 0;
    text-indent: -9999em;
    background: transparent url(/_p/logos-tfb.png) 0 0 no-repeat
}
.tochterfirmenband ul .tochter-tp a {
    background-position: 0 0
}
.tochterfirmenband ul .tochter-to a {
    background-position: -245px 0
}
.tochterfirmenband ul .tochter-id a {
    background-position: -490px 0
}
.tochterfirmenband ul .tochter-il a {
    background-position: -735px 0;
    width: 246px
}
.tochterfirmenband ul .tochter-mx a {
    background-position: -980px 0
}
.tochterfirmenband ul .tochter-tp a:hover {
    background-position: 0 -75px
}
.tochterfirmenband ul .tochter-to a:hover {
    background-position: -245px -75px
}
.tochterfirmenband ul .tochter-id a:hover {
    background-position: -490px -75px
}
.tochterfirmenband ul .tochter-il a:hover {
    background-position: -735px -75px
}
.tochterfirmenband ul .tochter-mx a:hover {
    background-position: -980px -75px
}
.mx .tochterfirmenband {
    border-color: #a02332
}
.il .tochterfirmenband {
    border-color: #881620
}
.id .tochterfirmenband {
    border-color: #004d9f
}
.to .tochterfirmenband {
    border-color: #00325f
}
.news h3 {
    margin: 0 0 9.5px
}
.news h3 a:hover {
    color: #000
}
.news .tochter-mx a {
    color: #a02332
}
.news .tochter-to a {
    color: #195a96
}
.news .tochter-id a {
    color: #195a96
}
.news .tochter-il a {
    color: #a02332
}
.news .btn-block {
    clear: both;
    text-align: center;
    margin: 0 0 -28px
}
.news .mehr {
    display: inline-block;
    margin-left: 5px
}
.news .spalte-1 {
    clear: both
}
.news .btn-block a {
    display: inline-block;
    margin: 0 12px 0 0;
    font-weight: 600
}
.news .btn-block i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(/_p/icons-12x12.png) 0 0 no-repeat
}
.news a.btn-news-archiv:hover i {
    background-position: -12px 0
}
.news .btn-news-rss {
    margin-right: 0
}
.news .btn-news-rss i {
    background-position: 0 -12px
}
.news a.btn-news-rss:hover i {
    background-position: -12px -12px
}
.news .metazeile {
    margin: 0 0 9.5px;
    font-weight: 600
}
.mx .news .btn-block i {
    background-image: url(/_p/icons-12x12-rot.png)
}
.il .news .btn-block i {
    background-image: url(/_p/icons-12x12-rot.png)
}
#startseite .news {
    margin-top: 20px
}
.newsliste {
    margin-top: 11px;
    margin-bottom: 30px
}
#newsarchiv .newsliste {
    padding-top: 20px;
    border-top: 1px dotted #6f6f6f
}
.newsblock {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px
}
#newsarchiv .newsblock {
    padding-bottom: 20px;
    border-bottom: 1px dotted #6f6f6f
}
#startseite .newsblock .textblock {
    float: left;
    width: 380px
}
.newsblock i {
    float: left;
    margin: 0 10px 0 0
}
.newsfilter {
    padding: 0 0 4px 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #6f6f6f;
    font-size: 16px
}
.newsfilter dd,
.newsfilter dt {
    float: left
}
.newsfilter dl {
    margin: 0 0 15px 0;
    overflow: hidden
}
.newsfilter dl a {
    float: left;
    margin: 0 0 0 10px
}
.newsfilter dl .aktiv a {
    font-weight: bold
}
.jobsliste {
    margin: 20px 0
}
.jobsliste dt,
.jobsliste dd {
    margin: 0;
    border-bottom: 1px dotted #6f6f6f
}
.jobsliste dt {
    font-size: 16px;
    line-height: 23.75px;
    color: #195a96;
    padding: 10px 0
}
.jobsliste a {
    display: block;
    border: 0;
    padding: 20px;
    color: #6f6f6f;
    font-weight: 600;
    background: #f0f0f0
}
.jobsliste .zeile-0 a {
    background-color: #fff
}
.jobsliste a:hover {
    background-color: #6f6f6f;
    color: #fff
}
.profilblock {
    margin: 9.5px 0 9.5px;
    overflow: hidden
}
form.kontaktformular {
    background: #f0f0f0;
    padding: 20px 0 20px 20px;
    margin: 20px 0 0
}
form.kontaktformular fieldset {
    clear: both;
    overflow: hidden;
    width: 410px;
    margin: 0 10px 0 0
}
form.kontaktformular fieldset.form-halbe,
form.kontaktformular fieldset.form-viertel,
form.kontaktformular fieldset.form-3viertel {
    clear: none;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0
}
form.kontaktformular fieldset.form-halbe {
    width: 200px
}
form.kontaktformular fieldset.form-viertel {
    width: 100px
}
form.kontaktformular fieldset.form-3viertel {
    width: 300px
}
form.kontaktformular .buttonfeld {
    padding: 20px 0 0
}
dl.sitemap {
 
}
dl.sitemap dt {
    border-top: 1px dotted #195a96;
    margin: 25px 0 9.5px;
    padding: 30px 0 0;
    font-size: 16px;
    float: left;
    width: 100%
}
dl.sitemap dd {
    padding: 0;
    display: inline;
    overflow: hidden
}
dl.sitemap dd a {
    float: left;
    width: 235px;
    border: 0;
    color: #444;
    padding: 0 15px 5px 0
}
dl.sitemap .spalte-0 a {
    clear: both
}
dl.sitemap dd a:hover {
    color: #195a96
}
.suche-titel {
    display: block;
    font-weight: bold
}
.suche-text {
    display: block;
    font-weight: normal
}
@media print {
    * {
        background: transparent!important;
        color: black!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    a,
    a:visited {
        color: #000!important;
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    p a {
        word-wrap: break-word
    }
    .metanav,
    .mainnav,
    .navbar,
    .orbit-wrapper,
    #featured,
    .tochterfirmenband,
    .btn-block,
    .randlistenblock,
    i {
        display: none!important
    }
    #logo {
        position: static
    }
    #inhaltsblock article,
    .span6,
    .row,
    .container {
        width: 100%!important;
        margin: 0!important;
        padding: 0!important
    }
    .randliste {
        page-break-before: always
    }
}
.icn25-to {
    background-position: 0 -25px
}
.icn25-il {
    background-position: 0 -50px
}
.icn25-tp {
    background-position: 0 -75px
}
.icn25-id {
    background-position: 0 -100px
}
.icn25-reficn {
    background-position: 0 -750px
}
.icn25-presseicn {
    background-position: 0 -775px
}
.icn25-newsicn {
    background-position: 0 -800px
}
.icn25-eventsicn {
    background-position: 0 -825px
}
.mx .icn25-user {
    background-position: 0 -125px
}
.mx .icn25-dl {
    background-position: 0 -150px
}
.mx .icn25-herz {
    background-position: 0 -175px
}
.mx .icn25-tw {
    background-position: 0 -200px
}
.mx .icn25-news {
    background-position: 0 -225px
}
.to .icn25-user {
    background-position: 0 -250px
}
.to .icn25-dl {
    background-position: 0 -275px
}
.to .icn25-herz {
    background-position: 0 -300px
}
.to .icn25-tw {
    background-position: 0 -325px
}
.to .icn25-news {
    background-position: 0 -350px
}
.il .icn25-user {
    background-position: 0 -375px
}
.il .icn25-dl {
    background-position: 0 -400px
}
.il .icn25-herz {
    background-position: 0 -425px
}
.il .icn25-tw {
    background-position: 0 -450px
}
.il .icn25-news {
    background-position: 0 -475px
}
.tp .icn25-user {
    background-position: 0 -500px
}
.tp .icn25-dl {
    background-position: 0 -525px
}
.tp .icn25-herz {
    background-position: 0 -550px
}
.tp .icn25-tw {
    background-position: 0 -575px
}
.tp .icn25-news {
    background-position: 0 -600px
}
.id .icn25-user {
    background-position: 0 -625px
}
.id .icn25-dl {
    background-position: 0 -650px
}
.id .icn25-herz {
    background-position: 0 -675px
}
.id .icn25-tw {
    background-position: 0 -700px
}
.id .icn25-news {
    background-position: 0 -725px
}
.icn28-nl {
    background-position: 0 0
}
.icn28-fw {
    background-position: 0 -28px
}
.icn28-wm {
    background-position: 0 -56px
}
.icn28-tw {
    background-position: 0 -84px
}
.icn28-idc {
    background-position: 0 -112px
}
.icn28-fb {
    background-position: 0 -140px
}
.icn28-ip {
    background-position: 0 -168px
}
.icn28-agb {
    background-position: 0 -196px
}
.icn28-sm {
    background-position: 0 -224px
}
.icn28-cr {
    background-position: 0 -252px
}
a:hover .icn28-nl {
    background-position: -28px 0
}
a:hover .icn28-fw {
    background-position: -28px -28px
}
a:hover .icn28-wm {
    background-position: -28px -56px
}
a:hover .icn28-tw {
    background-position: -28px -84px
}
a:hover .icn28-idc {
    background-position: -28px -112px
}
a:hover .icn28-fb {
    background-position: -28px -140px
}
a:hover .icn28-ip {
    background-position: -28px -168px
}
a:hover .icn28-agb {
    background-position: -28px -196px
}
a:hover .icn28-sm {
    background-position: -28px -224px
}
a:hover .icn28-cr {
    background-position: -28px -252px
}
.icn44-tp {
    background-position: 0 0
}
.icn44-tp-event {
    background-position: 0 -44px
}
.icn44-mx {
    background-position: 0 -88px
}
.icn44-mx-event {
    background-position: 0 -132px
}
.icn44-to {
    background-position: 0 -176px
}
.icn44-to-event {
    background-position: 0 -220px
}
.icn44-id {
    background-position: 0 -264px
}
.icn44-id-event {
    background-position: 0 -308px
}
.icn44-il {
    background-position: 0 -352px
}
.icn44-il-event {
    background-position: 0 -396px
}
a#logo {
    position: relative;
    top: -7px;
    left: 0;
    border: 0
}
.mx a#logo {
    top: 69px
}
.metanavi {
    margin-top: 4px
}
.metanavi .nav>li>a {
    color: #fff;
    border-left: 1px solid #fff;
    margin-top: 3px;
    padding: 0 10px 1px
}
.metanavi .nav>li.erste>a {
    border: 0
}
.metanavi .nav>li>a:hover {
    color: #87a5cd
}
.mx .metanavi .nav>li>a:hover {
    color: #cf9198
}
.il .metanavi .nav>li>a:hover {
    color: #c48b90
}
.id .metanavi .nav>li>a:hover {
    color: #80a6cf
}
.to .metanavi .nav>li>a:hover {
    color: #7d96af
}
.id .metanavi .link-pm,
.il .metanavi .link-pm {
    display: none
}
#anfahrtsskizze {
    overflow: hidden;
    clear: both;
    margin: 0 0 10px
}
.ftrtxt {
    position: absolute;
    z-index: 3;
    overflow: hidden
}
.ftrimg,
.ftrthumb {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: border-color;
    -moz-transition: border-color;
    -ms-transition: border-color;
    -o-transition: border-color;
    transition: border-color;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}
.ftrimg {
    position: absolute;
    top: 0;
    right: 86px;
    z-index: 1
}
a.hover .ftrimg,
a:hover .ftrimg,
a.hover .ftrthumb,
a:hover .ftrthumb,
a.hover .ftrimg,
a:hover .ftrimg,
a.hover .ftrthumb,
a:hover .ftrthumb {
    border-color: #c8c8c8
}
.ftrthumb {
    position: absolute;
    z-index: 2;
    top: 48px;
    right: 3px
}
.tochterfirmen {
    margin-top: 30px
}
.tochterfirmen ul {
    list-style: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    margin: 11px 0 0 -20px
}
.tochterfirmen li {
    list-style: none
}
.tochterfirmen li a {
    border: 0
}
.tochter-logo {
    display: block;
    width: 205px;
    height: 205px;
    margin: 0 0 12px;
    background: #fff url(/_p/icons-185x185.png) 0 0 no-repeat;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    text-indent: -9999em;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    -ms-transition: border-color;
    -o-transition: border-color;
    transition: border-color;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}
.tochter-mx .tochter-logo {
    background-position: 0 0
}
.tochter-to .tochter-logo {
    background-position: 0 -185px
}
.tochter-id .tochter-logo {
    background-position: 0 -370px
}
.tochter-il .tochter-logo {
    background-position: 0 -555px
}
.tochter-mx:hover .tochter-logo {
    background-position: -185px 0
}
.tochter-to:hover .tochter-logo {
    background-position: -185px -185px
}
.tochter-id:hover .tochter-logo {
    background-position: -185px -370px
}
.tochter-il:hover .tochter-logo {
    background-position: -185px -555px
}
a:hover .tochter-logo {
    border-color: #87a5cd
}
.mx a:hover .tochter-logo {
    border-color: #c8a0a5
}
.il a:hover .tochter-logo {
    border-color: #c8a0a5
}
.tochter-titel {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px
}
.tochter-titel i {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    margin: 0 5px 0 0
}
#startseite.tp .news.breitzeile {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    background: transparent url(/_p/bg-startseite-news.png) center top
}
.tochterfirmenband {
    height: 75px;
    overflow: hidden;
    background: #6f6f6f url(/_p/bg-tfb.png) 0 0 repeat-x;
    margin: -30px 0 30px;
    border: 1px solid #144b7d;
    border-width: 0 0 1px
}
.tochterfirmenband ul {
    margin: 0 auto;
    width: 981px;
    overflow: hidden
}
.tochterfirmenband ul li {
    display: inline
}
.tochterfirmenband ul a {
    display: block;
    float: left;
    height: 75px;
    width: 245px;
    border: 0;
    text-indent: -9999em;
    background: transparent url(/_p/logos-tfb.png) 0 0 no-repeat
}
.tochterfirmenband ul .tochter-tp a {
    background-position: 0 0
}
.tochterfirmenband ul .tochter-to a {
    background-position: -245px 0
}
.tochterfirmenband ul .tochter-id a {
    background-position: -490px 0
}
.tochterfirmenband ul .tochter-il a {
    background-position: -735px 0;
    width: 246px
}
.tochterfirmenband ul .tochter-mx a {
    background-position: -980px 0
}
.tochterfirmenband ul .tochter-tp a:hover {
    background-position: 0 -75px
}
.tochterfirmenband ul .tochter-to a:hover {
    background-position: -245px -75px
}
.tochterfirmenband ul .tochter-id a:hover {
    background-position: -490px -75px
}
.tochterfirmenband ul .tochter-il a:hover {
    background-position: -735px -75px
}
.tochterfirmenband ul .tochter-mx a:hover {
    background-position: -980px -75px
}
.mx .tochterfirmenband {
    border-color: #a02332
}
.il .tochterfirmenband {
    border-color: #881620
}
.id .tochterfirmenband {
    border-color: #004d9f
}
.to .tochterfirmenband {
    border-color: #00325f
}
.news h3 {
    margin: 0 0 9.5px
}
.news h3 a:hover {
    color: #000
}
.news .tochter-mx a {
    color: #a02332
}
.news .tochter-to a {
    color: #195a96
}
.news .tochter-id a {
    color: #195a96
}
.news .tochter-il a {
    color: #a02332
}
.news .btn-block {
    clear: both;
    text-align: center;
    margin: 0 0 -28px
}
.news .mehr {
    display: inline-block;
    margin-left: 5px
}
.news .spalte-1 {
    clear: both
}
.news .btn-block a {
    display: inline-block;
    margin: 0 12px 0 0;
    font-weight: 600
}
.news .btn-block i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(/_p/icons-12x12.png) 0 0 no-repeat
}
.news a.btn-news-archiv:hover i {
    background-position: -12px 0
}
.news .btn-news-rss {
    margin-right: 0
}
.news .btn-news-rss i {
    background-position: 0 -12px
}
.news a.btn-news-rss:hover i {
    background-position: -12px -12px
}
.news .metazeile {
    margin: 0 0 9.5px;
    font-weight: 600
}
.mx .news .btn-block i {
    background-image: url(/_p/icons-12x12-rot.png)
}
.il .news .btn-block i {
    background-image: url(/_p/icons-12x12-rot.png)
}
#startseite .news {
    margin-top: 20px
}
.newsliste {
    margin-top: 11px;
    margin-bottom: 30px
}
#newsarchiv .newsliste {
    padding-top: 20px;
    border-top: 1px dotted #6f6f6f
}
.newsblock {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px
}
#newsarchiv .newsblock {
    padding-bottom: 20px;
    border-bottom: 1px dotted #6f6f6f
}
#startseite .newsblock .textblock {
    float: left;
    width: 380px
}
.newsblock i {
    float: left;
    margin: 0 10px 0 0
}
.newsfilter {
    padding: 0 0 4px 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #6f6f6f;
    font-size: 16px
}
.newsfilter dd,
.newsfilter dt {
    float: left
}
.newsfilter dl {
    margin: 0 0 15px 0;
    overflow: hidden
}
.newsfilter dl a {
    float: left;
    margin: 0 0 0 10px
}
.newsfilter dl .aktiv a {
    font-weight: bold
}
.jobsliste {
    margin: 20px 0
}
.jobsliste dt,
.jobsliste dd {
    margin: 0;
    border-bottom: 1px dotted #6f6f6f
}
.jobsliste dt {
    font-size: 16px;
    line-height: 23.75px;
    color: #195a96;
    padding: 10px 0
}
.jobsliste a {
    display: block;
    border: 0;
    padding: 20px;
    color: #6f6f6f;
    font-weight: 600;
    background: #f0f0f0
}
.jobsliste .zeile-0 a {
    background-color: #fff
}
.jobsliste a:hover {
    background-color: #6f6f6f;
    color: #fff
}
.profilblock {
    margin: 9.5px 0 9.5px;
    overflow: hidden
}
form.kontaktformular {
    background: #f0f0f0;
    padding: 20px 0 20px 20px;
    margin: 20px 0 0
}
form.kontaktformular fieldset {
    clear: both;
    overflow: hidden;
    width: 410px;
    margin: 0 10px 0 0
}
form.kontaktformular fieldset.form-halbe,
form.kontaktformular fieldset.form-viertel,
form.kontaktformular fieldset.form-3viertel {
    clear: none;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0
}
form.kontaktformular fieldset.form-halbe {
    width: 200px
}
form.kontaktformular fieldset.form-viertel {
    width: 100px
}
form.kontaktformular fieldset.form-3viertel {
    width: 300px
}
form.kontaktformular .buttonfeld {
    padding: 20px 0 0
}
dl.sitemap {
    margin: -25px 0 0;
    padding: 0 0 30px;
    border-bottom: 1px dotted #195a96;
    overflow: hidden
}
dl.sitemap dt {
    border-top: 1px dotted #195a96;
    margin: 25px 0 9.5px;
    padding: 30px 0 0;
    font-size: 16px;
    float: left;
    width: 100%
}
dl.sitemap dd {
    padding: 0;
    display: inline;
    overflow: hidden
}
dl.sitemap dd a {
    float: left;
    width: 235px;
    border: 0;
    color: #444;
    padding: 0 15px 5px 0
}
dl.sitemap .spalte-0 a {
    clear: both
}
dl.sitemap dd a:hover {
    color: #195a96
}
.suche-titel {
    display: block;
    font-weight: bold
}
.suche-text {
    display: block;
    font-weight: normal
}
@media print {
    * {
        background: transparent!important;
        color: black!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    a,
    a:visited {
        color: #000!important;
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    p a {
        word-wrap: break-word
    }
    .metanav,
    .mainnav,
    .navbar,
    .orbit-wrapper,
    #featured,
    .tochterfirmenband,
    .btn-block,
    .randlistenblock,
    i {
        display: none!important
    }
    #logo {
        position: static
    }
    #inhaltsblock article,
    .span6,
    .row,
    .container {
        width: 100%!important;
        margin: 0!important;
        padding: 0!important
    }
    .randliste {
        page-break-before: always
    }
}
.to .newsblock i.icn44-to-webinare {
    background: transparent url(/_p/fk_icons-44x44.png) 0 -176px no-repeat;
}
.to .newsblock i.icn44-to-produktnews {
    background: transparent url(/_p/fk_icons-44x44.png) 0 -220px no-repeat;
}
.to .newsblock i.icn44-to-event-event,
.to .newsblock i.icn44-to-event {
    background: transparent url(/_p/fk_icons-44x44.png) 0 -130px no-repeat;
}
.to .newsblock i.icn44-to-referenzen {
    background: transparent url(/_p/fk_icons-44x44.png) 0 0 no-repeat;
}
.to .newsblock i.icn44-to-news {
    background: transparent url(/_p/fk_icons-44x44.png) 0 -44px no-repeat;
}
.to .newsblock i.icn44-to-presse {
    background: transparent url(/_p/fk_icons-44x44.png) 0 -88px no-repeat;
}
.to .orbit-bullets li i.icn25-webicn {
    background: url(/_p/fk_icons-25.png) no-repeat scroll 0 -100px transparent;
}
.to .orbit-bullets li i.icn25-webicn {
    background: url(/_p/fk_icons-25.png) no-repeat scroll 0 -100px transparent;
}
.to .orbit-bullets li i.icn25-prdicn {
    background: url(/_p/fk_icons-25.png) no-repeat scroll 0 -125px transparent;
}
.partner {
    margin-bottom: 40px;
    background: none repeat scroll 0 0 #F0F0F0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    min-height: 172px;
}
.partner span {
    float: left;
    width: 100%;
}
.partner a {
    border: none;
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.partner a:hover span {
    color: #fff;
}
.partner:hover {
    background: #00325F;
}
.partner:hover a span {
    color: #fff;
}
.partner img {
    margin-bottom: 5px;
}
.partner span.name {
    font-weight: bold;
}
.loesungengruppe {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    /*	background: transparent url(/_p/loesungsgruppe.png) 0 21px repeat-y; */
}
.loesungengruppe .leistungenrow {
    background: url(/_p/loesungsgruppe.png) repeat-y scroll 0 -10px transparent;
    float: left;
    width: 100%;
}
.loesungengruppe h3 {
    margin-left: 17px;
}
#loesungen .partner {
    min-height: 205px;
    margin-bottom: 19px;
    box-shadow: none;
}
#loesungen .newsfilter {
    padding-left: 0;
    margin-left: 20px;
}
#loesungen .newsfilter.span12 {
    margin-bottom: 30px;
    margin-top: 15px;
    width: 940px;
}
#loesungen .newsfilter dl {
    margin: 0px 0 30px
}
#loesungen .newsfilter dl a {
    color: #fff;
    border: none;
    width: 220px;
    height: 40px;
    float: none;
    background: #b3b3b3 url(/_p/dummicn.png) 10px 8px no-repeat;
    margin: 0;
    display: block;
    padding: 10px 0 0;
}
#loesungen .newsfilter dl dd.newskat-9 a {
    background-image: url(/_p/icn_infrastructure.png);
}
#loesungen .newsfilter dl dd.newskat-8 a {
    background-image: url(/_p/icn_security.png);
}
#loesungen .newsfilter dl dd.newskat-7 a {
    background-image: url(/_p/icn_support.png);
    padding-left: 25px;
}
#loesungen .newsfilter dl a:hover {
    background-color: #00325F;
}
#loesungen .newsfilter dd {
    margin: 0;
}
#loesungen h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 9.5px;
    /*	background: #fff; */
    
    padding-left: 3px;
}
#loesungen .newsfilter dd {
    width: 220px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
}
#loesungen .newsfilter dd.newskat-x {
    margin-right: 0;
}
#loesungen .newsfilter dd.newskat-x a {
    /*	background-color: #b3b3b3; */
    
    background-image: none;
    margin-right: 0;
}
#loesungen.ausgewaehlt .newsfilter dd.newskat-x a {
    background-color: #b3b3b3;
}
#loesungen .newsfilter dd.newskat-x a:hover {
    background-color: #00325F;
}
#loesungen.ausgewaehlt .newsfilter dl .aktiv a,
#loesungen .newsfilter dd.newskat-x a {
    font-weight: normal;
    background-color: #00325F;
}
#loesungen .newsfilter dl .aktiv {
    font-weight: normal;
}
#loesungen .partner .status {
    font-size: 12.75px;
}
.randinhalte.leistungenliste {
    background: none;
}
.randinhalte.leistungenliste .randinhalteliste {
    background: none;
}
.randinhalte.leistungenliste .rl-kopf {
    border: none;
}
.randinhalte.leistungenliste ul.randinhalteliste li {
    border: none;
}
.randinhalte.leistungenliste .partner {
    margin: 0;
}
.randinhalte.leistungenliste .partner a {
    height: 205px;
    color: #00325f;
}
.randinhalte.leistungenliste ul.randinhalteliste li {
    padding: 0;
    float: left;
}
.randinhalte.leistungenliste ul.randinhalteliste li.zeile-1 {
    margin-right: 10px;
}
.randinhalte.leistungenliste .rl-kopf {
    height: auto;
}
.randinhalte {
    float: left;
}
.bwWrapper {
    position: relative;
    display: block;
}
.partnerliste ul.randinhalteliste li a {
    width: 210px;
    background-color: #fff;
    border: none;
    height: 59px;
    display: block;
    position: relative;
}
.partnerliste ul.randinhalteliste li a img {
    width: 100px;
    height: 46px;
    display: block;
    position: absolute;
    left: 55px;
    top: 6px;
    z-index: 0;
}
.partnerliste ul.randinhalteliste li a .BWfade {
    z-index: 10;
}
.leistungenliste .randinhalteliste .partner {
    box-shadow: none;
    margin-bottom: 19px;
    min-height: 205px;
}
.partnerliste ul.randinhalteliste li {
    float: left;
    border: none;
    width: 210px;
    padding: 0;
    margin: 0 10px 10px 10px;
}
.partnerliste ul.randinhalteliste li.zeile-0 {
    margin-left: 0;
}
.partnerliste ul.randinhalteliste li.zeile-ende {
    width: 210px;
    height: 59px;
    background: #fff;
    margin-left: 0;
}
.partnerliste .rl-kopf {
    border-bottom: 1px dotted #b9b9b9;
}
.partnerliste .rl-body {
    padding-top: 10px;
}
.mfp-content .slidecontent a {
    border-color: #00325f;
    color: #00325f;
}
.rsSlide .slidecontent a {
    border-color: #fff;
    color: #fff;
}
ul.socialmedia {
    list-style: none;
    list-style-image: none;
    margin: 0;
}
.socialmedia li {
    float: left;
    margin-bottom: 7px;
}
.socialmedia li a {
    border: none;
    float: left;
}
.socialmedia li a span {
    float: left;
    margin: 4px 0 0 8px;
}
.socialmedia li i {
    height: 28px;
    width: 28px;
    margin: 0;
    text-indent: -99999px;
    background: transparent url(/_p/icons-sm.png) -28px 0 no-repeat;
}
.socialmedia li.fb-link i {
    background-position: -28px 0;
}
.socialmedia li.twitter-link i {
    background-position: -28px -28px;
}
.socialmedia li.gplus-link i {
    background-position: -28px -56px;
}
.socialmedia li.fb-link:hover i {
    background-position: 0 0;
}
.socialmedia li.twitter-link:hover i {
    background-position: 0 -28px;
}
.socialmedia li.gplus-link:hover i {
    background-position: 0 -56px;
}
/* Leistungen */

#leistungen .zweispalter {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #6f6f6f;
    width: 940px;
}
.leistung {
    background: none repeat scroll 0 0 #f0f0f0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    min-height: 270px;
}
.leistung.span3 {
    width: 460px;
}
.leistung a {
    float: left;
    width: 460px;
    min-height: 270px;
    padding: 10px;
    border: none;
}
.leistung.spalte-1 {
/*    margin-right: 0; */
}
.leistung a p {
    color: #444;
    margin-bottom: 0;
}
.leistung a h2 {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 6px;
}
.leistung a:hover h2,
.leistung a:hover p {
    color: #fff;
}
.leistung:hover {
    background: #00325f;
}
#leistungen .zweispalter .last.column {
    padding-left: 10px;
}
#leistungsanimation {
    width: 944px;
    height: 654px;
    float: left;
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    display: none;
}
#leistungsanimation div {
    position: absolute;
    width: 944px;
    height: 654px;
    display: block;
    opacity: 0;
}
#leistungsanimation div.layer-1 {
    background: transparent url(/_p/layer-1.png) 0 0 no-repeat;
    z-index: 1;
}
#leistungsanimation div.layer-2 {
    background: transparent url(/_p/layer-2.png) 0 0 no-repeat;
    z-index: 2;
    top: -500px;
}
#leistungsanimation div.layer-3 {
    background: transparent url(/_p/layer-3.png) 0 0 no-repeat;
    z-index: 3;
    top: -300px;
}
#leistungsanimation div.layer-4 {
    background: transparent url(/_p/layer-4.png) 0 0 no-repeat;
    z-index: 4;
}
#leistungsanimation div.layer-5 {
    background: transparent url(/_p/layer-5.png) 0 0 no-repeat;
    z-index: 5;
}
#leistungsanimation div.layer-6 {
    background: transparent url(/_p/layer-6.png) 0 0 no-repeat;
    z-index: 6;
    right: -300px;
}
#leistungsanimation div.layer-7 {
    background: transparent url(/_p/layer-7.png) 0 0 no-repeat;
    z-index: 7;
    height: 0;
    opacity: 1;
}
#leistungsanimation div.layer-8 {
    background: transparent url(/_p/layer-8.png) 0 0 no-repeat;
    z-index: 8;
    right: -300px;
}
#leistungen.einzelansicht .partner {
    box-shadow: none;
    margin-bottom: 19px;
    min-height: 205px;
}
#leistungen.einzelansicht h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 9.5px;
    padding-left: 3px;
}
#leistungen #loesungen {
    float: left;
    width: 940px;
}
/* Unternehmen */

#unternehmen .zweispalter {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #6f6f6f;
    width: 940px;
}
.leistung {
    background: none repeat scroll 0 0 #f0f0f0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    min-height: 270px;
}
.leistung.span3 {
    width: 460px;
}
.leistung a {
    float: left;
    width: 460px;
    min-height: 270px;
    padding: 10px;
    border: none;
}
.leistung.spalte-1 {
/*    margin-right: 0; */
}
.leistung a p {
    color: #444;
    margin-bottom: 0;
}
.leistung a h2 {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 6px;
}
/*.leistung:hover a h2,
.leistung:hover a p {
    color: #fff;
}*/
.leistung:hover {
    background: #00325f;
}
#unternehmen .zweispalter .last.column {
    padding-left: 10px;
}
#leistungsanimation {
    width: 944px;
    height: 654px;
    float: left;
    position: relative;
    margin-top: 80px;
    overflow: hidden;
}
#leistungsanimation div {
    position: absolute;
    width: 944px;
    height: 654px;
    display: block;
    opacity: 0;
}
#leistungsanimation div.layer-1 {
    background: transparent url(/_p/layer-1.png) 0 0 no-repeat;
    z-index: 1;
}
#leistungsanimation div.layer-2 {
    background: transparent url(/_p/layer-2.png) 0 0 no-repeat;
    z-index: 2;
    top: -500px;
}
#leistungsanimation div.layer-3 {
    background: transparent url(/_p/layer-3.png) 0 0 no-repeat;
    z-index: 3;
    top: -300px;
}
#leistungsanimation div.layer-4 {
    background: transparent url(/_p/layer-4.png) 0 0 no-repeat;
    z-index: 4;
}
#leistungsanimation div.layer-5 {
    background: transparent url(/_p/layer-5.png) 0 0 no-repeat;
    z-index: 5;
}
#leistungsanimation div.layer-6 {
    background: transparent url(/_p/layer-6.png) 0 0 no-repeat;
    z-index: 6;
    right: -300px;
}
#leistungsanimation div.layer-7 {
    background: transparent url(/_p/layer-7.png) 0 0 no-repeat;
    z-index: 7;
    height: 0;
    opacity: 1;
}
#leistungsanimation div.layer-8 {
    background: transparent url(/_p/layer-8.png) 0 0 no-repeat;
    z-index: 8;
    right: -300px;
}
#unternehmen.einzelansicht .partner {
    box-shadow: none;
    margin-bottom: 19px;
    min-height: 205px;
}
#unternehmen.einzelansicht h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 9.5px;
    padding-left: 3px;
}
#leistungsanimation a {
    width: 210px;
    height: 305px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 12px;
    border: none;
}
/*#leistungsanimation a:hover { background: rgba(0,50,95,0.01); }*/

#leistungsanimation a.professionalservices {
    left: 10px;
}
#leistungsanimation a.tosystems {
    left: 252px;
}
#leistungsanimation a.tosecurity {
    left: 493px;
}
#leistungsanimation a.tosupport {
    left: 734px;
}
/* Extra Mediengalerie Thumbnails */

.seitenbild {
    background: #fff;
}
.rsOverflow {
    margin-bottom: 10px;
    height: 258px !important;
    border: 1px solid #ebf0f3;
}
.rsDefault .rsThumb.rsNavSelected {
    background: none !important;
}
.rsThumbsContainer {} .rsNav.rsThumbs.rsThumbsHor {
    height: 70px;
    background: #fff !important;
}
.rsThumb {
    width: 117px !important;
    height: 70px !important;
    /*	margin-right: 10px !important; */
    
    border: 1px solid #ebf0f3;
}
.rsThumbsContainer .rsThumb:last-child {
    margin-right: 0 !important;
}
.rsDefault .rsThumbsArrow {
    background: none repeat scroll 0 0 rgba(0, 50, 95, 0.3) !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.rsDefault .rsThumbsArrow:hover {
    background: none repeat scroll 0 0 rgba(0, 50, 95, 0.9) !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* TO FUSS */

.to .fuss.blauzeile {
    width: 100%;
    min-height: 768px;
    background: #002d55 url(/_p/fuss.png) center bottom repeat-x;
    height: auto;
}
.to .fuss.blauzeile .fusskopf {
    text-align: center;
    margin-bottom: 15px;
}
.to .fuss.blauzeile .fusskopf a img {
    margin-bottom: 15px;
}
.to .fuss.blauzeile ul.fusslinks {
    padding: 15px 0;
    border-top: 1px solid #667f95;
    border-bottom: 1px solid #667f95;
    margin: 0;
    float: left;
    width: 100%;
}
.to .fuss.blauzeile ul.fusslinks li {
    margin: 0;
 /*   min-width: 245px; */
}
.to .fuss.blauzeile .span3 {
    margin: 35px 20px 0 0;
}

.to .fuss.blauzeile .fussmetanav {
	margin-top: 35px;
}

.to .fuss.blauzeile .fussmetanav ul {
    margin: 0;
    list-style: none;
}
.to .fuss.blauzeile p.meta {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #667f95;
}
.randinhalteliste .partner img {
    width: 200px;
}
.tp .icn28-wm {
    background-image: url(/_p/icon-ds-28x28-tp.png);
    background-position: 0 0;
}
.tp a:hover .icn28-wm {
    background-position: -28px 0;
}
.tochter-logo {
    background: transparent url(/_p/icons-185x185-to.png) 0 0 no-repeat;
}
.tochter-titel {
    font-size: 19px;
}
#startseite.tp [class^="icn19-"],
#startseite.tp [class*=" icn19-"] {
    background-image: url(/_p/icons-19x19-to.png);
}
#startseite.to .einleitungstext {
    margin: 35px 0;
}


.to .navbar-toggle .icon-bar { 
	background: #00325f;
}

.tp .navbar-toggle .icon-bar { 
	background: #195a96;
}

#startseite .newsliste .btn-block {
	float: right;
}

#startseite .newsliste .btn-block a{
	margin-bottom: 10px;
}

.videoembed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}
.videoembed embed,
.videoembed iframe,
.videoembed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}