
body
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(../img/herpenonline/bodyback.gif) repeat-y top center;
	text-align: center;
}

	div#container
	{
		width: 750px;
		margin: 0 auto;
		text-align: left;
	}
	
		div#advertenties
		{
			width: 750px;
			height: 95px;
			background-color: #F4FCFD;
			border-top: solid 10px #02645C;
			border: bottom: solid 1px #02645C;
		}
		
			div.advertentie
			{
				width: 243px;
				height: 95px;
				float: left;
				border-right: solid 1px #B7D1CF;
				padding: 2px 4px 1px 2px;
			}
			
				div.advertentie img
				{
				    border: none;
					float: left;
					margin: 0 3px 3px 0;
				}
				
				div.advertentie a
				{
				    color: #1015A4;
				    text-decoration: none;
				}
	
		div#foto
		{
			width: 750px;
			height: 210px;
			background: transparent url(../img/herpenonline/fotoherpen2.jpg) no-repeat top left;
		}
		
		
		div#menulinks
		{
			width: 500px;
		}
		
		div#menurechts
		{
			width: 250px;
		}
		
		div#menulinks, div#menurechts
		{
			height: 28px;
			background-color: #02645C;
			float: left;
			margin: 0px;
			color: #fff;
		}
		
			div#menulinks ul, div #menurechts ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
				position: relative;
				width: 250px;
			}
				div#menulinks ul
				{
					width: 500px;
				}
			
				div#menulinks ul li, div #menurechts ul li
				{
					float: left;
					height: auto;
					_height: 20px;
					min-height: 20px;
					border-right: solid 1px #fff;
					font-size: 13px;
					text-transform: uppercase;
					font-weight: bold;
					padding: 0;
				}
				
				    div#menulinks ul li
				    {				        
					    position: relative;
				    }
				
					div#menurechts ul li
					{
						border-right: none;
						border-left: solid 1px #fff;
						cursor: hand;
						cursor: pointer;
					}
				
					div#menulinks li ul, div#menurechts li ul
					{
						width: 200px;
						background-color: #02645C;
						position: absolute;
						left: 0;
						top: 28px;
						padding-bottom: 8px;
						border-top: solid 1px #fff;
						border-bottom: solid 2px #fff;
						display: none;
					}
					
					    div#menurechts li ul
					    {
					        width: 250px;
						    height: 250px;
						    overflow: auto;					        
					    }
					
						div#menulinks li ul li, div#menurechts li ul li
						{
							border: none;
							width: 200px;
							margin: 0;
							padding: 0;
						}
					
						div#menulinks li ul li a, div#menurechts li ul li a
						{
							border: none;
							text-transform: none;
							font-weight: normal;
							color: #fff;
							display: block;
							width: 100%;
							margin: 0px;
							padding: 4px;
						}
						
					div#menulinks li:hover, div#menulinks li.iehover, div#menurechts li:hover, div#menurechts li.iehover
					{
						background-color: #8CB9B6;
					}
					
					div#menulinks li:hover ul, div#menulinks li.iehover ul
					{
					    display: block;
					}
					
					div#menurechts li:hover ul, div#menurechts li.iehover ul
					{
						display: block;
					}
				
					div#menulinks ul li a, div #menurechts ul li a
					{
						display: block;
						padding: 6px 8px 6px 8px;
						color: #fff;
						text-decoration: none;
					}
					
		div#contentcontainer
		{
			width: 750px;
			background: transparent url(../img/herpenonline/contentback.gif) repeat-y top left;
			_height: 300px;
			min-height: 300px;
			margin: 0;
			float: left;
		}
		
			div#contentcontainer a
			{
				text-decoration: none;
				color: #1015A4;
				font-weight: bold;
			}
			div#contentcontainer a:hover
			{
				color: #3C41DA;
				text-decoration: underline;
			}
		
			div#linkerbalk
			{
				width: 476px;
				padding: 16px 12px;
			}
			
				div#linkerbalk h1
				{
					color: #000364;
					font-size: 16pt;
					font-weight: normal;
					letter-spacing: 0.1em;
					border-bottom: solid 1px #000;
				}
				
				div#linkerbalk h2
				{
					color: #000364;
					/*font-weight: normal;*/
					letter-spacing: 0.1em;
					font-size: 12pt;
					margin-top: 4px;
					margin-bottom: 10px;
				}
			
			div#rechterbalk
			{
				width: 238px;
				padding: 16px 6px;
				color: #02645C;
			}
			
				div#rechterbalk h1
				{
					font-size: 14pt;
					color: #047A70;
					font-weight: normal;
					margin-bottom: 6px;
				}
				
				div#rechterbalk h2
				{
					font-size: 12pt;
					border-top: 1px solid #B7D1CF;
					padding-top: 4px;
					margin-bottom: 2px;
				}
			
			div#linkerbalk, div#rechterbalk
			{
				float: left;
			}
			

/* Algemene classes */

.nieuwsitem
{
	width: 100%;
	float: left;
	border-bottom: solid 1px #B7D1CF;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

img.floatleft
{
	float: left;
	margin: 0 12px 6px 0;
}

.helptext
{
	background-color: #FFFECF;
	border: 1px solid #fff;
	padding: 6px;
}

.formpanel
{
	background-color: #EFF5F4;
	border: 2px solid #ACC7C5;
	margin: 4px;
	padding: 8px;
}

.listitem
{
	background-color: #fff;
	border-bottom: 1px solid #B7D1CF;
	padding: 3px;
	margin: 0;
}
	


table.form
{
	width: 100%;
}

table.form th, table.form td
{
	padding: 6px;
}

table.form th
{
	padding-right: 10px;
	vertical-align: top;
	background-color: #fff;
}

table.form td
{
	background-color: #EEF6F5;
}


.error
{
	color: #f00;
}


/* fotoalbum */

.fotocontainer
{
	width: 480px;
	clear: both;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

	.fotocontainer a img
	{
		border: solid 2px #666;
	}

.fotoalbum
{
	border: solid 1px #999;
	background-color: #fff;
	padding: 6px;
	width: 204px;
	float: left;
	margin-bottom: 10px;
}

.foto
{
	border: solid 1px #999;
	background-color: #fff;
	padding: 6px;
	width: 204px;
	float: left;
	margin-bottom: 10px;
}

.foto.big
{
	width: 460px;
}

	.foto.big img
	{
		width: 460px;
	}
	
	.foto.big table
	{
		width: 460px;
	}
