@charset "utf-8";
body  {
	font-size: 13px;
	line-height: 24px;
	background: #676767;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #151515;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images-dien/huwelijk11.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-home {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images-dien/home1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-zakelijk {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images-dien/zakelijk1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-feesten {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images-dien/feesten1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-activiteiten {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images-dien/activiteiten1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-contact {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d1d3d4;
	background-image: url(../images-dien/route.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-inf {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d1d3d4;
	background-image: url(../images-dien/informatie1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-links {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d1d3d4;
	background-image: url(../images-dien/links1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#container-fotos {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d1d3d4;
}  
#header {
	background-color: #d1d3d4;
	height: 238px;
} 
#header1 {
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images-dien/header1.jpg);
	background-repeat: no-repeat;
	width: auto;
} 
#header2 {
	background-color: #d1d3d4;
	height: 100px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images-dien/header2.jpg);
	background-repeat: no-repeat;
} 
#navbar {
	background-color: #a7a9ac;
	height: 37px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 110px;
	margin: 0px;
}
#navbar ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	letter-spacing: 0.03em;
}
#navbar li a:link, #navbar li a:visited {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 28px;
	line-height: 24px;
	display: block;
	color: #444;
	text-decoration: none;
	text-align: center;
}
#navbar li a:hover {
	background: #EBEBEB;
	height: 28px;
	line-height: 24px;
	display: block;
	color: #444;
	text-decoration: none;
	text-align: center;
}


#header p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 13px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 132px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EBEBEB;
	height: 423px;
	background-image: url(../images-dien/huwelijk2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#sidebar1-zakelijk {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EBEBEB;
	height: 423px;
	background-image: url(../images-dien/zakelijk2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#sidebar1-feesten {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EBEBEB;
	height: 423px;
	background-image: url(../images-dien/feesten2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#sidebar1-activiteiten {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EBEBEB;
	height: 423px;
	background-image: url(../images-dien/activiteiten2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#sidebar1 a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#sidebar1-zakelijk a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#sidebar1-feesten a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#sidebar1-activiteiten a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #00CC00;
}
#sidebar-inf {
	float: left; /* since this element is floated, a width must be given */
	width: 70px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #EBEBEB;
	height: 423px;
	background-image: url(../images-dien/inf.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#mainContent {
	margin-left: 270px;
	height: 438px;
} 
#mainContent a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#mainContent-inf {
	margin-left: 135px;
	height: 418px;
	margin-top: 20px;
	margin-right: 420px;
	width: auto;
} 
#mainContent-fotos {
	margin-left: 135px;
	height: 418px;
	margin-top: 20px;
	margin-right: 20px;
	width: auto;
} 
#containerScr {
	width: 450px;
	height: 400px;
	overflow: hidden;
	float: right;
}

#mainContent-inf a {
	color: #444;
}

#footer {
	background-color: #a7a9ac;
	height: 35px;
	width: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 289px;
	margin: 0px;
}
#footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 13px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	list-style-type: none;
	font-size: 13px;
	line-height: 7px;
}
#footer li {
	display: inline; /* zorgt voor de horizontale uitlijning */
}
#footer li a {
	color: #444;
	text-decoration: none;
	padding-right: 45px;
	padding-left: 0px;
}
#footer li a:hover {
	color: #fff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
p {
	margin: 0px;
}

