body{
	background-color: #E6E7E8;
	background-image: url('../gfx/degra.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height:17px;
	font-family:Verdana;
	font-size: 12px;
	color: #CCCCCC;
}


a{
	color: white;
	text-decoration: none;
}

a h3:hover{color:#6bb836;}

#main{
	clear:left;
	width:910px;
	margin: 0 auto;
	padding: 0px;
}

img.photobook{
	border: 4px solid white;
}

/*
#main strong, #main b{
	color:#EFEFEF;
}
*/

#header{
	width:890px;
	padding: 22px 10px 2px 10px;
}

#patches{
	
	width:890px;
	padding: 0 10px 2px 10px;
}

#logo{
	float: left;
	padding-right: 15px;
}

.taal{
	float: left;
	padding: 47px 5px 0px 5px;
}


#huisje{
	float: right;
}

#footer, #footer a{
	font-size: 10px;
	color: #B3B3B3;
	text-decoration: none;
}

#taalbalken{
	margin-left: 10px;
	border: none;
}

#kol1{
	color:#ddd;
	padding: 0 15px 35px 35px ;
	text-align:justify;
	width:495px;
}

#kol2{
		width:495px;
	color:#ddd;
	text-align:justify;
	padding: 0 35px 35px 15px ;
}

#titel{ 
	color:white;
	font-size:14px;
	padding: 15px 35px 0 35px ;
}

h1{font-size:12px; display:inline; color:#6bb836; margin:0;}

h3{
	color:white;
	font-size:18px;
	font-weight: normal;
}

.hr_white{
	width: 910px;
	height: 21px;
	background-image: url('../gfx/hr_white.gif');
	clear: both;
}

.hr_black{
	width: 910px;
	height: 11px;
	background-image: url('../gfx/hr_black_top.gif');
	clear: both;
}

.donkerachter{
	/*background-color: #686f72;*/
	background-color:#464d50;
}

.leftshadow{
	background-image: url('../gfx/left_fill.jpg');
	background-repeat: repeat-y;
}

.rightshadow{
	background-image: url('../gfx/right_fill.jpg');
	background-repeat: repeat-y;
}

input{
	font-size: 11px;
	background-color: #daddde;
	border: 0px;
	padding: 2px;
}

.cform tr td{
	padding-bottom: 5px;
	padding-right: 10px;
}



/*ajax box*/
.suggestionsBox {
		position: relative;
		left: 0px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
}
	
.suggestionList {
		margin: 0px;
		padding: 0px;
}
	
.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style: none;
}
	
.suggestionList li:hover {
		background-color: #659CD8;
}
/* end ajax box*/
