#kopfbereich
    {
    height: 176px;
    text-align: center;
    background-image: url(http://www.eurocards.de/top.gif);
    background-repeat: no-repeat;
    }
    #kopfbereich #banner
        {
        position: absolute;
        top: 100px; 
        left: 470px;  
        }
    
#navibereich
    {
    vertical-align: top;
    width: 300px;
    background-image: url(http://www.eurocards.de/left.gif);
    background-repeat: no-repeat;
    }
    #navibereich ul
        {
        width: 245px;
        }
    #navibereich li    
        {
        list-style-type:none;         /*formatierung der*/
        height: 2.1em;                /*Links in einer unnummerierten*/
        margin-left: 80px;           /*Liste. margin wegen hintergrundbild*/
        }    
    #navibereich ul
        {
        margin-top: 54px;
        }  
    #navibereich a 
        {
        position: absolute;
        font-family: 'comic sans ms',arial,sans-serif;
        color: black;        
        font-size: 20pt;            /*allgemeine*/
        width: 130px;               /*eigenschaften*/
        text-decoration:none;       /*der Links*/
        padding-right: 40px;
        height: 26px;
        font-size: 12pt;      
        line-height: 0.9em;
        background-repeat:no-repeat;
        background-position:right;
        }
    #navibereich a.pt11 
        {
        font-size: 11pt;
        line-height: 0.8em;
        }     
    #navibereich a.pt14 
        {
        font-size: 14pt;
        line-height: 0.9em;
        }       
    #navibereich a.pt7
        {
        font-size: 7pt;
        line-height: 0.5em;
        }
    #navibereich a.pt20 
        {
        font-size: 20pt; 
        } 
    #navibereich a:hover 
        {
        background-image:url(links/tulpe.gif);
        }
    #navibereich a.keineTulpe:hover
        {
        background-image:url();
        }
    #navibereich a.tulpe
        {
        background-image:url(links/tulpe_akt.gif);
        }
 
/*generelles*/
  
body {
     background-color: #fefed6;
     }     
img {
    border-style: none
    }