/* ALGEMEEN */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/if/body_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: verdana, georgia, 'times new roman', times, serif;
}


/* CONTAINERS */
#outer {
	width: 780px;
	margin: 0 auto 0;
}
#header {
	background-color: #a91;
	background-image: url(/if/header_images/image_02.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 200px;
	overflow: hidden;
}
#tekstmerk {
	padding: 128px 0 0 135px;
}
#menu {
	padding: 10px 0 0 10px;
	border-top: 7px solid #a91;
	border-right: 20px solid #a91;
	position: relative;
	margin-bottom: 10px;
}
#content_container {
	padding: 24px 30px 0 30px;
	border-top: 1px solid #a91;
	width: 556px;
}
#content_container .article {
	background-image: url(/if/article_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddc;
	padding: 0 10px 0 10px;
	margin: 0 0 16px 0;	
}
#content_container .comment {
	border-top: 1px solid #ddc;
	padding: 3px 10px 0 10px;
	margin: 24px 0 16px 0;	
}
#content_container #commentform {
	background-image: url(/if/commentform_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #ddc;
	padding: 12px 10px 0 10px;
	margin: 24px 0 16px 0;	
}

