/*
	*	Bestand:	style.css
	*	Project:	MRSA Question Answering System
	*	Auteur: 	M.P. Lindhout
	*
	*	Voor gebruik in het aangepaste Pia systeem voor het
	*	MRSA Question Answering System op mrsa-net.
*/

html * {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 120%;
}

img {
	border: 0px;
	display: block;
}

#container {
	margin: 0px auto 20px auto;
	width: 1000px;
	text-align: left;
}

#topholder {
	height: 115px;
}

#middleholder {
	margin: 0px 30px;
	padding: 0px 15px 15px 15px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 100%;
}

/* De regel hierboven is essentieel voor het 'clearen' van gefloate div's in de flexibele container.*/

#footerholder {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 80px;
}

#logotable {
	padding: 16px 0px 0px 45px;
	margin-top: 0;
	clear: both;
}

#logotable li {
	display: inline;
	float: left;
	list-style-type: none;
	clear: none;
}

#taalselector {
	height: 35px;
	width: 62px;
	background: url(images/taalselector-bg.png) center center;
	text-align: center;
	line-height: 0;
}

.taalselector-vlag {
	width: 20px;
	height: 20px;
	display: inline;
	margin-top: 7px;
}

/* --- 'Over deze website' link --- */

.BackLinkFooter {
	height: 28px;
	text-align: center;
	background: url(images/backlink-left.gif) no-repeat left top;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 250px;
}

.BackLinkFooter a {
	white-space: nowrap;
	display: block;
	line-height: 28px;
	background: url(images/backlink-right.gif) no-repeat right top;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #696969;
}

.BackLinkFooter a:hover {
	color: #333333;
}

/* --- Menu met gekleurde blokken --- */

div#Menu {
	float: left;
	background-color: transparent;
	width: 318px;
}

.ClearAll {
	clear: both;
	display: block;
}

/* --- Breadcrumbs --- */

#breadcrumbs {
	text-align: left;
	margin: 0 5px 10px;
	padding: 0 5px 10px;
	border-bottom: 1px solid #EEE;
}

#breadcrumbs ul {
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs ul li {
	float: left;
	margin-left: 5px;
	padding-left: 15px;
	background: transparent url(images/breadcrumb-arrow.png) no-repeat left center;
}

#breadcrumbs ul li#PrintLink {
	float: right;
	margin-left: 5px;
	padding-left: 15px;
	background: transparent url(images/bullet-print.png) no-repeat left center;
}

div#selectielink {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
}

div#selectielink a img {
	border: 0px;
}

/* --- Sliding-Doors Rounded Backlink --- */

.BackLink {
	float: right;
	display: inline;
	height: 28px;
	text-align: center;
	background: url(images/backlink-left.gif) no-repeat left top;
	margin-top: 10px;
}

.BackLink a {
	display: block;
	line-height: 28px;
	background: url(images/backlink-right.gif) no-repeat right top;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #696969;
}

.BackLink a:hover {
	color: #333333;
}

/* --- Splash page --- */

.tekstvak {
	color: #666;
	line-height: 150%;
}

div.tekstvak h1 {
	font-weight: normal;
}

div#euregio-logo, div#euregio-logo img {
	margin: 5px auto;
	text-align: center;
}

/* --- Public/Professional kleurenscheiding --- */

/* Professional */

#Professional {
	padding: 10px;
	color: #5c7c2a;
	margin-left: 340px;
	line-height: 130%;
}

#Professional h1 {
	color: #3a5511;
	border-bottom: 1px solid #e5e5e5;
	padding: .5em 0 .25em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

#Professional h2,#Professional h3,#Professional h4,#Professional h5 {
	color: #526730;
	padding: .5em 0 .25em 0;
}

#Professional a {
	color: #5d694a;
}

#Professional a:hover {
	color: #000;
}

#Professional .article {

}

#Professional .article a.leesmeerlink {
	display: block;
	text-align: right;
	border-bottom: 2px solid #aae54d;
	background: #e1fab7;
	padding: 7px;
	margin: 10px 0px 5px 0px;
	color: #5c7c2a;
	text-decoration: none;
}

#Professional .article a.leesmeerlink:hover {
	color: #315100;
	text-decoration: underline;
}

#Professional ul {
	
}

#Professional ul li {
	margin-bottom: 7px;
}

