/* CSS Mailformular */

.button {
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
padding-bottom: 4px;
background:url(button.jpg) repeat-x left top;
width:80px;
height:24px;
border:outset 1px;
}

.gloss {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #d01251;
text-decoration:none;
}

.text {
margin-left: 20px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:18px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#fff;
text-decoration: none;
}

#linktext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:18px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#fff;
text-decoration: underline;
}

.footertxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#000;
text-decoration: none;
}

.errortext4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #cc0000;
text-decoration:none;
}


/* Input groß aussen*/
.errortxtf {
margin-top:5px;
border:1px solid;
border-color:#cc0000;
height: 110px;
width:398px;
}
.erroreingabef {
margin-top:5px;
border:1px solid;
border-color:#cc0000;
height: 22px;
width:238px;
}
/* Input groß aussen*/
.tabtxtf {
margin-top:5px;
border:1px solid;
border-color:#cccccc;
height: 110px;
width:398px;
}
/* Input groß inn*/
.txtf {
font-size: 11px;
font-weight:bold;
font-family:Verdana, Helvetica, sans-serif;
color: #000000;
height: 110px;
width:394px;
border:none;
background-color:#FFFFFF;
padding-top:3px;
padding-left:3px;
}

/* Input klein aussen*/
.tabeingabef {
margin-top:5px;
border:1px solid;
border-color:#cccccc;
height: 20px;
width:189px;
}
/* Input klein inn*/
.eingabef {
font-size: 10px;
font-weight:bold;
font-family:Verdana, Helvetica, sans-serif;
color: #000000;
height: 16px;
width:185px;
border:none;
background-color:#FFFFFF;
padding-top:2px;
padding-left:2px;
}
/* Input klein aussen*/
.erroreingabef {
margin-top:5px;
border:1px solid;
border-color:#cc0000;
height: 20px;
width:189px;
}