@import url(/style/headers.css);

body {
	margin : 0px; 
	padding : 0px;
	font-family: serif; 
	border: 0px;
	color: #000000; 
	background-color: #ffffff;
	}

body.start {
	padding : 20px 20px 20px 110px;  
	border: 0px;
}

	/* general structure */
.menuPlaceholder{
	display: none;
}
.menu{
	display: none;
}
.menuItem{
	display: none;
}
.subMenuItem{
	display: none;
}
.hiddenMenuItem{
	display: none;
}

.goBack {
	display:none;
}

.emphasise {
  font-weight:bold;
}
.notPrinted {
  display:none;
}
/* block elements */
P {
	margin: 10px 10px 10px 10px;
	font-size: small;
	text-align: left;
	color: #000000;
	background-color: transparent;
	}

	/* layout inlay-elements */
img {
	border:0px;
}

A:link { 
	color: #000000; 
	text-decoration: none; 
	}
A:visited{
	color: #000000; 
	text-decoration: none; 
	}
A:hover  { 
	text-decoration: underline; 
	}

	 /* layout specifieke bladzijden */
.start {
	text-align:center;
}

.intro {
	text-align:center;	
}
.agenda {
  text-align:left;
	list-style: none; 
}


.kader{
	padding : 5px 5px 5px 5px;
	list-style: none; 
	border : 1px solid #ff3300;
}

.address{
	padding : 5px 5px 5px 5px;
	list-style: none; 
	border : 1px solid #ff3300;
}
.vips{
	list-style: none; 
	}