/* 1. Standard-Stylesheet

***************************************************************************************/

@import url("style_screen.css");



/* 2. spez. Anpassungen der Standard-Styles für Formulare in iFrames
***************************************************************************************/

body {
margin: 0 !important;
padding: 0 !important;
}


/* 3. Formulare
***************************************************************************************/

form {
line-height: 1.65;
}
fieldset {
border: none;
margin: 0;
padding: 0;
}
label {
font-size: 0.8em;
}
form input {
width: 18em;
}
textarea {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #565656;
width: 40em;
height: 15em;
}
#form2_betreffzeile {
width: 40em;
}
#form1_captcha, #form2_captcha, #form3_captcha {
width: 5em;
}
ul {
list-style-type: square;
margin: 0 0 1em 14px;
padding: 0;
font-size: 0.8em;
font-weight: bold;
line-height: 1.55;
}

/* 3.1. Captchas
***************************************************************************************/

#captcha1 {
background: url(../img/captcha_1b.gif) no-repeat;
}
#captcha2 {
background: url(../img/captcha_2b.gif) no-repeat;
}
#captcha3 {
background: url(../img/captcha_3b.gif) no-repeat;
}
