/*==============================================================================
	GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.

	Computed Geometries:	with a default 12px font, 1.0em == 12px and
	1px == 0.08333em.

                      PUBLIC DOMAIN CONTRIBUTION NOTICE							 
   This work has been explicitly placed into the Public Domain for the
	benefit of anyone who may find it useful for any purpose whatsoever.
	
==============================================================================*/

 /*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/


/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }


#masthead {
	position:relative;      /* position our child objects relative to this div */
	float:left;
	vertical-align:top;	         /* protect from super-large user text sizing */
	border:0;
	margin:0;
	padding:0;
	/*width:100%;*/                                 /* fill the entire width */
	height:111px;                  /* set the overall height above the menu-bar */
}

#mastheadlogo {
	float:left;
	vertical-align:top;
	border:0;
	padding:0;
	margin:6px 0 0 7px;
}


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0 42px;
	border:0;
	height:24px;                                  /* the menu's overall height */
	width:800px;         /* we always want our menu to fill the available space */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	font-weight: bold;
	text-transform: uppercase;
z-index: 99;
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	margin:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu ul li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu ul li#shop {
	float:right;
	margin-right: 0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
	font-size:11px;         /* this (and also below) sets the menu's font size */
	font-weight: normal;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:21px;
	padding: 3px 13px 0 13px;
	color: #fff;
}

.menu ul li.current a,
.menu ul li:hover a,
.menu ul li a:hover,
.menu ul li:focus a,
.menu ul li a:focus {                        /* selected top-level menu items */
	height:21px;
	color: #630;
	background-repeat: repeat-x;
	background-position: bottom;
}
body.mensch .menu ul li.current a,
body.mensch .menu ul li:hover a,
body.mensch .menu ul li a:hover,
body.mensch .menu ul li:focus a,
body.mensch .menu ul li a:focus {
	background-image: url(/lay/bg-topnav-mensch-over.gif);
}
body.land .menu ul li.current a,
body.land .menu ul li:hover a,
body.land .menu ul li a:hover,
body.land .menu ul li:focus a,
body.land .menu ul li a:focus { 
	background-image: url(/lay/bg-topnav-land-over.gif);
}
body.tier .menu ul li.current a,
body.tier .menu ul li:hover a,
body.tier .menu ul li a:hover,
body.tier .menu ul li:focus a,
body.tier .menu ul li a:focus { 
	background-image: url(/lay/bg-topnav-tier-over.gif);
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul,
.menu ul li:focus ul,
.menu ul li a:focus ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:23px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:#fff;                        /* this sets the unselected-text color */
	background:transparent;         /* this sets our menu's effective "border" color */
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding: 1px 10px;
	height:auto;
	color: #fff;               /* this sets the unselected drop-down text color */
	width:12.2em;
}

body.mensch .menu ul li:hover ul li a,
body.mensch .menu ul li a:hover ul li a,
body.land .menu ul li:hover ul li a,
body.land .menu ul li a:hover ul li a,
body.tier .menu ul li:hover ul li a,
body.tier .menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	background: url(/lay/bg-topnav.png) repeat-x bottom transparent;       /* this sets the drop-down menu background color */
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color: #630;
}
body.mensch .menu ul li:hover ul li:hover a,
body.mensch .menu ul li a:hover ul li a:hover {
	background-image: url(/lay/bg-topnav-mensch-over.gif);
}
body.land .menu ul li:hover ul li:hover a,
body.land .menu ul li a:hover ul li a:hover {
	background-image: url(/lay/bg-topnav-land-over.gif);
}
body.tier .menu ul li:hover ul li:hover a,
body.tier .menu ul li a:hover ul li a:hover {
	background-image: url(/lay/bg-topnav-tier-over.gif);
}














/* subnavigation */





ul#subnavi {
	float:left;
	width:160px;
	padding: 0;
list-style: none none;
font-size: .917em;
text-transform: uppercase;
	}
ul#subnavi li {
margin-bottom: 1px;
	}
ul#subnavi li a {
	display: block;
	padding: 3px 5px 1px 13px;
	color: #fff;
	background-color: #630;
	text-decoration: none;
	}
body.mensch ul#subnavi li.current a,
body.mensch ul#subnavi li a:hover,
body.mensch ul#subnavi li a:focus {
	color: #630;
	background-color: #9c3;
	}
body.land ul#subnavi li.current a,
body.land ul#subnavi li a:hover,
body.land ul#subnavi li a:focus {
	color: #fff;
	background-color: #594f3e;
	}
body.tier ul#subnavi li.current a,
body.tier ul#subnavi li a:hover,
body.tier ul#subnavi li a:focus {
	color: #630;
	background-color: #fc6;
	}
ul#subnavi li ul {
	display: none;
list-style: none none;
	}
ul#subnavi li.current ul {
	display: block;
	}
ul#subnavi li ul li {
margin-bottom: 0;
	}
ul#subnavi li ul li a {
	display: block;
	padding: 1px 5px 1px 21px;
	}
body.mensch ul#subnavi li.current ul li a {
color: #630;
background: #b8dc72;
	}
body.mensch ul#subnavi li.current ul li.current a,
body.mensch ul#subnavi li.current ul li a:hover,
body.mensch ul#subnavi li.current ul li a:focus {
color: #630;
background: #9c3;
	}
