﻿/* Positionierung DIVs */

#Head
{
    width: 100%;
    border-style: none;
    border-width: 0;
}

#Header
{
    float: left; 
}

#Header2
{
    margin-top: 16px; 
    clear: right; 
    float:right; 
}


#Border
{
    width:auto; 
    margin-left: -9px; 
    margin-right: -9px; 
    height: 22px;
    clear:left;
    float:none; 
    background-image: url(images/border.gif);
    background-repeat: repeat;
    background-position: center;
}


#Menu
{
    width: 13em;
    border-style: none;
    border-width: 0px;
    float: left;
}

#Content
{
    width: auto;
    max-width: 650px;
    margin-left: 14em;
    border-style: none;
    border-width: 0px;
}

#Copyright
{
    width: auto;
    clear: left;
    border-style: none;
    border-width: 0px;
}



