@font-face {
    font-family: 'BebasNeue';
    src: url('/_layouts/font/BebasNeue-webfont.eot');
    src: url('/_layouts/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_layouts/font/BebasNeue-webfont.woff') format('woff'),
         url('/_layouts/font/BebasNeue-webfont.ttf') format('truetype'),
         url('/_layouts/font/BebasNeue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	/*background: #fff url('../../images/bg.jpg') repeat-x !important;*/
    background: rgba(167, 168, 170, 0.48) !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
	color:#555 }
.ms-WPBody{font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;font-size: inherit;}
html, body {height: 100%;}
/*
  HEADINGS
*/

h2, h3, h4, h5, h6{
	font-weight:bold; 
	color:#555;
}
h1, h2, h3{
	border-bottom-color:#565656;
}
h1{color:#555;}
h1.ir{
	text-indent:-9999px;
	border:none;
}
h2{
	font-size:1.3em;
	margin:20px 0 10px 0;
	text-decoration:underline;
}
h4{
	margin-top:15px;
	color:#B22634;
}
.firstHeading{
	margin-top:5px;
}
#headTitle {
	text-indent:-9999px;
	border:none;
}
/*
  DEFAULT LINKS
*/
a:link, a:visited{
	color: #06C;
}
a:hover, a:active  {
	text-decoration:underline;
}
h1 a:hover, h2 a:hover{
	color:#444;
}
/*
  WRAPPER
*/
#wrapper{
	background:#f2f4f6;
	width:960px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color:#555;
	margin: 0 auto;
	font-size:62.5%;
	border-left:1px solid #BDCDD4;
	border-right:1px solid #BDCDD4;
	min-height: 100%;
	position:relative;
}
#bodywrapper{
	font-size:1.3em;
    /*overflow:auto; ->zorgt voor scrollbar*/
    padding-bottom: 210px;
    min-height: 950px;
}
#bodywrapper.root {
    min-height: 800px;
}
/*
  HEADER
*/
#header.headerRoot {
    position: relative;
    background: url('/_layouts/images/homepage-header.jpg') repeat-x 0 0px;
    height: 254px;
    width: 958px;
    margin: 0 auto;
}
#header.headerCountrysite {
    position: relative;
	background: url('/_layouts/images/header-bg.jpg') repeat-x 0 0px;
	height: 69px;
	width:960px;
}

#header h1{line-height: 13px; font-size: 15px; color: #FFF; margin-top: 0px; padding-top: 7px; }
#header h1 a{ display: block; text-decoration: none; color:#FFF}
#header h1 span{ font-size: 11px;}
#header h1 + h1{ right: 14px; top: 7px; position: absolute; font-size: 24px; cursor: default; }
#partners{ display:block; margin:0 auto;}
#logo{width: 32px;margin: 7px 5px 0 12px; float:left;}
/*
  MENU
*/
#mainmenu{
	width:959px;
	height:29px;
	background:#1374A5;
	border-top:3px solid #1374A5;
	border-right:1px solid #1374A5;
}
#mainmenu li{
	float:left;
	display:block;
}
.firstMenu{
	padding: 0 4px !important;
}
.home{
	background:url('/_layouts/images/icons/home.png') no-repeat;
	width:37px;
	height:29px;
	text-indent:-9999px;
	margin-left:1px
}
.home:hover{
	background: url('/_layouts/images/icons/homeHover.png') no-repeat;
}
#mainmenu a:link, #mainmenu a:visited{
	display:block;
    padding: 7px 10px 7px 10px;
    color:#F9F9F9;
}
#mainmenu > li > a:hover, #mainmenu > li > a:active{
	background-color:#f2f4f6;
	color:#1374A5;
	text-decoration:none;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#mainmenu > li > a:hover, #mainmenu > li > a:active{
	background-color:#f2f4f6;
	color:#1374A5;
	text-decoration:none;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#mainmenu .active{
	background-color:#f2f4f6;
	color:#1374A5 !important;	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#countryselector a:hover, #countryselect a:active {
    background-color: #F2F4F6;
    color: #1374A5;
    text-decoration: none;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
