html, body {
	margin: 0;
	padding: 0;
	
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5;
	color: #464646;
}

form, p {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/pagina_achtergrond.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#page_container {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#page {
	width: 940px;
	overflow: auto;
}

#logo, #logo_kathedraal {
	position: absolute;
	left: -33px;
	background-repeat: no-repeat;
	z-index: 200;
}

#logo {
	background-image: url(../images/logo.gif);
	top: 38px;
	width: 221px;
	height: 72px;
}

#logo_kathedraal {
	background-image: url(../images/logo_kathedraal.gif);
	top: 10px;
	width: 217px;
	height: 98px;
}

#logo span,
#logo_kathedraal span {
	display: none;
}

#navigatie_container {
	position: relative;
	float: left;
	background-image: url(../images/navigatie_achtergrond.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FCC015;
	
	width: 220px;
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 100;
}

#content_container {
	width: 700px;
	float: right;
	margin-top: 400px;
	padding-bottom: 45px;
}

#content {
	float: left;
	width: 700px;
}

#content.homepage {
	float: left;
	width: 460px;
}

#pagina_titel {
	margin: 0;
	padding-left: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	
	font-size: 17px;
	color: #823814;
	font-weight: normal;
}

#msp_content {
	padding: 15px;
}

#sidebar_container {
	width: 220px;
	float: right;
	
	color: #FFF;
}

#sidebar_nieuwsbrief_container {
	background-image: url(../images/sidebar_nieuwsbrief_achtergrond.gif);
	background-repeat: no-repeat;
	background-color: #461d1f;
}

#sidebar_nieuwsbrief {
	background-image: url(../images/sidebar_nieuwsbrief_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

#sidebar_nieuwsbrief h3 {
	width: 129px;
	height: 18px;
	margin: 10px 0 10px 0;
	padding: 0;
	background-image: url(../images/titels/nieuwsbrief.gif);
	background-repeat: no-repeat;
}


#sidebar_nieuwsbrief h3 span {
	display: none;
}

#sidebar_nieuwsbrief_form {
	padding-left: 19px;
	padding-right: 15px;
}


#sidebar_nieuwsbrief_input {
	background-image: url(../images/sidebar_nieuwsbrief_emailadres_achtergrond.gif);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
}

#sidebar_nieuwsbrief_emailadres {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 7px;
	margin-right: 11px;
	padding: 0;
	width: 128px;
	height: 20px;
	background: none;

}

#sidebar_nieuwsbrief_ok {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	background-image: url(../images/buttons/ok.gif);
	width: 40px;
	height: 20px;
}

#sidebar_nieuws_container {
	margin: 10px 0 0 0;
	background-image: url(../images/sidebar_nieuws_achtergrond.gif);
	background-repeat: no-repeat;
	background-color: #461d1f;
	overflow: auto;
}

#sidebar_nieuws {
	
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/sidebar_nieuws_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
}

#sidebar_nieuws h3 {
	background-image: url(../images/titels/nieuws.gif);
	width: 78px;
	height: 18px;
	margin-top: 20px;
}

#sidebar_nieuws h3 span {
	display: none;
}

#sidebar_nieuws ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_nieuws li {
	border-top: 1px dotted #FFF;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

#sidebar_nieuws li a {
	color: #ecbf33;
	text-decoration: none;
}

#sidebar_nieuws dd {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	cursor: pointer;
}

#header_container {
	position: absolute;
	
	top: 0px;
	left: 240px;
	width: 700px;
	height: 380px;
	
	background-image: url(../images/header_achtergrond.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#sfeerbeeld {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 37px;
	left: 0px;
	width: 700px;
	height: 293px;
}

#ticker {
	position: absolute;
	top: 330px;
	left: 0px;
	width: 700px;
	height: 50px;
}

#footer_container {
	padding-left: 240px;
	height: 50px;
	margin-top: -25px;
}


#footer {
	width: 680px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: #823814;
	text-align: center;
	border-top: 1px dotted #823814;
}

#footer.homepage {
	width: 430px;
}

#footer a {
	color: #823814;
	text-decoration: none;
}

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

#msp_content img {
	border: 0;
}

.mspcontent_tekst {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#nieuwsoverzicht {
	list-style: none;
	margin: 0;
	padding: 0;
}

#directions {
	display: none;
}

#directions_form {
	border-bottom: 1px dotted #823814;
	margin: 0 0 20px 0;
	padding: 0;
	
}

#directions_form label {
	font-weight: bold;
}

#form_contact td {
	padding-right: 10px;
}

#form_contact label {
	font-weight: bold;
	line-height: 30px;
}

#form_contact .verplicht {
	background-image: url(../images/contact_verplicht.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

#form_contact #naam {
	width: 235px;
}

#form_contact #adres,
#form_contact #plaats {
	width: 280px;
}

#form_contact #postcode {
	width: 60px;
}

#form_contact #email {
	width: 400px;
}

#form_contact #onderwerp,
#form_contact #bericht {
	width: 660px;
}

#form_contact #bericht {
	height: 100px;
}

#map_canvas {
	width: 670px;
	height: 300px;
	
}

