@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
}

#kop{
	width:780px;
	height:100%;
	margin-bottom:0;
	/*margin: 0 auto; /*centreer*/
	/*border-width: 2px;
	border-bottom:#8C0C0B 2px solid;
	background-color: #FFFFEC;*/
}


#pagina{
	width:740px;
	height:100%;
	/*margin: 0 auto; /*centreer*/
	margin-left:18px;
	border-width: 0px 2px 2px 2px;
	border-color: #8C0C0B;
	border-style: solid;
	border-top:none
	background-color: #FFFFEC;
}

.inhoud {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
padding:12px;
}

.midden {margin:0 auto;}



/* MENU*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 12px /*4px*/;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom:1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #8C0C0B url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #DA1109;
}

#invertedtabs a:hover span{
background-color: #DA1109;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #DA1109;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8C0C0B;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
/* EINDE MENU*/



table.agenda1{
	display:table;
	border-top: 1px solid #8C0C0B;
	border-right: 0px none #8C0C0B;
	border-bottom: 0px none #8C0C0B;
	border-left: 1px solid #8C0C0B;
	}
	
td.agenda1 {
	padding: 3px;
	display: table-cell;
	border-top: 0px none #8C0C0B;
	border-right: 1px solid #8C0C0B;
	border-bottom: 1px solid #8C0C0B;
	border-left: 0px none #8C0C0B;
	}

a.link1 {
	text-decoration:none; 
	font-size: 14px; 
	font-weight: bold;color: #DB9146; 
	} 

a.link1:link {
	text-decoration:none; 
	font-weight: bold;color: #DB9146; 
	} 

a.link1:hover { 
	color: #8C0C0B; 
	text-decoration:underline;
	}





#wordsleft {
	float:left;
	top:10px;
	left:150px;
	height:auto;
	width:150px;
	background:#efd;
	border:1px solid #000;
	margin:5px;
	padding:5px;
	background-color: #33FFCC;
	}
	
#wordsright {
	float:right;
	top:10px;
	right:150px;
	height:auto;
	width:150px;
	background:#def;
	border:1px solid #000;
	margin:5px;
	padding:5px;
	background-color: #00FF33;
	}
	
#wordsabsolute {
	position:absolute;
	top:30px;
	left:49px;
	background:#eee;
	border:1px solid #000;
	margin:5px;
	padding:5px;
	font-size:2em;
	color:#c00;
}
#wordsrelative {
	position:relative;
	top:5px;
	left:30px;
	background:#ddd;
	border:1px solid #000;
	margin:5px;
	padding:5px;
	font-size:2em;
	color:#c00;
	width:180px;
	background-color: #CC99CC;
}
.tekst-r {
	float:right;
	top:10px;
	right:150px;
	height:auto;
	width:150px;
	background:#def;
	border:1px solid #000;
	margin:5px;
	padding:5px;
	background-color: #00FF33;
	}
	
	.tekst-r .tekst-r1 {
	background-color: #fFF;
	}