@charset "utf-8";
@import url("../webfonts/OpenSans/stylesheet.css");
@import url("../webfonts/OpenSans_Bold/stylesheet.css");


.wrapper {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	min-width: 480px;
}
.logo {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0;
}
.slide {
	background-position: center;
	background-size: cover;










	background-image url(../image/Slide/slide.gif);
	width: 100%;
	height: 640px;
	margin: 0;
	background-repeat: no-repeat;
}
.content {
	width: 100%;
	font-family: OpenSans;
	text-align: center;
	float: left;
	margin: 0px;
	height: auto;
}
.footer {
	text-align: center;
	color: rgba(0,0,0,1);
	font-family: "OpenSans Bold";
	width: 100%;
	margin: 0;
	float: left;
}
.nav {
	height: 200px;
	width: 20%;
}
.content_biografie {
	font-family: OpenSans;
	width: 58%;
	float: left;
	height: 550px;
}
