@import url(text.css);
@import url(lightbox.css);

html {
	overflow: -moz-scrollbars-vertical;
		
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;

}

img {
	border: 0px;
	vertical-align: bottom;
}

p {
	margin: 0px;
	padding: 0px;
}

p#main {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	list-style:none;
	padding: 4px;
}

td {
	vertical-align:top;
	padding: 3px;
border: 0px;
}

table{
	border: 0px;
}


#intro 
{		
position: relative;
background-image: url(../images/int.jpg);
}

#menubalk 
{	
background-image: url(../images/knopaan.jpg); 
text-decoration: none;		
display: block;	
background-repeat: no-repeat;
color: #dde576;
height: 25px;
width: 128px;

}

#menubalk a 
{		
background-image: url(../images/knopuit.jpg);
text-decoration: none;		
display: block;	
height: 20px;		
width: 128px;		
padding-top: 3px;		
padding-left: 8px; 	
color: #fff;

}

#menubalk a:hover 
{
background-image: url(../images/knopaan.jpg);	
color: #dde576;	
}

#menubalk a:visited
{
color: #fff;	
text-decoration: none;

}
/*************************/

div#container {
	position: relative;

	left: 50%;
	top: 0px;

	width: 840px;


	margin-left: -420px;
}

div#header {
	width: 840px;
	height: 268px;	
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	z-index:10;
}

div#content {
	margin: 20px;

}


body#nieuws div#content-left {
	width:780px;
	float:left;
	text-align: justify;

}

div#content-right {
	width:620px;
	padding-bottom: 2px;
	padding-top: 2px;
	float:left;
	text-align: justify;

}

div#content-left {
	
	width:160px;
	padding-right:7px;
	float:left;
	text-align: justify;
_width:90px;

}

body#home div#content-home {
	width:450px;
	float:left;
	text-align: justify;

}

body#home div#content-right {
	width:340px;
	float:right;
	text-align:justify;
}


div#footer {
	
	width: 100%;
	height: 28px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	color: #562500;
	text-align:center;
	padding-top: 4px;
}


div.clear {
	clear: both;
	height: 15px;
	_height:;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

/*************************/


img.right {
	width: 300px;
	height: 200px;
	float: right;
	border:1px solid #572600;
	text-align:right;
}

div.box {
	width:753px;	
	background-image: url(../images/content_box.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	text-align:left;
	margin-left: 44px;
	
}


ul.boxtop {
	position: relative;
	width: 753px;
	height: 28px;
	text-indent: 20px;
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	z-index: 5;
}

ul.boxcontent {
	position: relative;	
	z-index: 10;
	text-align:center;
	margin-top: 7px;
}

ul.boxcontent img{
	margin-left: 10px;
	margin-right: 10px;
}



ul.boxbottom {
	position: relative;
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	font-size:1px;
}

ul#menu {
	position: absolute;
	right:40px;
	top:182px;
}

ul#menuextra {
	position: absolute;
	right:40px;
	top:210px;
	width: 515px;

	text-align:right;
}

/*FORM/*/

td.left {
	width: 125px;
	vertical-align: top;
}

input, textarea {
	border: 1px black solid;
	width: 300px;
}

input#button1 {
	border: 1px black solid;
	width: 150px;
	background-color: #582601;
	color: #dce576;
	font-weight: bold;
}

img.weblogphoto {
	float: left;
	margin-right: 10px;

	border: 1px solid #DDDDDD;
	
	width: auto;
	height: auto;
}

table#nieuws {
	
	width: 100%;
}

hr {border: none 0; 
border-top: 1px solid #d4d4d4;
height: 1px;
margin-top: 5px;
margin-bottom: 10px;
_margin-top: 0px;

}

div#motioncontainer {
position: absolute;
top: 10px;
margin:0 auto; /* Remove if centering gallery on page is not desired */
width:680px; /* Set to gallery width */
height:100px; /* Set to gallery height */
border:2px solid white;
}

#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 */
}