/* MenuBar */

	div.menuBar {
		width: 100%;
		height: 26px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		text-align: left;
		text-decoration: none;
		vertical-align: middle;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		z-index: 110;
		background-image: url(../images/layout/menuBarBackground.gif);
		background-repeat: repeat;
		background-position: top left;
	}

	/* Left Menu Bar */

	.leftMenu a.menuButton {
		font-family: Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
		background-color: #EDEDED;
		text-decoration: none;
		margin-right: 0px; margin-left: 0px;
		padding-right: 1px; padding-left: 1px;
		margin-top: 0px; padding-top: 2px;
		margin-bottom: 0px; padding-bottom: 2px;
		display: block;
		vertical-align: middle;
		padding-left: 2px;

		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
	}

	.leftMenu a.menuButton#title {
		text-decoration: none;
		background-color: #F7F6F1;
	}

	.leftMenu a.menuButton#title:hover {
		background-color: #F7F6F1;
		color: #000000;
		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		text-decoration: none;
	}

	.leftMenu a.menuButton:hover {
		background-color: #999999;
		text-decoration: none;
		color: #ffffff;
		border-top-color: #9B9B9B;
		border-bottom-color: #FFFFFF;
		background-image: url(images/reddot.gif);
		background-repeat: no-repeat;
		background-position: left;
	}

	.leftMenu a.subMenuButton {
		font-family: small fonts, Arial Narrow, Helvetica, sans-serif;
		font-size: 8px;
		color: #767162;
		background-color: #FFFFFF;
		text-decoration: none;
		margin-right: 0px; margin-left: 0px;
		padding-right: 2px; padding-left: 5px;
		margin-top: 0px; padding-top: 2px;
		margin-bottom: 0px; padding-bottom: 2px;
		display: block;
		vertical-align: middle;

		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
	}

	.top {
		font-family: Small Fonts, Arial Narrow, Helvetica, sans-serif;
		font-size: 9px;
		color: #767162;
		text-decoration: none;
		background-color: #FFFFFF;
		text-decoration: none;
		margin-right: 0px; margin-left: 0px;
		padding-right: 2px; padding-left: 5px;
		margin-top: 0px; padding-top: 2px;
		margin-bottom: 0px; padding-bottom: 2px;
		display: block;
		vertical-align: middle;

		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
	}

	.topnv {
		cursor: text;
		background-color: #F7F6F1;
		font-family: small fonts, Helvetica, sans-serif;
		font-size: 8px;
		color: #000000;
		text-decoration: none;
		margin-right: 0px; margin-left: 0px;
		padding-right: 1px; padding-left: 1px;
		margin-top: 0px; padding-top: 2px;
		margin-bottom: 0px; padding-bottom: 2px;
		display: block;
		vertical-align: middle;
		padding-left: 2px;

		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
	}

	.leftMenu a.subMenuButton:hover {
		background-color: #F4F4F4;
		text-decoration: none;
		color: #9F998A;
		/*border-top-color: #9B9B9B;
		border-bottom-color: #FFFFFF;
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: right center*/
	}

	/* Wizzard Styles */

	.wizzard {
		font-family: tahoma, Helvetica, sans-serif;
		font-size: 8px;
		color: #316592;
		background-color: #EDEDED;
		text-decoration: none;
		margin-right: 0px; margin-left: 0px;
		padding-right: 2px; padding-left: 16px;
		margin-top: 0px; padding-top: 2px;
		margin-bottom: 0px; padding-bottom: 2px;
		display: block;
		vertical-align: middle;

		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;

		background-image: url(../images/wizzard/rot.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}

	.wizzard#title {
		background-color: #DFEBF4;
		border-bottom-color: #316592;
		font-weight: bold;
		padding-left: 2px;

		background-image: none;
		background-repeat: no-repeat;
		background-position: left center;
	}

	.wizzard#active {
		background-color: #D4D4D4;
		color: #000000;
		border-top-color: #9B9B9B;
		border-bottom-color: #FFFFFF;

		background-image: url(../images/wizzard/gelb.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}

	.wizzard#leaved {
		/*background-color: #F4DFE0;*/

		background-image: url(../images/wizzard/blau.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}

	.wizzard#ready {
		/*background-color: #DFF4E0;*/

		background-image: url(../images/wizzard/gruen.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.topMenu a.menuButton {
		font-family: Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		background-color: #666666;
		text-decoration: none;
		margin-right: 0px; margin-left: 0px;
		padding-right: 1px; padding-left: 1px;
		margin-top: 0px; padding-top: 2px;
		margin-bottom: 0px; padding-bottom: 2px;
		display: block;
		vertical-align: middle;
		padding-left: 2px;

		border-top-color: #FFFFFF;
		border-bottom-color: #9B9B9B;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
	}
