﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-image:url('../afbeeldingen/achtergrondpagina.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}



* {margin:0;padding:0;} 

body > #wrapper {height: auto; min-height: 100%;}

html, body, #wrapper {height: 100%;}





#container {
	margin: 0 auto;
	width:975px;
	padding-bottom:147px;
}

.clearen {
	clear:both;
}

#kop {
	height:184px;
	background-image:url('../afbeeldingen/kopfotos/1.jpg');
	background-position:left top;
	background-repeat:none;
}

#kop img{
	border:0px !important;
	height:auto !important;
	width:auto !important;
}

#logo {
	padding:18px 0px 0px 18px;
	position:absolute;
}

#logo img {
	border:0px;
}

#slogan {
	position:absolute;
	margin:35px 0px 0px 330px;
	border:0px solid #ffffff;
}

#kopbalk{
	height:6px;
	background-color:#121f47;
}

#hoofdmenubalk {
	height:32px;
	line-height:32px;
	background-color:#132763;
	padding:0px 0px 0px 20px;
}

#hoofdactief {
	display:inline-block;
	height:32px;
	font-size:110%;
	font-weight:bold;
	color:#ffffff;
}


#submenubalk {
	height:26px;
	line-height:26px;
	width:940px;
	margin:0px 8px 20px 8px;
	background-color:#cacbdc;
	padding:0px 0px 0px 20px;

}

#subactief {
	font-weight:bold;
	font-size:110%;
}

#inhoud {
	padding:0px 0px 50px 0px;
	margin:0px 0px 0px 0px;
	background-image:url('../afbeeldingen/achtergrondx.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

#tekst {
	padding:20px 40px 0px 40px;
}

#footer {
  position: relative;
  margin:-147px auto 0px auto; /* negative value of footer height */
	height:147px;
	background-image:url('../afbeeldingen/footerding.jpg');
  background-position:left top;
  background-repeat:repeat-x;
}
#footerin {
  margin:0 auto;
	width:975px;
	height:147px;
	background-image:url('../afbeeldingen/footer.jpg');
  background-position:left top;
  background-repeat:no-repeat;
}





#album{
	position:absolute;
	padding:68px 0px 0px 0px;
}

#adres{
	position:absolute;
	font-size:14px;
	color:#4d5059;
	line-height:20px;
	text-align:right;
	margin:16px 0px 0px 760px;
}


#adres a{
	color:#1c2f69;
	
}

#adres span{
	color:#1c2f69;
	font-weight:bold;
}


/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #ffffff;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #ffffff;
	text-decoration:none;
}


.tussenstukhoofd {
	font-size:14px;
	color: #575a89;
}

a.submenu {
	font-size:12px;
	color: #182c67;
	text-decoration:none;
}

a.submenu:hover {
	color: #182c67;
	text-decoration:none;
}

a.submenu:active {
	color: #182c67	;
	text-decoration:none;
}

.tussenstuksub {
	font-size: 11px;
	color: #9a9cc1;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
