﻿/* Positionierung DIVs */

#HeaderDiv
{
    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: -8px; 
    height: 22px;
    clear:left;
    float:none; 
    background-image: url(images/border.gif);
    background-repeat: repeat;
    background-position: center;
}


#MainMenuDiv
{
    width: 13em;
    border-style: none;
    border-width: 0px;
    float: left;
}

#BreadcrumbsDiv
{
    width: auto;
    border-style: none;
    border-width: 0px;
    height: 30px;
}

#ContentDiv
{
    width: auto;
    max-width: 650px;
    margin-left: 16em;
    border-style: none;
    border-width: 0px;
}

#CopyrightDiv
{
    width: auto;
    clear: left;
    border-style: none;
    border-width: 0px;
}

#ErrorMessageDiv
{
    border: 1px solid #FF0000;
    max-width: 650px;
    margin-left: 14em;
    margin-bottom: 1em; 
    height: auto;
    background-color: #FF9999;
}



/* +----------------------------------------- */
/* +  Menu */
/* +----------------------------------------- */

div.MenuBox
{
    width: 150px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    margin: 1px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

ul.MenuBoxList
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 0;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #F5F5F5;
    text-indent: 0px;
}

div.Menu
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #F5F5F5;
    margin: 0;
}

div.Menu2
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #B0C4DE;
}

li.Menu
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #F5F5F5;
}

div.MenuHead
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 0px solid;
    background-color: #B0C4DE;
    height: auto; /*margin-left: 1; */
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
}

