#postdienst {
    position:relative;
	width:620px;
	height:500px;
	margin-left:30px;
	padding:10px;
	/*border:1px solid #5880f8;*/
	}

#formular {  
     position:relative;  
     border: 1px solid #fff;
	 width:520px;
	 height:420px; 
	 color: #162983;
     background: #dcdfed;
     margin-bottom: 10px; 
     }
/*form {    
    padding: 10px;
    margin-left: 30px;
    }*/
	
#col3_content h1 {
     font-size: 1.0em;
     color: #162983;
     padding-left:40px;
     margin-bottom: 20px;
    }
    
#col3_content  {
     /*font-size: 0.88em;*/
     padding-left:50px;
    } 
	
.anschrift, .anrede, .name, .tel, .telmobil, .fax, .email, .nachricht, .hinweis, .button {
    position:absolute;
	/*padding-bottom:10px;*/
	}  
	
.anschrift, .anrede, .name, .nachricht, .hinweis, .button {
    left:10px;
	} 
	
.anrede input, .name input{
    width:230px;
	height:20px;
	}	
	
.tel, .telmobil, .fax, .email {
    left:273px;
	}	
	
.tel input, .telmobil input, .fax input, .email input {
	width:230px;
	height:20px;
	}	 	
	
.anschrift {
    top:10px;
	}		 
	
.anrede {
    top:115px;
	}		
	
.name {
    top:170px;
	}
	
.tel {
    top:10px;
	}		
	
.telmobil {
    top:62px;
	}		
	
.fax {
    top:115px;
	}	
	
.email {
    top:170px;
	}		
	
.nachricht {
    top:225px;
	}		
	
.hinweis {
    top:350px;
	}
	
.button {
    top:380px;
    }														
	
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*font-size:0.88em;*/
	color:#162983;
	}
textarea {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*font-size:0.88em;*/
	color:#162983;
	}	
	
ul.formerror  {
    margin-bottom:15px;
	padding-left: 12px;
	/*list-style-type: none;*/
}

ul.formerror li,
ul.formerror li.error {
    color: red;
}

ul.formerror li.error {
    font-size: 10px;
}    
	
.anfragemail {
    width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#003399;
    background: transparent;
    border: 1px solid #162983;
	}		