/* Public */

#Public {
	color: #336183;
	margin-left: 340px;
	padding: 10px;
	line-height: 130%;
}

#Public h1 {
	color: #20425b;
	border-bottom: 1px solid #e5e5e5;
	padding: .5em 0 .25em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

#Public h2,#Public h3,#Public h4,#Public h5 {
	color: #3278ab;
	padding: .5em 0 .25em 0;
}

#Public a {
	color: #4d8cba;
}

#Public a:hover {
	color: #2b72a5;
}

#Public .article {

}

#Public .article a.leesmeerlink {
	display: block;
	text-align: right;
	border-bottom: 2px solid #cae9ff;
	background: #e5f4ff;
	padding: 7px;
	margin: 10px 0px 5px 0px;
	color: #3278ab;
	text-decoration: none;
}

#Public .article a.leesmeerlink:hover {
	color: #2d5d80;
	text-decoration: underline;
}

#Public ul {
	
}

#Public ul li {
	margin-bottom: 7px;
}

#antwoord {
	padding: 5px;
	line-height: 130%;
}

#antwoord h1 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 18px;
	padding: 7px;
	background-color: #eaece8;
}

.question {
	background-color: #c0c0c0;
}

.question h1 {
	text-size: 16px;
	color: White;
	font-weight: normal;
}

.question h2 {
	margin: 0px;
	padding: 0px;
	text-size: 12px;
}

div.guideline {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.guideline h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.videos {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.videos h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.videos .video {
	margin: 0px auto;
	text-align: center;
}

div.opmerkingen {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.opmerkingen h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.bronnen {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.bronnen h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.voorbeelden {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.voorbeelden h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.sleutelwoorden {
	border-right: 1px solid #BBB;
	margin-right: 10px;
	padding-right: 10px;
}

div.sterkte {
	margin-right: 10px;
	padding-right: 10px;
}

div.belang {
	border-right: 1px solid #BBB;
	margin-right: 10px;
	padding-right: 10px;
}

div.groepholder {
	color: Black;
	margin: 10px 0px;
	padding: 5px;
	border: 2px solid #f3c4d1;
}

div.groepholder table tr td {
	vertical-align: top;
}

#waardering {
	margin: 10px 0px;
	padding: 5px;
	border: 2px solid #a2d8fe;
}

#rate h2 {
	color: #555;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
}

#rate p {
	padding: 5px;
	background-color: #f1f2ef;
}

#rate p input {
	margin: 0px 0px 0px 10px;
}

#rate #Verstuur {
	margin: 15px 0px 0px 0px;
	padding: 5px;
	background-color: #e9eae7;
}

#rate #Verstuur input {
	padding: 3px;
	margin: 0px;
}

#vergelijkbare-antwoorden {
	margin: 10px 0px;
	padding: 5px;
	border: 2px solid #c5de9e;
}

#vergelijkbare-antwoorden ul {
	list-style-image: url(images/bullet-arrow.png);
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
}

#vergelijkbare-antwoorden ul li {
	margin: 5px 0px;
}

.box-inhoud {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

div.pinkbox {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/pinkbox-bg-top.png);
	background-repeat: no-repeat;
	width: 318px;
	overflow: auto;
	color: #590c21;
}

div.pinkbox-bottom {
	padding: 0px;
	background-image: url(images/pinkbox-bg-bot.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 25px;
}

div.greenbox {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/greenbox-bg-top.png);
	background-repeat: no-repeat;
	width: 318px;
	overflow: auto;
	color: #25360a;
}

div.greenbox ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
	color: #7a9e41;
}

div.greenbox ul li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #7a9e41;
}

div.greenbox ul li a {
	color: #47621d;
	text-decoration: none;
}

div.greenbox ul li a:hover {
	color: #25360a;
	text-decoration: underline;
}

div.greenbox-bottom {
	padding: 0px;
	background-image: url(images/greenbox-bg-bot.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 25px;
}

div.bluebox {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/bluebox-bg-top.png);
	background-repeat: no-repeat;
	width: 318px;
	overflow: auto;
	color: #072439;
}

div.bluebox ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
	color: #4c92c4;
}

div.bluebox ul li {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	color: #4c92c4;
}

div.bluebox ul li a {
	color: #336183;
	text-decoration: none;
}

