﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-color:#eaf1f8;
}

#container {
	margin: 0 auto;
	width:975px;
	background-color:#ffffff;
	border-left:1px solid #7d5ea0;
	border-right:1px solid #7d5ea0;
	border-bottom:1px solid #7d5ea0;
}


#kop {
	height:257px;
	border-bottom:5px solid #d7872c;
}

#logo {
	float:left;
	width:789px;
	height:86px;
}

#logo img {
	border:0px;
}

#naw {
	font-size:12px;
	float:right;
	width:176px;
	height:81px;
	background-color:#b90649;
	text-align:right;
	padding:5px 10px 0px 0px;
	color:#ffffff;
	line-height:15px;
}
#naw a {
	color:#ffffff;
}
#kopfoto {
	float:left;
	width:618px;
	height:171px;
	background-image:url('../afbeeldingen/kopfotos/1.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
#uur {
	float:left;
	background-image:url('../afbeeldingen/1uurfoto.jpg');
	width:171px;
	height:171px;
}
#openingstijden {
	float:right;
	width:178px;
	height:134px;
	text-align:right;
	padding:37px 8px 0px 0px;
	color:#7d5ea0;
	font-size:13px;
	line-height:20px;
}

.tijdentitel {
	display:block;
	font-size:22px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	color:#b90649;
}

#hoofdmenubalk {
	line-height:35px;
	height:35px;
	padding:0px 20px 0px 20px;
}
#submenubalk {
	height:25px;
	line-height:25px;
	padding:0px 20px 0px 20px;
	background-color:#c94c9c;
}
#inhoud {
	padding:30px 140px 20px 140px;
		background-image:url('../afbeeldingen/kopfotos/achtergrond_inhoud.jpg');
		background-position:left top;
		background-repeat:no-repeat;
}
#footer {
	background-image:url('../afbeeldingen/kopfotos/footer.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:24px;
}




.clearen {
	clear:both;
}

/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 16px;
	font-weight:bold;
	color: #b0448f;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #b0448f;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #b0448f;
	text-decoration:none;
}

a.hoofdmenuactief {
	font-size: 16px;
	font-weight:bold;
	color: #5f19ae;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	color: #b0448f;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #5f19ae;
	text-decoration:none;
}

#hoofdactief {
	display:inline-block;
	height:35px;
	background-image:url('../afbeeldingen/kopfotos/hoofdmenuactief.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}





.tussenstukhoofd {
	font-size:15px;
	color: #8e8ec2;
}

a.submenu {
	font-size:12px;
	color: #eed9e1;
	text-decoration:none;
}

a.submenu:hover {
	color: #eed9e1;
	text-decoration:underline;
}

a.submenu:active {
	color: #eed9e1;
	text-decoration:none;
}


a.submenuactief {
	font-size:12px;
	font-weight:bold;
	color: #eed9e1;
	text-decoration:underline;
}

a.submenuactief:hover {
	color: #eed9e1;
	text-decoration:none;
}

a.submenuactief:active {
	color: #eed9e1;
	text-decoration:underline;
}



.tussenstuksub {
	font-size: 11px;
	color: #864616;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/

