html{
    height: 100.1%;
}

*{ padding: 0; margin: 0;}

body, table, td, p {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body{
    background-color: #005599;
    padding: 0;
    margin: 0;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

#container{
    margin: 0;
    text-align: left;
    position: relative;
    width: 800px;
    background: url(../bilder/layout_hintergrund.gif) repeat-y;
    font-size: 12px;

}

#kopfzeile{
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
    /* background: url(../bilder/layout_hintergrund_navigation_ueber_minkon.jpg) no-repeat; */
    width: 800px;
    height: 201px;
}

#logo {
    position: absolute;
    top: 10px;
    left: 590px;
    width: 201px;
}

#sprachAuswahl {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #fff;
    font-size: 11px;
}

#sprachAuswahl img {
    margin: 10px 10px 0px 0px;
}

#navigation {
    width: 620px;
    height: 20px;
    position: absolute;
    top: 181px;
    left: 170px;
    float: right;
}

#links {
    width: 155px;
    float: left;
    background: url(../bilder/layout_hintergrund_links.jpg) no-repeat;
    overflow: hidden;
    padding-bottom: 100px;
}

#inhalt{
    line-height: 1.5em;
    float: left;
    color: #333;
    background: url(../bilder/layout_hintergrund_inhalt.gif) top left no-repeat;
    margin: 0px;
    padding: 0px;
    min-height: 400px;
    _height: 400px;
    width: 630px;
}
#inhalt.kleiner{
    width: 480px;
}

#inhalt ul{
    padding-left: 30px;
}

.seitenInhalt {
    margin: 30px 0px 0px 0px;
    padding: 0px 10px 0px 90px;
}

#inhalt h1{
    margin-left: -60px;
    color: #E50028;
    font-size: 15px;
    font-weight: normal;
}

#rechts {
    width: 150px;
    float: left;
    margin-left: 10px;
    margin-top: 75px;
    background: url(../bilder/layout_hintergrund_newsbox.gif) repeat-x;
    font-size: 11px;
    color: #333;
}

.rechtsInhalt {
    margin-left: 30px 0px 0px 20px;
}

#abschlusszeile {
    height: 19px;
    padding-left: 158px;
    margin: 0px 0px 0px 0px;
    color: #333;
    font-size: 10px;
    background: url(../bilder/layout_hintergrund_abschlusszeile.gif) bottom left no-repeat;
}

.abschlusszeileInhalt {
    padding: 2px 0px 0px 0px;
}

#producedby {
    margin-left: 398px;
}

.repeater{
    margin-bottom: 10px;
}

ul img, .navigation img{
    vertical-align: bottom;
}

h1{
    font-size: 16px;
    margin: 0 0 1.5em 0;
    color: #E50028;
    font-weight: normal;
}

h2 {
    color: #666;
    font-size: 11px;
    margin: 0 0 0.5em 0;
}

div.teaserBox h2 {
    color: #fff;
    font-size: 11px;
    margin: 0 0 1.5em 0;
    font-style: normal;
    padding-left: 5px;
}

#rechts h2 {
    color: #fff;
    font-size: 11px;
    margin: 0 0 1.5em 0;
    font-style: normal;
    padding: 2px 0px 0px 5px;
}

h3 {
    color: #666;
    font-size: 11px;
    margin: 0 0 0.5em 0;
}

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

/* navi anfang */
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul li{
    float: left;
    margin-right: 17px;
}
#navigation ul li a, #navigation ul li a span{
    line-height: 20px;
    font-size: 12px;
    display: block;
    height: 20px;
    cursor: hand;
}
#navigation ul li a{
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}
#navigation ul li a:hover, #navigation ul li a.active{
    background: url(../bilder/bg_navi_links.gif) top left no-repeat;
    font-weight: bold;
    font-size: 11px;
    color: #333;
}
#navigation ul li a:hover span, #navigation ul li a.active span{
    background: url(../bilder/bg_navi_rechts.gif) top right no-repeat;
}
/*navi ende */

/* navi links anfang */
#links, #links a {
    color: #fff;
    font-size: 11px;
}

#links ul {
    color: #fff;
    font-size: 11px;
    list-style: none;
    margin-top: 30px;
}
#links ul li {
    background: url(../bilder/layout_listenzeichen_links.gif) no-repeat;
    padding: 0px 10px 0px 20px;
    margin: 0px 0px 10px 10px;
}
#links ul ul{
    margin-top: 10px;
}
#links ul li ul li{
    margin: 0px 0px 5px 5px;
    padding-right: 5px;
}
#links ul li ul li ul{
    display: none;
}
#links ul li ul li.active ul{
    display: block;
}
#links ul li ul li ul li{
    margin: 0px 0px 2px 2px;
}
/* navi links ende */

p.produktAnfrageLink, span.produktAnfrageLink {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding-top: 0px;
}

p.produktAnfrageLink a, span.produktAnfrageLink a {
    color: #666;
    font-size: 11px;
    text-decoration: none;
}

p.produktAnfrageLink a:hover, span.produktAnfrageLink a:hover {
    color: #005599;
}

table.produktAnfrageLink p {
    border: 0px;
}

table.produktAnfrageLink {
    width: 530px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

p.parserArchivZurueck, p.parserArchivJahrP {
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

p.parserArchivZurueck a, p.parserArchivJahrP a {
    color: #666;
    font-size: 11px;
    text-decoration: none;
}

p.parserArchivZurueck a:hover, parserArchivJahrP a:hover {
    color: #005599;
}

a {
    color: #005599;
}

a:hover {
    color: #005599;
    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;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
    padding: 2px;
    font-size: 11px;
}
input:focus, select:focus {
    background: #cecece;
    padding: 2px;
}
.tabellenrahmen {
    border: 1px solid black;
    border-collapse: collapse;
}

.tabellenrahmen thead td {
    background-color: #066DB0;
    border-bottom: 1px solid black;
    font-weight: bold;
    color: #000000;
}
.tabellenrahmen td {
    border: 1px solid black;
    padding: 4px;
    margin: 0;
}

/* Kontaktformular */
.ausfuellen{
    border: 1px solid red ;
}

form label{
    cursor: pointer;
    cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label{
  position: relative;
    width: 170px;
    display: block;
    float: left;
    margin-bottom: 3px;
}

.ansprechpartner label{
    position: relative;
    width: 60px;
    display: block;
    float: left;
    margin-bottom: 3px;
    _margin-left: 10px;
}
.kontakt {
    position: relative;
    width: 160px;
    display: block;
    float: left;
    margin-bottom: 3px;
    border: 1px solid #ccc;
}

select {
    margin: 0px;
    padding: 0px;
}

.clearleft{
    clear: left;
}

span.kontakt {
    position: relative;
    width: 160px;
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-left: 3px;
    border: 0px;
}
/* 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 */

div.teaserBox {
    background: url(../bilder/layout_hintergrund_teaserboxen.jpg) repeat-x;
    font-size: 11px;
    margin: 0px 0px 30px 0px;
    padding: 2px 0px 0px 0px;
    line-height: 1.3em;
}

div.produkteRepeater img {
    border: 1px solid #ccc;
    padding: 2px;
}

div.produkteRepeater img.parsericon {
    border: 0px;
}