div.bluebox ul li a:hover {
	color: #0f344f;
	text-decoration: underline;
}

div.bluebox-bottom {
	padding: 0px;
	background-image: url(images/bluebox-bg-bot.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 25px;
}

.pinkbox .title h2, .greenbox .title h2, .bluebox .title h2 {
	color: White;
	font-weight: normal;
	font-size: 22px;
}

#question_submit {
	margin-top: 40px;
}

#pink-zoekveld {
	background-image: url(images/zoekveld-pink.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 208px;
	height: 38px;
	text-align: center;
}

#pink-zoekveld input {
	border-style: none;
	background-color: transparent;
	background-image: none;
	margin: 0px auto;
	width: 175px;
}

#pink-zoekknop {
	background-image: url(images/zoekknop-pink.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 74px;
	height: 28px;
	text-align: center;
}

#pink-zoekknop input {
	border-style: none;
	background-color: transparent;
	background-image: none;
	margin: 0px auto;
	cursor: pointer;
}

#blue-meerknop {
	background-image: url(images/meerknop-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 162px;
	height: 18px;
	border: 0px;
	padding: 5px;
	float: right;
	text-align: center;
	text-decoration: none;
	color: Black;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #666;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: Black;
}

ul, ol {
	margin: 0.5em 0.5em 0.5em 2em;
}

ul li, ol li {
	
}

form {
	margin: 0px;
	padding: 0px;
}

/* --- Contactformulier --- */

#contact {
	padding: 5px;
	margin: 5px;
	border: 2px solid #c5de9e;
}

#contact #name,#contact #email,#contact #comment {
	padding: 3px;
	margin: 0px 5px 5px 5px;
	border: 2px solid #999;
}

#contact #comment {
	width: 400px;
	height: 200px;
}

#submit {
	padding: 5px;
	font-weight: bold;
	margin-left: 85px;
}

#contact .formregel {
	padding: 5px;
	clear: both;
}

#contact .formregel span {
	width: 80px;
	float: left;
	height: 30px;
	line-height: 30px;
}

/*
	*	Bestand:	style.css
	*	Project:	MRSA Question Answering System
	*	Auteur: 	M.P. Lindhout
	*
	*	Voor gebruik in het aangepaste Pia systeem voor het
	*	MRSA Question Answering System op mrsa-net.
*/

html * {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 120%;
}

img {
	border: 0px;
	display: block;
}

#container {
	margin: 0px auto 20px auto;
	width: 1000px;
	text-align: left;
}

#topholder {
	height: 115px;
}

#middleholder {
	margin: 0px 30px;
	padding: 0px 15px 15px 15px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 100%;
}

/* De regel hierboven is essentieel voor het 'clearen' van gefloate div's in de flexibele container.*/

#footerholder {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 80px;
}

#logotable {
	padding: 16px 0px 0px 45px;
	margin-top: 0;
	clear: both;
}

#logotable li {
	display: inline;
	float: left;
	list-style-type: none;
	clear: none;
}

#taalselector {
	height: 35px;
	width: 62px;
	background: url(images/taalselector-bg.png) center center;
	text-align: center;
	line-height: 0;
}

.taalselector-vlag {
	width: 20px;
	height: 20px;
	display: inline;
	margin-top: 7px;
}

/* --- 'Over deze website' link --- */

.BackLinkFooter {
	height: 28px;
	text-align: center;
	background: url(images/backlink-left.gif) no-repeat left top;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 250px;
}

.BackLinkFooter a {
	white-space: nowrap;
	display: block;
	line-height: 28px;
	background: url(images/backlink-right.gif) no-repeat right top;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #696969;
}

.BackLinkFooter a:hover {
	color: #333333;
}

/* --- Menu met gekleurde blokken --- */

div#Menu {
	float: left;
	background-color: transparent;
	width: 318px;
}

.ClearAll {
	clear: both;
	display: block;
}

/* --- Breadcrumbs --- */

#breadcrumbs {
	text-align: left;
	margin: 0 5px 10px;
	padding: 0 5px 10px;
	border-bottom: 1px solid #EEE;
}

#breadcrumbs ul {
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs ul li {
	float: left;
	margin-left: 5px;
	padding-left: 15px;
	background: transparent url(images/breadcrumb-arrow.png) no-repeat left center;
}

