* {
	border: 0;
	margin: 0;
}
a, a:VISITED {
color: #0171AF;
text-decoration:none;
}
a:hover {
	color: #111;
	text-decoration:underline;
}
body {
	background: white;
	text-align: center;
	width: auto;
	margin-top: 20px;
	
	font-size: 12px;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	color: #99c;
	line-height: 24px;
}
#center 
{
    
	position: absolute;
	left:50%;
	top: 200px;
}

#content 
{
    text-align:left;
	position: absolute;
	left:15%;
	top: 578px;
    height: 290px;
    width: 941px;
}
#footer {
	position:absolute;
	bottom:0;
	text-align: center;	
}
#riviera {
	left: -475px;
}
#alps {
	left: 25px;
}
.place {
	position: absolute;
	width: 450px;
	height: 100px;
}
.slideshow { 
	width: 400px;
	height: 225px;
	margin: auto;
	border: solid 2px #dfdfdf;
}

#lanLink {
	position: absolute;
	right: 50px;
	top:20px;
	text-align: center;
	line-height: 10px;
}
#lanLink img{
	margin: 0;
}


/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 2px;
	color: #000;
	padding: 3px;
}
input.text { width: 230px }
select.select { width: 236px }
textarea.textarea { width: 300px; height: 150px }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field { margin: 1em 0; padding: 0 0 0px 90px; position: relative }
		
			form.form ol.fieldset li.field label { display: block; width: 80px; text-align: right; position: absolute; top: 2px; left: 0 }
			
	form.form p.submit { margin-left: 90px }
	
		form.form p.submit input { padding: 3px 7px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

#afh-header
{
	border: none;
	border-width: 0px;
}

#afh-content 
{
	margin-top: 15px;
	border: none;
	border-width: 0px;
	margin-bottom: 25px;
}

#afh-main
{
    text-align:left;
	max-width:750px;
	margin-left: 75px;
}

#afh-footer
{
	border: none;
	border-width: 0px;
}

