@charset "utf-8";
body {
	background: url(images/bg.jpg) fixed center repeat-y;
/*	font-family: Tahoma, Arial; */
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana;
	font-size: 1.2em;
	line-height: 20px;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: bold;
}

blockquote {
	line-height: 20px;
	padding: 5px;
	background: #be0721;
/*	background: #148db9;*/
	color: #fff;
	border: 1px solid #333;
}

a:link { text-decoration: none; color: #333; }

a:visited { text-decoration: none; color: #333; }

a:hover { text-decoration: none; color: #333; }

a:active { text-decoration: none; color: #333; }

#tablemain {
	border: 1px solid #ddd;
	width: 500px;
	text-align: center;
}
#tablemain tr {
	height: 20px;
}
#tablemain th {
	background-color: #a71616;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

#logo_sterckeman {
	width: 200px;
	height: 50px;
	background: url(images/footer_logos.jpg) no-repeat -0px -0px;
}
#logo_lmc {
	width: 200px;
	height: 50px;
	background: url(images/footer_logos.jpg) no-repeat -200px -0px;
}
#logo_focwa {
	width: 200px;
	height: 50px;
	background: url(images/footer_logos.jpg) no-repeat -400px -0px;
}
#logo_bovag {
	width: 200px;
	height: 50px;
	background: url(images/footer_logos.jpg) no-repeat -600px -0px;
}

#container {	
	background: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 1000px;
	height: auto;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 1000px;
	height: 250px;
	vertical-align: bottom;
}

#main {
	padding-top: 15px;
	margin-left: 10px;
	width: 980px;
	height: auto;
	min-height: 450px;
	background: url(images/bg_main.jpg) no-repeat top right #fefefe;
}

#main p {
	text-align: justify;
	line-height: 20px;
}

#gebruikt_iframe {
	width: 850px;
	height: 2150px;
	border: 0px;
}

#footer {
	background: url(images/footer.jpg) left bottom no-repeat;
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	bottom: 0px;
	width: 1000px;
	height: auto;
	min-height: 120px;
}

#footer a:link { text-decoration: none; color: #333; }

#footer a:visited { text-decoration: none; color: #333; }

#footer a:hover { text-decoration: none; color: #be0721; }

#footer a:active { text-decoration: none; color: #333; }

#contact_table input {
	background: #a71616;
	border: 1px solid #a71616;
	margin-top: 5px;
	color: #fff;
}
#contact_table textarea {
	margin-top: 5px;
	background: #a71616;
	border: 1px solid #a71616;
	margin-top: 5px;
	color: #fff
}

#opsomming li {
	padding-top: 5px;
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
}
