*{
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #646464;
	text-align: center;
	margin: 0 auto;
	padding: 0;
/*	height: 100%; /* heel belangrijk */
}
#container { 
	background: White url(../images/topachtergrond.jpg) top left repeat-x;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#containertop { 
	position: relative;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/top.jpg) no-repeat bottom center;
	margin-bottom: 10px;
}

h1 {
	color: #511818;
	font-family: "trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
p {
	color: #454545;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#menucontainer{
	display: block;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	height: 59px;
}
#menucontainer2{
	margin-top: 1px;
	display: block;
	width: 625px;
	padding: 0;
	text-align: left;
	position: relative;
	height: 57px;
	z-index: 1;
}

#loep{
	width: 120px;
	height: 57px;
	background: url(../images/menuhover.png) top left no-repeat;
	position: absolute;
	top: 0px;
	margin-left: 20px;
	z-index: 0;
}
.menu{
	text-align: left;
	width: 120px;
	height: 57px;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 57px;
	float: left; 
}
.menusel{
	background: url(../images/menusel.png) top left no-repeat;
	color: White;
}
.menuhover{
	color: White;
}
.menunonsel{
	background: url(../images/menunonsel.png) no-repeat top left;
	color: #454545;
}
.space{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial;
	font-size: 1px;
	font-weight: normal;
}
#contentcontainer{
	display: block;
	position: relative;
	margin: 0 auto;
		/* 0 geld voor top en bottom, auto voor left en right, auto is zeer belangrijk om te centreren! */
	padding: 0;
	width: 780px;
	background-color: White;
	overflow-x: hidden;
}
#content{
	text-align: left;
	width: 650px;
	color: #454545;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
}


#shortcontentcontainer{
	display: block;
	position: relative;
	margin: 0 auto;
		/* 0 geld voor top en bottom, auto voor left en right, auto is zeer belangrijk om te centreren! */
	padding: 0;
	height: 350px;
	width: 780px;
	text-align: center;
	background-color: White;
	border-bottom: 1px solid #e1e1e1;
	overflow-y: hidden;
}
.shortcontent{
	width: 780px;
	height: 330px;
	position: absolute;
	margin-left: 0px;
	margin-top: 350px;
	text-align: left;
}
.shorttitel{
	margin-left: 30px;
	height: 40px;
	margin-top: 65px;
	font-family: "Gill Sans MT";
	font-weight: bold;
	font-size: 24px;
	color: #454545;
}
.shortul{
	margin-left: 20px;
}
.shortul li{
	margin-bottom: 15px;
}
.shortinhoud{
	margin-left: 30px;
	margin-top: 45px;
	font-family: "verdana";
	font-weight: normal;
	font-size: 18px;
	color: White;
	width: 380px;
}
.meerinfo{
	z-index: 5;
	position: absolute;
	margin-top: 270px;
	margin-left: 300px;
	width: 115px;
	height: 50px;
}
#content1{
	background: url(../images/short1.png) top left no-repeat;
}
#content2{
	background: url(../images/short2.png) top left no-repeat;
}
#content3{
	background: url(../images/short3.png) top left no-repeat;
}
#content4{
	background: url(../images/short4.png) top left no-repeat;
}
#content5{
	background: url(../images/short5.png) top left no-repeat;
}
#undercontentcontainer{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: 50px;
	background-color: #646464;
	border-top: 1px solid Black;
	overflow-x: hidden;
}
#undershortcontent{
	margin: 0 auto;
	width: 780px; 
	height: 50px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
#scroller{
	width: 300px;
	text-align: center;
	line-height: 50px;
	margin-left: 480px;
}
#prevcontent{
	cursor: pointer;
	width: 50px; 
	float: left;
	text-align: left;
}
#contentnr{
	font-family: "verdana";
	font-weight: normal;
	font-size: 14px;
	color: #cccccc;
	width: 180px; 
	float: left;
	text-align: center;
}
#nextcontent{
	cursor: pointer;
	width: 50px; 
	float: right;
	text-align: right;
}

#rechtscontainer2{
	margin: 0 auto;
	display: block;
	position: relative;
	width: 900px;
	text-align: left;
	z-index: 11;
}

#rechtscontainer{
	display: block;
	position: absolute;
	margin-top: -100px;
	margin-left: 750px;
	width: 250px;
}

a.hyperlink {
	color: #777f5a;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
}
a.hyperlink:hover {
	color: #5a0000;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
}

#footercontainer{
	background-color: #646464;
	display: block;
	position: relative;
	margin: 0px auto;
	text-align: center;
	padding: 0;
}
#footercontainer2{
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#footerleft{
	width: 370px;
	text-align: left;
	color: White;
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	float: left;
}
#footerright{
	width: 370px;
	text-align: right;
	color: White;
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	float: right;
}


