/* ------------------ start layout -------------------*/
body {
	background-image:url(../images/bg2tris.gif);
	background-attachment: fixed;
	font-family: Trebuchet,"Trebuchet MS", Verdana, Arial;
	color: #484D49;
	font-size: 10px;
}

#page {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px; 
	margin-top: -300px;
	background-color: #EFF2BB;
	border: 3px solid #25231D;
	filter:alpha(opacity=88);
	-moz-opacity:.88;
	-khtml-opacity: 0.88;
	opacity:.88; 
}

#header {
	width: 800px;
	height: 143px;
	vertical-align: bottom;
}

#footer {
	display: block;
	width: 800px;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	color: #999;
}

#content {
	width: 700px;
	height: 440px;
	margin-left: 60px;
}

#block1 {
	width: 680px;
	padding-top: 20px;
	margin: 0;
	height: 440px;
	position: absolute;
	overflow: hidden;
}

#colLeft160 {
	width: 160px;
	float: left;
	padding-right: 12px;
}

#colRight500 {
	width: 500px;
	float: left;
}

#colLeft500 {
	width: 500px;
	float: left;
	padding-right: 12px;
}

#colRight160 {
	width: 160px;
	float: left;
}

#popup {
	text-align: center;	
	
}

/* ------------------ end layout --------------------*/



/* ----------------- start content -------------------*/
a {
	outline: none;
	font-style: italic;
	color: #003366;
}

a:hover {
	font-style: italic;
	color: #003366;
	text-decoration: none;
}

.title {
	color: #222728;
	
	line-height: 180%;
	border-left: 3px solid #484D49;
	padding-left: 4px;
	font-weight: bolder;
}

em {
	font-style: normal;
	font-weight: bold;
}

#header img {
	border: none;
}

#content img {
	border: 2px solid #E4E6C8;
}

#content img.noborder {
	border: none;
}


.floatRight, .floatRightClear, .floatLeft, .floatLeftClear { 
	padding: 0px;
}

.floatRight {
    float: right;  
	margin: 3px 3px 3px 8px;
}

.floatRightClear { 
    float: right;  
	clear: right;
	margin: 3px 3px 3px 8px;
}

.floatLeft { 
    float: left;  
	margin: 3px 8px 3px 3px;
}

.floatLeftClear { 
    float: left;  
	clear: left;
	margin: 3px 8px 3px 3px;
}

td.tablehead {
	font-weight: bold;
}

td.event {
         vertical-align: top;
}

input, textarea {
	font-family: Baskerville, Times, "Times New Roman"; 
	color: #484D49;
	font-size: 12px;
	background-color: white;
	border: 1px solid #E4E6C8;
}
/* ----------------- start content -------------------*/
.highlight {
	color: #006633;
	background-color: #CCFF66;
}

p.spacedtext {
	line-height: 140%;	
}

.nieuw {
	background-color: yellow;
}
