body {
	background-color					: #fff;
	font-family							: Verdana, Arial, Helvetica, Sans-Serif;
	font-size							: 11px;
    margin                              : 3px 0 0 0;
    color                               : #000000;
}

h1 {
    font-size                           : 11px;
    font-weight                         : bold;
    margin                              : 0;
    padding                             : 0;
    color                               : #000000;
}

h2 {
    margin                              : 0 0 3px 0;
    padding                             : 2px;
    font-size                           : 12px;
    border                              : 1px solid #aaaaaa;
}

h3 {
    margin                              : 0;
    padding                             : 5px 5px 5px 0;
    font-size                           : 11px;
}

p {
    margin                              : 5px 0 10px 0;
    padding                             : 0;
}

a {
    color                               : #0000ff;
}

a.tooltip {
    font-weight                         : normal;
    font-size                           : 9px;
    cursor                              : help;
    background-color                    : #ff6633;
    color                               : #ffffff;
    padding                             : 0 2px 0 2px;
    
}

a.add {
    text-decoration                     : none;
}

table {
    
}

table.etappendaten {
    width                                : 100%;
}





td {
    vertical-align                      : top;
}

td.formFieldLabel {
    width                                : 130px;
}

td.formFieldField {

}

td.etappendaten {
    border                               : 1px solid #aaaaaa;
    margin                               : 0;
    padding                              : 1px;
    font-size                            : 10px;
}




div.errormessage {
    border                              : 1px solid #cc0000;
    padding                             : 3px;
    margin                              : 3px 0 3px 0;
}




span.tooltipContainer {
    position                            : relative;
    z-index                             : 100;
    text-align                          : left;
}

span.tooltipText {
    position                            : absolute;
    top                                 : 5px;
    left                                : -10px;
    width                               : 200px;
    border                              : 1px solid #ff6633;
    display                             : none;
    background                          : #ffffcc;
    padding                             : 12px 2px 2px 2px;
    font-weight                         : normal;
    font-size                           : 9px;
    
}

span.tooltipClose {
    position                            : absolute;
    top                                 : 1px;
    left                                : 192px;
    background-color                    : #ff6633;
    color                               : #ffffff;
    padding                             : 0 2px 0 2px;
    cursor                              : pointer;
}


img {
    border                              : none;
}


.klein {
    font-size                           : 10px;
}



