body {
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f1f1f1;
}

* {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #a1a1a1;
}

a:hover {
	color: #800000;
}

#wrapper {
	width: 760px;
	margin: -20px auto 50px auto;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	
	-webkit-box-shadow: 0px 5px 5px #aaa;
	-moz-box-shadow: 0px 5px 5px #aaa;
	box-shadow: 0px 5px 5px #aaa;
}

#flash {
	width: 760px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

	div#enter_link {
		margin-top: 0px;
		background-color: #FFF;
		padding-right: 20px;
		text-align: right;
		font-size: 20px;
	}
	
	div#enter_link a {
		color: #800000;
		z-index: 500;
		text-decoration: none;
	}

.clear {
	clear: both;
}
	
#contact {
	position: relative;
	float: right;
	background-image: url(../images/contact.png);
	margin-right: 20px;
	margin-top: -35px;
	padding: 5px 0;
	height: 25px;
	width: 100px;
	color: #F1f1f1;
}

	#contact a, #contact a:link, #contact a:visited, #contact a:active {
		color: #FFF;
		text-decoration: none;
	}
	
	#contact a:hover {
		text-decoration: underline;
	}

#box{
	text-align: center;
	margin: 0 auto;
/* 	height: 400px; */
	min-height: 400px !important;
	border-top-left-radius: 10px;
}

	#box #top {
		font-size: 1px;
		background-image: url(../cms/templates/AIMhedge2010/images/main_table_top.png);
		background-repeat: no-repeat;
		width: 760px;
		height: 10px;
		margin: 0;
		padding: 0;
	}

#logo_contact {
	background-color: #fff;
}
		
	#logo {
		float: left;
		width: 350px;
		text-align: left;
		padding: 0 20px;
		background-color: #fff;
	}

	#restricted {
		margin: 0px auto;
		text-align: justify;
		width: 720px;
		padding: 20px;
		padding-top: 1em;
		font-size: 12px;
		line-height: 1.3em;
		background-color: #FFF;
	}
		
		#restricted .EN {
			float: left;
			width: 45%;
		}
		
		#restricted .DE {
			float: right;
			width: 45%;
		}
	
	#selection {
		width: 720px;
		text-align: left;
		padding: 20px 20px 0;
		font-size: 14px;
		background-color: #fff;
		border-top: solid 1px #800000;
	}
	
		#selection div.container {
			padding: 3px 20px;
		}
		
		#selection .country {
			float: left;
			width: 530px;
			height: 30px;
		}
		
		#selection .button {
			float: right;
			width: 90px;
		}
		
		.confirmButton {
			width: 100%;
		}

#browser_message {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	top: 0;
	width: 600px;
	padding:5px;
	background-color:#800000;
	color:#fff;
	font-size:normal;
}

#cookie_message {
	background-color:#800000;
	padding:10px;
	color:#fff;
	font-size:larger;
}

#mountains {
	z-index: -1;
	width: 100%;
	height: 220px;
	background-image: url(../cms/templates/AIMhedge2010/images/mountains-wide-main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* Log In */

#login {
	padding: 0 20px;
	background-color: #fff;
	text-align: left;
}

	#login #login_request {
		float: left;
		width: 45%;
		padding: 15px 0;
	}
	
		#login p {
			margin: 1em 0;
			line-height: 1.5em;
		}
	
	#login #login_form {
		float: right;
		width: 250px;
	}
	
	#login #login_form #login_box {
		height: 250px;
		background-image: url(../images/login_middle.jpg);
		background-repeat: repeat-x;
		padding: 0 10px;
		margin: 0;
		text-align: left;
	}
	
#login .button_link {
	cursor: pointer;
	color: #800000;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

/* T&Cs */

#disclaimer {
	background-color: #FFF;
	font-size: 10px;
	text-align: justify;
	padding: 0 20px;
}

#disclaimer #title {
	margin: auto 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#disclaimer #text {
	border: 2px outset #a1a1a1;
	margin: 5px 0;
	padding: 10px;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

	#disclaimer #text p {
		padding: 3px;
	}

#disclaimer_confirm {
	margin: 0 auto;
	padding: 10px 0;
	bottom: 0;
	height: 30px;
	width: 60%;
	text-align: center;
}

	#disclaimer_confirm #agree {
		float: left;
	}
	
		#disclaimer_confirm .agree {
			color: green;
		}
	
	#disclaimer_confirm #disagree {
		float: right;
	}
	
		#disclaimer_confirm .disagree {
			color: #800000;
		}

#disclaimer_confirm a:link, #confirmDisclaimer a:active, #confirmDisclaimer a:visited {
	color: #A1A1A1;
}

/* Liechtenstein */

#li {
	height: 300px;
	background-color: #FFF;
}

	#li p {
		height: 50px;
		padding-top: 100px;
	}
