@charset "utf-8";
body  {
	background: #FFFFFF url(../Images/BGtotal.gif) repeat-y;
	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 0 0 260px; /* 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 0 0 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;
	width: 505px;
	background: url(../Images/BG_homeTop.gif) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
.twoColFixLt #mainContent #Home_Top2 {
	height: 85px;
	width: 307px;
	background: url(../Images/BG_homeTop.gif) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}

/* SUBNAV */
.twoColFixLt #mainContent #Home_Subnav {
	height: 259px;
	width: 470px;
	padding-left: 15px;
	overflow: auto;
}
.twoColFixLt #mainContent #Home_Subnav ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
}
.twoColFixLt #mainContent #Home_Subnav li
{
	margin: 0;
	list-style-type: none;
}
.twoColFixLt #mainContent #Home_Subnav .Actief {
	color:#ee3124;
	font-weight:bold;
}
/* LINKS BESCHRIJVING SUBNAV */
.twoColFixLt #mainContent #Home_Subnav a:link, .twoColFixLt #mainContent #Home_Subnav a:visited, .twoColFixLt #mainContent #Home_Subnav a:active {
	color:#000000;
	text-decoration:none;
}
.twoColFixLt #mainContent #Home_Subnav a:hover {
	color:#ee3124;
}

/* GROTE FOTO BIJ HOME EN LOKATIES */
.twoColFixLt #mainContent #Home_Header {
	height: 259px;
	width: 520px;
}

/* TEKSTVLAK */
.twoColFixLt #mainContent #Home_tekstvlak {
	width: 470px;
	padding: 15px 30px 20px 15px;
	position: absolute;
	top: 344px;
}

.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 {
	width: 470px;
	padding-left: 15px;
	position: absolute;
	top: 344px;
	padding-top: 15px;
}

.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 {
	width: 198px;
	height: 502px;
	position: absolute;
	left: 780px;
	top: 0px;
}

/* ZIJVLAK LINKS MENU */
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

.twoColFixLt #sidebar1 ul {
	margin: 15px 0 0 15px;
	padding: 0;
	list-style-type: none;
}
.twoColFixLt #sidebar1 li
{
	margin: 0;
	list-style-type: none;
}
.twoColFixLt #sidebar1 #s1_logo {
	height: 85px;
	width: 260px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* LINKBLOKKEN */
/* NAV1: WIE ZIJN WIJ/WERKEN BIJ */
.twoColFixLt #sidebar1 #s1_nav1 {
	height: 73px;
	width: 260px;
	position: absolute;
	left: 0px;
	top: 85px;
}
/* NAV2: WAT DOEN WIJ */
.twoColFixLt #sidebar1 #s1_nav2 {
	height: 93px;
	width: 186px;
	position: absolute;
	top: 158px;
	left: 0px;
}
/* LINK MARKUP VOOR NAV1 EN NAV2 */
.twoColFixLt #sidebar1 .M1 a:link, .twoColFixLt #sidebar1 .M1 a:visited, .twoColFixLt #sidebar1 .M1 a:active, .twoColFixLt #sidebar1 .M2 a:link, .twoColFixLt #sidebar1 .M2 a:visited, .twoColFixLt #sidebar1 .M2 a:active {
	color:#000000;
	text-decoration:none;
}
.twoColFixLt #sidebar1 .M1 a:hover, .twoColFixLt #sidebar1 .M2 a:hover {
	color:#532F64;
}
/* LINK MARKUP VOOR NAV1 ACTIVE EN NAV2 ACTIVE */
.twoColFixLt #sidebar1 .M1a a:link, .twoColFixLt #sidebar1 .M1a a:visited, .twoColFixLt #sidebar1 .M1a a:active, .twoColFixLt #sidebar1 .M2a a:link, .twoColFixLt #sidebar1 .M2a a:visited, .twoColFixLt #sidebar1 .M2a a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLt #sidebar1 .M1a a:hover, .twoColFixLt #sidebar1 .M2a a:hover {
	color:#F598AB;
}
.twoColFixLt #sidebar1 .M1a .Actief, .twoColFixLt #sidebar1 .M2a .Actief {
	color:#F598AB;
	font-weight:bold;
}
/* ACHTERGROND VOOR NAV1, NAV2 EN ACTIVE VARIANTEN */
.twoColFixLt #sidebar1 .M1 {
	background: url(../Images/BGbrRose.gif) repeat-y;
}
.twoColFixLt #sidebar1 .M1a {
	background: url(../Images/BGpaarsRose.gif) repeat-y;
}
.twoColFixLt #sidebar1 .M2 {
	background: #f79c88;
}
.twoColFixLt #sidebar1 .M2a {
	background: #532f64;
}

