@charset "utf-8";

/* --------------------------------------------------
 English Base Elements
-------------------------------------------------- */

body {
font-family:"Arial", sans-serif;
}


/* Logo
---------------------------------------- */
div#groupHeaderLogo p#ghCorporateName {
width:272px;
}


/* Header CookieLaw
---------------------------------------- */
#cookieLaw {
	width:100%;
	background-color:#dee8ff;
	height:50px;
	padding-top:12px;
}
#cookieLaw .cookieLawContent {
	position:relative;
	width:960px;
	min-height:31px;
	margin:0 auto;
	text-align:left;font-size:110%;
	font-family:Helvetica,Arial,sans-serif;
}
#cookieLaw .cookieLawContent p {
	width:916px;
	margin:0;
	padding:9px 0 10px;
	line-height:1.25;
	color:#555;
}
#cookieLaw .cookieLawContent p a,#cookieLaw .cookieLawContent p a:hover,#cookieLaw .cookieLawContent p a:visited {
	background-color:transparent;
	text-decoration:none;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn {
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-10px;
}
