        /* www.eismaschinen-service.de */

body {   align:center;
         text-align:center;
         color:#FFFFFF;
         font-family:arial,sans-serif;

}
 /* h1 formatierung */
h1 {
        text-align:center;
        margin-left:0.35cm;
        margin-right:0.35cm;
        font-size:40px;
        font-weight: bold;
        color:#000000;
        align:center;
        text-shadow: 1px 1px 2px #2F2F2F;


}
 /* h2 formatierung */
h2 {

        text-align:center;
        margin-left:0.35cm;
        margin-right:0.35cm;
        font-size:30px;
        font-weight: bold;
        color:#000000;
        align:center;


}

h3 {

        text-align:center;
        margin-left:0.35cm;
        margin-right:0.35cm;
        font-size:22px;
        font-weight: bold;
        color:#FFFFFF;
        align:center;
        text-shadow: 1px 1px 1px #2F2F2F;

}
 /* h4 formatierung */
h4 {

        text-align:center;
        margin-left:0.35cm;
        margin-right:0.35cm;
        font-size:16px;
        font-weight: bold;
        color:#000000;
        align:center;


}
 /* h5 formatierung */
h5 {

        text-align:center;
        margin-left:0.35cm;
        margin-right:0.35cm;
        font-size:12px;
        font-weight: bold;
        color:#000000;
        align:center;


}

li {

        text-align:left;
        margin-left:35%;
        margin-right:0.35cm;
        font-size:22px;
        font-weight: bold;
        color:#000000;


}

 /* Container */
div#container {
        position:relative; /* needed for footer positioning*/
        margin:0 auto; /* center, not in IE5 */
        max-width:750px;
        min-width:340px;
        background-color:#F9FB64;  /* blau */

        -webkit-border-top-right-radius: 15px;
         -webkit-border-top-left-radius: 15px;
         -moz-border-radius-topright: 15px;
         -moz-border-radius-topleft: 15px;
         border-top-right-radius: 15px;
         border-top-left-radius: 15px;

         -webkit-border-bottom-right-radius: 15px;
         -webkit-border-bottom-left-radius: 15px;
         -moz-border-radius-bottomright: 15px;
         -moz-border-radius-bottomleft: 15px;
         border-bottom-right-radius: 15px;
         border-bottom-left-radius: 15px;

         box-shadow: 0 0 7px 3px rgba(0,0,0,0.5);
         -moz-box-shadow: 0 0 7px 3px rgba(0,0,0,0.5);
         -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,0.5);
}

/* Wrapper container im container */
div#wrapper {
        width:auto !important; /* real browsers */
        padding:0; /* bottom padding for footer */

}

 /* content Seiten inhalt mitte */
div#content {
        padding:0; /* bottom padding for footer */
        width:auto !important; /* real browsers */


}
        div#content p {
                text-align:justify;
                padding:0 1em;
        }
        div#content img {
                align:center;
                padding:0;
                margin:0;
                width:100%;
                 min-width:340px;
                -webkit-border-top-right-radius: 15px;
                 -webkit-border-top-left-radius: 15px;
                 -moz-border-radius-topright: 15px;
                 -moz-border-radius-topleft: 15px;
                 border-top-right-radius: 15px;
                 border-top-left-radius: 15px;
        }

.container2 {
           background-color:#005329;  /* grun */
           padding:25px 0;
}

.container3 {

           padding:25px 0;


}

.container3 li {
           margin-left: 38%;
           font-size:16px;
           font-weight: bold;
}

.container4 {
           background-color:#005329;  /* blau */
           padding:25px 0;
           -webkit-border-bottom-right-radius: 15px;
                 -webkit-border-bottom-left-radius: 15px;
                 -moz-border-radius-bottomright: 15px;
                 -moz-border-radius-bottomleft: 15px;
                 border-bottom-right-radius: 15px;
                 border-bottom-left-radius: 15px;
}
/* normale schrift schwarz*/
        .schwarz {
                font-family:Arial, Helvetica, Tahoma;
                font-size:10px;
                color:#000000;
        /*         line-height:18px; */
                }
  p, li{
                font-family:Arial, Helvetica, Tahoma;
                font-size:10px;
                color:#000000;
        /*         line-height:18px; */
                }

.container5 {
                 margin:0 auto; /* center, not in IE5 */
                 max-width:750px;
                 min-width:340px;
                 background-color:#ffffff;  /* weiss */
                 padding:20px 20px;

}