html{
    height: 100.1%;
}
*{
    padding: 0;
    margin: 0;
}
body, table, td, p{
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    color: #666666;
}
body{
    background: #990000;
    text-align: center;
}
p{
    margin: 0em 0 1em;
    padding: 0;
}
ul{
    padding-left: 20px;
}

#container, #meta{
    position: relative;
    margin: 0 auto;
    width: 960px;
}
#meta{
    margin: -25px 0;
    float: right;
    padding: 0;
/*     width: 500px; */
}
#meta li{
    text-align: right;
    padding: 3px 5px;
    display: inline;
    float: right;
    color: white;
}
#meta li a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #fff;
}
#meta li a:hover, #meta li a.active{
    color: #ffffff;
    text-decoration: underline;
}
#social{
    position: absolute;
    display: block;
    left: 5px;
    top: -28px;
    padding: 0;
}
#social li{
    text-align: right;
    padding: 0px 20px 0 0;
    display: block;
    float: left;
    color: white;
}
#social li img{
    margin-right: 5px;
    position: relative;
    top: 5px;
}
#social li a{
    float: left;
    text-decoration: underline;
    display: block;
    height: 20px;
    font-size: 11px;
    color: #fff;
}
#social li a.text{
    line-height: 26px;
}
#social li a:hover, #social li a.active{
    text-decoration: none;
}
#container{
    background: url(../bilder/layout_background.gif) repeat-y;
    text-align: left;
    margin-top: 30px;
}
#container #header{
    background: url(../bilder/layout_header.jpg) no-repeat;
    height: 180px;
    position:relative;
}
#container #header ul, #container #header ul li{
    list-style: none;
}
#container #header ul{
    position: absolute;
    margin-right: 22px;
    right: 0;
    top: 148px;
}
#container #header ul li{
    line-height: 27px;
    padding: 0 10px;
    height: 27px;
    float: left;
}
#container #header ul li, #container #header ul li a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #000;
}
#container #header ul li select {
    text-transform: none;
    color:#333;
}
#container #header ul li.borderLeft{
    border-left: 1px solid #FFFFFF;
}
#container #header ul li.borderRight{
    border-right: 1px solid #6A9BC8;
}
#container #header ul li.active {
    background-color:#CDDEEC;
}
#container #header ul li.active a{
    color:#000099;
    font-weight:bold;
}
/*#container #header ul li *{
    float: left;
}*/
#container #header ul li img{
    margin: 4px 4px 4px 0;
}
#container #header ul li label{
    margin: 0 8px 0 0;
}
#container #header ul li input{
    margin: 3px 0px 0 0;
}
#container #header ul li input.textbox{
    border: 1px solid #999999;
    margin: 4px 5px 0 0;
    background: #EEEEEE;
    width: 70px;
}
#container #content{
    background: url(../bilder/layout_background_lines.gif) no-repeat;
    height: auto;
    min-height: 400px;
    _height: 400px;
}
#container #content #toolbar .padding .content a {
    color: #990000;
    font-weight:bold;
}
#container #content #navigation {
    position: relative;
    width: 199px;
    float: left;
}
#container #content #toolbar {
    position: relative;
    width: 189px;
    float: left;
    overflow: hidden;
}
#container #content #navigation ul, #container #content #navigation ul li{
    padding: 0;
    margin: 0;
}
#container #content #navigation ul li{
    background: url(../bilder/layout_navi_inactiv.gif) no-repeat;
    line-height: 23px;
    display: block;
    width: 198px;
    float: left;
}
#container #content #navigation ul li.active{
     background: url(../bilder/layout_navi_active.gif) no-repeat;
}
#container #content #navigation ul li.active ul li {
    background-image: none;
}
#container #content #navigation ul li.active ul li a.active {
    background-color:#f2eddb;
    font-weight:bold;
}
#container #content #navigation ul li a:hover{
    background: url(../bilder/layout_navi_active.gif) no-repeat;
}
#container #content #navigation ul li a{
    text-transform: uppercase;
    text-decoration: none;
    line-height: 23px;
    height: 23px;
    padding: 0 20px;
    color: #333333;
    display: block;
}
#container #content #navigation ul li a:hover, #container #content #navigation ul li a.active{
    color: #000099;
}
/* Mainnavi Ende */

/* Unternavi Anfang */
#container #content #navigation ul li ul{
    display: none;
}
#container #content #navigation ul li.active ul{
    display: block;
}
#container #content #navigation ul li ul li{
    background: none;
    background-color: #F2EDDB;
    border-left: 1px solid #666;
}
#container #content #navigation ul li ul li a {
    text-transform: none;
}
#container #content #navigation ul li ul li a:hover, #container #content #navigation ul li ul li a.active{
/*     font-weight: bold; */
}
/* Unternavi Ende */

