@charset "utf-8";
/* CSS Document */

/* algemeen */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;
	background:url(images_lp/bg.jpg) repeat-x;
}

img {
	border:none;
}

select {
	background-color:#333;
	color:#FFF;
	font-size:12px;
}

input {
	border:1px solid #333;
	font-size:12px;
}

h1 {
	font-size:18px;
	color:#CC3400;
}

a:link, a:visited
{
	text-decoration: underline;
	color:#333;

}	

a:hover, a:active
{
	text-decoration: none;
	color:#333;
}

/* opbouw van de website in div's */

#logo {
		background: url(images_lp/logo.jpg) no-repeat middle top;
}

#maindiv {
 	width:923px;
	margin:auto;
}

#top {
	background:url(images_lp/top.jpg) no-repeat;
	height:30px;
	margin-bottom:10px;
	padding-right:20px;
}

#content {
	padding-top:10px;
}

#left {
	float:left;
	width:200px;
}

#middle {
	margin-left:210px;
	margin-right:210px;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	padding:10px;
}

#right {
	float:right;
	width:180px;
	background-color:#EEE;
	padding:10px;
	margin-top:20px;
}

#logo {
	background:url(images_lp/logo.jpg) no-repeat left top;
	height:100px;
}

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	background:url(images_lp/footer.jpg) repeat-x left top;
	border-top:1px solid #CCC;
	color:#888;
	padding:10px;
	font-size:10px;
}

#footer ul {
	padding:0;
	margin:0;
}
	
#footer li {
	list-style:none;
}
