#kontaktform{
    border-left: 1px solid #025895;
    border-right: 1px solid #025895;
    width: 727px;
    padding: 5px;
    background: #e9e9e9 url(../images/formularVerlaufBackground.jpg) bottom center repeat-x;
    font-weight: bold;
	color: #000000;
	font-size: 11px;
	letter-spacing: -0.0em;
	margin: 0;
	line-height: 18px !important;
}
#kontaktformContent{
	padding: 10px;
}
#kontaktform #error, #success{
    color: red;
    margin-bottom: 5px;
    border-left: 3px solid red;
}

#kontaktform #success{
    color: #025895;
    border-left: 0px solid darkgreen;
}


#roundBorderBottom, #roundBorderTop{
    /* background: url(../images/roundBorderBottom.gif) top left no-repeat; */
    width: 738px;
    height: 8px;
}
#roundBorderTop{
    /* background: url(../images/roundBorderTop.gif) top left no-repeat; */
}

.clearCol {
    clear: both;
}
.leftCol {
    float: left;
    width: 350px;
    padding-left: 5px;
}
.rightCol {
    float: right;
    width: 350px;
    padding-left: 5px;
}

.txtKontaktPlz{
	width: 50px;
}
.txtKontaktOrt{
	width: 140px;
}

#kontaktform .textareaKontaktNorm{
	width: 345px;
	height: 70px;
	font-size: 11px;
}
#kontaktform .txtKontaktNorm{
	width: 200px;
}
