@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLt #mainContent {
	margin: 0; /* 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../Images/BG_homeTop.gif) no-repeat;
} 

/* GEKLEURDE BANNER BOVENAAN */
.twoColFixLt #mainContent #Home_Top {
	height: 85px;
	background: url(../Images/BG_homeTop.gif) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
.twoColFixLt #mainContent #Home_Top2 {
	height: 85px;
	background: url(../Images/BG_homeTop.gif) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}

/* SUBNAV */
.twoColFixLt #mainContent #Home_Subnav {

}

/* GROTE FOTO BIJ HOME EN LOKATIES */
.twoColFixLt #mainContent #Home_Header {
	height: 259px;
}

/* TEKSTVLAK */
.twoColFixLt #mainContent #Home_tekstvlak {
	padding: 15px 30px 20px 15px;
	margin: 0px;
}

.twoColFixLt #mainContent #Home_tekstvlak a:link, .twoColFixLt #mainContent #Home_tekstvlak a:active, .twoColFixLt #mainContent #Home_tekstvlak a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLt #mainContent #Home_tekstvlak a:hover{
	color:#ee3124;
}

/* WITTE LOKATIEREGEL */
.twoColFixLt #mainContent #Home_tekstvlak .LokatieTitel{
	font-weight: bold;
}

/* TEKSTBLOK ALS ER EEN ZIJVLAK IS */
.twoColFixLt #mainContent #Home_Tekstblokzijvlak {
	padding-left: 15px;
	padding-top: 15px;
	margin: 0px;
}

.twoColFixLt #mainContent #Home_Tekstblokzijvlak a:link, .twoColFixLt #mainContent #Home_Tekstblokzijvlak a:active, .twoColFixLt #mainContent #Home_Tekstblokzijvlak a:visited  {
	color:#ee3124;
	text-decoration:none;
}
.twoColFixLt #mainContent #Home_Tekstblokzijvlak a:hover {
	color:#532f64;
}

/* VOOR BEIDE TEKSTVLAKKEN P GEEN RUIMTE */
.twoColFixLt #mainContent #Home_Tekstblokzijvlak p, .twoColFixLt #mainContent #Home_tekstvlak p {
	margin: 0;
	padding: 0;
}
/* VOOR BEIDE TEKSTVLAKKEN GEEN RUIMTE BOVEN LISTS */
.twoColFixLt #mainContent #Home_Tekstblokzijvlak ul, .twoColFixLt #mainContent #Home_tekstvlak ul{
	margin-top: 0;
}

/* RODE NIEUWS REGEL */
.twoColFixLt #mainContent #Home_Tekstblokzijvlak .NieuwsTitel{
	font-weight: bold;
	color:#ee3124;
}

/* ZIJVLAK RECHTS */
.twoColFixLt #mainContent #Home_Zijvlak {
	display: none;
}

/* ZIJVLAK LINKS MENU */
.twoColFixLt #sidebar1 {
	display: none;
}

