@charset "UTF-8";



@font-face {
	font-family: 'HelveticaLTStdBoldCondensed';
	src: url('./andrehelv-webfont.eot');
	src: url('./andrehelv-webfont.eot?#iefix') format('embedded-opentype'),
		url('./andrehelv-webfont.woff') format('woff'),
		url('./andrehelv-webfont.ttf') format('truetype'),
		url('./andrehelv-webfont.svg#HelveticaLTStdBoldCondensed') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	background-color: #E6FFDF;
}

.mainlogo {
	float: left;
}

.languageselection {
	float: right;
	margin-right: 45px;
	margin-top: 50px;
}

.separator {
	height: 150px;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
	background-color: #FFF;
}

#innerwrapper {
	padding-left: 50px;
}

.menu {
	font-family: HelveticaLTStdBoldCondensed;
	font-size: 1.35em;
	padding-top: 50px;
	padding-left: 30px;
}

.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}

.menu ul li {
	display: inline;
}


.menu ul li a {
	float: left;
	text-decoration: none;
	color: #050;
	padding: 10.5px 25px;
}

.menu ul li a:visited {
	color: #050;
}

.now {
	color: #22B573;
}

.imgwrapper {
	padding-left: 50px;
}

.maincontent a {
	color: #050;
}

.chapter {
	display: none;
}

.title {
	width: 800px;
	margin-left: 48px;
	border-bottom: #050 dotted thin;
}

.maincontent {
	position: relative;
	width: 800px;
	margin-left: 48px;
	border-bottom: #050 dotted thin;
}

.bottom {
	float: right;
}

.footer {
	margin-left: 48px;
	font-size: 0.7em;
}

.footer a {
	color: #050;
}

.fondo {
	background-image: url(../img/footer_gradient.jpg);
	background-repeat: repeat-x;
	height: 31px;
}

.small_logo {
	margin-right: 40px;
	;
}

.bvg {
	position: absolute;
	left: 510px;
	bottom: 10px;
}

.googlemaps {
	display: none;
}