@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding: 0px; text-align: center; background-color: #094e45; }

body, p, td, input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

.left { float: left; }
.right { float: right; }
.clear { float: none; clear: both; }

#language { width: 896px; margin: auto; height: 27px; padding-right: 15px; }

#language .flag { float: right; margin-top: 3px; margin-right: 1px; }

#top { width: 896px; margin: auto; height: 141px; background-image: url(../images/bg_top.jpg); background-repeat: no-repeat; }

#top #logo { float: left; width: 153px; height: 83px; margin-left: 50px; margin-top: 30px; }

#top #login-form { float: right; width: 250px; margin-right: 30px; margin-top: 20px; text-align: right; }



#login-form .form-label-ctnr { float: left; margin-top: 10px; width: 100px; font-weight: bold; color: white; }
#login-form .form-field-ctnr { float: right; margin-top: 5px; width: 150px; }
#login-form .input-text  { width: 140px; }
#login-form .forgot-password { margin-top: 4px; }
#login-form .forgot-password a { color: #01a381; text-decoration: underline; }
#login-form .forgot-password a:hover { color: #01a381; text-decoration: none; }
.input-text { border: 1px solid #039475; background-image: url(../images/input_bg.jpg); padding: 3px; }
.input-select { border: 1px solid #039475; background-image: url(../images/input_bg.jpg); }
.btn-submit { margin-top: 5px; }
.input-button { border: 1px solid #046e58; background-image: url(../images/button_tile.jpg); background-position: center; font-weight: bold; padding: 3px 10px 3px 10px; }
.error { color: #FF0000; font-weight: bold; }

#content {
	width: 896px;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
}
#content .left { width: 200px; }
#content .right { width: 696px; }

#content .steps-ctnr {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#content .steps-ctnr a, #content .steps-ctnr a:hover { color: #2d8f7c; font-size: 16px; text-decoration: none; font-weight: bold; }
#content .left .steps-ctnr .stepBtn {
	background-image: url(../images/button_step.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 54px;
	width: 178px;
	color: #064942;
	font-weight: bold;
	font-size: 18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#content .step-text {
	width: 178px;
	padding-bottom: 10px;
}
#content .euro-symbol { text-align: center; margin-top: 25px; }

#content .page-title { margin-right: 15px; margin-top: 7px; font-size: 24px; color: #00473b; }
#content .page-title a , #content .page-title a:visited { color: #00473b; }
#content .main-title { margin-right: 15px; margin-top: 7px; font-size: 16px; color: #00473b; border: 1px solid #a8dcd4; background-image: url(../images/title_tile.jpg); padding: 8px 5px 7px 5px; font-weight: bold; }
#content .sub-title { margin-right: 15px; margin-top: 7px; color: #00473b; font-weight: bold; background-color: #cffff8; padding: 2px 3px 3px 3px; display:block; }
#content .text { margin-right: 15px; display:block; }

#content .banner {
	border: 1px solid #aacbc8;
	margin-right: 15px;
	margin-top: 40px;
}

#foot { width: 896px; margin: auto; height: 12px; background-image: url(../images/bg_foot.jpg); background-repeat: no-repeat; }
.floatLeft { float:left; }
.floatRight { float:right; }
.breadcrumb  {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	width: 100%;
	padding: 10px 0px 0px 0px;
}
.breadcrumb a {
	color: #063f39;
}
.breadcrumb a:hover {
	text-decoration:none;
}
#content #joinForm {
	width: 875px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

