body {
	background-color: #031626;
}


img { border: 0px; }

#topPanel {
	background: #b05917 url("images/topPanelBackgroundimage.png") repeat-x left top;
	position: absolute;
	width: 100%;
	height: 51px;
	top:0;
	left:0;
	right:0;

}
#topPanel #emailButton a {
	background: transparent url("images/emailButton.png") no-repeat left top;
	display:block;
	width:113px;
	height:51px;
	float: right;
}

#topPanel #emailButton a:hover {
	background: transparent url("images/emailButton.png") no-repeat left center;
}

#topPanel #emailButton a:active {
	background: transparent url("images/emailButton.png") no-repeat left bottom;
}

#topPanel #topPanelHeadline {
	text-align: center;
	margin-top: 15px;
}

#main #mainPanel {
	background: #ececec url("images/mainPanelBackgroundimage.png") repeat-x left top;
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	height: 126px;
}

#main #progressBarContainer #bar {
	background: #ececec url("images/progressBarBackgroundimage.png") repeat-x left top;
	position: absolute;
	left: 0;
	width: 100%; /* You can change the progress here */
	height: 126px;
}

/*#main #progressBarContainer #barRightShadow {
	background: #ececec url("images/progressBarShadow.png") no-repeat left top;
	float: right;
	width: 9px;
	height: 126px;*/
}

#main #progressBarContainer #barText {
	position: relative;
	top: -62px;
	left: 57px;
	float: right;
	width: 68px;
	height: 57px;
}

#main #mainPanel #logo {
	position: relative;
	top: 40px;
	left: 25%;
	width: 201px;
	height: 45px;
	z-index: 2;
}

#main #mainPanel #notifyContainer {
	position: relative;
	left: 50%;
	width: 470px;
	height: 126px;
	z-index: 3;
}

#main #mainPanel #notifyForm .inputMail {
	background: transparent url("images/inputBackgroundimage.png") no-repeat left top;
	color: #909090;
	border: 0;
	width: 210px;
	height: 34px;
	padding: 3px 126px 0 10px;
	font-size: 13px;
}

#main #mainPanel #notifyForm .submitButton {
	background: transparent url("images/notifyButton.png") no-repeat left top;
	border: 0;
	width: 103px;
	height: 26px;
	position: absolute;
	right: 138px;
	bottom: 96px;
}

#main #mainPanel #notifyForm .submitButton:hover {
	background: transparent url("images/notifyButton.png") no-repeat left center;
}

#main #mainPanel #notifyForm .submitButton:active {
	background: transparent url("images/notifyButton.png") no-repeat left bottom;
}

#main #mainPanel #notifyText {
	position: relative;
	top: 60px;
	right: 85px;
}

#footerMenu {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#footerMenu a {
	color: #b1c2ff;
	text-decoration: none;
	font-size: 12px;
	font-family: "Helvetica", sans-serif;
}