﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
}

#container {
	margin: 0 auto;
	width:915px;
}

.clearen {
	clear:both;
}

#kop {
	height:96px;
}

#concept {
	height:122px;
	background-image:url('../afbeeldingen/header.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	overflow:hidden;
	text-indent:-10000px;
}

#logo {
	padding:20px 0px 0px 680px;
}

#logo img {
	border:0px;
}

#hoofdmenubalk {
	height:29px;
	line-height:29px;
	border-bottom:1px solid #000000;
}

#hoofdactief {
	display:inline-block;
	height:px;
	background-image:;
	background-position:left top;
	background-image: url('');
}

#submenubalk {
	height:px;
	line-height:px;

}

#inhoud {
	height:350px;
	border-bottom:1px solid #000000;
}

#footer {
	padding:20px 0px 0px 0px;
}

#footer a{
	color:#000000;
}

#copyright {
	padding:0px 0px 0px 695px;
	position:absolute;
	color:gray;
}
/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 15px;
	color: #7f7f7f;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #3366ff;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #7f7f7f;
	text-decoration:none;
}


.tussenstukhoofd {
	font-size:14px;
	color: #3366ff;
}

a.submenu {
	font-size:12px;
	color: #858585;
	text-decoration:none;
}

a.submenu:hover {
	color: #3366ff;
	text-decoration:underline;
}

a.submenu:active {
	color: #858585;
	text-decoration:none;
}

.tussenstuksub {
	font-size: 11px;
	color: #3366ff;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/

