* {
	padding: 0; 
	margin: 0; 
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif; 
	border: 0px solid black;
}
html { 
	overflow: -moz-scrollbars-vertical;
}

body { 
	text-align: center; 
	color: #333;		
	background-color: #fffde6; 
	font-size: 12px;
	line-height: 20px;
	background: #f3f3f3 url('/images/bg.gif') repeat-y center;
}

a:link, a:visited {
	color: #97163b;
}
a:hover, a:active {
	color: #e2af32;
}

.hidden {
	display: none;
	height: 0;
	width: 0;
}

.clear {
	clear: both;
}

p {
	padding-bottom: 1em;
}

h1 {
	font-size: 21px;
	line-height: 32px;
	padding: 0 0 8px 0;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 8px 0;
}

#container { 
	width: 980px; 
	min-height: 900px;
	border: 0px solid black;
	clear: both;
	margin: auto;
	position: relative;
	text-align: left;
	background-image: url('/images/bg_main.jpg'); /* verhuis banner: bg_main.jpg*/
	background-repeat: no-repeat;
	background-position: left top;
}

	#logo {
		position: absolute;
		left: 50px;
		top: 40px;
	}
	
		#logo h1 {
			background-image: url('/images/logo.gif');
			background-repeat: no-repeat;
			width: 0;
			height: 0;
			padding: 86px 434px 0 0;
			overflow: hidden;
		}
	
		#links {
			float: left;
			width: 150px;
			padding: 220px 0 0 0;
		}
		
			
					
					
					
				
				
                #links li{
					list-style: none;
					background: url('/images/stippels.png') repeat-x center left;
					padding-left: 72px;
					margin-bottom: 25px;
					font-weight:bold;
				}
				#links li.first{
					background: none;
				}
				#links a {
					display: block;
					width: 77px;
					text-align: center;
					padding: 3px 0 3px 0;
					background: url('/images/bt_uit.png') no-repeat center left;
					color: #333;
					text-decoration:none;
				}
				#links a.active, #links a:hover {
					color: #fff;
					background: url('/images/bt_aan.png') no-repeat center left;
				}
            
		
		#rechts {
			float: left;
			width: 680px;
			padding: 260px 0 0 50px;
		}
textarea
{
	font-size: 12px;
	}
a.btTxt{
	padding:4px 9px;
	width:auto;
	overflow:visible;
	border:1px solid #aaa;
	background-color: #ddd;
	color:Black;
	text-decoration:none;	

}
	
