/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.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 */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li, td{
    line-height: 1.3em;
}

body{
    background: white;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */
#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 960px;
    background: transparent url(../bilder/bg_container.gif) repeat-y;
}

#header{
    background: white url(../bilder/bg_header.gif) 0px 195px no-repeat;
    height: 220px;
    width: 960px;
}

#logo {
    position: absolute;
    top: 28px;
    left: 0px;
}

#kopfbild {
    position: absolute;
    top: 60px;
    left: 0px;
}

#navigation{
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
}

#linkespalte {
    width: 264px;
    float: left;
    margin-right: 22px;
}

#inhalt{
    position: relative;
    width: 505px;
    float: left;
    margin: 0 20px 20px 0;
}

#rechtespalte {
    width: 140px;
    float: left;
}

#footer{
}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul, ul.logos {
    list-style: none;
}

ul.navigation{
    margin: 0;
    padding: 0;
}

ul#hauptnavi {
    position: absolute;
    top: 40px;
    left: 264px;
}

ul#hauptnavi li, ul#metanavi li, ul#langnavi li, ul#subnavi li {
    display: inline;
    float: left;
}

ul#hauptnavi li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: white;
    background: #0089ca;
    line-height: 20px;
    height: 20px;
    margin-right: 2px;
}

ul#hauptnavi li a:hover, ul#hauptnavi li.active a {
    background: #E60005;
}

ul#hauptnavi li#navi_startseite a,
ul#hauptnavi li#navi_ueberuns a,
ul#hauptnavi li#navi_produkte a,
ul#hauptnavi li#navi_kontakt a
{
    width: 108px;
}

ul#hauptnavi li#navi_qualitaet a,
ul#hauptnavi li#navi_aktuelles a
{
    width: 107px;
}

ul#metanavi {
    position: absolute;
    top: 10px;
    left: 404px;
}

ul#metanavi li a {
    background: transparent url(../bilder/listenpunkt.gif) 0px 5px no-repeat;
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    line-height: 18px;
}

ul#metanavi li a:hover, ul#metanavi li.active a {
    background: transparent url(../bilder/listenpunkt_hov.gif) 0px 5px no-repeat;
    color: #E60005;
}

ul#langnavi {
    position: absolute;
    top: 10px;
    right: 0px;
}

ul#langnavi li a {
    margin-right: 10px;
}

ul#subnavi li a{
    background: url(../bilder/li1.png) no-repeat;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    padding-left: 45px;
    margin-bottom: 10px;
    float: none;
    clear: all;
    width: 210px;
}

ul#subnavi li a.active, ul#subnavi li a:hover {
    background: url(../bilder/li1_hover.png) no-repeat;
}
ul#subnavi li ul li a{
    background: url(../bilder/li2.png) 12px 0 no-repeat;
}
ul#subnavi li ul li a:hover, ul#subnavi li ul li a.active{
    background: url(../bilder/li2_hover.png) 12px 0 no-repeat;
}
ul#subnavi li ul li ul li a{
    background: url(../bilder/li3.png) 24px 0 no-repeat;
}
ul#subnavi li ul li ul li a:hover, ul#subnavi li ul li ul li a.active{
    background: url(../bilder/li3_hover.png) 24px 0 no-repeat;
}

#linkespalte h3 {
    border-left: 40px solid #00a6eb;
    padding-left: 5px;
    border-bottom: none;
    text-transform: uppercase;
}

#linkespalte label {
    margin-left: 45px;

    width: 40px;
}

#linkespalte input.text {
    width: 45px;
    margin-top: 4px;
    _margin-top: 3px;
}


/* Ende Navigation */


/* Logos links */

ul.logos li {
    margin-bottom: 20px;
}

ul.logos li span{
    margin-left: 45px;
    font-size: 10px;
    color: #666;
    width: 220px;
    display: block;
}

/* Ende Logos links */


/* Inhalt */

h1{
    font-size: 18px;
    margin: 0 0 1em 0;
    line-height: 1.3em;
}

h2{
    font-size: 14px;
    margin: 0 0 1em 0;
}

h3{
    font-size: 13px;
    margin: 2em 0 0.3em 0;
    border-bottom: 1px solid #A2DAF3;
}

#inhalt ul, #inhalt ol {
    margin: 2px 10px 2px 20px;
}
#inhalt ol{
    margin: 2px 10px 15px 30px;
}

ul.nolp li {
    list-style: none;
}

#inhalt h2 {
    margin: 0 0 0.5em 0;
}


#inhalt p {
    margin-bottom: 2em;
}

a {
    color: #0089CA;
}

a:hover {
    color: #E60005;
    text-decoration: none;
}

a.mehr {
    padding-left: 10px;
    background: transparent url(../bilder/listenpunkt.gif) 0px 5px no-repeat;
}

#rechtespalte, #rechtespalte p {
    font-size: 11px;
}

.repeater{
    margin-bottom: 1.4em;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt {
    width: 250px;
}


/* Formulare */

input.button {
    font-family: Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif;
    height: 17px;
    line-height: 17px;
    color: white;
    background: #0089ca;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    border: none;
}

input.text, textarea.text {
    padding: 1px 2px;
    _padding: 1px 2px 0px 2px;
    border: 1px solid #666;
    font-size: 11px;
    color: #333;
}

input.checkbox {
    margin-bottom: 5px;
}


#suchefeld {
    position: absolute;
    left: 525px;
    top: 10px;
    background: transparent url(../bilder/listenpunkt.gif) 0px 7px no-repeat;
    padding-left: 8px;
}

#suchefeld * {
    float: left;
    display: inline;
}

#suchefeld em {
    margin: 0;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    font-style: normal;
}

input.text {
    font-size: 11px;

}

#suchefeld input.text {
    width: 120px;
    margin-right: 2px;
}

#kontaktform input.text, #kontaktform textarea.text {
    width: 250px;
    margin-bottom: 5px;
}

#kontaktform input.button {
    padding-left: 10px;
    padding-right: 10px;
}




#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
}

form label.required {
    color: #0089c8;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

.small {
    font-size: 10px;
}

table td{
    vertical-align: top;
}
.tabelle td{
    padding: 0 10px 10px 0px;
}

.downloads img{
    border: 1px solid #666666;
}

span.produktLinksStartseite a {
    text-decoration: none;
    color: #333;
}
.h1_home{
    font-size:14px;
    margin:0 0 0.5em;
}