#logoshow
{
	margin 		: 22px 0px 0px 5px;
	background	: url(http://media.waldnet.nl/images/logo/logo.gif) no-repeat;
	float		:left;
}

img
{
	border-color	: #0061B0;
}

.reklamemobiel
{
	display			: none;
}

.aboBlock
{
	float:left;
	width:190px;
	background:#DCE7F3;
	padding:10px 10px 7px 8px;
	margin-right:10px;
	text-align:center
}

.sykboks
{
		height	: 33px;
		width	: 235px;
		float	: right;
}

.sykjeynput
{
		padding: 2px 2px 2px 2px;
		float: left;
}
 

/* Main menu settings */
#centeredmenu
{
	margin-left		: 178px;
  	clear			: both;
	float			: left;
	margin-top		: 1px;
	padding			: 0px;
	z-index			: 1000; /* This makes the dropdown menus appear above the page content below */
	position			: relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:0px;
}
#centeredmenu ul li a
{
	height			: 18px;
	width			: 188px;
	display			: block;
	margin			: 0px;
	padding			: 5px 5px 5px 5px;
	font-size		: 14px;
	line-height		: 1em;
	background		: #ffffff;
	text-decoration	: none;
	color			: #000000;
	font-weight		: bold;
	border			: 1px solid #000000;

}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover 
{
   background	: #0061B0; /* Top menu items background colour */
   color			: #ffffff;
   border-bottom	: 1px solid #000000;
}

#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#0061B0; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #0061B0;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size: 14px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#ffffff;
   color:#000000;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-top:1px solid #ffffff;
	border-bottom:1px solid #000000; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#DCE7F3; /* Sub menu items background colour */
   color:#000000;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

.search-button
{
	float: left;
	margin-top: 2px;
	height: 29px;
    text-align: left;
    vertical-align: middle;
    width: 70px;
    padding: 5px 5px 5px 5px;
	border: solid 1px;
	background-color: #ededef;
}

.icon-search-white
{
    width: 200px;
    background-image: url('http://www.waldnet.nl/images/sykje.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 16px;
    width: 25px
}

.icon-text
{
	font-size		: 12px;
	font-weight 		: bold;
}

div.mst_lezen
{
	border-left	: 1px solid #0061B0;
	border-top	: 1px solid #0061B0;
	border-right	: 1px solid #0061B0;
	float		: left;
	width		: 102px;
	padding 		: 4px 0px 4px 10px;
	font-family 	: arial;
	font-weight 	: bold;
	font-size 	: 12px;
	cursor		: hand;
	cursor		: pointer;
}

div.mst_lezen_item
{
	background-color : #DCE7F3;
	border-bottom: 1px solid #0061B0;
	float		: left;
	width		: 101px;
	padding 		: 4px 0px 4px 10px;
	font-family 	: arial;
	font-weight 	: bold;
	font-size 	: 12px;
	cursor		: hand;
	cursor		: pointer;
}

div.meastelezen, div.fiifjier, div.tsjienjier 
{
	LINE-HEIGHT		: 18px;
}



.knopke
{
	display: block;
	font-size : 16px;
    padding: 8px 10px;
    background: #0061B0;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.knopke:hover, .knopke:focus {
    background: #0176d5;
    border: solid 1px #0061B0;
    text-decoration: none;
}

.knopke:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
	
div.headertitle
{
	padding			: 3px 0px 2px 10px;
	background-color	: #DCE7F3;
	color			: #07519A;
	font-family		: arial;
	font-weight		: bold;
	font-size		: 12px;
	border			: 1px solid #0061B0;
}

.reklame
{
	float			: left;
	width			: 100%;
	padding			: 10px 0px 0px 0px;
	text-align		: center;
	border-left		: 1px solid #000000;
	border-right		: 1px solid #000000;
}

div.haadtitel
{
	padding			:	4px 0px 4px 10px;
	background-color	:	#0061B0;
	color			: 	#ffffff;
	font-family		:	arial;
	font-weight		:	bold;
	font-size		: 	14px;
	border			:	1px solid #0061B0;
}

div.haadtitel a
{
	font-size		:	14px;
	color			:	#ffffff;
}

div.saken
{
	background-color	: #e1332c;
	border			: 1px solid #e1332c;
}

div.sport
{
	background-color	: green;
	border			: 1px solid green;

}

.haadfak p
{
	LINE-HEIGHT		: 18px;
	font-family		: arial;
	font-weight		: normal;
	font-size		: 12px;
	margin-right	: 10px;
}
 

div.ynhald
{
	padding-top		: 5px;
	LINE-HEIGHT		: 18px;
	padding			: 10px 0px 0px 0px;
}

div.waarblok
{
	padding			:	0px 0px 0px 0px;
	height			: 	70px;
}

.waarblok_item
{
	float: left;
	width: 160px;
	height: 100%;
	cursor: hand;
	cursor: pointer;
	border : 1px solid #0061B0;
}

.waarblok_item:hover, .waarblok_item:focus {
    background: #DCE7F3;
    border: solid 1px #000000;
    text-decoration: none;
}


div.headline_mainpage
{
	width				:   438px;
	height				: 	150px;
	padding				:	0px 0px 0px 0px;
	background-color	:	#e9f0fa;
	color				: 	#000000;
	font-family			:	arial;
	font-weight			:	bold;
	font-size			: 	14px;
	border				:	0px;
	cursor				: 	hand;
	cursor				:	pointer;
}

div.headline_mainpage a
{
	padding-top		: 7px;
	display			: block;
	font-size		: 16px;
	color			: #0c0050;
}

div.headline_wenning
{
	width			:   336px;
	height			: 	150px;
	padding			:	0px 0px 0px 0px;
	background-color	:	#e9f0fa;
	color			: 	#000000;
	font-family		:	arial;
	font-weight		:	bold;
	font-size		: 	14px;
	border			:	0px;
	cursor			: 	hand;
	cursor			:	pointer;
}

div.headline_wenning a
{
    text-indent		: 	25px;
	font-size		:	16px;
	color			:	#0c0050;
}
	
div.content 
{
	padding		:	10px 0px 10px 10px;
	border-left	:	1px solid #0061B0;
	border-right	:	1px solid #0061B0;
	border-bottom	:	1px solid #0061B0;
}

div.content-weer
{
	padding			:	5px 0px 5px 5px;
	border-left		:	1px solid #0061B0;
	border-right		:	1px solid #0061B0;
	border-bottom	:	1px solid #0061B0;
	height			: 60px;
}

div.blok
{
	padding		:	5px 5px 5px 10px;
	border		:	1px solid #0061B0;
}

div.vb-advertentie-blok
{
	padding		:	0px 0px 0px 0px;
	border		:	1px solid #0061B0;
}

.tekstlinks
{
	font-family	: Verdana;
	font-size	: 8pt;
	font-weight	: bold;
	color		: #0061B0;
}

.menukop
{
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color : #0061B0;
}

.item
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-color : #DCE7F3;
}

A
{
	font-family : Arial, Helvetica, sans-serif;
	color : #07519A;
	text-decoration : none;
	font-size : 13px;
}

.icon-cross:before {
    content: "\e631"
}

.cookie-notification {
    bottom: 1rem;
    color: #fff;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
	display: block;
}

.cookie-notification .cookie-notification--bar {
	font-size: 12px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    display: inline-block;
    line-height: 2.2rem;
    padding: 1rem 2rem
}

.cookie-notification .cookie-notification--link, .cookie-notification .cookie-notification--close {
    color: #cce9f9
}

.cookie-notification .cookie-notification--close {
    display: inline-block;
    margin-left: .9rem
}

.cookie-notification .cookie-notification--close-icon {
    margin-left: .6rem
}