/* NAV3: NIEUWS */
.twoColFixLt #sidebar1 #s1_nav3 {
	height: 93px;
	width: 74px;
	background: #ee3124;
	color: #FFFFFF;
	position: absolute;
	left: 186px;
	top: 158px;
}
/* LINK MARKUP VOOR NIEUWS */
.twoColFixLt #sidebar1 #s1_nav3 a:link, .twoColFixLt #sidebar1 #s1_nav3 a:visited, .twoColFixLt #sidebar1 #s1_nav3 a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLt #sidebar1 #s1_nav3 a:hover {
	color:#532f64;
}
.twoColFixLt #sidebar1 #s1_nav3 .Actief {
	color:#532f64;
}

/* NAV4: lETTER GROOT */
.twoColFixLt #sidebar1 #s1_nav4 {
	height: 93px;
	width: 260px;
	background: url(../Images/BGbrRose.gif) repeat-y;
	position: absolute;
	left: 0px;
	top: 251px;
}
.twoColFixLt #sidebar1 #s1_nav4 #LetterKleinGroot{
	cursor:pointer;
	width: 125px;
	height: 35px;	
}
/* NAV4: LETTER GROOT ONZICHTBAAR */
.twoColFixLt #sidebar1 #s1_nav4wit {
	display: none;
}
/* NAV5: LOCATIES */
.twoColFixLt #sidebar1 #s1_nav5 {
	height: 140px;
	width: 260px;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 350px;
}
/* LINK MARKUP VOOR LOCATIES */
.twoColFixLt #sidebar1 #s1_nav5 .Lokaties{
	color:#000000;
}
.twoColFixLt #sidebar1 #s1_nav5 .LokatiesA{
	color:#ee3124;
	font-weight:bold;
}
.twoColFixLt #sidebar1 #s1_nav5 a:link, .twoColFixLt #sidebar1 #s1_nav5 a:visited, .twoColFixLt #sidebar1 #s1_nav5 a:active {
	color:#532f64;
	text-decoration:none;
}
.twoColFixLt #sidebar1 #s1_nav5 a:hover {
	color:#ee3124;
}
.twoColFixLt #sidebar1 #s1_nav5 .Actief {
	color:#ee3124;
	font-weight:bold;
}
/* NAV6: CONTACT */
.twoColFixLt #sidebar1 #s1_nav6 {
	padding-bottom: 15px;
	position: absolute;
	left: 0px;
	top: 505px;
}
/* LINKS BESCHRIJVING CONTACT*/
.twoColFixLt #sidebar1 #s1_nav6 a:link, .twoColFixLt #sidebar1 #s1_nav6 a:visited, .twoColFixLt #sidebar1 #s1_nav6 a:active {
	color:#000000;
	text-decoration:none;
}
.twoColFixLt #sidebar1 #s1_nav6 a:hover {
	color:#532f64;
}
.twoColFixLt  #sidebar1  #s1_PrintHome  {
	float: right;
	height: 93px;
	width: 74px;
	background: #F598AB;
}
.twoColFixLt #sidebar1 #s1_PrintHome a:link, .twoColFixLt #sidebar1 #s1_PrintHome a:visited, .twoColFixLt #sidebar1 #s1_PrintHome a:active {
	color:#ffffff;
	text-decoration:none;
}
.twoColFixLt #sidebar1 #s1_PrintHome a:hover {
	color:#532F64;
}

