@charset "utf-8";
body  {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
	line-height:1.4em;
}
hr {
	width: 30%;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}
#horizon {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
}
#lijnen {
	position:absolute;
	width: 100%;
	height: 420px;
	top: -210px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#fff;
}
#container { 
	position: absolute;
	left: 50%;
	width: 900px;
	height: 600px;
	top: -86px;
	margin-left: -450px;
	background: #FFF;
	border: none;
	text-align: left;
} 
#header1 { 
	float: left; 
	width: 131px;
	height: 85px;
	border-bottom: 1px solid #000;
	background: #FFF; 
	padding: 0 10px;
} 
#header2 { 
	float: right; 
	width: 131px;
	height: 85px;
	border-bottom: 1px solid #000;
	background: #FFF; 
	padding: 0 10px;
} 
#header-main { 
	border-bottom: 1px solid #000;
	background: #FFF; 
	padding: 0 10px;
} 
#header-main .menu { 
	text-align: center;
	margin: 20px 0px;
	line-height: 45px;
	background-color:#000;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
} 
#header-main .menu a:link, #header-main .menu a { 
	color:#FFF;
	text-decoration:none;
	padding: 0 18px;
} 
#header-main .menu a:visited {
	color: #FFF;
}
#header-main .menu a:hover {
	color: #00b3ed;
}
#header-main .menu a:active, #header-main .menu a.actief {
	color: #00b3ed;
}
#header h1 {
	margin: 0;
}
#sidebar1 {
	float: left;
	text-align:center;
	height: 400px;
	width: 130px; 
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	height: 400px;
	width: 130px; 
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#mainContent { 
	height: 420px;
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:auto;
} 
#footer { 
	text-align: center;
	border-top: 1px solid #000;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 .menu { 
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	line-height: 69px;
	text-decoration:none;
	color:#000;
} 
#sidebar1 .menu a:link, #sidebar1 .menu a { 
	color:#000;
	text-decoration:none;
} 
#sidebar1 .menu a:visited {
	color: #000;
}
#sidebar1 .menu a:hover {
	color: #00b3ed;
}
#sidebar1 .menu a:active, #sidebar1 .menu a.actief {
	color: #00b3ed;
}
.zwart a:link, .zwart a:visited, .zwart a:active, .zwart a, .zwart {
	color:#000;
}
a:link, a:visited {
	color:#00b3ed;
}
a:active, a:hover {
	color: #00b3ed;
}
a.actief, a.actief:link, #header-main a.actief:link, #sidebar1 a.actief:link {
	color: #00b3ed;
}
.mainText {
	margin-left: 100px;
}
a { text-decoration:none; }
h1 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 25px;
	color: #00b3ed;
}
h2 { 
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	line-height:normal;
}
br {
	line-height: 10px;
}
.digi-album {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.fotoboek {
	overflow:hidden;
	margin: 0;
	padding: 0;
}
#thumbscontainer {
	display: block;
	width: 598px;
	float:left;
	margin-left:151px;
}