/* structure */

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0px;
	background-image: url(../../Images/background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header
{
	width: 100%;
	background-image: url(../../Images/background_top.gif); 
	background-repeat: repeat-x;
}

#top 
{
	width: 886px;
	height: 177px;
	background-image: url(../../Images/top.gif);
	background-repeat: no-repeat;
}

#top_img_left 
{
	position: absolute;
	width: 138px;
	height: 177px;
	left: 248px;
}

#top_img_middle 
{
	position: absolute;
	width: 135px;
	height: 177px;
	left: 453px;
}

#top_img_right 
{
	position: absolute;
	width: 137px;
	height: 177px;
	left: 676px;
}

#top_navigation
{
	position: absolute;
	top: 20px;
	left: 850px;
	border: 0px solid #C03;
}

#content
{
	width: 860px;
	min-height: 800px;
	/*IE 6 workaround voor min-height*/
	height: expression(this.style.height < 800 ? 800: true);
}

#navigation
{
	width: 200px;
	padding: 0px;
	float: left;
	margin-left: 10px;
}

#navigation img
{
	border : 0px;
}
	
#text
{
	float: right;
	width: 600px;
	background-image: url(../../Images/text_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	padding: 10px;
	margin-bottom: 70px;
}

#reset {
	clear: both;
	line-height: 1;
	font-size: 1px;
	height: 1px;
}

/* text etc. */
	
h1 
{
	color: #06C;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: bold;
	background: url(../../Images/item.gif) no-repeat;
	padding-left: 40px;
}

h2 
{
	color: #6C0;
	font-size: 15px;
	margin-bottom: 13px;
	font-weight: bold;
}

h3
{
	font-size: 11px;
	margin-bottom: 11px;
	font-weight: bold;
}

table, td, th 
{
	font-size: 11px;
}
	
.subtitle
{
	color: #06C;
	font-weight: bold;
}

.authorisatie{
	color: #6C0;
	font-weight: bold;
}

.date
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.email 
{
	margin-bottom: -2px;
}

#jarig
{
	font-size: 11px;
	color: #06C;
	margin-left: 10px;
	width: 190px;
}

a
{
	color: #06C;
}

a:hover
{
	color: #3998F7;
}

img
{
	border: 0px;
	margin: 0;
}
	
hr
{
	color: #999;
	height: 1px;
	width: 75%;
	border-style: dashed;
	border-bottom: 1;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}	

textarea 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.cursor
{
	cursor:pointer;
}

.geschiedenis_header 
{
	background-color: #7abd31;
	padding: 7px 7px 22px 7px;
	color: White;
	text-decoration: none;
}

.geschiedenis_header:hover 
{
	background-color: #54960d;
	color: White;
	text-decoration: none;
}

/* password strenght */

.barIndicatorBorder
{
	border: solid 1px #06C;	
	padding: 3px;
	background-color: white;
	margin-top: -8px;
	width:200px;
}

.barIndicator_poor 
{	
	margin-top: -8px;
	background-color: #FF3300;
}

.barIndicator_weak
{	
	margin-top: -8px;
	background-color: #FFB300;
}

.barIndicator_good
{	
	margin-top: -8px;
	background-color: #CCFF00;
}

.barIndicator_strong
{	
	margin-top: -8px;
	background-color: #4DFF00;
}

.barIndicator_excellent
{	
	margin-top: -8px;
	background-color: #00D600;   
}

/* images and thumbnails */

.thumbnail_outerborder
{
	background-position:center;
	background-repeat:no-repeat;
	background-color:Black;
	width: 75px;
	height: 75px;
	border: solid 1px #06C;
}

.thumbnail_innerborder
{
	border: solid 3px white;
	width: 69px;
	height: 69px;
}

.albumFoto 
{
	max-width: 592px;
	/*IE 6 workaround voor max-width*/
	width: expression(this.width > 592 ? 592: true);
	display: block;
	margin: 0 auto;
	border: solid 1px #06C ! important;	
	padding: 3px;
	background-color: white;
}

.leidingsFoto 
{
	max-height: 275px;
	max-width: 592px;
	/*IE 6 workaround voor max-height*/
	height: expression(this.height > 275 ? 275 : true);
	width: expression(this.width > 592 ? 592: true);
	border: solid 1px #06C ! important;	
	padding: 3px;
	background-color: white;
}

.nieuwsafbeelding 
{
	max-height: 150px;
	max-width: 150px;
	/*IE 6 workaround voor max-height*/
	height: expression(this.height > 150 ? 150 : true);
	width: expression(this.width > 150 ? 150: true);
	border: solid 1px #06C ! important;	
	padding: 3px;
	background-color: white;
}

.afbeelding
{
	border: solid 1px #06C ! important;	
	padding: 3px;
	background-color: white;
}

.fotoNavigatie 
{
	width: 100%;
	text-align: center;
}

/* alternating colors */

.alternate 
{
	border-top: 1px dashed #333;
}

.alternate th, td.lijn
{
	border-bottom: 1px dashed #333;
}

.alternate tr.donker 
{
	background-color: #c7ff97;
}

.center
{
	margin: 0 auto;
}