body.land ul#subnavi li.current ul li a {
color: #630;
background: #d4bc87;
	}
body.land ul#subnavi li.current ul li.current a,
body.land ul#subnavi li.current ul li a:hover,
body.land ul#subnavi li.current ul li a:focus {
color: #fff;
background: #594f3e;
	}
body.tier ul#subnavi li.current ul li a {
color: #630;
background: yellow;
	}
body.tier ul#subnavi li.current ul li.current a,
body.tier ul#subnavi li.current ul li a:hover,
body.tier ul#subnavi li.current ul li a:focus {
color: #630;
background: #fc6;
	}



ul#zielgruppennavi {
	position: absolute;
	left: 50px;
	width: 392px;
	height: 39px;
	list-style: none none;
	font-size: .917em;
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
	}
.mensch ul#zielgruppennavi {
	background: url(/lay/zielnav-mensch-aktiv.jpg) no-repeat;
	}
.tier ul#zielgruppennavi {
	background: url(/lay/zielnav-tier-aktiv.jpg) no-repeat;
	}
.land ul#zielgruppennavi {
	background: url(/lay/zielnav-land-aktiv.jpg) no-repeat;
	}
ul#zielgruppennavi li {
	float:left;
	padding: 0;
	}
ul#zielgruppennavi li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	}


.mensch ul#zielgruppennavi li#nav-tier a {
	width: 82px;
	height: 20px;
	padding-top: 2px;
	background: url(/lay/zielnav-tier-mensch.jpg) no-repeat;
	}
.mensch ul#zielgruppennavi li#nav-land a {
	width: 86px;
	height: 20px;
	padding-top: 2px;
	background: url(/lay/zielnav-land-mensch.jpg) no-repeat;
	}

.tier ul#zielgruppennavi li#nav-mensch a {
	width: 84px;
	height: 20px;
margin-left: 2px;
	padding-top: 2px;
	background: url(/lay/zielnav-mensch-tier.jpg) no-repeat;
	}
.tier ul#zielgruppennavi li#nav-land a {
	width: 86px;
	height: 20px;
	padding-top: 2px;
	background: url(/lay/zielnav-land-tier.jpg) no-repeat;
	}

.land ul#zielgruppennavi li#nav-mensch a {
	width: 84px;
	height: 20px;
margin-left: 2px;
	padding-top: 2px;
	background: url(/lay/zielnav-mensch-land.jpg) no-repeat;
	}
.land ul#zielgruppennavi li#nav-tier a {
	width: 82px;
	height: 20px;
	padding-top: 2px;
	background: url(/lay/zielnav-tier-land.jpg) no-repeat;
	}




.mensch ul#zielgruppennavi li#nav-mensch a {
	width: 123px;
	height: 28px;
	padding-top: 3px;
	z-index: 99;
	font-weight: bold;
	font-size: 14px;
	background: url(/lay/zielnav-mensch-mensch.jpg) no-repeat;
	}
.tier ul#zielgruppennavi li#nav-tier a {
	width: 120px;
	height: 28px;
	padding-top: 3px;
	z-index: 99;
	font-weight: bold;
	font-size: 14px;
	background: url(/lay/zielnav-tier-tier.jpg) no-repeat;
	}
.land ul#zielgruppennavi li#nav-land a {
	width: 120px;
	height: 28px;
	padding-top: 3px;
	z-index: 99;
	font-weight: bold;
	font-size: 14px;
	background: url(/lay/zielnav-land-land.jpg) no-repeat;
	}
ul#zielgruppennavi li#nav-mensch a:hover,
ul#zielgruppennavi li#nav-mensch a:focus {
	color: #9c3 !important;
	}
ul#zielgruppennavi li#nav-tier a:hover,
ul#zielgruppennavi li#nav-tier a:focus {
	color: #fc6 !important;
	}
ul#zielgruppennavi li#nav-land a:hover,
ul#zielgruppennavi li#nav-land a:focus {
	color: #e0d2b0 !important;
	}
ul#zielgruppennavi li a:hover,
ul#zielgruppennavi li a:focus {
	background: none !important;
	}



ul#metanavi {
	position: absolute;
	left: 381px;
	padding: 0;
	list-style: none none;
	font-size: .833em;
	font-weight: bold;
	text-transform: uppercase;
        z-index: 100;
	}
ul#metanavi li {
	float:left;
	margin-right: 2px;
	}
ul#metanavi li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	}

.mensch ul#metanavi li.current a,
.tier ul#metanavi li.current a,
.land ul#metanavi li.current a,
ul#metanavi li a:hover,
ul#metanavi li a:focus {
	background: #630;
	}
.mensch ul#metanavi li.current a,
.mensch ul#metanavi li a:hover,
.mensch ul#metanavi li a:focus {
	color: #9c3;
	}
.tier ul#metanavi li.current a,
.tier ul#metanavi li a:hover,
.tier ul#metanavi li a:focus {
	color: #fc6;
	}
.land ul#metanavi li.current a,
.land ul#metanavi li a:hover,
.land ul#metanavi li a:focus {
	color: #e0d2b0;
	}