body, html {
	font:12px 'Verdana';
	margin:0;
	padding:0;
	background-color:#f0f0f0;
}

img { border:0; }
a { color:#0066cc; outline:0; text-decoration:underline; }

#container {
	margin:20px auto 0 auto;
	width:750px;
        height:610px;
	border:1px solid #ebe5e5;
  background-color:#fff;
}

#header { 
	padding:2px;
  text-align:center;
}

#main {
	margin:10px 0 0 0;
	height:425px;
}

#menu {
	margin-left:-15px;
	float:left;
	width:130px;
	height:475px;
	background:#006666;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul {
	padding-top:15px;
}

#menu li a {
	margin:6px 0 15px -15px;
	padding:5px;
	width:100px;
	display:block;
	color:#085d58;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#d6e5e0;
	border:1px solid #b9d1c9;
}

#menu li a:hover {
	background-color:#e9f2ef;
}

#vert_line {
	margin:40px 0 0 1px;
	float:left;
	width:6px;
	height:480px;
	background-color:#022941;
}

#content {
	float:left;
	width:582px;
	margin:0 15px 0 15px;
	line-height:16px;
}

#content h2 {
	margin:0 0 12px 0;
	padding:0;
	font-size:14px;
}

#content .ronald-bea-img {
	margin:0 20px 0 20px;
	border:2px solid #073030;
}

#content .wat-doen-wij-img {
	margin:5px 0 0 0;
	border:2px solid #073030;
}

#content .opslagruimte-img {
	margin:5px 0 0 0;
	border:1px solid #073030;
}

#content .contact-img {
	margin:5px 0 0 0;
}

#content .tooltip {
	cursor:help;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

#content #voorwaarden {
	text-align:center;
}

#content .pictures_row {
	margin-bottom:10px;
}

#content .picture {
	float:left;
	margin:7px 7px 20px 7px;
	border: 1px solid #7a7a7a;
}

#horiz_line {
	position:absolute;
	margin:-44px 0 0 35px;
	float:left;
	width:735px;
	height:6px;
	background-color:#022941;
}

#bottom_text {
	width:750px;
	margin:-35px 0 0 0;
	text-align:center;
}

#bottom_text a { color:#000; }