#breadcrumbs ul li#PrintLink {
	float: right;
	margin-left: 5px;
	padding-left: 15px;
	background: transparent url(images/bullet-print.png) no-repeat left center;
}

div#selectielink {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
}

div#selectielink a img {
	border: 0px;
}

/* --- Sliding-Doors Rounded Backlink --- */

.BackLink {
	float: right;
	display: inline;
	height: 28px;
	text-align: center;
	background: url(images/backlink-left.gif) no-repeat left top;
	margin-top: 10px;
}

.BackLink a {
	display: block;
	line-height: 28px;
	background: url(images/backlink-right.gif) no-repeat right top;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #696969;
}

.BackLink a:hover {
	color: #333333;
}

/* --- Splash page --- */

.tekstvak {
	color: #666;
	line-height: 150%;
}

div.tekstvak h1 {
	font-weight: normal;
}

div#euregio-logo, div#euregio-logo img {
	margin: 5px auto;
	text-align: center;
}

/* --- Public/Professional kleurenscheiding --- */

/* Professional */

#Professional {
	padding: 10px;
	color: #5c7c2a;
	margin-left: 340px;
	line-height: 130%;
}

#Professional h1 {
	color: #3a5511;
	border-bottom: 1px solid #e5e5e5;
	padding: .5em 0 .25em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

#Professional h2,#Professional h3,#Professional h4,#Professional h5 {
	color: #526730;
	padding: .5em 0 .25em 0;
}

#Professional a {
	color: #5d694a;
}

#Professional a:hover {
	color: #000;
}

#Professional .article {

}

#Professional .article a.leesmeerlink {
	display: block;
	text-align: right;
	border-bottom: 2px solid #aae54d;
	background: #e1fab7;
	padding: 7px;
	margin: 10px 0px 5px 0px;
	color: #5c7c2a;
	text-decoration: none;
}

#Professional .article a.leesmeerlink:hover {
	color: #315100;
	text-decoration: underline;
}

#Professional ul {
	
}

#Professional ul li {
	margin-bottom: 7px;
}

/* Public */

#Public {
	color: #336183;
	margin-left: 340px;
	padding: 10px;
	line-height: 130%;
}

#Public h1 {
	color: #20425b;
	border-bottom: 1px solid #e5e5e5;
	padding: .5em 0 .25em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

#Public h2,#Public h3,#Public h4,#Public h5 {
	color: #3278ab;
	padding: .5em 0 .25em 0;
}

#Public a {
	color: #4d8cba;
}

#Public a:hover {
	color: #2b72a5;
}

#Public .article {

}

#Public .article a.leesmeerlink {
	display: block;
	text-align: right;
	border-bottom: 2px solid #cae9ff;
	background: #e5f4ff;
	padding: 7px;
	margin: 10px 0px 5px 0px;
	color: #3278ab;
	text-decoration: none;
}

#Public .article a.leesmeerlink:hover {
	color: #2d5d80;
	text-decoration: underline;
}

#Public ul {
	
}

#Public ul li {
	margin-bottom: 7px;
}

#antwoord {
	padding: 5px;
	line-height: 130%;
}

#antwoord h1 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 18px;
	padding: 7px;
	background-color: #eaece8;
}

.question {
	background-color: #c0c0c0;
}

.question h1 {
	text-size: 16px;
	color: White;
	font-weight: normal;
}

.question h2 {
	margin: 0px;
	padding: 0px;
	text-size: 12px;
}

div.guideline {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px 0px 7px 7px;
}

div.guideline img{
	padding: 7px;
	background-color: #FFF;
}

div.guideline h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.videos {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.videos h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.videos .video {
	margin: 0px auto;
	text-align: center;
}

div.opmerkingen {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.opmerkingen h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.bronnen {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.bronnen h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.voorbeelden {
	border-top: 1px solid #BBB;
	margin-top: 7px;
	padding: 7px;
}

div.voorbeelden h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.sleutelwoorden {
	border-right: 1px solid #BBB;
	margin-right: 10px;
	padding-right: 10px;
}

div.sterkte {
	margin-right: 10px;
	padding-right: 10px;
}

div.belang {
	border-right: 1px solid #BBB;
	margin-right: 10px;
	padding-right: 10px;
}

div.groepholder {
	color: Black;
	margin: 10px 0px;
	padding: 5px;
	border: 2px solid #f3c4d1;
}

div.groepholder table tr td {
	vertical-align: top;
}

#waardering {
	margin: 10px 0px;
	padding: 5px;
	border: 2px solid #a2d8fe;
}

#rate h2 {
	color: #555;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
}

#rate p {
	padding: 5px;
	background-color: #f1f2ef;
}

