/* CSS Document */
html, body {
	height : 100%;
	margin : 0;
	padding : 0;
	border: 0;
	font-family: Arial;
	background-image: url(../img/menue-green-bg.gif);
	background-repeat: repeat-x;
	background-position: left 189px;
}
#green {
	position: absolute;
	left: 0px;
	top: 189px;
	z-index: 10;
	width: 100%;
	height: 61px;
	background-image: url(../img/menue-green-bg.gif);
	background-repeat: repeat-x;
}
#menue_green {
	top: -3px;
	margin-top: 2px;
	z-index: 70;
	width: 700px;
	height: 60px;
	background-image: url(../img/menue-green.gif);
	background-repeat: no-repeat;
	float: right;
}
*html  #menue_green {
	margin-top: -62px;
	margin-left: 100px;
}
#bottom_green {
	width: 100%;
	font-size: 10px;
	color: #fff;
	float: left;
	clear: left;
	position: absolute;
	height: 48px;
	background-image: url(../img/bottom-green-bg.gif);
	background-repeat: repeat-x;
	margin-top: 35px;
}

