* {
	margin: 0;
	padding: 0;
}
body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	background: #fff url(images/bottombg.jpg) repeat-x  bottom center;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 121px;
	background: url(images/logo.jpg) no-repeat top left;
}
#header h1 {
	display: none;
}
#header p {
	float: right;
	margin: 10px 10px 0 0;
}
#welkom {
	background: url(images/ispconnect.jpg) no-repeat top center;
	height: 270px;
}
#welkom p {
	padding: 110px 0 0 43px;
	width: 500px;
	font-weight: bold;
	line-height: 150%;
}
#content {
	width: 640px;
	float: left;
	margin: 20px 30px 0 0;
	_margin: 10px 25px 0 0;
	padding-bottom: 30px;
	line-height: 150%;
}
#content p, #content table {
	margin-bottom: 1em;
}
#content ul, #content ol {
	margin: 0 0 1em 2em;
}
#sidebar {
	margin-top: 20px;
	width: 280px;
	float: left;
	line-height: 150%;
	font-size: 90%;
}
.sidebaritem {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#sidebar ul {
	margin: 0 0 1em 2em;
}
#sidebar li {
	padding-bottom: 3px;
}
#sidebar h3 {
	color: #FF4D00;
	margin-bottom: 3px;
	font-size: 130%;
	line-height: 100%;
}
.post {
	padding: 15px;
	border: 1px solid #D4D4D4;
	margin-bottom: 1em;
	background: url(images/postbg.jpg) repeat-x  top center;
}
.post .date {
	font-style: italic;
	font-size: 90%;
}
.post h2 {
	color: #FF4D00;
	margin-bottom: 3px;
	font-size: 150%;
	line-height: 100%;
}
.post h2 a {
	color: #FF4D00;
}
#header p .home {
	background: url(images/homeicon.jpg) no-repeat center left;
	padding: 0 20px 0 17px;
}
#header p .contact {
	background: url(images/contacticon.jpg) no-repeat center left;
	padding-left: 17px;
}
#header p a {
	color: #2C2C2C;
}
#menu {
	background: url(images/menu_bg.jpg) repeat-x  top center;
	height: 41px;
	margin-bottom: 10px;
	font-size: 120%;
}
#menu li {
	float: left;
	list-style: none;
	padding-right: 3px;
	background: url(images/menu_scheiding.jpg) no-repeat top right;
}
#menu li a {
	line-height: 41px;
	display: inline-block;
	padding: 0 24px;
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	background: url(images/menu_hover.jpg) repeat-x  top center;
}
#menu li.first {
	background: url(images/menu_begin.jpg) no-repeat top left;
	height: 41px;
}
#menu li.beforelast {
	background: none;
}
#menu li.last {
	background: url(images/menu_eind.jpg) no-repeat top right;
	height: 41px;
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
a {
	color: #007CA4;
}
blockquote {
  margin-left:20px;
}
.alignright {
text-align:right;
float:right;
}
.alignleft {
text-align:left;
float:left;
}
.aligncenter {
text-align:center;
}