body
{
    background-color    : #ffffff;
    background-image    : url(../gfx/bg.gif);
    background-repeat   : repeat-x;
    font-family         : sans-serif;  
    font-size           : 12px; 
    text-align          : center; 
}

.wrap
{
    width               : 700px;
    background-image    : url(../gfx/bg2.jpg);
    background-repeat   : repeat-y;
    margin              : 0px;
    padding             : 0px;
    text-align          : left;
}

.head
{
    width               : 700px;
    height              : 100px;
    background-color	: #ffffcc;
    /*background-image    : url(../gfx/head.gif);*/
}

.navi
{
    width               : 91px;
    float               : left;
    /*border-right        : solid 1px black;*/
    margin              : 0px;      
    margin-right        : 0px !important;   /* Für moderne Browser */
    margin-right        : -3px;             /* Für IE */
    padding             : 5px;
    /*background-color    : #ffffcc;*/  
}

.text
{
    width:              : 609px;
    margin-left         : 101px !important;  /* Für moderne Browser */
    margin-left         : 98px;              /* Für IE */
    padding             : 5px;
    padding-left        : 20px;
    /*background-color    : #ffffcc;*/
}

.bottom
{
    width               : 700px;
    height              : 100px;
    /*background-image    : url(../gfx/bottom.gif);*/
}

a:link, a:visited
{
    text-decoration     : none;
    color               : #000000;
    font-weight         : bold;
    font-family         : arial;
}

a:hover
{
    text-decoration     : underline;
    color               : #000000;
    font-weight         : bold;
    font-family         : arial;
}

.ul_navi
{
    list-style-type     : none;
    padding-right       : 0px;
}

ul
{
    padding-top             : 0px;
    margin-top              : 2px;
}

.prices
{
    border              : solid 1px black;
    border-collapse     : collapse;
    padding             : 5px;
    font-size           : 12px;
    text-align          : center;
}    

