* {
	margin: 0px;
	font-family: Arial;
}

p {
	padding-bottom: 10px;
	text-align: justify;
	text-justify: newspaper;
}

h1 {
	font-size: 13px;
}

h2 {
	font-size: 10px;
	color: grey;
  padding-bottom:5px;
}

.menu {
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: black;
	width: 980px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 19px;
	font-weight: bold;
}

.menu-links {
	width: 100%;
	height: 53px;
	background-image: url('/media/afbeeldingen/menu/header-links.png');
	background-repeat: no-repeat;
}

.menu-rechts {
	width: 100%;
	height: 53px;
	background-image: url('/media/afbeeldingen/menu/header-rechts.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.header {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 238px;
	margin-top: 10px;
}

.header-ind {
	position: absolute;
	background-image:
		url('/media/afbeeldingen/header/rectangles/rect_aad400.png');
	width: 980px;
	height: 238px;
	background-repeat: no-repeat;
	background-position: 569px 0%;
}

.header-img {
	position: absolute;
	background-repeat: no-repeat;
	width: 592px;
	height: 238px;
}

.header-laden {
	position: absolute;
	background-image: url('/media/afbeeldingen/common/cursor05.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 592px;
	height: 238px;
}

.header-brd {
	position: absolute;
	background-image: url('/media/afbeeldingen/header/rect2526.png');
	width: 592px;
	height: 238px;
	background-repeat: no-repeat;
}

.header-tekst {
	position: absolute;
	padding-left: 569px;
	width: 411px;
	height: 238px;
	font-size: 35px;
	font-weight: bold;
}

.inhoud {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	margin-top: 10px;
	font-size: 13px;
}

.inhoud-kop {
	background-image: url('/media/afbeeldingen/header/inhoud-top.png');
	width: 100%;
	height: 23px;
}

.inhoud-tekst {
	background-image: url('/media/afbeeldingen/header/inhoud-middle.png');
	padding-left: 30px;
	padding-right: 30px;
}

.inhoud-voet {
	background-image: url('/media/afbeeldingen/header/inhoud-bottom.png');
	width: 100%;
	height: 23px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 980px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: grey;
}

/* Begin align verticaal én horizontaal */
#outer-header {
	height: 53px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#outer-header[id] {
	display: table;
	position: static;
}

#outer-menu {
	height: 53px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#outer-menu[id] {
	display: table;
	position: static;
}

#middle-header {
	position: absolute;
	top: 50%;
	vertical-align: middle;
}

#middle-header[id] {
	display: table-cell;
	position: static;
}

#middle-menu {
	position: absolute;
	top: 50%;
	vertical-align: middle;
}

#middle-menu[id] {
	display: table-cell;
	position: static;
}

#inner-header {
	position: relative;
	top: -50%;
	text-align: center;
}

#inner-header[id] {
	position: static;
}

#inner-menu {
	position: relative;
	top: -50%;
	text-align: center;
}

#inner-menu[id] {
	position: static;
}

/* Einde align verticaal én horizontaal */
.paginas a:link {
	color: black;
}

.paginas a:hover {
	color: black;
}

.paginas a:visited {
	color: black;
}

.nieuws > p{
	padding-top:0px;
}

.nieuws > h2{
	padding-top:0px;
}
