@charset "UTF-8";
html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this puts the container left in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/geel-wit-162px.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 125%;
}

p,ul,li {
	line-height: 135%;	
}

h1,h2,h3,h4,h5 {
	color: #E20043;
	line-height: 120%;
}

#textlinks {
	font-family: Helvetica, Arial, Geneva;
	margin-top: 5px;
	font-size: 9px;
	color: #CC9966;
	text-align: center;
	border-top: 1px solid #c96;
	border-bottom: 1px solid #c96;
	margin-bottom: 5px;
}

#textlinks a, #textlinks a:link, #textlinks a:visited {
	color: #CC9966;
	text-decoration: none;
}

#textlinks a:hover {
	text-decoration: underline;
}

.twoColFixLt #container { 
	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.twoColFixLt #containersmal { 
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFDD00; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 5px;
}
.twoColFixLt #container #sidebar1 img {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 162px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-attachment: scroll;
	background-repeat: repeat;
} 
.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;
}

.fltctr {
	float:inherit;
	margin-left: 35px;
	margin-right: 35px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* .twoColFixLt a#mainContent:hover {
	background-color: #ffeca6;
	color: #008ACA;
	text-decoration: underline;
} */

a:link,a:visited {
	color: #000000;
	}

a#mainContent {
	color: #000000;
}

/* class=mainContent, voor id . veranderen in # */
a#mainContent:hover {
	background-color: #ffeca6;
	color: #008ACA;
	text-decoration: none;
}

.locaties, .locaties a:link, .locaties a:visited, .locaties a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	text-decoration: none;
}

.locaties a:hover {
	color: #999999;
}

#footer {
	width: 350px;
	text-align: center;
	background: url(images/Vomarlogo-350px.gif) no-repeat scroll center;
	background-position: center;
	height: 82px;
	margin: 35px 200px;
	bottom: 0;
}

#mainContent a.noBG {background: none;}

[if IE 6]>
<style type="text/css" media="screen">
/* width of 982px plus 2x 35px padding */
.twoColFixLt #container { width: 1152px; }
</style>
<![endif]

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
body { font-size: 85%; }
table {
	font-size: 1em;
	margin-bottom: 10px;
}
.twoColFixLt #sidebar1 { width: 152px; }
.twoColFixLt #container { width: 1152px; }
.twoColFixLt #containersmal { width: 800px; }
</style>
<![endif]

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
