body {
 background: #EAF2F8;
 font-family: Helvetica, Arial, sans-serif;
 overflow: hidden;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h1 {
 font-size: 1.2em;
}

h2 {
 font-size: 1em;
 margin: 0.5em;
}

a {
 color: #666666;
 text-decoration: none;
}

a:hover {
 color: #E42611;
 text-decoration: underline;
}
p {
 margin: 0.2em;
}
ul {
 list-style-type: square;
 list-style-position: outside;
/* position: relative;
 left: 0px;
 margin: 0.2em; */
}

li {
 line-height: 1.4em
}

.margin {
 margin: 3px 3px 3px 3px;
}
.error {
 color: #D81212;
 font-weight: bold;
}

.bgstartseite {
 background-image: url(../images/bg_3.jpg);
}

.bgformular {
 background-image: url(../images/bg_4.jpg);
}

.bgversandbestaetigung {
 background-image: url(../images/bg_2.jpg);
}
.bginfo {
 background-image: url(../images/bg_1.jpg);
}

#bildcontainer {
 top: 51%;			/* definiert die vertikale Position in der Mitte */
 left: 50%;			/* definiert die horizontale Position in der Mitte */
 margin-left: -350px;		/* halbe Breite */
 margin-top: -235px; 		/* halbe Höhe */
 width: 700px;
 height: 470px;
 background-color: #DEDEDE;
 position: absolute;
 border: 5px solid #D81212;
}

#schriftzug {
 position: absolute;
 top: 448px;
 left: 390px;
 z-index:1;
}

#nexstlogo {
 position: absolute;
 top: 18px;
 left: 18px;
 z-index:2;
}

#adresse {
 position: absolute;
 padding:5px;
 width:270px;
 top: 25px;
 left: 30px; 		/* #E42611; */
 text-align: left;
 font-size: 0.7em;
}

#adresse textarea, input {
 font-family: Helvetica, Arial, sans-serif;
 color: #E42611;
 font-size: 1.0em;
 border: 2px solid #D81212;
 background-color: transparent;
}

#versandbestaetigung {
 position: absolute;
 padding:5px;
 width:245px;
 bottom: 25px;
 left: 30px;
 color: #E42611;
 text-align: left;
 font-size: 0.7em;
}

#startseite {
 position: absolute;
 width:85px;
 top: 25px;
 left: 595px;
 font-size: 0.8em;
}

#infotext {
 position: absolute;
 padding:2px 5px;
/* width:385px; */
 top: 23px;
 left: 30px;
/* overflow: auto; */
 color: #E42611;
 text-align: left;
 font-size: 0.7em;
}

.none { 
 line-height: 0.3em
}
