@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font: 76% tahoma, verdana, sans-serif;
	background: #e0e0e0 url(images/voetstappen7.png) top left repeat;
	color: #303030;
	font-size:14px;
}
 
a {
	text-decoration: none;
	color:  #303030 ;
	/*#286ea0*/
}
a:hover {
	text-decoration: underline;
	color: #999  ;
}

#container {
	margin: 0 auto 15px auto;
	width: 1090px;
	padding: 5px 20px 20px 20px;
	background: #ffffff url(images/voetstappen4.jpg) top left no-repeat ;
}

#container2 {
	margin: 0 auto 15px auto;
	width: 900px;
	padding: 5px 20px 20px 20px;
	background: #ffffff url(images/voetstappen4.jpg) top left no-repeat ;
}

#main {
	width: 934px;
	float: left;
	padding: 0 15px 0 0;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	
}

#sidebar {
	width:140px;
	float:right;
	border-top: 1px solid #d0d0d0;
}

#sidebar p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 12px 0;

}
.sidelink {
	text-align: left;
	display: block;
	width: 120px;
	background: #e0e0e0  url(images/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
}

.sidelink:hover {
	background: #f0f0f0 url(images/corner.gif) top right no-repeat;
	text-decoration: none;
}

#subnav {
	border-bottom: 1px solid #d0d0d0;
	
	background: #e0e0e0 ;
}
#footer {
	clear: both;
	/*background: #fafafa;*/
	color: #808080;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
}
#footer a {
	color: #808080;
}

p.one
{
border-style:solid;
border-width:2px;
border-radius: 4em;

}