/* Styles for Formulare */

html, body {
margin: 0;
padding: 0;
}
body {
background-color: #369;
color: #fff;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 101%;
text-align: center;
}

/* set all to 0 */
h1, h2, h3, h4, p, ul, li, a {
margin: 0;
padding: 0;
}

/* Formatierungen fuer Formular */
#wrapper {
margin: 10px auto;
width: 420px;
background-color: #3f6f9f;
color: #fff;
}
#formular {
padding: 0px 20px;
border-top: 1px solid #69b;
border-right: 1px solid #205080;
border-bottom: 1px solid #205080;
border-left: 1px solid #69b;
text-align: left;
font-size: 85%;
}
#formular p {
margin: 0px 0px 10px 0px;
background-color: transparent;
color: #e0d0b0;
}

fieldset {
margin: 20px 0px 10px 0px;
padding: 5px 10px;
border: 1px solid #205080;
}
legend {
background-color: #205080;
color: #fff;
padding: 2px 10px;
border: 1px solid #000;
margin: 0px 0px 10px 0px;
font-weight: bold;
}

form {
line-height: 150%;
}
input, textarea {
font-size: 120%;
}
.inpt {
width: 360px;
border: 1px solid #205080;
background-color: #e0d0b0;
color: #000;
margin: 0px 0px 9px 0px;
}
.txt {
width: 360px;
border: 1px solid #205080;
background-color: #e0d0b0;
color: #000;
}
input.inpt:focus, textarea.txt:focus {
background-color: #fff;
color: #000;
}
select {
margin: 10px 0px 0px 20px;
background-color: #e0d0b0;
color: #000;
}
.senden {
width: 360px;
font-size: 100%;
font-weight: bold;
margin: 15px 0px 0px 0px;
padding: 5px 0px 5px 0px;
background-color: #205080;
color: #fff;
border-top: 1px solid #69b;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #69b;
cursor: hand;
voice-family: "\"}\"";
voice-family:inherit;
cursor: pointer;
}
.klick {
cursor: hand;
voice-family: "\"}\"";
voice-family:inherit;
cursor: pointer;
}




/* === Nicht wichtig fuer Formular === */
/* headings */
h1 {
font-size: 150%;
letter-spacing: 2pt;
background-color: transparent;
color: #e0d0b0;
padding: 10px 0px 0px 0px;
}

/* links */
a {
text-decoration: none;
}
a:link {
background-color: transparent;
color: #fff;
}
a:visited {
background-color: transparent;
color: #fff;
}
a:hover {
background-color: transparent;
color: #fff;
}
a:active {
background-color: transparent;
color: #fff;
}

/* others */
.invis, hr {
display: none;
}

img {
border: none;
}

p.footnav {
margin: 20px 0px 0px 0px;
}
a.sub {
font-size: 90%;
font-weight: bold;
text-decoration: underline;
}
a.sub:link {
color: #fff;
}
a.sub:visited {
color: #ffc;
}
a.sub:hover {
color: #fc0;
}
a.sub:active {
color: #f90;
}

