.paneltop {
	background-image: url('../img/balk2_back.gif');
	background-repeat:repeat-x;
	height:27px;	
}
.panelcontent {	
	height:27px;
	background-image: url('../img/balk2_2.gif');
	background-repeat:no-repeat;
	background-position: right;
	color:gray;
	font-weight:bold;	
	float:left;	
	width:100%		
}
.panelcontentspacer {
	padding-left:5px;
	padding-top:5px;	
}
.panel {
	background-image: url('../img/menu_shadow.gif');
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#e3e3e3;	
	height: 500px;
}
#header {
	background-image: url('../img/topnieuw.jpg');
	background-repeat:no-repeat;	
	height:167px;
}
#leftpanel {
	width:170px;
}
#rightpanel {
	width:200px;
}
#maintable {
	text-align:left;
}
#content {
	width:620px;
	background-color:white;
	border-right:1px solid gray;
	border-left:1px solid gray;		
}
#footer {
	background-image: url('../img/bottomnieuw.jpg');
	background-repeat:no-repeat;
	height:39px;
}
#copyright {
	float:left;	
	margin-left:30px;
	margin-top:8px;
	width:400px;
}
#poweredby {
	float:left;	
	margin-left:290px;	
	margin-top:8px;
	width:200px;
}
	
#agendalist {
	margin:10px;	
}
#agendalist * {
	font-size:11px;
}
.graysmall {
	font-size:11px;
	color:#555555;
}
.contentwrapper {
	margin:20px;
}
.navbutton {
	background-image: url('../img/butleeg.gif');
	background-repeat:no-repeat;	
	height:24px;
	padding-left:30px;			
	padding-top:5px;	
	color:#9c2418;
	font-weight:bold;
	cursor:pointer;
}
.contentwrapper { 
	width:584px;
}
.contentwrappertop {
	color:#9c2418;
	font-weight:bold;
	background-image: url('../img/content_tab_boven.jpg');
	background-repeat:no-repeat;		
	height:23px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
}
.contentwrappercontent {
	background-image: url('../img/content_tab_midden.jpg');
	background-repeat:repeat-y;	
	padding:10px;
}
.contentwrapperbottom {
	background-image: url('../img/content_tab_onder.jpg');
	background-repeat:no-repeat;		
	height:7px;
}

table {
	
}


h1    { font-family: arial, arial;
	font-size: 14pt;
	font-weight: bold;
	color:maroon;
	}
	
h2 { font-family: arial, arial;
	font-size: 10pt;
	font-weight: bold;
	color:maroon;
	}

a { 
    text-decoration:none;
    color: maroon; 
}

a.whitelink { 
	font-family: arial;
	font-size: 8pt;	
	color: #FFFFFF;
    	text-decoration:none; 
}
a.bluelink { 
	font-family: arial;
	font-size: 8pt;
	color: #344567;
    	text-decoration:none; 
}
* {
	font-size: 12px;
}
body {
	font-family: arial;	
	color: #000000;
	background-color:#333;		
}
td {
	vertical-align:top;
}
.input {
	 background-color: #ffffff; 
	 border-bottom: 1px solid; 
	 border-left: 1px solid; 
	 border-right: 1px solid; 
	 border-top: 1px solid; 
	 font-family: arial,tahoma,arial; 
	 font-size: 12px
}
.select {
	 background-color: #ffffff; 
	 border-bottom: 1px solid; 
	 border-left: 1px solid; 
	 border-right: 1px solid; 
	 border-top: 1px solid; 
	 font-family: arial,tahoma,arial; 
	 font-size: 12px
}
.button {
	 background-color: #222222; 
	 border-bottom: 0px solid; 
	 border-left: 0px solid; 
	 border-right: 0px solid; 
	 border-top: 0px solid; 
	 font-family: arial,tahoma,arial; 
	 font-size: 10pt;
	 color:#FFFFFF;
}
.textarea {
	 background-color: #ffffff; 
	 border-bottom: 1px solid; 
	 border-left: 1px solid; 
	 border-right: 1px solid; 
	 border-top: 1px solid; 
	 font-family: arial,tahoma,arial; 
	 font-size: 12px
}
.bannerspacer {	
	height:74px;	
	padding-left:35px;
}
.banner {
	position:absolute;	    
    background-color:black;   
    cursor:pointer;    
}

.banner img { 	
	position:absolute;	
	width:100px;	
	display:none;
}

#banner1 { 
	
}

.fotothumb {
	max-height:74;	
  	height: expression(this.height > 74 ? "74px" : true);
}