.bot {
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
        font-size: 10px; 
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.bot:hover {
        color: #000000;
}

td, h2, h3, p , textarea.textarea_bestaetigung, textarea copyright {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
        color: #000000;
}

h2 {
        font-weight: bold;
        font-size: 15px;
}

h3 {
        font-weight: bold;
        font-size: 12px;
}

.copyright {
    font-size: 9px; 
    margin-top: 5px;
    color: #ffffff;
}

.error {
        color: #ff0000;
}

td.tabellenkopf {
        font-style: italic;
}
td.summe {
        font-weight: bold;
}
td.feldname_bestaetigung {
        font-weight: bold;
}

td.fussnote {
        font-size: 11px;
	font-style: italic;
        color: #666666;
}

td.literpreis {
        font-size: 9px;
        font-style: italic;
        color: #666666;
}


textarea.textarea_bestaetigung {
    border: 1px solid;
}

select, input[type="radio"], textarea {
        border: 1px solid;
}

select, input[type="text"], input[type="password"], textarea {
        border: 1px solid;
        width: 220px;
}

select.storelocator, input.storelocator {
        width: 150px;
}
input.inputstd {
        width: 300px;
}

