/*
	style1.css
	SterckWijk algemeen
	basiskleur blauw
	
	Licht1: #eef5fa
	Licht2: #a8cfe4
	Middel: #519fc9
	Donker: #0860a8
*/

body {
	background: #a8cfe4 url(../assets/achter-2.gif) center repeat-y;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	color: #0860a8;
	margin-top: 0px;
}

h2 {
	font-size: 13px;
	color: #0860a8;
	margin: 0px;
}

h3 {
	font-size: 12px;
	color: #519fc9;
	margin-top: 0px;
}

h4 {
	font-size: 11px;
	color: #519fc9;
	margin-top: 0px;
}

p {
	margin-top: 0px;
	padding-bottom: 1em;
}

#content {
	width: 530px;
	height: 340px;
	float: left;
	padding: 19px 71px;
	background: url(../assets/wij-2.gif) 0 150px no-repeat;
	border: 0px solid red;
}

.quote {
	background: #a8cfe4;
	width: 292px;
	height: 109px;
	margin: 8px 0;
}

.quotehome {
	background: #0860a8;
	color: #FFFFFF;
	width: 276px;
	font-size: 11px;
	padding: 8px;
	float: left;
}

.nieuwsbericht {
	font-size: 11px;
	padding: 8px 0;
	border-bottom: #0860a8 solid 1px;
}

.quotetext h2, .nieuwsbericht h2, .actueel h2 {
	font-size: 12px;
	color: #0860a8;
	margin: 0px;
}

.actueel a:visited, .actueel a:link,
.quotetext a:visited, .quotetext a:link, 
.nieuwsbericht a:visited, .nieuwsbericht a:link {
	text-decoration: none;
	color: #000000;
}

.actueel a:hover, .actueel a:active,
.quotetext a:hover, .quotetext a:active, 
.nieuwsbericht a:hover, .nieuwsbericht a:active {
	text-decoration: none;
	color: #0860a8;
}

.next, .next a {
	color: #0860a8;
	text-align: right;
	text-decoration: none;
	font-size: 11px;
}

.actueel {
	font-size: 11px;
	padding: 8px 0;
	border-bottom: #0860a8 solid 1px;
}

.actueel h3, .nieuwsbericht h3, .quotetext h3 {
	font-size: 11px;
	color: #519fc9;
	margin: 0px;
}

.quotetext h3, .agenda h3 {
	color: #ffffff;
}

.agenda {
	background: #a8cfe4;
	padding: 0 8px 8px 8px;
}