#container #content #inhalt{
    position: relative;
    margin: 20px;
    width: 522px;
    float: left;

}
#container #content #inhalt ul {
    padding-left: 20px;
}

#container #content #toolbar .padding{
    padding: 7px 0px 0px 10px;
}
#container #content #toolbar .headline{
    margin-top: 5px;
    text-transform: uppercase;
    background: #E4DBB6;
    line-height: 19px;
    font-size: 10px;
    color: #333333;
}
#container #content #toolbar .content{
    border: 1px solid #D7C993;
    border-top: none;
    padding: 4px 5px;
}
#container #content #toolbar .headline *{
    text-decoration: none;
    color: #333333;
    float: left;
}
#container #content #toolbar input.textbox{
    border: 1px solid #999999;
    background: #FFFFFF;
    width: 165px;
    margin: 4px 0 3px 0;
}
#container #content #toolbar input.searchbox{
    margin: 0 5px;
    width: 140px;
    font-size:10px;
    height:15px;
    font-family:arial;
}
#container #content #toolbar .headline {
    margin-bottom:6px;
}
#container #content #toolbar #warenkorbmeldungaussen{
    display: none;
}
#container #footer{
    background: url(../bilder/layout_footer.gif) bottom no-repeat;
    min-height: 30px;
    height: auto;
    _height: 30px;
}
#container #footer ul{
    float: right;
}
#container #footer ul li{
    line-height: 22px;
    margin-left: 10px;
    float: left;
}
#container #footer ul li a{
    text-decoration: none;
    color: #333333;
}
#container #footer ul li a:hover, #container #footer ul li a.active{
    color: #990000;
}
#container #footer ul li img{
    vertical-align: bottom;
}
#container #footer span{
    line-height: 22px;
    float: left;
}

.navigation, .navigation ul{
    list-style: none;
}


.repeater{
    margin-bottom: 10px;
}

h1{
    font-size: 13px;
    margin: 0 0 0.5em 0;
    color: #000099;
    font-weight: normal;
    background: url(../bilder/hintergrund_h1.gif) repeat-x;
    height: 21px;
    padding: 3px 0px 0px 7px;
    margin-top: 2px;
}
.boxTopangeboteStartseite h1{
    margin-bottom:0;
    padding-right:5px;
}
#inhalt .teaser {
    margin-top:3px;
    width: 250px;
    float: right;
    display: block;
}

#inhalt .teaser h1 {
    font-size: 13px;
    font-weight: bold;
    display: block;
    height: 20px;
    padding: 3px 0px 0px 5px;
    background: none;
    background-color: #EDE7CE;
    text-transform: none;
    margin-top: 0px;
}
/**gratis ab 200**/
#inhalt .box_gratisab200{
    background: #ffffff url(../bilder/box_gratisab200_vitcomplex_bottom.jpg) top left;
    width: 250px;
    height: 215px;
}
#inhalt .box_gratisab200_en{
    background: #ffffff url(../bilder/box_gratisab200_vitcomplex_bottom_en.jpg) top left;
    width: 250px;
    height: 215px;
}
#inhalt .box_gratisab200 .content, #inhalt .box_gratisab200_en .content{
    padding-top: 75px;
    width: 123px;
    color: #333;
}
#inhalt .box_gratisab200 img.right, #inhalt .box_gratisab200_en img.right{
    float: right;
}
/***/
#inhalt .newsTeaser h1 {
    font-size: 11px;
    font-weight: bold;
    display: block;
    height: 22px;
    padding: 2px 0px 0px 5px;
    background: none;
    background-color: #EDE7CE;
    text-transform: none;
}

h1.newsTeaser {
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 22px;
    padding: 2px 0px 0px 5px;
    background: none;
    background-color: #EDE7CE;
    text-transform: none;
}

h2{
    font-size: 14px;
    margin: 0 0 0.3em 0;
    font-style: italic;
}

h3{
    font-size: 14px;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

a {
    color: #333;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a img{
    border: none;
}

form {
    display:inline;
}


.rahmen {
    border: 1px solid black;
}

.datum {
    font-size: 10px;
    color: #808080;
}

.floatleft {
    float: left;
    margin-right: 10px;
    display: inline;
}

.floatright {
    float: right;
    margin-left: 10px;
    display: inline;
}


/* Kontaktformular */
#inhalt input, #inhalt textarea, #inhalt select {background: #ffffff; color: #000000;  border: 1px solid black;}

/*input.text, input.required { position: relative; display: block; float: left; margin-bottom: 5px; }*/
#inhalt input.text, #inhalt input.password, #inhalt textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

#inhalt input.required, #inhalt input.password.required, #inhalt textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

#inhalt .required .completed{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

#inhalt .input{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
    width: 200px;
}

