/*fsd.css*/

@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-repeat: repeat;
	background-image: url(../img/typo_back_1920x1080px_72dpi_03.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}

/*wrapper*/
/*header*/
.wrapper .header {
	position: relative;
	top: 50px;
	left: 50px;
	width: 200px;
	height: 200px;
	background-color: #5a8cc8;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;	
	-moz-box-shadow: -5px 5px 5px #000;
}

/*logo*/
.wrapper .header .logo {
	font-style: normal;
	color: rgb(255,255,255);
	padding-top: 15px;
	padding-left: 15px;
}

.wrapper .header .logo h3 {
	font-size: 17.5px;
	font-weight: bold;
	line-height: 25px;
}

.wrapper .header .logo h5 {
	font-weight: normal;
	padding-top: 100px;
}

/*flaggen*/
.wrapper .flag_dt {
	background-image: url(../img/flag_dt.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 45px;
	float: right;
	clear: right;
	margin-top: -150px;
	margin-right: 150px;
	position: relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.wrapper .flag_fr {
	background-image: url(../img/flag_fr.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 45px;
	float: right;
	clear: right;
	margin-top: -150px;
	margin-right: 100px;
	position: relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.wrapper .flag_en {
	background-image: url(../img/flag_en.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 45px;
	float: right;
	clear: right;
	margin-top: -150px;
	margin-right: 50px;
	position: relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.wrapper #schatten {
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
}

/*navigation*/
.wrapper .nav .navigation li {
	list-style-type: none;
}

.wrapper .nav .navigation li #highlight {
	color: #5a8cc8;
	background-color: rgb(255,255,255);
}

.wrapper .nav .navigation li a{
	position: relative;
	top: 80px;
	left: 50px;
	color: rgb(255,255,255);
	background-color: #5a8cc8;
	font-weight: normal;
	width: 185px;
	margin-top: 8px;
	float: left;
	clear: left;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	list-style-type: none;
	text-decoration: none;
}

.wrapper .nav .navigation li a:hover {
	background-color: rgb(255,255,255);
	color: #5a8cc8;
}
.wrapper .nav .clear {
	clear: both;
}

/*content: deutsch*/
/*ueber_mich*/
.wrapper .ueber_mich {
	position: relative;
	top: -195px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 80px;
}

.wrapper .ueber_mich .bdue {
	background-image: url(../img/bdue_dt.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -90px;
	left: 720px;
	width: 57px;
	height: 83px;
}

.wrapper .ueber_mich h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .ueber_mich h6 {
	color: #5a8cc8;
	font-weight: normal;
}

.wrapper .ueber_mich p {
	color: #5a8cc8;
}

/*#links und #rechts gelten für alle 2-spaltigen Texte*/
.wrapper #links {
	width: 395px;
	float:left;
	clear: left;
	height: auto;
}

.wrapper #rechts {
	width: 395px;
	float:right;
	clear: right;
	height: auto;
}

/*leistungen*/
.wrapper .leistungen {
	position: relative;
	top: -155px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 260px;
}

.wrapper .leistungen h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .leistungen p {
	color: #5a8cc8;
}

/*arbeitsweise_qualitaet*/
.wrapper .arbeitsweise_qualitaet {
	position: relative;
	top: -113px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 260px;
}

.wrapper .arbeitsweise_qualitaet h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .arbeitsweise_qualitaet p {
	color: #5a8cc8;
}

.wrapper .arbeitsweise_qualitaet .sdl {
	background-image: url(../img/sdl.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	left: 0px;
	width: 113px;
	height: 38px;
}

/*fachgebiete*/
.wrapper .fachgebiete {
	position: relative;
	top: -74px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 400px;
}

.wrapper .fachgebiete h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .fachgebiete p {
	color: #5a8cc8;
}

/*preise*/
.wrapper .preise {
	position: relative;
	top: -33px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 320px;
}

.wrapper .preise h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .preise p {
	color: #5a8cc8;
}

.wrapper .preise #rechts p {
	color: rgb(153,153,153);
}

.wrapper .preise #rechts p #blau {
	color: #5a8cc8;
}

/*kontakt*/
.wrapper .kontakt {
	position: relative;
	top: 7px;
	left: 258px;
	width: 400px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 290px;
}

.wrapper .kontakt h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .kontakt p {
	color: #5a8cc8;
}

.wrapper .kontakt .xing {
	background-image: url(../img/xing.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 790px;
	left: 278px;
	width: 200px;
	height: 38px;
}

/*impressum*/
.wrapper .impressum {
	position: relative;
	top: 48px;
	left: 258px;
	width: 400px;
	max-height: 180px;
	overflow: scroll;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
}	

.wrapper .impressum h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .impressum p {
	color: #5a8cc8;
}


/*content: franzoesisch*/
/*a_propos_de_moi*/
.wrapper .a_propos_de_moi {
	position: relative;
	top: -195px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 110px;
}

.wrapper .a_propos_de_moi .bdue {
	background-image: url(../img/bdue_fr.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -90px;
	left: 720px;
	width: 57px;
	height: 83px;
}

.wrapper .a_propos_de_moi h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .a_propos_de_moi h6 {
	color: #5a8cc8;
	font-weight: normal;
}

.wrapper .a_propos_de_moi p {
	color: #5a8cc8;
}

/*prestations*/
.wrapper .prestations {
	position: relative;
	top: -155px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 280px;
}

.wrapper .prestations h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .prestations p {
	color: #5a8cc8;
}

/*methode_de_travail_qualite*/
.wrapper .methode_de_travail_qualite {
	position: relative;
	top: -113px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 260px;
}

.wrapper .methode_de_travail_qualite h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .methode_de_travail_qualite p {
	color: #5a8cc8;
}

.wrapper .methode_de_travail_qualite .sdl {
	background-image: url(../img/sdl.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	left: 0px;
	width: 113px;
	height: 38px;
}

/*domaines_de_specialite*/
.wrapper .domaines_de_specialite {
	position: relative;
	top: -74px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 400px;
}

.wrapper .domaines_de_specialite h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .domaines_de_specialite p {
	color: #5a8cc8;
}

/*prix*/
.wrapper .prix {
	position: relative;
	top: -33px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 310px;
}

.wrapper .prix h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .prix p {
	color: #5a8cc8;
}

.wrapper .prix #rechts p {
	color: rgb(153,153,153);
}

.wrapper .prix #rechts p #blau {
	color: #5a8cc8;
}

/*contact_fr*/
.wrapper .contact_fr {
	position: relative;
	top: 7px;
	left: 258px;
	width: 400px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 310px;
}

.wrapper .contact_fr h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .contact_fr p {
	color: #5a8cc8;
}

.wrapper .contact_fr .xing {
	background-image: url(../img/xing.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 810px;
	left: 278px;
	width: 200px;
	height: 38px;
}

/*mentions_legales*/
.wrapper .mentions_legales {
	position: relative;
	top: 48px;
	left: 258px;
	width: 400px;
	max-height: 180px;
	overflow: scroll;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 110px;
}	

.wrapper .mentions_legales h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .mentions_legales p {
	color: #5a8cc8;
}

/*content: englisch*/
/*about_me*/
.wrapper .about_me {
	position: relative;
	top: -195px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 80px;
}

.wrapper .about_me .bdue {
	background-image: url(../img/bdue_en.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -90px;
	left: 720px;
	width: 57px;
	height: 83px;
}

.wrapper .about_me h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .about_me h6 {
	color: #5a8cc8;
	font-weight: normal;
}

.wrapper .about_me p {
	color: #5a8cc8;
}

/*services*/
.wrapper .services {
	position: relative;
	top: -155px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 250px;
}

.wrapper .services h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .services p {
	color: #5a8cc8;
}

/*approach_quality*/
.wrapper .approach_quality {
	position: relative;
	top: -113px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 240px;
}

.wrapper .approach_quality h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .approach_quality p {
	color: #5a8cc8;
}

.wrapper .approach_quality .sdl {
	background-image: url(../img/sdl.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	left: 0px;
	width: 113px;
	height: 38px;
}

/*specialty_areas*/
.wrapper .specialty_areas {
	position: relative;
	top: -74px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 380px;
}

.wrapper .specialty_areas h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .specialty_areas p {
	color: #5a8cc8;
}

/*pricing*/
.wrapper .pricing {
	position: relative;
	top: -33px;
	left: 258px;
	width: 800px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 280px;
}

.wrapper .pricing h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .pricing p {
	color: #5a8cc8;
}

.wrapper .pricing #rechts p {
	color: rgb(153,153,153);
}

.wrapper .pricing #rechts p #blau {
	color: #5a8cc8;
}

/*contact_en*/
.wrapper .contact_en {
	position: relative;
	top: 7px;
	left: 258px;
	width: 400px;	
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 310px;
}

.wrapper .contact_en h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .contact_en p {
	color: #5a8cc8;
}

.wrapper .contact_en .xing {
	background-image: url(../img/xing.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 810px;
	left: 278px;
	width: 200px;
	height: 38px;
}

/*imprint*/
.wrapper .imprint {
	position: relative;
	top: 48px;
	left: 258px;
	width: 400px;
	max-height: 180px;
	overflow: scroll;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: -5px 5px 5px #000;
	-webkit-box-shadow: -5px 5px 5px #000;
	-moz-box-shadow: -5px 5px 5px #000;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 110px;
}	

.wrapper .imprint h1 {
	font-weight: bold;
	color: #5a8cc8;
}

.wrapper .imprint p {
	color: #5a8cc8;
}