/* 
    Document   : gelbeseiten
    Created on : 7. August 2007, 17:59
    Author     : Mara Jade
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

BODY{
 font-family: Arial;
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 /* background-color: #FFFFC1; */
 background-color: rgb(255,237,127);
 /* color: #0066cc; */
 color: #000;
}
#iframe{
 font-size: 13px;
 position: absolute;
 top: 21px;
 left: 0px;
 width: 575px;
 height: 130px;
 border-collapse: collapse;
}
#iframe TD{
 font-size: 13px;
 vertical-align: top;
}
#header_back{
 font-size: 13px;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 20px;
 /* border-bottom: 1px solid #0066cc;*/
 /* background-color: #6699cc; */
 background-color: #e4e2e2;
 text-indent: 20px;
 /* color: #blue; */
 font-weight: bold;
}