html, body {
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
body, table, td {
	font-size: 12px;
	font-family: arial, verdana;
	line-height: 20px;
	color: #ffffff;
	border-collapse: collapse;
	padding: 0px;
}

h1 {
	font-size: 20px;
	color: #325478;
	margin: 0px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	margin-top: 10px;	
	margin-bottom: 10px;		
}

ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	line-height: 20px;
	margin-top: 10px;
}

li {
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
	margin: 0px;
	color: #ffffff;
}

.middenbloktxt {
	text-align: justify;
	width: 400px;
	margin: 0 auto;
}

.bluh {
	vertical-align: middle;
}
.menu {
	text-align: right;
}
.container {
	width: 920px;
}
.header {
	background-image: url('images/pages/header.jpg');
	background-position: right;
	background-repeat: no-repeat;
	height: 192px;
	width: 920px;	
}
.content {
	height: 323px;
	width: 920px;	
	text-align: center;
}
.txt {
	text-align: center;
	width: 200px;
}
.menutable {
	width: 790px;
float: right;
}

.buttontd {
	background-color: #1c324a;
	text-align: center;
	padding: 4px;
	border-left: 8px solid #000000;
}
.button {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.button:hover {
	color: #84e1ff;
}
img.thumb {
	border: 1px solid #a6abb1;
}

	table.home {
		width: 790px;
		height: 325px;
		float: right;
	}
	.home_links {
		width: 154px;
		background-image: url('images/contentbg.jpg');
		border-bottom: 1px solid #222f40;
		vertical-align: bottom;
	}
	.home_midden {
		background-image: url('images/contentbg.jpg');
		border-bottom: 1px solid #222f40;
		border-right: 1px solid #222f40;
		height: 327px;
		overflow: auto;
	}
	.home_rechts {
		width: 160px;
		background-image:url('images/home_rechts.jpg');	
		background-position: top;
		background-repeat: no-repeat;
	}

.portfolio {
	background-color: #132235;
	height: 378px;
	position: relative;
	width: 958px;
}

.hoofdcat td {
	text-align: right;
}

.hoofdcat td img {
	border: 1px solid #ffffff;
}

.catnames td {
	padding: 10px;
	width: 140px;
	font-weight: bold;
	text-align: center;
}

.catheader {
	background-color: #0f1b28;
	font-size: 42px;
	color: #3e4853;
	text-align: left;
	float: none;
	padding: 20px;
}

.catfooter {
	background-color: #0f1b28;
	text-align: left;
	padding-left: 15px;
}

.catfooter a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 70px;
}

.fotos {
	height: 320px;
	padding: 10px;
	text-align: left;
}

.fotos img {
	border: 1px solid #ffffff;
}

.home_midden a {
	color: #ffffff;
}

.home_midden a:hover {
	color: #84E1FF;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 322px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