#countryselector {
    position:absolute;
    background-color: #555;
    display:none;
    width:200px;
    z-index: 21;
}
/*
  MAINCONTENT
*/
#content{
	padding:0;
    margin: 45px auto 0 auto;
    width:925px;
    position:relative;
    z-index: 20;
	line-height:1.4em;	
}
.abbreviation{border-bottom:1px dotted #666;}
.abbreviation:hover{cursor:pointer;border-bottom:1px dotted #1374A5; color:#1374A5;}

.boxheader img, .sidebartitle img, .HiTnavigationtitle img {
    position: absolute;
    right: -9px;
    top: -11px;
}
#contentTitle {

    font-size: 30px;
    color: #1374A5;
    font-weight: bold;
    position: relative;
    top: 10px;
    cursor: default;

    text-align: center;
    margin: 10px auto -16px auto;
}
#contentTitle span {
    padding: 0 5px;
    background: #F2F4F6;
}
/*
  FOOTER
*/
#footer{
	width:960px;
    position:absolute;
    /*position: relative;*/
    /*margin: -160px auto 0 auto; /* negative value of footer height */
    height: 210px;
    clear:both;
    background:#1374a5 url('/_layouts/images/footer-shadow.jpg') repeat-x;
    z-index: 1;
}
#footer a:link,  #footer a:visited{
	 text-decoration:underline; 
	 color:#fff;
}
#footer a:hover,  #footer a:active{
	 text-decoration:none; 
}
#footer .footer-col{ height: 150px; margin-left: 20px; width: 290px; padding: 0 10px; float:left; margin-top:30px;}
#footer .footer-col:first-child{ margin-left:30px; border-right:1px solid #126690;}
#footer .footer-col:last-child{ padding-left: 30px; width: 200px; border-left:1px solid #126690;}
#footer .footer-col h3{ margin-left:0px !important; margin-right:0px !important; border-bottom: 0px none #565656 !important; text-transform:uppercase; color: white; font-weight: 600; font-size:12px; text-decoration:underline; margin-bottom:15px;}
#footer .footer-col p{ color:white; font-size:12px; line-height:17px;}
#footer #obs-link{ margin-bottom: 10px; padding-left: 40px; height: 23px; display:block; background: url('/_layouts/images/footer-obsLogo.png') no-repeat 0 50%; }
#footer #twitter-link{ padding-left: 40px; height: 23px; display:block; background: url('/_layouts/images/footer-twitter.png') no-repeat 3px 50%; }

.lefttxt{
   float:left;
}
.righttxt{
   float:right;
}
/*
	CLEARFIX
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*
	SHAREPOINT CSS
*/
body.v4master {overflow:auto !important; background:#f4f4f4; }
.ms-dlgContent {position:fixed! important;}
/*
	ToCHECK
*/
.linkCountryPage{
	visibility:hidden;
}
.linkLivingHiT{
	visibility:hidden;
}
.s4-search{
	visibility:hidden;
}

/* masterpage.css */
h2, h3, h4, h5, h6{
	font-weight:normal; 
	color:#555;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}
.obs{
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #fff;
	background: #555 url("/_layouts/images/logo-header.jpg") no-repeat 20px 9px;
	height: 20px;
	padding: 7px 0 0 45px;
	font-size:13px;
}
h2{
	font-size:18px;
	margin:20px 0 10px 0;
	text-decoration:underline;
}
h4{
	margin-top:15px;
	color:#B22634;
}
body{
	background: #eceef0 !important;
}
#bodywrapper.root {
	min-height: 780px;
}
#header{
	position: relative;
	width: 960px;
	height: 76px;
	background: white url('/_layouts/images/header.jpg') no-repeat right;
	-webkit-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 4px 12px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 4px 12px rgba(50, 50, 50, 0.2);
}
#header.headerRoot {
	background: white url('/_layouts/images/homepage-header.jpg') no-repeat right;
	height: 151px;
}
#header h2, #header p{
	width: 440px;
	color: #555;
	padding: 0 0 0 20px;
}
#header h2{
	font-size: 33px;
	color: #5a5a5a;
	text-decoration: none;
	margin: 0;
	padding-top: 17px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.57);
    cursor: default;
}
#header.headerRoot h2{
	padding-top: 23px;
}
/*
  MENU
*/
#mainmenu{
	width:960px;
	height:32px;
	background:#555;
	border-top:none;
	border-right:none;
}
#mainmenu li{
	float:left;
	display:block;
	height: 27px;
	margin-top: 3px;
}
.firstMenu{
	padding: 0 4px !important;
}
.home{
	background:url('/_layouts/images/icons/home.png') no-repeat;
	width:37px;
	height:29px;
	text-indent:-9999px;
	margin-left:1px
}
.home:hover{
	background: url('/_layouts/images/icons/homeHover.png') no-repeat;
}
#mainmenu a:link, #mainmenu a:visited{
	display:block;
    padding: 7px 10px 7px 10px;
    color:#F9F9F9;
}
#mainmenu > li > a:hover, #mainmenu > li > a:active{
	background-color:#f2f4f6;
	color:#1374A5;
	text-decoration:none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#mainmenu > li > a:hover, #mainmenu > li > a:active{
	background-color:#f2f4f6;
	color:#1374A5;
	text-decoration:none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#mainmenu .active{
	background-color:#f2f4f6;
	color:#1374A5 !important;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#countryselector a:hover, #countryselect a:active {
    background-color: #F2F4F6;
    color: #1374A5;
    text-decoration: none;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
