#header
{
    background: url('images/header/1.gif') no-repeat;
    height: 350px;
    width:  940px;	
	background-position: center;
}

/*
Algemene opamaak. De kleuren staan zoveel mogelijk in (kleur).css
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
	background: url(images/bg.png);
}

a
{
	color: #4096ee;
	text-decoration: underline;
}

/* Link */

a{
color: #F60; text-decoration: none; }
a:hover {
color: #999999; text-decoration: none; }

#topmenu-container
{
	height: 30px;
	/* De kleuren hiervan staan in (kleur).css */
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.tleft
{
	text-align: left;
}

.tright
{
	text-align: right;
}

.dinline
{
	display: inline;
}

d.inlineblock
{
	display: inline-block;
}

.dblock
{
	display: block;
}

#topmenu
{
	width: 960px;
	margin: 0 auto;
}

#topmenu ul
{
	list-style: none;
	text-align: right;
	padding: 5px 0 0 0;
}

#topmenu ul li
{
	display: inline-block;
}

#topmenu ul li a
{
	color: #999;
	text-decoration: none;
	font-size: 12px;
}

#header-container
{
	height: 260px;
	width: 945px;
	margin: 0 auto;
	text-align: center;
}


#info-container ul li
{
	/* (kleur).css */
	padding: 10px 0;
	list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center; 
}

#info
{
/* zie menu opmaak*/
  height: 35px;
  width: 944px;
  margin: 0 auto;
  background-color: #444;

}

#content-container
{
	width: 940px;
	margin: 0 auto 200px auto;
	display: table;
	min-height: 760px;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background: url(images/content.png);
	overflow-y: visible;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
}

#content-container h3
{
	text-transform: uppercase;
	font-size: 12px;
}

#content
{
	width: 700px;	
	display: table-cell;
	height: 600px;
	padding: 10px 40px 10px 40px;
}

#linkerbar
{
	display: table-cell;
	width: 150px;
	padding: 2px 5px 2px 5px;
	min-height: 400px;
	/* (kleur).css */
}

#linkerbar h3
{
	text-align: center;
}

#footer
{
	/* (kleur).css */
	min-height: 40px;
}

#footer h6
{
    margin: 0 auto;
	text-align: center;
	position: relative;
	width: 960px;
	padding: 10px 0 0 0;
	color: #fff;
	font-weight: normal;
}

#footer h6 a
{
	/* (kleur).css */
	font-weight: bold;
	text-decoration: none;
}

#footer h6 a:hover
{
	text-decoration: underline;
}