#body {
	width: 780px;
	height: 100%;
	margin: 0px auto 0px auto; /*top, right, bottom, and left margin*/
	padding: 0px 0px;
	background-repeat: no-repeat;
}

#kolomlinks {
	width: 200px;
	height: 100%;
	overflow: auto;
	border: 0px solid;
	margin: 0 0 0 10px; /*top, right, bottom, and left margin*/
	border: 0px solid;
	padding: 0px;
	float: left;
	clear: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
}

#kolomlinks img{
	width: 200px;
	margin: 10px auto 0px auto;
}

#kop {
	position:relative;
	float: left;
	width: 570px;
	height: 100px;
	overflow: auto;
	margin: 0px auto 0px 0px;
	border: 0px solid;
	padding: 0px;
	background-image: url(/mijnsite/layout/art/lamp.jpg);
	background-repeat: no-repeat;
	z-index:1;
}

#kop h1 {
	font-size: 60px;
	margin: 0px 0px 0px 20px;
	border: 0px solid;
	text-align: left;
}
#kop p {
	margin: 4px 0px 0px 0px;
}

#kader_menu{
	width: 550px;
	float: left;
	height: 23px;
	margin: 0px auto 0px 10px;
	border: 1px solid;
	padding: 0px;
	z-index:1;
}




#kolomrechts {
	width: 550px;
	height: 355px;
	overflow: auto;
	padding: 0px;
	border-left: 0px solid;
	margin: 10px 0 0 10px;

	float: left;
	clear: none;
	text-align: left;
}

#voet {
	width: 550px;
	height: auto;
	overflow: auto;
	padding: 0 0 10px 0px;
	margin: 10px 0px 0px 10px;
	border: 0px solid;
	float: left; /*float en clear niet weghalen!*/
	/*clear: both;*/
	border-left: 0px solid;
	text-align: right;
	z-index:1;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



iframe { margin:0; padding:0; height:100%; width:100%; SCROLLING="auto";}


a {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 10px;
	min-height: 10px
}

img {
	border: 0px;
}

table {
	margin: 0px 0px 0px 10px;

}


h1, h2, h3, h4, h5 {
	margin: 10px 10px 0 10px;
}

li {		
	padding: 0px 0px 0px 3px;
}

#icon {
	margin: 3px 0px -4px 3px;
}


form {
	margin: 20px 0 0 0;
	padding: 0px;
}

input {
	width: 200px;
	height: 12px
	margin: 0 0 5px 10px;
	/*padding: 2px 3px 0 3px;*/
}

input.radio {
	width: auto;
	background: none;
}

textarea {
	width: 200px;
	height: 100px;
	/*margin: 0px 0 5px 10px;*/
	/*padding: 2px 3px 0 3px;*/
}

select {
	width: 200px;
	/* margin: 0 0 5px 10px; */
}

.menustyle{
	width: 548px;
	height: 22px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	z-index:1;
	/*background-image: url(art/menu.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	border: 0px solid #003366;
	font-size: 12px
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	border: 0px solid #003366;
	width: 100%;
	/*background: url(art/menubg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
	display: inline;
	background-image: none;
	margin: 0 0 5px 0;
	padding: 0px 0px 2px 0px;
}

.menustyle ul li a{
	font-weight: bold;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.menustyle ul li a:hover{
	/*font-weight: bold;*/
	/*color: #EBEBEB;*/
	/*background-color: #003366;*/
	/*background: url(art/menubg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(art/downimage.gif);*/ /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	text-align: left;
	font-weight: bold;
	line-height:18px; /* de hoogte van de items van het uitrolmenu*/
	z-index:100;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 12px
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	/* color: black;*/
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}


