﻿/*  MAIN MENU PROPERTIES ****************

    z-index-Ebenen:

    10: Menu
    5: Content-Ebene

*/


.mainHeader
{
    position:relative;
    width:993px;
    height:354px;
    background-image:url(../../grafik/human/headerMain.jpg);
    background-repeat:no-repeat;
    z-index:10;
}

.mainFooter
{
    position:relative;
    width:983px;
    height:30px;
    padding: 5px;
    background-image:url(../../grafik/human/footerMain.jpg);
    background-repeat:no-repeat;
    font-family:Georgia;
    font-size:12px;
    color:#666;
    text-align:center;
    clear:both;
    z-index:5;
}

.mainFooter a
{
    text-decoration:none;
    color:#666;
}

.mainFooter a:hover
{
    text-decoration:underline;
    color:#666;
}

.mainMenu
{
    position:absolute;
    bottom:2px;
    left:15px;
    color:White;
    z-index:10;
    font-family:Georgia;
    font-size:13px;
    letter-spacing:2px;
}

.mainMenu a
{
    color:White;
    text-decoration:none;
}

.mainMenu a:hover
{
    color:White;
    text-decoration:none;
}

.mainStaticMenuItemStyle
{
    padding: 0px 10px 0px 0px;
}

.mainStaticMenuItemStyle a
{
    color:White;
}

.mainStaticMenuItemStyle a:hover
{
    color:White;
}

.subMenu
{
    margin-top:2px;
    width:152px;
    height:93px;
    background-image:url(../../grafik/human/subMenuBack.gif);
    background-repeat:no-repeat;
    color:White;
    z-index:10;
    font-family:Georgia;
    font-size:12px;
    padding:5px;
    line-height:20px;
}

.subMenuItem
{
    color:White;
    width:156px;
}

.subMenuItem a:hover
{
    color:black;
    width:156px;
}

.subMenuHover
{   background-color:#CBCACA;
    text-decoration:none;
    width:150px;
    color:#666;
}

.subMenuHover a
{
    color:Black;
}

.subMenuItem a
{
    color:#fff;
    text-decoration:none;
    width:150px;
}

.subMenuItem a:hover
{
    color:#666;
    background-color:#CBCACA;
    text-decoration:none;
    width:150px;
}

.SiteMapPath
{
    position:absolute;
    bottom:10px;
    right:20px;
    font-size:10px;
    font-family:Georgia;
    color:Black;
}

.SiteMapPath a
{
    font-size:10px;
    font-family:Georgia;
    color:red;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:15px;
	width:770px;
	height:570px;
	overflow:auto;
}

