/* CSS Basic Document */
body
{
font-weight: bold; 
font-size: 12pt;
font-family: optima;
}
top
{
font-weight: bold; 
font-size: 12pt;
font-family: optima;
}

/*
bestelllink
{
font:bold 12px Arial, Helvetica, sans-serif;
height:20px
color: #ffffff;
}
*/

bestelllink
{
font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size:12px;
/*color:#333333;*/
color:#c5030a;
text-decoration:none;
border-bottom:1px dotted #c5030a;
}

#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
    border-bottom: 1px solid #eee;
}

