html { 
padding:0px;
margin:0px;
}

body {
background-image:url(repeat.gif);
font-family:verdana;
font-size:10px;
margin:0px;
padding:0px;
}
p {
color:#333333;
text-align: justify;
margin-left: 3em;
margin-right: 1em;
margin-bottom: 1em;
}
#title {
border-bottom: 1px dotted black;
width: 550px;
padding-top: 10px;
}
/*template lay out */
/* achtergrond kleur voor de linkerkant staat in de container */
#container {
width: 920px;
margin: 0px auto;
padding:0px;
background-color: #FFFFFF;
}

#left {

width: 150px;
padding: 0px;
background-color:#edede5;
border-left: 10px solid white;
border-bottom: 5px solid white;
float:left;
}

#content {
background-color: #edede5;
padding: 0px;
width: 750px;
border-right: 5px solid white;
border-left: 5px solid white;
float: left;
}

.topic {
width: 728px;
margin-left:4px;
margin-top: 4px;
border: 1px solid red;
padding: 5px;
}

#banner {
background-color: #e1ddd9;
text-align: right;
padding: 0px;
margin: 0px;
border: 10px solid white;
}

#footer {
clear: both;
margin: 0px;
padding: 10px;
border-right: 10px solid white;
border-left: 10px solid white;
background-color: #edede5;
border-top: 10px solid white;
border-bottom: 10px solid white;
color:#3688BA;

}
/*einde template */
/*Navigatie */
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
	
#menu2 {
	width: 148px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border: 1px;
	border-width: 1px;
	}
	
#menu2 li a {
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background:  url(menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
/* einde Navigatie */ 
h1 {

	color:#666666;
	margin-left : 1em;
	margin-right: 1em;
	font: 18px Arial, Helvetica, sans-serif;	
	}
h2 {
	font-size:18px;
	color:#000066;
	margin-left : 1em;
	margin-right: 1em;
	font-style: oblique;
	}
h3
	{
	font-size:14px;
	text-align:left;
	margin-left: 1em;
	margin-top : 1em;
	color:#990000;
	}

a:link 
	{
	color: #3668BA;
	text-decoration:none;
	}
	
a:visited {
	color: #3668BA;
	text-decoration:none;
}
a:hover {
	color: #3668BA;
	text-decoration:none;
}
a:active {
	color: #3668BA;
	text-decoration:none;
}

p {
font-size: 12px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../Media/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