#inhalt fieldset select{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

#inhalt select{margin-bottom: 5px;}
body > select{margin-bottom: 0px;}

#inhalt .checkbox {margin-bottom: 5px; border: 0;}

#inhalt .submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

#inhalt input:focus, #inhalt select:focus, #inhalt input.required:focus {border: 1px solid black;  }
#inhalt form label.required {  color: red; }
#inhalt form label.completed {  color: black; }
#inhalt .ausfuellen {border: 1px solid red}
#inhalt #formmailmessage {
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    display: none;
}

#inhalt #formmailmessage.complete{
    color: green;
    border: 1px solid green;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    font-weight: bold;
}

#inhalt label { position: relative; width: 170px; float: left; margin-bottom: 5px; }
#inhalt .kontakt {
    position: relative;
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}
.clearleft {clear: left; }
#anschrift{float: right;  position: relative; margin-right: 10px;}
#anschrift label { position: relative; width: 60px;  float: left; margin-bottom: 2px; }
#anschrift p{ margin-top: 4px;}
#kontaktform, #formmailmessage {width: 300px; margin-right: 10px; position: relative;}
#kontaktform .text{width: 180px;}
#kontaktform label { position: relative; width: 130px; float: left; margin-bottom: 5px; }
/* Ende Kontakt */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#standard  { width:170px; height:200px; position:absolute; left:350px; top:75px;  z-index:1;}

.dasHilftBeiTabelle tbody tr td {
    padding: 4px;
    border-bottom: 1px solid black;
}

.forumTabelle tbody tr td {
    padding: 4px;
}

/*Praevention */
#swf_navibox {
    float:left;
    width: 130px;
    margin-right: 15px;
}

div .swf_navi {
    color: black;
    font-size: 10px;
    font-weight: bold;
    padding-left:5px;
    width: 130 px;
    height: 15px;
    background-color: #CCCCCC;
    border-width:thin;
    border-color:black;
    border-style:solid;
    margin-bottom: 2px;
}

#container #inhalt ul.teaserList {
    list-style: none;
    margin-top: 0px;
    padding-top: 0px;
}

#container #inhalt ul.teaserList li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-image: url(../bilder/listenzeichen_pfeil.gif);
}
.topselect form select {
    margin-top:3px;
}

span.blueLink {
    color: #3131AD;
}

.gratisTeaser {
    background: url(../bilder/layout_background_gratis.jpg) top right no-repeat;
    height: 160px;
}

.iconheadline{
    height:28px;
    width:250px;
    overflow:hidden;
    color:#990000;
    font-weight:bold;
    font-size:12px;
    position:relative;
}
.iconheadline span{
    position:absolute;
    left:40px;
    top:7px;
}
.neu{
    background-image:url(../bilder/head_icons/neu.png);
    background-repeat:no-repeat;
}
.neusmall{
    background-image:url(../bilder/head_icons/neusmall.png);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:normal;
    text-transform:uppercase;
}
.stern{
    background-image:url(../bilder/head_icons/stern.png);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:normal;
    text-transform:uppercase;
    color:#000099;
}
.newsletter{
    background-image:url(../bilder/head_icons/newsletter.png);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:normal;
    text-transform:uppercase;
    color:#000099;
}
.fragezeichen{
    background-image:url(../bilder/head_icons/fragezeichen.png);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:normal;
    text-transform:uppercase;
    color:#000099;
}
.top{
    background-image:url(../bilder/head_icons/top.png);
    background-repeat:no-repeat;
}
.euro{
    background-image:url(../bilder/head_icons/euro.png);
    background-repeat:no-repeat;
    color:#000099;
    width:100%;
}
.input23 {
    display:none;
}

.whitepaper{
    background-image:url(../bilder/head_icons/whitepaper.png);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:normal;
    text-transform:uppercase;
    color:#000099;
}

/**************/
a.facebookButton {
    line-height:30px;
    padding: 0 10px 0 40px;
    height:30px;
    display:block;
    background:  transparent url( ../bilder/facebook.gif ) no-repeat 7px 7px;
}


#blogTeaser h2 {
    font-size: 28px;
    color: #3325b6;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 15px;
    padding-top: 20px;
}
#blogTeaser a {
    font-size: 18px;
    color: #7068a4;
    font-weight: bold;
    text-decoration: none;

}
