@charset "utf-8";

/* General stuff first! */
body {
	color: #000000;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	text-decoration: none;

	line-height: 1.5;

	margin: 0px;
	padding: 0px;

	background-color: #FFFFFF;
	text-align: center;
}

div {
	margin: 0px;
	padding: 0px;
	/* border: 1px solid black; */
}

p {
    text-align: justify;
	font-stretch: extra-expanded;
}

img {
	border:0px;
	margin: 5px;
}

iframe {
    border:none;
}

.right {
    float: right;
    margin-right: 0px;
}

.left {
    float: left;
    margin-left: 0px;
}

.nomargin {
	margin: 0px;
}

h1, h2, h3 {
	color: #707070;
   	padding: 0px;
	margin: 0px;

	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	text-decoration: none;

	line-height: 30px;

}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}


/* Specific lay-out */
#outerbox {
    position: relative;
	margin: auto;
	width: 1000px;
	
	text-align: left;
}

#container {
	position: relative;
	width: 1000px;

	margin: 0px;
	padding: 0px;
}

#header {
	position: relative;
	background: transparent url(../images/balls.png) no-repeat scroll top right;
	width: 1000px;
	height: 140px;
	
}

#header a {
   	text-decoration: none;
   	color: black;
}

#logo {
	position:absolute;
	left:0px;
	top:16px;
	width:400px;
	height:90px;

	font-family: "Times New Roman", Courier, Garamond, serif;
   	font-size: 30px;

   	text-decoration: none;
	line-height: 1;

	padding-left: 141px;

	background: transparent url(../images/logo.png) no-repeat scroll top left;
	z-index: 10;
}

div.bar {
	text-align: center;

	position: relative;
	background: transparent url(../images/menu-middle.png) repeat-x scroll top center;
	width: 1000px;
	height: 36px;

	z-index: 5;
}

div.bar_left {
	position: absolute;
	top: 0px;
	left: 0px;

	background: transparent url(../images/menu-left.png) no-repeat scroll top left;
	height: 36px;
	width: 12px;

	display: block;
	content: '';

	z-index: 6;
}

div.bar_right {
	position: absolute;
	top: 0px;
	right: 0px;

	background: transparent url(../images/menu-right.png) no-repeat scroll top left;
	height: 36px;
	width: 12px;

	display: block;
	content: '';

	z-index: 7;
}

p.menu {
    padding-top: 3px;
    text-align: center;
}

a.menuitem, a.menuitem-selected {
    vertical-align: middle;
	cursor:pointer;

	color: #FFC533;
	font-weight: bold;
	font-size: 17px;
   	text-decoration: none;
}

a.menuitem-selected {
    font-style: italic;
    border-bottom: 1px solid #FFC533;
}

.menu-spacer {
    vertical-align: middle;
	display: inline;

    margin-left: 36px;
    margin-right: 36px;
    margin-top: 10px;
}

.menu-spacer img {
	margin: 0px;
}

#contentbox {
	position: relative;

	left: 0px;
	top: 12px;
	width: 998px;
	height:	532px;

	background: #FFFFFF none no-repeat scroll center center;

	border-right: 1px solid black;
	border-left: 1px solid black;
	
}

#contentafbeelding {
	position: relative;

	top: 12px;
	left: 23px;
	height: 268px;
	width: 952px;

	overflow-y: hide;
}

#content {
	position: absolute;

	top: 328px; /* 280 + 48 */
	left: 23px;
	width: 952px;
}

#box1 {
    left: 0px;
}

#box2 {
    left: 358px;
}

#box3 {
    left: 618px;
}

.box_big {
	width: 334px;
}

.box_small {
	width: 236px;
}

.box_big, .box_small {
    position: absolute;
    padding-top: 0px;
    top: 0px;
}

.box_big *, .box_small * {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.box_big a, .box_small a {
    padding: 0px;
}

.box_big div.kop, .box_small div.kop {
    position: absolute;
	height: 48px;
    padding: 0px;
}

.box_small div.kop {
	width: 236px;
	background: transparent url(../images/kop-small.png) no-repeat scroll top left;
}

.box_big div.kop {
	width: 334px;
	background: transparent url(../images/kop-big.png) no-repeat scroll top left;
}

.box_big div.txt, .box_small div.txt {
    position: absolute;
    top: 49px;

 	border-left: 2px solid #E0E0E0;
    padding: 0px;
	min-height: 150px;
}

.box_small div.txt {
	width: 236px;
}

.box_big div.txt {
	width: 334px;
}

#content_page {
	position: absolute;

	top: 12px; /* 280 + 48 */
	left: 23px;
	width: 952px;
}

#content_back {
    background: transparent none no-repeat scroll top left;

    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;

    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;

    padding: 0px;

	min-height: 300px;
}

#content_back h1 {
    border-bottom: 2px solid #FFC533;
	line-height: 33px;
}

#content_plane {
    position: relative;

    background: transparent url(../images/content.png) no-repeat scroll top left;
    height: 500px;
    width: 668px;
    top: -1px;
    left: -1px;

    padding: 12px 24px 12px 12px;
    
    overflow: auto;
}

#side_box {
    position: absolute;
    left: 716px;
}


#footer {
    position: relative;

	top: 24px;
    height: 24px;

    text-align: right;

    margin-right: 12px;
}

