﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Tahoma;
    font-size: 10px;
    background: #FFFFFF;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
}

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

#seite
{
    width: 220px;
}

#menue
{
    font-weight: bold;
    width: 70;
    position: absolute;
}

#content
{
    left: 75px;
    width: 145px;
    position: relative;
}