* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

body {
	margin: 0 auto;
	width: 885px;
}

/* ------------------- common elements ---------------------- */

img, .products a:hover {
	border: 0;
}

.clear {
	clear: both;
}

p {
	margin: 3px 0 8px 0;
}

.post p {
	margin: 4px 0 18px 0;
	line-height: 16px;
}

#header h1 {
	display: none;
}

h2, h3 {
	font-size: 16px;
	padding-bottom: 8px;
}

h2 {
	color: #09c
}

h3 {
	color: #666;
}

a:link, a:visited, a:active {
	color: #09c;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #09c;
	/*border-bottom: 1px dotted #09c;*/
	text-decoration: underline;
}

#content ul {
	margin: 10px 0;
}

#content ul li {
	margin: 0 0 0 20px;
}

#content ol {
	margin: 10px 0;
}

#content ol li {
	margin: 0 0 0 20px;
}

/* ------------------- main separations ---------------------- */

#header {
	background: #fff url(http://www.prosite.be/images/banner.png) no-repeat 0 0;
	width: 885px;
	height: 113px;
}

#navigation {
	text-align: center;
	background: #fff url(http://www.prosite.be/images/navigation.png) no-repeat 0 0;
	width: 810px; /* 885 */
	height: 60px;
	padding: 8px 0 0 75px;
}

#main {
	width: 735px; /*885px;*/
	background: #fff url(http://www.prosite.be/images/bg.png) repeat-y 0 0;
	padding: 0 75px;
	clear: both;
}

.products {
	width: 238px;
	float: left;
}

.middle {
	margin: 0 10px;
}

.announcementbox {
	border: 5px solid #bfe2fc;
	width: 725px;
	margin-top: 20px;
}

.announcementbox .announcement {
	margin: 1px;
	background-color: #bfe2fc;
	padding: 15px;
}

#content {
	width: 455px;
	margin: 0 40px 0 0;
	float: left;
}

#side {
	width: 230px;
	float: left;
}

#footer {
	width: 810px; /* 885 */
	height: 107px;
	background: #fff url(http://www.prosite.be/images/foot.png) no-repeat 0 0;
	padding: 25px 0 0 75px;
}

#footer .border {
	border-bottom: 1px dashed #ccc;
	width: 735px;
	margin-bottom: 20px;
}


/* ------------------- navigaation ---------------------------- */

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 3px;
	text-transform: uppercase;
}

#nav a:hover {
	border-bottom: none;
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding-right:25px;
}

#nav li ul { /* second-level lists */
	text-align: left;
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a {
	width:10em;
}

#nav li ul li a, #nav li ul li a:hover {
	background-color: #ccc;
	border-bottom: #fff 1px solid;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ------------------- articles --------------------------------- */

.post {
	border-bottom: 1px dashed #ccc;
	margin-top: 18px;
	padding-bottom: 20px;
}	
	
.gepostdoor {
	font-style: italic;
}

.date {
	color: #999;
	padding-bottom: 5px;
}

.permalink {
	background: #fff url(http://www.prosite.be/images/blog.gif) no-repeat 0 -1px;
	padding: 2px 0 0 25px;
	color: #999;
	height: 22px;
}

.bookmark {
	background: #fff url(http://www.prosite.be/images/delicious.gif) no-repeat 0 -1px;
	padding: 2px 0 0 25px;
	color: #999;
	height: 22px;
}

/* ------------------- side stylings --------------------------- */
.blueboxes {
	margin-top: 20px;
	width: 200px;
	border: 1px solid #09c;
	padding: 20px;
	font-size: 10px;
}

.blueboxes ul {
	margin: 4px 0 10px 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.blueboxes ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	background: url(http://www.prosite.be/images/bullet.png) no-repeat 0 2px;
}