BODY {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  background-color: #E3DFBC;
}

*HTML {
    behavior: url('hover.htc');
}

.clear {
  clear: both;
}


/**
 * Überschriften
 */

H1 {
    position: relative;
    display: block;
    height: 40px;
    font-size: 14px;
    color: #000000;
    top: -10px;
    .top: 0px;
    padding: 5px 0px 0px 0px;
}

H2 {
    position: relative;
    font-size: 12px;
    color: #000000;
}

H3 {
    position: relative;
    display: block;
    height: 40px;
    font-size: 20px;
    color: #000000;
    top: -20px;
    .top: 0px;

}

H4 {
    position: relative;
    font-size: 16px;
    color: #990000;
}

H5 {
    position: relative;
    font-size: 12px;
}

H6 {
    position: relative;
    color: #ffffff;
    font-size: 10px;
}


/**
 * Links-Standard
 */

a:link {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;

}

a:visited {
    color: #000000;
    text-decoration: none;

}

a:hover {
    color: #000000;
    text-decoration: none;
}


/**
 * Seiteneigenschaft
 */


#page {
    position: relative;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

#page_inner {
    position: relative;
    width: 100%;
    background-image: url('page-bg.jpg');
    background-repeat: repeat;
}

/**
 * Kopf/Logo/Intro
 */

#kopf {
    position: relative;
    width: auto;
    height: 50px;
    background-image: url('kopf-bg.jpg');
    background-repeat: no-repeat;
    background-position: top;

}

#kopf_logo_druck {
    display: none;
}

#kopf_inner {
    position: relative;
    width: auto;
    top: 15px;
    left: 15px;
}

/**
 * Hauptbereich
 */

#area_box_inner {
    position: relative;
    width: 900px;
    padding: 0px 10px 0px 10px;

}

/**
 * Navigation
 */

#navigation {
    position: relative;
    width: 200px;
    height: 100%;
    background-color: #E3DFBC;
    float: left;

}

#navigation_tietel {
    position: relative;
    width: auto;
    height: 40px;
    .height: 40px;
    _height: auto;
    text-align: center;
    background-color: #CECAAB;
    padding: 7px 0px 8px 0px;
    .padding: 7px 0px 8px 0px;
    _padding: 7px 0px 0px 0px;
}

#navigation_inner {
    position: relative;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0px 1px 0px;
    _padding: 0px 0px 1px 0px;
}

#navigation_inner a:link {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #000000;
    padding: 3px 0px 3px 20px;
}
#navigation_inner a:active {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #000000;
    padding: 3px 0px 3px 20px;
}

#navigation_inner a:visited {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #000000;
    padding: 3px 0px 3px 20px;
}

#navigation_inner a:hover {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #ffffff;
    background-color: #CECAAB;
    padding: 3px 0px 3px 20px;
}

#navigation_inner ul {
    list-style-type: none;
    margin-left: -40px;
    .margin-left: 0px;
    margin-top: 0px;
}

#navigation_extras {
    position: relative;
    width: auto;
    background-color: #FECC07;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
}

#navigation_zeiten {
    position: relative;
    width: auto;
    top: 0px;
    background-color: #E3DFBC;
    font-size: 10px;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
}


/**
 * Inhalt
 */


#inhalt {
    position: relative;
    width: 700px;
    float: left;
}


#tietel {
    position: relative;
    width: auto;
    padding: 0px 0px 0px 1px;
}


#tietel_inner {
    position: relative;
    width: auto;
    height: 40px;
    _height: auto;
    background-color: #FECC07;
    padding: 5px 0px 10px 10px;
    .padding: 5px 0px 10px 10px;
    _padding: 5px 0px 0px 10px;
}

#topbild {
    position: relative;
    width: auto;
    padding: 1px 0px 0px 1px;
    _top: -19px;
}


#infos {
    position: relative;
    width: auto;
    text-align: justify;
    background-image: url('info-bg.jpg');
    background-repeat: repeat;
    background-position: top;
    padding: 0px 10px 10px 10px;
    _top: -19px;

}

#bild_rechts img {
    position: relative;
    float: right;
    padding: 10px 20px 10px 20px;
}

#bild_links img {
    position: relative;
    float: left;
    padding: 0px 20px 0px 0px;
}

#text {
    position: relative;
}


/**
 * Fuss
 */


