﻿.DefaultBody 
{
    background: white;/*url(Bilder/bg.gif) #CCCCCC;*/
    background-repeat: repeat-x;
    /*text-align: center;*/
    margin: 0px;
    padding: 0px;
}

.MainDiv
{
    background: white;
    margin: 0 auto;
    text-align: left;
    width: 902px;
    padding: 0px;
}

.space
{
    position: relative;
    top: 6px;
    margin-right: 2px;
    cursor: hand;
} 
              
.Small
{
    font-family: Tahoma;
    font-size: 8pt;
}

img
{
    border: none;
    behavior: url("pngHack.htc");
}



#OuterPanel
{
    /*width: 700px;*/
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.BuildingImage
{
    position: absolute;
    top: 0px;
    left: 0px;
}


.Left
{
    position: absolute;
    top: 560px;
    left: 10px;
    z-index: 100;
}

.Right
{
    position: absolute;
    top: 560px;
    right: 10px;
    z-index: 100;
}

#ContentList
{
    position: absolute;
    top: 20px;
    left: 362px;
    width: 140px;
    font-family: Tahoma;
    font-size: 8pt;
}



h1
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

h2
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

a
{
    color: Black;
    text-decoration: none;
    font-family: "Tahoma";
    font-size: 8pt;
}

a:visited
{
    color: black;
}

a:hover
{
    text-decoration: underline;
}

#MapFrame
{
    /*position: absolute;
    top: 86px;
    left: 20px;*/
    /*width: 675px;
    height: 600px;*/
    width: 100%;
    height: 600px;
}

#Menu
{
    /*position: absolute; 
    top: 90px;
    left: 754px;*/
    width: 197px;
    height: 500px; 
    z-index: 1;
    /*float: left;
    margin: 10px;*/
}

.MenuCaption
{
    margin: 0px;
    margin-top: -4px;
}

.MenuContent
{
    margin-top: -4px;
    padding: 10px;
    /*height: 324px;*/
    display: none;
}

.MenuItem
{
    font-family: "Tahoma";
    font-size: 8pt;
    margin: 24px;
    position: relative;
    left: 10px;
    top: -6px;
}

.MenuArrow
{
    margin-right: 5px;
    margin-left: 5px;
}

.MenuHead
{
    height: 28px;
    background: white;
    border-top: 1px solid #CCCCCC;
    vertical-align: middle;
}

.MenuHeadSelected
{
    height: 28px;
    background: #E9E9E9;
    border-top: 1px solid #CCCCCC;
    vertical-align: middle;
    display: none;
    color: #588636;
}

.green
{
    color: #588636;
    font-family: "Tahoma";
    font-size: 8pt;
}
