﻿body {
	background-color: #FDCD03
}

#WrapperDiv {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	height: auto;
	/* position: absolute; */
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#UtilDiv 
{
	padding: 0px;
	margin: 0px;
	float:left;
	width:800px;

}

#Logo {
	padding: 0px;
	margin: 0px;
	width:160px;
	float:right;
}

.clear {
clear:left;
}


.SingleColumnDiv {
	position: relative;
	width: 960px;
	height: auto;
	top: 0;
	bottom: 0;
	background-color: #ffe;
	margin: 20px 0 20px 0;
}

.MultiColumnDiv {
	position: relative;
	width: 960px;
	height: auto;
	top: 0;
	bottom: 0;
	background-color: #fff;
	margin: 20px 0 20px 0;
}

#NavDiv 
{
	float:left;
	width: 800px;
	height: 40px;
	background-color: #FDCD03 !important;
	color: #eee;
	font-weight: bold;
	text-align: right;
}

#BodyDiv {
	padding: 0px;
	margin: 0px;
	clear: both;
	height:960px;
}

.controlpanel {
	width: 100%;
	background-color: #ffffff;
}

.leftpane
{
	position:absolute;
	left:0px;
	padding: 0px;
	margin: 0px;
	width:159px;
	height:100%;
	border-right:solid 1px #FDCD03;
}

.contentpane
{
	position:absolute;
	left:161px;
	padding: 0px;
	margin: 0px;
	width: 640px;
	background-color: #ffffff;
	text-align:left;
}

.rightpane
{
	position:absolute;
	left:800px;
	top:162px;
	bottom:0px;
	padding: 0px;
	padding-left:5px;
	padding-top:10px;
	margin: 0px;
	width:160px;
	background-color: #FDCD03;
}

.Head {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.Normal, p, div, td {
	font-family: Verdana;
	font-size: 11px;
}



table.ActivityTable {
	margin: 0;
	padding: 0;
	width: 96%;
}

table.ActivityTable th {
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
	font-weight: bold;
	color: #fff;
	background-color: #666666;
	text-align: center;
}

table.ActivityTable td {
	margin: 0;
	padding: 2px;
	vertical-align: top;
}


/* ==============================
    CSS STYLES FOR Avastone Menu
   ==============================
*/

/***********************************************************
 Structural CSS for the structure and behavior of the menu 
                   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/

/* root-level menu list (UL) */
ul.AvastoneCssMenu {
    position:absolute;
    top:120px;
    left:0px;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    z-index: 999999;
    width:800px;
    text-indent:0px;
}

/* submenu lists (ULs) */
ul.AvastoneCssMenu ul {
    position: absolute;
	z-index: 999999;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
    text-indent:0px;
}



/* menu items */
ul.AvastoneCssMenu li {
    position: relative;
    list-style: none;
    float: left;
	display: inline;
	_width: 1%;
	_height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	width:160px;
}

ul.AvastoneCssMenu li li {
	white-space: normal;
}

/* menu item links */
ul.AvastoneCssMenu a,  
ul.AvastoneCssMenu span {
    display: block;
    text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul {
	left: -9999px;
    visibility: hidden;
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul {
	left: auto;
    visibility: visible;
    _display: block;
}

.ArrowPointer {
	cursor: default;
}


/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

/* root-level menu */
ul#MainMenu { 
	text-align: left;
	background-color: #FDCD03;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#MainMenu ul {
	background-color: #FDCD03;
}

/* menu items */
/* Typically set menu item borders here. */
ul#MainMenu li 
{
	background-color: #FDCD03;
	height:30px;
}

/* nested menu items */
ul#MainMenu li li 
{
	margin:0px;
	padding:0px;
	background-color:#FDCD03;
	height:20px;
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a,  
ul#MainMenu span {
	padding: 5px;
	height: 100%;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
}

/* nested menu item links */
ul#MainMenu ul a,  
ul#MainMenu ul span {
}

/* hovered menu item links */
ul#MainMenu li a:hover 
{
	background-color:#FFD52F;
	text-decoration:none;
	height:30px;
}

/* hovered nested menu item links */
ul#MainMenu li li a:hover 
{
	background-color:#FFD52F;
	height:10px;
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul,
ul#MainMenu li.iehover ul {
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul,
ul#MainMenu li li li:hover ul,
ul#MainMenu li li li li:hover ul,
ul#MainMenu li li.iehover ul,
ul#MainMenu li li li.iehover ul,
ul#MainMenu li li li li.iehover ul {
	left: 160px;
	top: 0;
}

ul#MainMenu a.MenuRootBranch {
}

ul#MainMenu a.MenuItemBranch {
}

ul#MainMenu li a.MenuItemCurrent 
{
	background-color:#00AF51;
}

ul#MainMenu a.MenuItemBreadcrumb {
}

ul#MainMenu li.rootSeparator {
}

ul#MainMenu li.subSeparator {
}

ul#MainMenu li.leftCap {
}

ul#MainMenu li.rightCap {
}

#BiosphärenparkGroßesWalsertal_item, #BiosphereReserveGroßesWalsertal_item
	{
		float:left;
		width:160px;
		white-space:normal;
	}
	
#WaspassiertimBiosphärenpark_item, #WhatHappensintheBiosphereReserve_item, #GemeindeundVerwaltung_item
	{
		float:left;
		width:160px;
		white-space:normal;
	}
	
#UmweltbildungundExkursionen_item, #EducationandExcursions_item
	{
		float:left;
		width:160px;
		white-space:normal;
	}

#LebenimBiosphärenpark_item, #LivingintheBiosphereReserve_item
	{
		float:left;
		width:160px;
		white-space:normal;
	}
	
#Kontakte_item, #Contacts_item
	{
		float:left;
		width:160px;
		white-space:normal;
	}
	
#Administrator_item, #Admin_item
	{
		position:fixed;
		top:26px;
		left:0px;
		height:20px;
	}
#System_item, #Host_item
	{
		position:fixed;
		top:26px;
		left:160px;
		height:20px;
	}

#Basisvorlage_item, #Sprache_item
	{
		position:fixed;
		top:26px;
		left:320px;
		height:20px;
	}