body { 
background:#7D7D7D url(bgGrad.gif) repeat-x top left;  
font-family:Arial;  
}

#center {
width: 1000px; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
background: white;
border-right: 4px solid #7D7D7D;
border-left: 4px solid #7D7D7D;
border-top: 4px solid #7D7D7D;
}

#head {
float: left;
height: 150px;
width: 1000px;
border-bottom: 4px solid #7D7D7D;
text-align: left; 
}

#hdname {
float: left;
/*font-family:"Brush Script MT", "Lucida Calligraphy", "Lucida Handwriting", Georgia, cursive;*/ 
font-size:250%;
margin-left: 20px;
margin-top: 32px;  
}

#hdtext {
float: right;
display: block;
width: 500px;
padding-left: 2em;
padding-top: 30px;
font-size: 130%;
}


#menu {
text-align: left;
border-bottom: 4px solid #7D7D7D;                  
}

#menu a {
margin-left: 30px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-weight: bold;
color: #0078E6;
}

#menu a:hover {
color: #7D7D7D;
background-color: #CCCCCC;   
}


#content {  
text-align: left;
min-height: 700px;
margin-left: 2em;
margin-right: 2em;
}

#content table {
text-align: left;
}

.phone_label {
  width: 4em;
  display: block;
  float: left;
}

/* text left of img */
.left {
  float: left;
  width: 75%;
  margin-top: 1em;
}

.right {
  float: right;
  text-align: right;
  margin-bottom: 1em;  
  margin-top: 1em;
}
                          
.clear {
clear: left;
text-align: left;
}

#footer {
padding-bottom:20px;
text-align: left;
}

#stempelEst {
float: right; 

position: relative;
left: -80px;
top: -110px;

width: 100px;
height: 100px; 
}

#stempelPar {
float: right; 

position: relative;
left: -150px;
top: -150px;

width: 100px;
height: 100px; 
}


.error {
  color: red;
  font-weight: bold;
  padding:2px;
  border: 1px red solid;
}

#leftside {
  width: 50%;
  float: left;
}

#rightside {
  width: 50%;
  float: right;
}

fieldset {
  background:#F0F0F0;
  margin:1em 0 0 0;
  padding:10px 10px 10px 10px;
  border:none;
}

input#forename {width:12em;}
input#surename {width:12em;}
input#nr       {width:5em;}
input#street   {width:19em;}
input#zip      {width:7em;}
input#city     {width:17em;}
input#phone    {width:24.8em;}
input#email    {width:24.8em;}
textarea#query {width:25em;}
p#rightside label {
clear: left;
display: block;
float: left;
width: 20em;
}