@charset "UTF-8";

/* ------------- */
/* GLOBAL MARKUP */
/* ------------- */
body {
	background-attachment: fixed;
	background-image: url(../interface/background_gradient.jpg);
	background-repeat: repeat-x;
	height: 100%;
	margin:0;
	padding:0;
/*	min-height:100%;*/
}
html {
	height: 100%;
/*	min-height:100%; */
	overflow-y: scroll;
}
#holder {
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 960px;
	overflow: visible;
	z-index: auto;
	top: 0px;
	left: 50%;
	position: absolute;
	margin-left: -480px;
	min-height:100%;
	background-image:url(../interface/bg_holder_big.jpg);
	background-repeat:repeat-y;
	background-position: 2px;
}
#flash {
	padding-left: 3px;
	width: 830px;
	top: 0px;
	position: absolute;
	z-index: 0;
	 min-height: 100%;
	height:100%; /* voor IE */
	visibility: visible;
	overflow: hidden;
}
#content {
	width: 626px;
	float: right;
	background-image: url(../interface/background_vorken.jpg);
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	z-index: 1;
	overflow: visible;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#container {
	 min-height: 100%;
		height:auto !important; /* voor moderne browsers */
		height:100%; /* voor IE */
}

/* --------------- */
/* MAIN NAVIGATION */
/* --------------- */
#menu {
	float: right;
	height: 100%;
	width: 169px;
	z-index: 1;
}
#menu #logo {
	padding-top: 39px;
	padding-left: 24px;
}
#buttons {
	margin-top: 50px;
	margin-left: 14px;
}
.button {
	background-image:url(../interface/nav_bullet_inactive.gif);
	background-repeat:no-repeat;
	height: 25px;
	padding-top: 2px;
}
.button:hover {
	background-image:url(../interface/nav_bullet_active.gif);
	background-repeat:no-repeat;
	padding-top: 2px;
	height: 25px;
}
.buttonActive {
	background-image:url(../interface/nav_bullet_active.gif);
	background-repeat:no-repeat;
	padding-top: 2px;
	height: 25px;
}
.buttonActive a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;	
	margin-left: 25px;
}
.button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;	
	margin-left: 25px;
}

/* ------------------ */
/* SUBMENU NAVIGATION */
/* ------------------ */
#content #submenu {
	background-image: url(../interface/background_submenu.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 100%;
	margin-top: 40px;
	margin-left: 34px;
	padding-left: 40px;
	padding-right: 40px;
}
#submenu .subbutton {
	height: 22px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}
#submenu .subbuttonOver {
	height: 22px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-right: 10px;
	float: left;
}
#submenu .subbuttonActive {
	text-decoration: none;
	height: 22px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-right: 10px;
	background-color: #E0E0DE;
	float: left;
}
.subbutton a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #0091B7;
	text-decoration: none;
}
.subbuttonOver a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #443729;
	text-decoration: none;
}
.subbuttonActive a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #443729;
	text-decoration: none;
	padding-top: 3px;
}

/* --------------- */
/* TEXTUAL CONTENT */
/* --------------- */
#text td {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #25221e;
	line-height: 21px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#text {
	float: left;
	width: 450px;
	height: 100%;
	padding-top: 40px;
	margin-left: 34px;
	padding-left: 40px;
	padding-right: 40px;
}
#text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	color: #0091B7;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
#text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #443729;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	color: #443729;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #25221e;
	line-height: 21px;
	text-decoration: none;
}
#text a, #text a:visited {
	color: #0091B7;
	text-decoration: underline;
}
#text a:hover {
	color: #0091B7;
	text-decoration: none;
}
li {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
hr {
	color: #0091B7;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	border:none;
}
.imageborder {
	border: 2px solid #433629;
}

/* ------------------------ */
/* ARTICLE SPECIFIC CONTENT */
/* ------------------------ */
#articles {
	margin-top: 50px;
	margin-left: 23px;
}
.article {
	margin-left: 7px;
	margin-top: 5px;
}
.article a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #25221e;
	line-height: 21px;
	text-decoration: none;
}