#rate p input {
	margin: 0px 0px 0px 10px;
}

#rate #Verstuur {
	margin: 15px 0px 0px 0px;
	padding: 5px;
	background-color: #e9eae7;
}

#rate #Verstuur input {
	padding: 3px;
	margin: 0px;
}

#vergelijkbare-antwoorden {
	margin: 10px 0px;
	padding: 5px;
	border: 2px solid #c5de9e;
}

#vergelijkbare-antwoorden ul {
	list-style-image: url(images/bullet-arrow.png);
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
}

#vergelijkbare-antwoorden ul li {
	margin: 5px 0px;
}

.box-inhoud {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

div.pinkbox {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/pinkbox-bg-top.png);
	background-repeat: no-repeat;
	width: 318px;
	overflow: auto;
	color: #590c21;
}

div.pinkbox-bottom {
	padding: 0px;
	background-image: url(images/pinkbox-bg-bot.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 25px;
}

div.greenbox {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/greenbox-bg-top.png);
	background-repeat: no-repeat;
	width: 318px;
	overflow: auto;
	color: #25360a;
}

div.greenbox ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
	color: #7a9e41;
}

div.greenbox ul li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #7a9e41;
}

div.greenbox ul li a {
	color: #47621d;
	text-decoration: none;
}

div.greenbox ul li a:hover {
	color: #25360a;
	text-decoration: underline;
}

div.greenbox-bottom {
	padding: 0px;
	background-image: url(images/greenbox-bg-bot.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 25px;
}

div.bluebox {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/bluebox-bg-top.png);
	background-repeat: no-repeat;
	width: 318px;
	overflow: auto;
	color: #072439;
}

div.bluebox ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
	color: #4c92c4;
}

div.bluebox ul li {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	color: #4c92c4;
}

div.bluebox ul li a {
	color: #336183;
	text-decoration: none;
}

div.bluebox ul li a:hover {
	color: #0f344f;
	text-decoration: underline;
}

div.bluebox-bottom {
	padding: 0px;
	background-image: url(images/bluebox-bg-bot.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 25px;
}

.pinkbox .title h2, .greenbox .title h2, .bluebox .title h2 {
	color: White;
	font-weight: normal;
	font-size: 22px;
}

#question_submit {
	margin-top: 40px;
}

#pink-zoekveld {
	background-image: url(images/zoekveld-pink.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 208px;
	height: 38px;
	text-align: center;
}

#pink-zoekveld input {
	border-style: none;
	background-color: transparent;
	background-image: none;
	margin: 0px auto;
	width: 175px;
}

#pink-zoekknop {
	background-image: url(images/zoekknop-pink.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 74px;
	height: 28px;
	text-align: center;
}

#pink-zoekknop input {
	border-style: none;
	background-color: transparent;
	background-image: none;
	margin: 0px auto;
	cursor: pointer;
}

#blue-meerknop {
	background-image: url(images/meerknop-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 162px;
	height: 18px;
	border: 0px;
	padding: 5px;
	float: right;
	text-align: center;
	text-decoration: none;
	color: Black;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #666;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: Black;
}

ul, ol {
	margin: 0.5em 0.5em 0.5em 2em;
}

ul li, ol li {
	
}

form {
	margin: 0px;
	padding: 0px;
}

/* --- Contactformulier --- */

#contact {
	padding: 5px;
	margin: 5px;
	border: 2px solid #c5de9e;
}

#contact #name,#contact #email,#contact #comment {
	padding: 3px;
	margin: 0px 5px 5px 5px;
	border: 2px solid #999;
}

#contact #comment {
	width: 400px;
	height: 200px;
}

#submit {
	padding: 5px;
	font-weight: bold;
	margin-left: 85px;
}

#contact .formregel {
	padding: 5px;
	clear: both;
}

#contact .formregel span {
	width: 80px;
	float: left;
	height: 30px;
	line-height: 30px;
}