@import url(lightbox.css);
@import url(styles.css);

/* 
 * Copied from HetGeheimVanAppingedam.nl (2009-03-10 02:08:50).
 * Could do with some spring-cleaning maybe?
 * 
 */

html {
	background-image: url(/img/bg/page_down.gif);
	background-position: center;
}

body {
	margin: 0px;
	/*background-image: url(/img/bg/background.gif);*/
	background-image: url(/img/bg/background.gif.png);
	background-position: top center;
	background-repeat: no-repeat;
}

body, table {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

/* two divs for the header jpg and the lower main content area (widda 2 columns) */
.topDiv, .mainDiv {
	margin-left: auto;
	margin-right: auto;
}
.topDiv {
	padding: 0px;
	border: 0px solid red;
	margin: 0px;
	width: 920px;
	height: 225px;
	overflow: hidden;
	position: relative;
}
.mainDiv {
	border: 0px solid blue;
	/* Using this instead of the background colours of sideColumn and mainColumn, below. It works, but I feel dirty.. */
	/*background: url(/img/bg/page.jpg);
	background-repeat: no-repeat;*/
	width: 860px;
	text-align: left;
	position: relative;
	padding: 0px;
/*	padding-top: 20px;*/
}

/* the 2 columns, side & main */
.sideColumn {
	float: left;
	width: 190px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 15px;
	border:       0px solid red;
}
.mainColumn {
	float: left;
	width: 575px;
	border: 0px solid green;
	padding: 0px 20px 0px 20px;
	font-size: 12px;
	/*background: url(/img/bg/main_bg.gif) no-repeat;  #DDE6F2 */
}

/* navigation menu links */
.menuImgBar {
	/* position: absolute;
	top: 185px;
	left: 232px; */
}

.menuImg {
	border: 0px solid red;
}

.sideColumn a {
	color: black;
}

a.sideBarLink {
	display: block;
	color: white;
	background: #0064B8;
	font-size: 15px;
	text-decoration: none;
	padding: 6px 10px;
	margin: 0px;
	margin-bottom: 8px;
}

a.sideBarLink:hover {
	color: #0f0;
}

a.sideBarActive {
	color: red;
	font-weight: bold;
	background: yellow;
}

.sideColumn .sideBarNewsHeader {
	font-weight: bold;
	font-size: 1.2em;
}
.sideColumn .sideBarNewsItem {
	margin-left: -20px;
}

a {
	color: #f60;
}

.imgBanner {
	border: 0px;
	margin-bottom: 5px;
/*	padding-left: 5px;*/
}

.emailField { /* what are _you_? */
	display: none;
	visibility: hidden;
}

.thumbPicture {
/*	width:        230px;*/
	margin-top:   18px;
	margin-left:  15px;
	margin-right:  5px;
	border:        1px solid gray;
}

.iconPicture {
	float: left;
	margin: 5px;
	border: 1px solid gray;
}
