/********************************************************

www.benjaminfurs.ch

CSS Standard

Site template v 2.12

© 2008 WnG Solutions Sàrl
Rue Centrale 15 | CH - 1003 Lausanne
+4121 320 11 11 | info@wng.ch

********************************************************/

/* ----- * Defaults * ----- */

	/* ----- * All * ----- */
	
	* {
		padding: 0;
		margin: 0;
	}
	
	html {
		margin-bottom: 1px;
		height: 100%;
	}

	body {
		color: #5e5e5e;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.spacer {
		clear:both;
		font-size:0;
	}
	
	.floatL { float: left; }
	.floatR { float: right; }
	.clearL { clear: left; }
	.clearR { clear: right; }
	
	.hideMe {
		position:absolute;
		left:-9999px;
		top:-9999px;
	}
	
	.marginTop { margin-top: 20px; }
	.marginBottom { margin-bottom: 20px; }
	
	/* ----- * /All * ----- */


	/* ----- * Headers * ----- */
	
	h2 {
		margin-top:20px;
		margin-bottom:20px;
		font-size:18px;
		
	}
	
	h3 {
		font-size:14px;
		text-transform:uppercase;
		font-weight:100;
	}
	
	h4 {
		font-size:12px;
		color:#014e9e;
		font-weight:normal;
	}
	
	/* ----- * /Headers * ----- */


	/* ----- * Text * ----- */
	
	p {
		margin-top:10px;
		margin-right:10%;
		font-size:12px;
		text-align:justify;
	}
	
	ul {
		list-style: circle;
		padding-left: 20px;
		padding-top: 5px;	
	}
	
	ul li {
		padding-bottom:5px;
	}
	
	img {
		border: none;
	}
	
	a {
		color:#014e9e;
	}

	/* ----- * /Text * ----- */


	/* ----- * Forms * ----- */
	
	form fieldset.contact {
		border: none;
		margin-top: 10px;
	}
	
	form fieldset.contact label {
		float: left;
		width: 90px;
		margin-bottom: 10px;
	}
	
	form fieldset.contact div.floatR label {
		width: 70px;
	}
	
	form fieldset.contact option {
		padding-right: 10px;
	}
	
	form fieldset.contact .submit {
		margin: 15px 0 0 90px;
	}
	
	.mandatory {
		color:#FF0000;
	}
	
	/* ----- * /Forms * ----- */
			
/* ----- * /Defaults * ----- */

	
/* ----- * Content * ----- */

#flash {
	float: left;
	width: 730px;
	height: 655px;
	background: #e8e8e8 url('../template/background_contentMain.gif') repeat-x;
}

#content {
	background: #FFFFFF url('../template/background_contentMain.gif') repeat-x;
	border-bottom: 180px #5d5d5d solid;
}

#contentMain {
	width: 290px;
	height: 475px;
	overflow: hidden;
	background: url('../template/background_contentMain.gif') repeat-x;
}

	/* ----- * Pub pop up ---- */

	#popup {
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px;
		display: none;
		z-index: 10;
		background-color: #ffffff;
	}

	/* ----- * /Pub pop up ---- */

/* ----- * /Content * ----- */
#logoOA {
	float:right;
	padding-top:80px;
	padding-right:20px;
}

#logoOA a {
	border:none;
	width:100px;
	height:83px;
	display:block;
}

/* ----- * Signature WnG ---- */

#WngSignature {
	padding: 5px 20px 0 0;
	text-align: right;
}

#WngSignature a {
	color: grey;
	font-size: 10px;
	text-decoration: none;
}

#WngSignature a:hover {
	text-decoration: underline;
}

/* ----- * /Signature WnG ---- */
