/*
    Document   : style.css
    Created on : 01-02-2010
    Author     : HJ
*/


/* Imports
@import url('reset.css');
@import url('clear.css');
@import url('form.css');*/

html, body {
	width: 100%;
	height: 100%; 
}
body {
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	background: url('../images/layout/bg-body.jpg') top center fixed no-repeat;
}
h1 {
	font-size: 18px;
	color: #B1053D;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #B1053D;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	color: #16358F;
}

.advertising{
	background: #F4DBE3;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #D7829E;
}
.advertising a:link, .advertising a:visited  {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	color: #B0063E;
	text-decoration: none;
}
.beeldadvertentie{
	text-decoration: none;
	margin-bottom: 5px;
	text-align: center;
}

.rodeText {
	color: #B1053D;
}

/*
.sociable_toolbox {
	padding: 3px 0 0 0;
	float: right;
}
*/
.addthis_toolbox {
	padding: 3px 0 0 10px;
	float: right;
}
.addthis_toolbox-bottom-nieuws {
	padding: 0 0 10px 0;
	width: 110px;
}
.addthis_toolbox-bottom {
	padding: 0 0 10px 0;
	float: left;
	width: 110px;
}

.h-advertising {
	background: #E1E8F0;
	border: 1px solid #C1CEDD;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 16px;
}


#container {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 10px 10px 10px;
}
#top {
	height: 75px;
}
#zoeken {
	float: right;
}
#left {
	float: left;
	width: 234px;
	margin-right: 5px;
}
#navigation h2 {
	color: #ffffff;
	background: #7596C1;
	padding: 11px 8px 8px 8px;;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#navigation ul {
	margin-bottom: 10px;
}
#navigation li {
	width: 234px;
	float: left;
}
#navigation li a:link, #navigation li a:visited {
	color: #7596C1;
	display: block;
	padding: 3px 8px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #ADC0DA;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#right {
	float: left;
	width: 741px;
}
#showcase {
	width: 741px;
	height: 220px;
	margin-bottom: 5px;
}
#showcase #image {
	width: 586px;
	height: 215px;
	margin-right: 5px;
	float: left;
}
#buttons {
	width: 150px;
	height: 220px;
	float: left;
}
#buttons .button {
	width: 150px;
	background: url('../images/layout/showcase-button-bg.gif') no-repeat;
	margin-bottom: 5px;
	font-size: 11px;
	color: #B1053D;
	text-transform: uppercase;
	text-align: center;
}
#buttons .button:hover {
	cursor: pointer;
}
#buttons .button a:link, #buttons .button a:visited {
	color: #B1053D;
	text-decoration: none;
	display: block;
}
.content {
	padding: 20px 10px;
	line-height: 23px;
}
.content ul li,
.content ol ul li{
	list-style-type: square;
}
#content-small {
	width: 566px;
	margin-right: 5px;
	float: left;
	padding: 20px 10px;
	background: url('../images/layout/bg-content-small.png') no-repeat;
}
#content-small ul {
	list-style-type: square;
	color: #000;
}
#content-small table td {
	vertical-align: top;
}
#content-small table td img {
	margin-right: 10px;
}
#content-large {
	width: 721px;
	background: url('../images/layout/bg-content.png') no-repeat;
}
.snelmenu {
	border: 1px solid #C1CEDD;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.content ul li {
	padding-left: 5px;
	margin-left: 15px;
	/* list-style: outside;
	list-style-type: square; */
}
.content ol li {
	padding-left: 5px;
	margin-left: 18px;
	list-style: decimal;
}
.content a:link, .content a:visited {
	color: #16358F;
}
.content a:visited {
	color: #7596C1;
}
.content li a:hover {
	text-decoration: none;
	color: #B1053D;
}
.content .linkbox {
	float: left;
	width: 230px;
	margin: 10px 5px 20px 0;
}
.content p {
	padding: 0px 0 10px 0;
}
.content h1, .content h2 {
	padding: 15px 0 10px 0;
}
.content h3{
	padding: 15px 0 5px 0;
}
div.square-bullets ul li {
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: square;
	color: #16358F;
}
div.gerelateerd {
	border-right: 1px solid #a9b9cd;
	margin-right: 20px;
	float: left;
}
div.whitepapers {
	padding-left: 20px;
	float: left;
}
div.gerelateerd h3, div.whitepapers h3 {
	padding: 0px 0 5px 0;
}
#sidebar-right {
	width: 150px;
	float: left;
}
#sidebar-right .h-advertising {
	padding: 15px;
}

#footer {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 11px;
	color: #333;
}
#footer a:link, #footer a:visited {
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color: #B0063E;
}

div.search-result {
	margin-bottom: 25px;
}
div.search-result h2 {
	margin: 0px 0px 2px 0px;
}
div.search-result .relevance-bar {
	background-color: #f4dae3;
	height: 10px;
	width: 60px;
	margin-bottom: 5px;
	border: 1px solid #d7829e;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

div.search-result .relevance-score {
	background-color: #d7829e;
	height: 10px;
}


.inline-notice-error,
.notice-error {
	color: #a80000;
}
.notice-error {
	background-color: #ffcbcb;
	display: block;
	padding: 3px;
	margin: 5px auto;
	text-align: center;
}
.inline-notice-error {
	font-weight: bold;
}

/* Mailtoolz formulier */
.blok-uitgave {
	display: block;
	margin-bottom: 3px;
	overflow: auto;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.blok-uitgave input,
.blok-uitgave span.blok {
	float: left;
}

.blok-uitgave span.blok {
	margin-left: 5px;
	width: 470px;
}

.blok-uitgave span.blok span {
	display: block;
}

/* Blok kleuren */
.blok-uitgave { background-color: #f2f8ff; }
.blok-uitgave-active { background-color: #e2e8ef; }

.blok-uitgave .faded {
	color: #7596C1;
}
