/*
***********************************************************
Title:     Homepage
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
#header {
	background: url(../images/bg-intro.jpg) no-repeat center top;
	height: 290px;
	margin-bottom: 15px;
}

h1 { 
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 26px;
}
h1 a { 
	color: #FFF;
	text-decoration: none;
}
h1 a:hover { text-decoration: underline; }

#main { background: #FFF; }

#post-it {
	height: 80px;
	width: 110px;
	overflow: hidden;
	top: 174px;
	left: 53px;
	position: absolute;
}

#post-it h2 {
	color: #D40404;
	font-size: 11px;
	margin-top: 10px;
}

#post-it p { 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#left {
	background: url(../images/bg-left-intro.gif) no-repeat center top;
	height: 250px;
	padding-left: 22px;
	width: 242px;
}

#left h1 { text-align: left; }
#left ul { margin-top: 14px; }
#left li a { 
	background: url(../images/bullet-blauw.gif) no-repeat left 3px;
	color: #000;
	display: block;
	_height: 1%;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 18px;
	text-decoration: none;
}
#left li a:hover { text-decoration: underline; }

#center {
	background: url(../images/bg-center-intro.gif) no-repeat center top;
	background: url(../images/bg-right-intro.gif) no-repeat center top;
	width: 320px;
}

#content, #right .news-latest-container { 
	min-height: 0;
	height: auto;
	margin-left: 22px;
	margin-right: 50px;
	padding: 0;
	width: auto;
}

#right {
	background: url(../images/bg-right-intro.gif) no-repeat center top;
	background: url(../images/bg-center-intro.gif) no-repeat center top;
	width: 315px;
}

#right .news-latest-item p, #right .news-list-item p {
	padding-left: 14px;
}

#footer {
	background: url(../images/bg-footer-intro.gif) no-repeat bottom left;
	height: 40px;
}

#footer-content { margin-top: 19px; }