@charset "utf-8";

/* TotaalNi
   Luc Van Malderen
*/

body {
	background-attachment: fixed;
	background-image: /*url(lvm_beeldmateriaal/lvm_achtergrond2.jpg), */url(lvm_beeldmateriaal/lvm_achtergrond2_grey.jpg); /* add background image here */
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: lighter;
	background-color: #000;
}

a:link {
	color: #6C9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C9;
}
a:hover {
	text-decoration: none;
	color: #669;
}

a:hover img { 
	/* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
}

/* - 2. main layout - */

#wrapper {
	height: auto; 
	width: 1200px;
	margin-right: auto;
	margin-left: 330px;
}
#header {
	height: 100px;
	width: 1185px;
	border-bottom: dashed 1px #FFFFFF; 
	padding-left: 15px;
	padding-top: 5px;
	#padding-top: 15px; /* hack voor IE */
	_padding-top: 15px; /* hack voor IE 6 en ouder */
}
#columns {
	height: auto;
	width: 875px;
	margin-top: 165px;
	#margin-top: 150px;/* hack voor IE */
	_margin-top: 150px; /* hack voor IE 6 en ouder */
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
#leftcol {
	float: left;
	height: 470px;
	width: 375px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	
}
  /*#section {
	height: 280px;
	width: 875px;
	float: left;
	margin-top: 25px;
	background-image: url(images/sf.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
} */
#footer {
	height: 100px;
	width: 865px;
	float: left;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 10px;
    border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
		background-color: #FFFFFF;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#rightcol {
	float: right;
	height: 470px;
	width: 375px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
#spacer {
	height: 32px;
	width: 875px;
	float: left;
}

/* - 3. images - */

/* - 4. fonts - */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 0px;
	color: #BED2EA;
	padding-top: 15px;
	font-weight: lighter;
}
h1 a:link {
	color: #FFF;
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
	color: #FFF;
}
h1 a:hover {
	text-decoration: none;
	color: #669;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0px;
	padding-top: 0px;
	margin-top:0px;
}
h5 a:link {
	color: #FFF;
	text-decoration: none;
}
h5 a:visited {
	text-decoration: none;
	color: #FFF;
}
h5 a:hover {
	text-decoration: none;
	color: #669;
}
.boxtitle {
	color: #3399FF;
	font-family: Corbel;
	font-size: 30px;
	line-height:5px;
	font-weight: lighter;
}
.boxtitlelink {
	color: #3399FF;
	font-family: Corbel;
	font-size: 30px;
	line-height:10px;
	font-weight: lighter;
}
.headertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: lighter;
	color: #006BB4;
	line-height: 0px;
}
.backtotop {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #CCCCCC;
}
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.img {
	border:0px;
	}