#fuss_inner {
    position: relative;
    width: auto;
    height: 20px;
    text-align: right;
    background-image: url('fuss-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 20px 10px 0px;
}

#fuss_inner_adresse {
    position: relative;
    width: auto;
    text-align: center;
    padding: 0px 0px 0px 0px;
}


/**
 * Druckversion
 */

@media print {

BODY {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  background-color: #ffffff;
}

*HTML {
    behavior: url('hover.htc');
}

.clear {
  clear: both;
}


/**
 * Überschriften
 */

H1 {
    position: relative;
    display: block;
    height: 40px;
    font-size: 14px;
    color: #000000;
    top: -10px;
    .top: 0px;
    padding: 5px 0px 0px 0px;
}

H2 {
    position: relative;
    font-size: 12px;
    color: #000000;
}

H3 {
    position: relative;
    display: block;
    height: 40px;
    font-size: 20px;
    color: #000000;
    top: -20px;
    .top: 0px;

}

H4 {
    position: relative;
    font-size: 16px;
    color: #000000;
}

H5 {
    position: relative;
    font-size: 12px;
}

H6 {
    position: relative;
    color: #000000;
    font-size: 10px;
}


/**
 * Links-Standard
 */

a:link {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;

}

a:visited {
    color: #000000;
    text-decoration: none;

}

a:hover {
    color: #000000;
    text-decoration: none;
}


/**
 * Seiteneigenschaft
 */


#page {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

#page_inner {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

/**
 * Kopf/Logo/Intro
 */

#kopf {
    display: block;

}

#kopf_logo_druck {
    display: block;
}

#kopf_inner {
    display: none;
}

/**
 * Hauptbereich
 */

#area_box_inner {
    position: relative;
    width: 900px;
    padding: 0px 10px 0px 10px;

}

/**
 * Navigation
 */

#navigation {
    display: none;

}

#navigation_tietel {
    position: relative;
    width: auto;
    height: 40px;
    .height: 40px;
    _height: auto;
    text-align: center;
    background-color: #CECAAB;
    padding: 7px 0px 8px 0px;
    .padding: 7px 0px 8px 0px;
    _padding: 7px 0px 0px 0px;
}

#navigation_inner {
    position: relative;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0px 1px 0px;
    _padding: 0px 0px 1px 0px;
}

#navigation_inner a:link {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #000000;
    padding: 3px 0px 3px 20px;
}
#navigation_inner a:active {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #000000;
    padding: 3px 0px 3px 20px;
}

#navigation_inner a:visited {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #000000;
    padding: 3px 0px 3px 20px;
}

#navigation_inner a:hover {
    display: block;
    width: 180px;
    margin-top: 1px;
    color: #ffffff;
    background-color: #CECAAB;
    padding: 3px 0px 3px 20px;
}

#navigation_inner ul {
    list-style-type: none;
    margin-left: -40px;
    .margin-left: 0px;
    margin-top: 0px;
}

#navigation_extras {
    position: relative;
    width: auto;
    background-color: #FECC07;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 0px 1px 0px;
}

#navigation_zeiten {
    position: absolute;
    width: auto;
    top: 0px;
    background-color: #E3DFBC;
    font-size: 10px;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
}


/**
 * Inhalt
 */


#inhalt {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    left: 40px;

}


#tietel {
    position: relative;
    width: auto;
    padding: 0px 0px 0px 1px;
}


#tietel_inner {
    position: relative;
    width: auto;
    height: 40px;
    _height: auto;
    background-color: #ffffff;
    padding: 5px 0px 10px 10px;
    .padding: 5px 0px 10px 10px;
    _padding: 5px 0px 0px 10px;
}

#topbild {
    position: relative;
    width: auto;
    padding: 1px 0px 0px 1px;
    _top: -19px;
}


#infos {
    position: relative;
    width: auto;
    text-align: justify;
    background-image: url('info-bg.jpg');
    background-repeat: repeat;
    background-position: top;
    padding: 0px 10px 10px 10px;
    _top: -19px;

}

#bild_rechts img {
    position: relative;
    float: right;
    padding: 10px 20px 10px 20px;
}

#bild_links img {
    position: relative;
    float: left;
    padding: 0px 20px 0px 0px;
}

#text {
    position: relative;
}


/**
 * Fuss
 */


#fuss_inner {
    display: none;
}

#fuss_inner_adresse {
    display: none;
}


}