
body{
	padding: 0px;
	margin: 0px;
	background-color: #000000;

	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

img{
	border: 0px;
}

.mandatory_fields{
	color: #FF0000;
}

#container{
	width: 770px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	top: 50%;
	margin-top: -250px;

	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo{
	width: 206px;
	height: 36px;
	position: absolute;
	left: 37px;
	top: 71px;
}

#cities{
	width: 206px;
	height: 18px;
	position: absolute;
	left: 37px;
	top: 121px;

	border-top: solid 5px #FFFFFF;
	padding-top: 10px;
}

#flags{
	width: 145px;
	height: 24px;
	position: absolute;
	left: 68px;
	top: 176px;
}

#flags #de{
	position: absolute;
	left: 0px;
	top: 0px;

	width: 37px;
	height: 24px;
}

#flags #de:link img, #flags #de:visited img,
#flags #en:link img, #flags #en:visited img,
#flags #it:link img, #flags #it:visited img{
	border: solid 1px #CACACA;
}

#flags #de:hover img,
#flags #en:hover img,
#flags #it:hover img{
	border: solid 1px #FF0000;
}

#flags #en{
	position: absolute;
	left: 52px;
	top: 0px;

	width: 43px;
	height: 24px;
}

#flags #it{
	position: absolute;
	left: 111px;
	top: 0px;

	width: 34px;
	height: 24px;
}

#sezione_1{
	width: 430px;
	height: 42px;
	position: absolute;
	left: 292px;
	top: 51px;
}

#sezione_1 #sezione_1_de{
	display: block;
}

#sezione_1 #sezione_1_en,
#sezione_1 #sezione_1_it{
	display: none;
}


.popup{
	width: 750px;
	height: 480px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	margin-top: -240px;

	background-image: url(../images/popup_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

	text-align: right;
}

.popup .toolbar{
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

.popup .toolbar .close:link, .popup .toolbar .close:visited{
	color: #FF0000;
	text-decoration: none;
}

.popup .toolbar .close:hover{
	color: #000000;
}

.popup a:link, .popup a:visited{
	color: #FF0000;
	text-decoration: underline;
}

.popup a:hover{
	text-decoration: none;
}

.popup .toolbar .flags{
	position: absolute;
	left: 10px;
	top: 3px;
}

.popup .toolbar .flags a:link img, .popup .toolbar .flags a:visited img{
	border: solid 1px #FFFFFF;
}

.popup .toolbar .flags a:hover img{
	border: solid 1px #FF0000;
}


#sezione_2 #sezione_2_de,
#sezione_2 #sezione_2_en,
#sezione_2 #sezione_2_it{
	background-image: url(../images/sezione_2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	font-size: 12px;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 160px;

	text-align: left;
}

#sezione_2 #sezione_2_de{
	display: block;
}

#sezione_2 #sezione_2_en{
	display: none;
}

#sezione_2 #sezione_2_it{
	display: none;
}



#sezione_2_button:link,
#sezione_2_button:visited{
	width: 76px;
	height: 76px;

	position: absolute;
	left: 562px;
	top: 251px;

	text-decoration: none;

	background-image: url(../images/step_1_normal.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#sezione_2_button:hover{
	background-image: url(../images/step_1_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#sezione_3_button:link,
#sezione_3_button:visited{
	width: 54px;
	height: 54px;

	position: absolute;
	left: 355px;
	top: 253px;

	text-decoration: none;

	background-image: url(../images/step_2_normal.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#sezione_3_button:hover{
	background-image: url(../images/step_2_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#sezione_3 table{
	width: 99%;
}

#sezione_3 td{
	padding-right: 5px;
	padding-bottom: 3px;
}

#sezione_3 .right_column{
	vertical-align: top;
	text-align: center;
	text-align: left;

	padding-top: 188px;

	width: 325px;

	padding-left: 5px;
	padding-right: 0px;

	font-size: 12px;

	background-image: url(../images/sezione_3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.wrong{
	background-color: #FFB2B2;
	color: #FFFFFF;
}

.right{
	background-color: #FFFFFF;
	color: #000000;
}


#credits:link, #credits:visited{
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	margin-top: 255px;
}

#credits:hover{
	color: #FF0000;
}

#mailto:link, #mailto:visited{
	color: #FF0000;
	text-decoration: none;
	position: absolute;
	left: 50%;
	margin-left: 285px;
	top: 50%;
	margin-top: 255px;
}

#mailto:hover{
	color: #FFFFFF;
}