/* #a{ listed } CSS */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-size:15px;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
#blog{
	background-image:url(images/blog.jpg);
		float:left;
	width:860px;
}
#header{
	background-image:url(images/header.jpg);
	width:860px;
	height:160px;
	float:left;
	margin-top:-30px;
	float:left;
}
#welkom{
	background-image:url(images/welkom.jpg);
	width:860px;
	height:205px;
		float:left;
}
#navigatie{
	background-image:url(images/menu.jpg);
	width:860px;
	height:63px;
	float:left;
}
#onder{
	background-image:url(images/onder.jpg);
	width:860px;
	height:41px;
	float:left;
}
/* navigatie content*/
#navigatiecontent{
	margin-left:490px;
	float:left;
}
#navigatiecontent li{
	margin-left:5px;
	list-style-type:none;
	list-style-image:none;
	display:inline;
}
a:link{
	color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
a:visited{
	color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
a:hover{
	color:#2db5b0;
	border-bottom:none;
}
a:active{
	color:#2db5b0;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
/*einde navigatie content*/

/*blog content link*/
#blogcontentlinks{
/*240 over voor foto*/
	font-size:12px;
	margin-left:200px;
	width:350px;
	height:150px;
	overflow:visible;
	float:left;
}
#blogcontentlinks h1{
	font-size:16px;
	color:#2db5b0;
}
#blogcontentlinks h2{
	margin-top:-15px;
	font-size:10px;
	color:#CCCCCC;
}
#fotorechts{
	border-style:solid;
	border-color:#2db5b0;
	border-width:2px;
	float:left;
	widht:100px;
	height:100px;
	margin-left:30px;
	margin-top:30px;
}
/*einde blog content links*/
/*blog content rechts*/
#blogcontentrechts{
/*240 over voor foto*/
	font-size:12px;
	width:350px;
	float:left;
	margin-left:40px;
	margin-right:10px;
}
#blogcontentrechts h1{
	font-size:16px;
	color:#2db5b0;
	text-align:right;
}
#blogcontentrechts h2{
	margin-top:-15px;
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
}
#fotolinks{
	border-style:solid;
	border-color:#2db5b0;
	border-width:2px;
	float:left;
	widht:100px;
	height:100px;
	margin-left:210px;
	margin-top:22px;
}
/* einde blog content rechts*/
/* Aboutme content*/
#aboutmecontent{
	font-size:12px;
	width:590px;
	float:left;
	margin-left:205px;
	margin-right:10px;
}
#aboutmecontent h1{
	font-size:16px;
	color:#2db5b0;
}
#aboutmecontent table{
	margin-top:20px;
	margin-left:30px;
	float:left;
}
#aboutmecontent img{
	float:left;
}
#tabledingens{
	float:left;
	height:250px;
	width:270px;
}
#tabledingens2{
	float:left;
	height:200px;
	width:590px;
	color:#2db5b0;
	font-size:15px;
	font-weight:bold;
}

/*einde about me*/

#ondercontent{
	text-align:right;
	font-size:10px;
	color:#CCCCCC;
	margin-right:50px;
}

/*welkom links*/
#welkom a:link{
	color:#CCCCCC;
	border-style:none;
}
#welkom a:visited{
	color:#CCCCCC;
	border-style:none;
}
#welkom a:hover{
	color:#2db5b0;
	text-decoration:none;
	border-style:none;
}
#welkom a:active{
	color:#2db5b0;
	text-decoration:none;
	border-style:none;s
}
#welkomlinks{
	margin-left:220px;
	margin-top:20px;
	font-size:13px;
	float:left;
	width:200px;
}
#welkomlinks h1{
	font-size:16px;
	color:#2db5b0;
}
#welkommidden{
	width:150px;
	margin-top:20px;
	font-size:13px;
	float:left;
	margin-left:-5px;
}
#welkommidden h1 {
	font-size:16px;
	color:#2db5b0;
	margin-left:-5px;
}
#welkom li{
	list-style-type:square;
}
/* login */
#login form{
	position:absolute;	
	margin-left:20px;
	margin-top:95px;
	float:left;
	font-size:12px;
}
label{
	font-size:10px;
	color:#CCCCCC;
}
.paginalink{
	text-decoration:underline;
	color:#2db5b0;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.groen{
		color:#2db5b0;
		font-size:11px;
		margin-top:2px;
}
/*form*/
#naar{
	display:none;
}
#contactcontent{
	font-size:12px;
	width:590px;
	float:left;
	margin-left:205px;
	margin-right:10px;
	
}
#contactcontent form{
	text-align:center;
}
.labels{
	color:#2db5b0;
	
}
#contacttekst{
	color:#FFFFFF;
	background-color:#2db5b0;
	padding:3px;
	}
#submitknop{
	width:300px;
	text-align:right;
}