body {
	border-top-style: 0px;
	border-right-style: 0px;
	border-bottom-style: 0px;
	border-left-style: 0px;
	margin: 5px;
	margin-top: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ececec;
	
}

h2{
	margin-bottom: 2px;
	font-size:16px;
	color: #e2001a;
}

td.content{
	padding:5px;
	line-height: 14px;
}

td.menubutton{
	height: 25px;
	padding-left: 35px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}

td.scheiding{
	background-color: #cccccc;
	/* background-color: #263386; 
	background-color: #e2001a;
	*/
}

td.lnk{
	cursor: pointer;
	font-size: 10px;
}

td.lnk:hover{
	background-color: #99d7f3;
	
}
th{
	text-align: left;
}

a, a:visited, a:active, a:link{
	color: #263386;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.topL, a.topL:link, a.topL:visited{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.topL:hover{
	text-decoration: underline;
}

img.thumb{
	margin-left: 4px; 
}

ul.l{
	/*
	list-style-image: url(../images/dot.gif);
	*/
	list-style-type: square;
	list-style-position: outside;;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #e2001a;
	font-size: 10px;
}
li.l{
	margin-left:-20px;
	
}

input,select, textarea{
	font-size: 12px;
	border: 1px solid #263386;
}

input.btn{
	background-color: #006fb0;
	font-weight: bold;
	font-family: Verdana;
	color: #ffffff;
}

.imgLink{
	cursor: pointer;
}

.ftr{
	font-size: 9px;
	color: #cbcbcb;
}

td.photo{
	width:168px;
	height:162px;
	background-image: url(../images/photo_background.gif);
	padding-left: 9px;
	padding-top: 9px;
	margin-bottom: 6px;
	
}

td.photoC{
	padding-left: 9px;
	font-size: 10px;
	font-style: italic;
}

.thumbPhoto{
	cursor: pointer;
}

.image{
	cursor: pointer;
}

#comments {
	color: #626264;
	border: 1px solid #626264;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#comments #footer {
	border-top: 1px solid #626264;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: bold;
}

#TopBanner {
	position:absolute;
	left:320px;
	top:25px;
	width:468px;
	height:60px;
	z-index:1;
}


