html {
	padding: 0;	
	color: #5b6e92;
	background: #4B587B url("images/bg.png") repeat-x;
	font: 12px "Trebuchet MS", Sans-Serif;
}

body {
	width: 760px;
	background: #fff;
	margin: 0 auto;
	margin-top: 7px;
	padding: 0 0 3px 0;
}

/* Link opmaak */
a {
	color: #5b6e92;
	text-decoration: none;
}
a:hover {
	color: #5b6e92;
	text-decoration: underline;
}
/* /Link opmaak */

/* Clear */
.clear {clear: both;}
/* /Clear */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
/* /Alinea  */

/* Header  */
div#header {
	width: 560px;
	height: 175px;
	background: url("images/header_bg.jpg") no-repeat;
}
div#header h1 {
	display: inline;
	float: left;
	background: url("images/seo_nieuws.png") 0 1px no-repeat;
	margin: 10px 0 0 7px;
	padding: 0 0 0 22px;
	font-size: 20px;
	line-height: 20px;
}
div#header h2 {
	display: inline;
	float: left;
	background: url("images/zoekmachineoptimalisatie.png") 0 0 no-repeat;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
}
div#header h2 img {vertical-align: top;}
/* /Header */

/* Menu  */
ul#menu {
	width: 550px;
	height: 29px;
	background: url("images/menu_bg.png") no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
ul#menu li {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 10px;
	border-left: 1px solid #D7B927;
	line-height: 1em;
}
ul#menu li a {color: #80683a;}
ul#menu li.first-child {border: 0;}
/* /Menu */

/* Left */
div#left {
	float: left;
	width: 560px;
}
div#left h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 100%;
}
div#left i {
	font-size: 11px;
	line-height: 100%;
}
/* /Left  */

/* Content */
div#content {
	padding: 12px;
	line-height: 110%;
}

div#contentforum {
	padding: 12px;
	line-height: 110%;
}

div#contentforum  ul {
	margin: 0;
	padding: 7px 0;
	list-style: none;
}
div#contenrforum  hr {
	height: 1px;
	color: #E8EEF6;
	background: #E8EEF6;
	border: 0;
	font-size: 1px;
	line-height: 0%;
	overflow: hidden;
}
div#contentforum p {padding: 3px 0 11px 0;}


div#content ul {
	margin: 0;
	padding: 7px 0;
	list-style: none;
}
div#content hr {
	height: 1px;
	color: #E8EEF6;
	background: #E8EEF6;
	border: 0;
	font-size: 1px;
	line-height: 0%;
	overflow: hidden;
}
div#content p {padding: 3px 0 11px 0;}
/* /Content  */

/* Right */
div#right {
	float: left;
	width: 200px;
	color: #5b5f92;
	background: #E8E9F8 url("images/right_bg.png") bottom repeat-x;
	padding: 0 0 30px 0;
	font-size: 11px;
}
div#right a {color: #5b5f92;}
div#mening {
	width: 200px;
	height: 171px;
	background: url("images/vergrootglas_bg.png") no-repeat;
	text-align: center;
}
div#mening cite {
	display: block;
	color: #4E4C7F;
	padding: 24px 35px 18px 40px;
	font-size: 11px;
	line-height: 115%;
	font-style: normal;
}
div#mening i {
	color: #899EBE;
	font-size: 10px;
}
div#right p, div#right ul, div#right ol {
	width: 180px;
	background: #F1F2FD url("images/stroke.png") top left no-repeat;
	margin: 0 0 0 6px;
	padding: 8px 5px 7px 5px;
	line-height: 130%;
	list-style: none;
}
div#right p i {
	color: #858BC3;
	padding: 0 0 0 20px;
}
div#right p a, div#right ul a, div#right ol a {text-decoration: underline;}
div#right p a:hover, div#right ul a:hover, div#right ol a:hover {text-decoration: none;}
div#right h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0;
	padding: 0 15px 0 0;
	text-align: right;
}
/* /Right  */

/* Footer */
div#footer {
	width: 734px;
	height: 21px;
	color: #9E9DC9;
	background: url("images/footer_bg.png") repeat-x;
	margin: 0 auto;
	padding: 4px 10px 0 10px;
	clear: both;
}
div#footer span {margin: 0 30px 0 0;}

a:link {
	text-decoration: none;
	color: #929dc9; }
a:visited {
	text-decoration: none;
	color: #929dc9; }
a:hover {
	text-decoration: underline;
	color: #929dc9; }
a:active {
	text-decoration: none;
	color: #929dc9; }

/* /Footer  */

/* nieuws */

div.nieuws {
	border: 1px solid #696969;
	margin: 10px;
	padding : 4px;
}

div.nieuws ul li { list-style: disc; margin: 5px 0; padding: 5px 0;}

p.nieuwsfootdoor {
	border-top: 1px dotted #ccc;
}

p.nieuwsfoot {

}

p.nieuwsfoot span {
	padding-left: 90px;
}

div.reactie {
	border: 1px solid #ccc;
	margin: 10px 10px 10px 20px;
	padding: 4px;
}

p.reactiedoor {
	font-style: italic;
}

p.notice {
	border-bottom: 1px solid #000;
	padding: 0px 5px 10px 15px;
	margin-bottom: 10px;
}

p.error {
	border-bottom: 1px solid #000;
	padding: 0px 5px 10px 15px;
	margin-bottom: 10px;
	color: #ff0000;
}

ul.errorlist {

}

ul.noticelist {

}

ul.errorlist li {
	margin-left: 20px;
	color: #ff0000;
	font-weight: bold;
}

ul.noticelist li {
	margin-left: 20px;
	font-weight: bold;
}



div.pages {
	border: 1px solid #8E8E8E;
	margin: 10px;
	padding: 10px;
	height: 30px;
}

div.pages ul li {
	float: left;
	list-style: none;
	font-size: 20px;
	height: 25px;
	margin-right: 5px;
}


