
html
{
    min-height: 100%;
}

body /*, div, span, td */
{
    font-family: Verdana, Arial, Sans-Serif;
    font-family: "Courier New", Courier, Monaco, monospace; 
    font-size: 11pt;
    /*background-color: white;       */
    background-image: url(../images/title_background.jpg);
}

#wrapper
{
    text-align: left;
    width: 650px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../images/title_background.jpg);
}
.wrapper
{
}



/******************/
/* Inhaltsbereich */
#contentwrapper
{
    width: 100%;
    background-color: white;
    background-image: url(../images/title_background.jpg);
}

#content
{
    width: 100%;
    padding: 0px;
    background-color: white;
    min-height: 500px;
    background-image: url(../images/title_background.jpg);
}
