@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

hr {
	display: none;
	background-color: #ced1d2;
	border: none;
	color: #ced1d2;
	height: 1px;
	margin: .5em;
}

.lijn {
	background-color: #ced1d2;
	border: none;
	height: 1px;
	margin: 1em 0;
}
	
h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h2.pers {
	color: #006699;
}

h2.druk {
	color: #336666;
}

h2.e-communicatie {
	color: #996600;
}

h2.redactie {
	color: #990000;
}

h2.advies {
	color: #666666;
}

h3 {
	font-size: 1em;
	margin: 0;
}

h3.mdm {
	margin-bottom: 1em;
}

h3.klant {
	margin: 1em 0;
}

#wrap {
	background: url(../../img/containerbg.gif);
	margin: 0 auto;
	width: 960px;
}

#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ced1d2;
	height: 80px;
	margin-bottom: 1em;
	position: relative;
}

#side1 {
	float: left;
	width: 215px;
}

#content {
	margin: 0 245px;
}

#side2 {
	float: right;
	width: 215px;
	text-align: center;
}

#footer {
	background-color: #FFFFFF;
	border-top: 1px solid #ced1d2;
	clear: both;
	height: 80px;
	position: relative;
}

#poes {
	clear: both;
	text-align: right;
}

.header-adres {
	color: #666666;
	font-size: .9em;
	position: absolute;
	top: 53px;
	right: 40px;
}

.footer-adres {
	font-size: .9em;
	position: absolute;
	top: 10px;
	left: 245px;
}

a {
	color: #333333;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}

a:active {
	text-decoration: none;
}

#header a:link, #footer a:link {
	font-weight: normal;
}

#header a:hover, #footer a:hover {
	color: #666666;
}
