html {
	height: 100%;
}
body {
	margin: 0 auto;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	background-image: url('layout/bg.jpg');
	min-height: 100%;
	height: 100%;
}
td {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
div {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
img {
	border: 0px;
}
p {
	margin: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
.cms {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	background-image: url('layout/cmsbg.jpg');
	background-repeat: no-repeat;
	background-color: #48ab51;
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #dcddde;
	min-height: 100%;
	height: 100%;
}
#overflowfix {
	overflow: none;
	background-color: #dcddde;
}

#header {
	width: 820px;
	height: 165px;
}

#menu {
	width: 820px;
	height: 86px;
}

#home {
	position: relative;
	width: 820px;
	height: 700px;
	background-image: url('layout/contentbg_top.jpg');
	background-repeat: no-repeat;
	background-color: #dcddde;
}
#content {
	position: relative;
	width: 820px;
	min-height: 700px;
	background-image: url('layout/contentbg_top.jpg');
	background-repeat: no-repeat;
	background-color: #dcddde;
}
#contentcontainer {
	position: relative;
	width: 820px;
	height: 700px;
}

#home_welkom {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 325px !important;
	width: 365px;
	height: 405px !important;
	height: 485px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('layout/home_welkombg.jpg');
	background-repeat: no-repeat;
}
#home_agenda {
	position: absolute;
	top: 10px;
	left: 425px;
	width: 365px;
	height: 310px;
}
#home_agenda_onder {
	position: absolute;
	top: 330px;
	left: 425px;
	width: 335px !important;
	width: 365px;
	height: 106px !important;
	height: 130px;
	padding-left: 30px;
	padding-top: 24px;
	background-image: url('layout/home_agendaonderbg.jpg');
	background-repeat: no-repeat;
}
#home_verenigingen {
	position: absolute;
	top: 475px;
	left: 425px;
	width: 365px;
	height: 65px !important;
	height: 150px;
	padding-top: 85px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	background-image: url('layout/home_verenigingenbg.jpg');
	background-repeat: no-repeat;
}
#home_nieuwsbrief {
	position: absolute;
	top: 505px;
	left: 30px;
	width: 365px;
	height: 45px;
}
#home_sponsoren {
	position: absolute;
	top: 570px;
	left: 30px;
	height: 40px;
}

#contentblok {
	position: relative;
	top: 10px;
	left: 31px;
	width: 324px !important;
	width: 364px;
	min-height: 467px;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	background-image: url('layout/contentblokbg.gif');
	background-repeat: no-repeat;
	background-color: #49ad50;
}
#contentblok_bottom {
	position: relative;
	left: 31px;
	width: 364px;
	height: 18px;
}
#content_nieuwsbrief {
	position: relative;
	left: 30px;
	width: 365px;
	height: 45px;
	margin-top: 20px;
}
#content_sponsoren {
	position: relative;
	left: 30px;
	width: 365px;
	height: 40px;
	margin-top: 20px;
}
#contentfoto {
	position: absolute;
	top: 10px;
	left: 425px;
	width: 365px;
	height: 605px;
}

.contact_titel {
	font-size: 15px;
	font-weight: bold;
}
.contact_input {
	width: 190px;
	margin-top: 5px;
}
.contact_submit {
	width: 95px;
	height: 23px;
}

.nieuwsbrief_titel {
	font-size: 15px;
	font-weight: bold;
}
.nieuwsbrief_input {
	width: 190px;
	margin-top: 5px;
}
.nieuwsbrief_submit {
	width: 95px;
	height: 23px;
}

.agenda_titel {
	font-size: 15px;
	font-weight: bold;
}

#agenda_terug {
	width: 320px;
	font-size: 9px;
	text-align: right;
}