
/* 
Website by Elmar Beckmann / http://elmarbeckmann.com
Nothing may be changed / added / removed without written permission!!!
(c)2008 Elmarbeckmann.com
*/

/* algemeen */


html {

}

body {
	padding:0pt;
	font-family: Helvetica, "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #222;
	line-height: 180%;
	margin: 0;
}

p {
	margin: 3px 0 3px 0;
}

p.smallkop {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}

p.smallkop2 {
	font-size: 16px;
	font-weight: bold;
	
}

p.newskop {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
	margin-top: -15px;
}

a {
	color: #555;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #111;
}

#outer {
	width: 950px;
	margin: 0 auto;
}


#top {
	position: relative;
	font-size:0pt;
	height:244px;
	width:940px;
	margin-top: 0;
	background: url(../img/top.gif) no-repeat 50% 0;
}

	#top_aanmelden {
		position: absolute;
		top: 0;
		right: 0;
		font-size:0pt;
		height:130px;
		width:190px;
		z-index: 1;
		background-image: url(../img/aanmelden.gif);	
	}


#main_menu {
	position: relative;
	width: 940px;
	height: 50px;
	margin-top: -50px;
	z-index: 500;	
}	

#main {
	position: relative;
	width: 940px;
	min-height: 500px;
	background:url(../img/bg_sub.png) center top no-repeat;
	behavior: url(../css/iepngfix.htc);	
}

	#main_clear {
		clear: both;
	}				
	
	#main_left {
		width: 475px;
		padding: 40px 20px 0px 55px;
		float: left;	
	}

		#main_left a {
			border-bottom: 1px #547d83 dotted;
		}
		
		#main_left a:hover {
			border-bottom: 1px #111 dotted;
		}	
		
		#main_left a.active {
			font-weight:  bold;
		}		
		
		#main_left li {
			list-style-type:none;			
		}	

		#main_left li .date {
			font-style: italic;		
		}			
		
		#main_left #photocontent img.photo{
			clear:none; 
			padding: 0; 
			margin: 0 5px 5px 0;
			border: 3px solid #ffffff;
		}
	
		#main_left #photocontent a{
			border: none;
		}	

		#main_left h5.proces_kop{
			font: bold 1.1em Verdana, Arial, "Microsoft Sans Serif", verdana, geneva, helvetica, sans-serif;
			color: #fff;
			text-transform: uppercase;
			background: #999;
			margin: 0;
			padding: 8px;
		}
		

	#main_right {
		width: 390px;
		height: 425px;
		padding: 0 0 0 0;		
		margin-top: -50px;
		float: right;
		color: #fff;
		background:url(../img/bg_sub_right.png) left top no-repeat;
		behavior: url(../css/iepngfix.htc);		
	
	}

		#main_right #link1 {
			margin-top: 253px;
			color: #fff;		
			height: 30px;
			width: 260px;
		}

		#main_right #link2 {
			margin-top: 8px;
			color: #fff;		
			height: 30px;
			width: 260px;
		}
		
		#main_right #link3 {
			margin-top: 8px;
			color: #fff;		
			height: 30px;
			width: 260px;
		}
		
		#main_right #link4 {
			margin-top: 8px;
			color: #fff;		
			height: 30px;
			width: 260px;
		}

	/* BOTTOM ON EVERY PAGE */
	
	#main_bottom {
		position: relative;
		margin-top: 50px;
		width:940px;
		height: 100px;
		background:url(../img/organisaties.png) center bottom no-repeat;
		behavior: url(../css/iepngfix.htc);		
	}

		#main_bottom #link1 {
			margin: none;
			height: 100px;
			width: 100px;
			float: left;
		}

		#main_bottom #link2 {
			height: 100px;
			width: 120px;
			float: left;	
		}
		
		#main_bottom #link3 {
			height: 100px;
			width: 70px;
			float: left;			
		}
		
		#main_bottom #link4 {
			height: 100px;
			width: 70px;
			float: left;			
		}

		#main_bottom #link5 {
			margin: none;
			height: 100px;
			width: 80px;
			float: left;
		}

		#main_bottom #link6 {
			height: 100px;
			width: 100px;
			float: left;	
		}
		
		#main_bottom #link7 {
			height: 100px;
			width: 100px;
			float: left;			
		}
		
		#main_bottom #link8 {
			height: 100px;
			width: 100px;
			float: left;			
		}	
		
		#main_bottom #link9 {
			height: 100px;
			width: 110px;
			float: left;			
		}				
		
		#main_bottom #clear {
			clear: both;
		}


/* allerlei */

form {
	padding-bottom: 0;
	margin-bottom: 0;
}

img {
	border: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}



fieldset p {
	margin: 3px 0 3px 0;
}

fieldset img {
		padding-left: 3px;
		padding-top: 2px;
}

label {
	display: block;
	line-height: 16px;
	width: 120px;
	float: left;
	padding-right: 5px;
}

input {
	border: 1px #bbb solid;
	background-color: #eee;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

textarea {
	border: 1px #bbb solid;
	background-color:  #eee;
	margin-bottom: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	margin-top: 3px;
}

select {
	border: 1px #bbb solid;
	background-color: #eee;	
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	
}

input.button {
	border: 1px #777 solid;
	background-color: #555;
	padding: 3px;
	color: #fff;
}

table td {
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 12px;
	line-height: 180%;		
}

table.normal {
	background-color: #fff;
	width: 500px;
	padding: 8px;	
	border: 1px #ddd solid;
}

table.normal td {
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 12px;
	line-height: 180%;		
}