/*----------  KONTAKT  ----------*/
fieldset {
display: block;
padding-left: 15px;
padding-bottom:5px;
}
label, input {
float: left;
}
label {
width:90px;
}
input {
width: 250px;
padding:2px;
color:#000;
background:#fcfcfc;
border:1px solid #09c;
}
textarea {
margin-top:10px;
overflow:auto;
padding:2px;
color:#000;
background:#fcfcfc;
border:1px solid #09c;
}
input.checkbox {
margin-top:10px;
float:left;
width:20px;
}
/* contain interior floats */
#docform {
width:485px;
}
#docform p {
padding-bottom:15px;
}
#docform form {
width: 665px;
}
legend {
padding: 3px 5px;
color: #09c;
margin-bottom: 20px;
margin-left: -16px;
display: inline;
}
label b {
font-weight:normal;
color:#09c;
}
label.checkbox {
margin-top:10px;
margin-bottom:10px;
margin-left:5px;
}
input.checkbox {
border:none;
}
/* --these styles use attribute selectors and the focus pseudo-selector to style form elements
in DOM compliant browsers. Other browseres (such as IE6 will ignore these
and render the default form */
fieldset[id=personalinfo] {
background: #fcfcfc;
border: 1px solid #09c;
}
legend[class=perlegend] {
font-size:15px;
background: #fcfcfc;
border-bottom:none;
border-top: 1px solid #09c;
border-right: 1px solid #09c;
border-left: 1px solid #09c;
}
.contact {
}
.contact h1.kontakt, .contact h2.kontakt {
text-transform:uppercase;
text-align:center;
}
.contact h2.kontakt {
text-transform:none;
}
.contact p.kontakt {
text-align:center;
}
.generalInfoJR {
position:absolute;
top:270px;
margin-left:460px;
}
.generalInfo {
position:absolute;
top:185px;
margin-left:450px;
}
br {
clear:left;
}
