@charset "iso-8859-2";
/* CSS Document */

.kundenTable{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:450px;
}

.kundenTable #imgOben{
height:40px;
background-image:url(../images/formular/HgFormOben.gif);
}
.kundenTable #imgObenLi{
height:40px;
background-image:url(../images/formular/HgFormObenLi.gif);
}
.kundenTable #imgMitte{
background-image:url(../images/formular/HgFormMitte.gif);
}
.kundenTable #imgUnten{
height:30px;
background-image:url(../images/formular/HgFormUnten.gif);
}
.kundenTable #kundenInfo{
margin:5 10 10 10 ;
width:425px;
text-align:center;
font-size:11px;
}

.kundenTable #kundenStatisch{
margin:5 20 5 20;
padding:2 0 0 5;
height:18px;
width:110px;
background-color:#CCCCCC;
text-align:right;
}

.kundenTable #kundenFelder{
float:left;
margin:-26 0 0 150;
width:270px;
background:none;
border-width:1px;
border-color:#B50F13;
border-style:dashed;
}
.kundenTable #ort01{
float:left;
margin:-26 0 0 150;
width:60px;
background:none;
border-width:1px;
border-color:#B50F13;
border-style:dashed;
}

.kundenTable #ort02{
float:left;
margin:-26 0 0 220;
width:200px;
background:none;
border-width:1px;
border-color:#B50F13;
border-style:dashed;
}

.error{
color:#FF0000;
margin:0 0 0 150;
}



.kundenBtn{
float:right;
margin-top:-15px;
height:40px;
width:185px;
font-size:12px;
background:transparent;
background-repeat:no-repeat;
background-image:url(../images/formular/fortsetzenBtn.gif);
background-position:right;
border:none;
cursor:pointer;
}

.kundenBtn:hover{
color:#B50F13;
}
