html { 
height: 100%; 
}
* {	border: none;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
	font-family: Syntax, Verdana, Geneva, sans-serif;
	font-size: 13px;
 height: 100%;
 	margin: 0;
	padding: 0;	
	color: #65554b;
overflow: hidden;
}
#home {
	background-image: url(../img/va.gif);
	background-position: 0px -105px;
	background-repeat: no-repeat;
	}
::-webkit-selection { 
	color: #D40041;
	background: #fff; 
	text-shadow: none;
}
::-moz-selection { 
	color: #D40041;
	background: #fff; 
	text-shadow: none; 
}
::selection { 
	color: #D40041;
	background: #fff; 
	text-shadow: none; 
}
#seo h1, #seo h2 {display: none;}
#home #header {
	height: 35px;
	width: 1280px;
	padding: 461px 0px 30px 7px;
	margin: 0;
	background-image: url(../img/img_welcome.jpg);
	background-repeat: no-repeat;
	background-position: 50px 130px;
	
	}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 61px;
    padding: 0;
}

#home #rightcol {
	background-color: #D40041;
 	width: 100%;
	height: 100%;
	color: #FFF;
    margin:  0;
	padding: 10px 0px 0px 0px;
	}	
#rightcol .logo, 
#rightcol .adresse {
	margin: 14px 0px 0px 55px;
	padding: 0;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0.1em;
	}
	
#home #rightcol .logo {
	margin-left: 40px;
}
 
#home #rightcol .img:before {
   content: url(../img/img_telefon.gif);
   display: inline-block;
   position: relative;
   top: 5px;
   margin: 0px 3px 0px -3px;
   padding: 0;
}
a[href^="https://www.linkedin.com"]:before {
	content: url(../img/img_linkedin_we.svg) " ";
	position: relative;
	top: 3px;
	}