#countryselector {
    position:absolute;
    background-color: #1374A5;
    display:none;
    width:200px;
    z-index: 21;
}
.bg-line{
	font-size: 23px;
	text-align: center;
	margin:30px 0 -17px 0;
}
.bg-line span{
	background-color: #f2f4f6;
	padding: 0 10px;
}
.line{
	border:none; 
	background:#555; 
	height:1px;
	margin-bottom: 21px
}
.homepage-block h3, #homepage-header h2 {
	color: #555;
}
.homepage-block h3 {
	text-align: center;
	font-size: 22px;
	padding: 7px 0;
	background: #f3f5f6;
}
#content .homepage-block select {
	position: absolute;
	bottom: 9px;
	text-align: center;
	width: 266px;
	margin-left: 10px;
	height: 25px;
}
#content .share select {
	position: absolute;
    bottom: 9px;
    text-align: center;
    width: 266px;
    margin-left: 10px;
    height: 25px;
    right: 0px;
    top: -35px;
}
#footer {
	background: #757579;
	border-top: 1px solid #fff;
}
#footer .footer-col {
	margin-top: 25px;
}
#footer .footer-col h3{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}
#footer .footer-col:first-child {
	border-right: 1px solid #958f8f;
}
#footer .lastchild {
	border-left: 1px solid #958f8f !important;
	width: 200px; padding-left: 30px;
}
#footer .lastchild > p {
    margin-bottom: 10px;
}
#footer #obs-link {
	background: url('/_layouts/images/footer-obsLogo.jpg') no-repeat 0 50%;
}
#footer #obs-subscribe {
	padding-left: 39px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    background: url('/_layouts/images/icons/mail.png') no-repeat 0 50%;
}
.bertelsmann{
	background: url('/_layouts/images/bertelsmannlogo.jpg') no-repeat 39px 7px;
	border-top: 1px solid #958f8f;
	padding: 10px 0 13px 158px;
	margin-top: 100px;
	clear: both;
	font-size: 13px;
	color: white;
}
#footer.footerroot{
	height: 243px;
	/*margin-top: -310px;*/
}
.footerroot .footer-col{
	margin-bottom: 25px;
}


/* Custom style */

.custombutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	position: absolute;
    bottom: 7px;
    margin-left: 43px;
    width: 143px;
    text-align: center;
}.custombutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.adminquickaccess > a {
    border-right: solid 1px;
    border-bottom: 1px;
    padding-left: 2px;
    padding-right: 5px;
}
.adminquickaccess > a:last-child {
    border-right: none;
}
.resetpasswordpanel
{
    display: block; 
    right: 0px; 
    position: absolute;
    background-color: black;
    padding: 10px;
    color: white;
    border: solid grey 1px;
    z-index:25;
}
.resetpasswordpanel tr > td
{
    width: 120px;
}
.resetpasswordpanel a:link, .resetpasswordpanel a:visited, a.resetpasswordlink
{
    color: lightblue;   
}
a.resetpasswordlink
{
    right: 5px;
    position: absolute;
}
/* This imageless css button was generated by CSSButtonGenerator.com */