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

/*-------------------------------------- RESET ----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body,td,th {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
}
/*-------------------------------------- FIREFOX DOTTED OUTLINE FIX ----*/
a {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}

a:active { 
	outline: none; 
}
a:focus { 
	-moz-outline-style: none; 
}
/*-------------------------------------- CENTER ----*/
#center { 
	width:1px;
	height:50%;
	margin-bottom:-342px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:685px;
	width:930px;
	clear:left;
}
html, body {
	height:100%;
}

/*-------------------------------------- CONTENT ----*/
#logo_lb {
	position: absolute;
	height: 50px;
	width: 220px;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo_rickjanssen_220x50.jpg);
}
.kop_01 {
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
	color: #FFF;
}
/*-------------------------------------- FOOTER ----*/
#footer {
	height: 30px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	vertical-align: bottom;
}
.footnote {
	font-size: 9px;
	color: #a7c600;
}
.footnote a {
	color: #a7c600;
	text-decoration: none;
}
.footnote a:hover {
	color: #a7c600;
	text-decoration: underline;
}

/*-------------------------------------- PRELOAD ----*/
#preload { 
	display: none; 
	z-index:-10; 
}

