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

@import url('reset.css');
@import url('menu.css');



/********************************************************
 *	TYPOGRAPHY
 ********************************************************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div#footer
{
	text-align: left;
	font-size: 7pt;
}

h1
{
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
	margin: 10px 0;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	margin: 10px 0;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #66cc33;
	margin: 5px 0;
}


div.block div.header
{
	font-size: 9pt;
	font-weight: bold;
}





/********************************************************
 *	LINKS
 ********************************************************/
a:link, a:visited
{
	color: #003366;
}

a:hover, a:active
{
	color: #66cc33;
}


a.checkvisit
{
	/*display: block;*/
	padding: 1px 0 1px 20px;
	margin: 0;
	height: 15px;
	background: url('../images/layout/vinkje-unchecked.gif') no-repeat left top;
}

a.checkvisit:visited
{
	background: url('../images/layout/vinkje-checked.gif') no-repeat left top;
}

/*a[href^="http:"]
{
	background: url('../images/icons/external.png') no-repeat right top;
	padding-right: 15px;
}

a[href^="http://www.dms-bv.nl"], a[href^="http://dms-bv.nl"], a[href^="http://www.dmsbv.nl"], a[href^="http://dmsbv.nl"]
{
	background-image: none;
	padding-right: 0;
}*/

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	text-decoration: none;
}


/********************************************************
 *	LAYOUT
 ********************************************************/
body
{
	background: url('../images/layout/balken-lr-900-1.png') repeat-y;
}


div#mainContainer
{
	min-height: 590px;
	background: url('../images/layout/balken-lr-900-600.png') no-repeat;
}


div#header
{
	position: relative;
	width: 960px;
}

	div#logo
	{
		height: 150px;
		width: 260px;
		float: left;
		background: url('../images/layout/dms-logo.png') no-repeat;
	}
	
	div#slogan
	{
		height: 83px;
		width: 693px;
		float: left;
		background: url('../images/layout/nieuw-perpectief-op-zaken.png') no-repeat;
	}
	
	div#breadcrumb
	{
		position: absolute;
		bottom: 10px;
		left: 170px;
		font-size: 7pt;
		color: black;
		text-decoration: none;
	}
	
	div#breadcrumb a
	{
		font-size: 7pt;
		color: black;
		text-decoration: none;
	}
	
	div#menu
	{
		clear: both;
		width: 450px;
		height: 25px;
		position: relative;
		bottom: 73px;
		left: 275px;
		/*position: absolute;
		top: 73px;
		left: 275px;*/
	}
		
		div#dropdownleftcorner
		{
			float: left;
			width: 12px;
			height: 23px;
			background: url('../images/layout/menu-links.png') no-repeat;
		}
		
		div#dropdownmenu
		{
			float: left;
			width: 426px;
			height: 23px;
			position:relative;
			background-color:#003366;
		}
		
		div#dropdownrightcorner
		{
			float: left;
			width: 12px;
			height: 23px;
			background: url('../images/layout/menu-rechts.png') no-repeat;
		}


div#content
{
	min-height: 400px;
	width: 960px;
}

	div#columnleft
	{
		float: left;
		width: 130px;
		padding: 0 10px 0 10px;
	}
	
	div#columnmiddle
	{
		float: left;
		width: 530px;
		padding: 0 30px 0 20px;
	}
	
	div#columnright
	{
		float: left;
		width: 200px;
		padding: 0 13px 0 12px;
	}
	
	div#content ul
	{
		list-style-position: outside;
		margin: 10px 0 10px 20px;
	}
	
	div#content ol
	{
		list-style-position: outside;
		margin: 10px 0 10px 25px;
	}
	
	div#content li
	{
		margin: 5px 0;
	}


div#footer
{
	position: relative;
	left: 150px;
	top: 20px;
	width: 580px;
	padding: 0 0 0 10px;
}




/********************************************************
 *	PAGE SPECIFIC
 ********************************************************/

/*
	General
*/
div.block
{
	padding: 0 0 14px 0;
	margin: 0 0 20px 0;
}

	div.block div.content
	{
		padding: 5px;
	}

	div.block div.header
	{
		height: 16px;
		padding: 5px 10px 5px 10px;
	}

	/**
	 *	Color specific (blue)
	 */
	div.blue
	{
		background: url('../images/layout/blokje-onderzijde-blauw.png') bottom left no-repeat;
	}
	
		div.blue div.header
		{
			color: white;
			background: url('../images/layout/blokje-top-blauw.png') no-repeat;
		}
		
		div.blue div.content
		{
			background: url('../images/layout/blokje-kader-blauw.png') repeat-y;
		}
	
	
	/**
	 *	Color specific (green)
	 */
	div.green
	{
		background: url('../images/layout/blokje-onderzijde-groen.png') bottom left no-repeat;
	}
	
		div.green div.header
		{
			color: white;
			background: url('../images/layout/blokje-top-groen.png') no-repeat;
		}
		
		div.green div.content
		{
			background: url('../images/layout/blokje-kader-groen.png') repeat-y;
		}
	
	
	/**
	 *	Color specific (cyan)
	 */
	div.cyan
	{
		background: url('../images/layout/blokje-onderzijde-cyan.png') bottom left no-repeat;
	}
	
		div.cyan div.header
		{
			color: white;
			background: url('../images/layout/blokje-top-cyan.png') no-repeat;
		}
		
		div.cyan div.content
		{
			background: url('../images/layout/blokje-kader-cyan.png') repeat-y;
		}




div.contentblock
{
	position: relative;
	height: 260px;
	min-height: 260px;
	width: 175px;
	float: left;
}


	div.play
	{
		background: url('../images/layout/blauw-blokje-play.png') top left no-repeat;
	}
	
	div.pause
	{
		background: url('../images/layout/blauw-blokje-pause.png') top left no-repeat;
	}
	
	div.fastforward
	{
		background: url('../images/layout/blauw-blokje-ff.png') top left no-repeat;
	}


	div.contentblock h2
	{
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	div.contentblock div.text
	{
		position: absolute;
		top: 30px;
		left: 40px;
		width: 120px;
	}


div.bericht
{
	margin-bottom: 20px;
}

div.bericht_full {
	padding: 3px;
	margin: 0;
}

div.illustratie {
	float: right;
	width: 60px;
	margin-left: 25px;
	margin-top: 20px;
}

div.artikel {
	margin-left: 0;
	margin-bottom: 10px;
}

img.align-left
{
	float: left;
	margin: 0 10px 10px 10px;
}

img.align-right
{
	float: right;
	margin: 0 10px 10px 10px;
}



/**
 *	Nieuws pagina
 */
div.pagelist
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 8pt;
	clear: both;
}

div.firstprev
{
	float: left;
	max-width: 130px;
}

div.pages
{
	float: left;
	margin-left: 10px;
	max-width: 275px;
}

div.nextlast
{
	float: right;
	max-width: 130px;
}




div.message
{
	border: none;
	margin: 10px 0 10px 0;
	padding: 3px;
	font-size: 8pt;
}

div.message span.titel
{
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}




/********************************************************
 *	FORMS
 ********************************************************/

dl.formlist {
	margin: 0;
	padding: 5px;
}

dl.formlist dt {
	float: left;
	clear: left;
	font-weight: bold;
	font-size: 8pt;
}

dl.formlist dt label {
	text-decoration: none;
	margin: 0 10px 0 0;
}

dl.formlist dt label.formError {
	color: red;
}

dl.formlist dd {
	margin: 4px 0 4px 0;
	padding: 0 0 0 125px;
}

dl.formlist dd p {
	margin: 3px;
	padding: 1px;
	font-size: 8pt;
}

dl.formlist dd input, dl.formlist dd textarea, dl.formlist dd select {
	width: 300px;
	font-size: 10pt;
	background: url('../images/input-bg.jpg') repeat-x;
	border: 1px solid #7F7F7F;
}

dl.formlist dd input:focus, dl.formlist dd textarea:focus, dl.formlist dd select:focus {
	border: 1px solid black;
}

dl.formlist dd input {
	/*background: white;*/
	padding: 1px;
	margin: 0 0 5px 0;
}

dl.formlist dd input.formError {
	border: 1px solid red;
}

dl.formlist dd input.button {
	background: white;
	padding: 1px;
	border: 1px solid #000000;
	margin: 3px;
	width: auto;
	font-weight: bold;
}

input.button {
	background: white;
	padding: 1px;
	border: 1px solid #000000;
	margin: 3px;
	width: auto;
	font-weight: bold;
}

dl.formlist dd input.submit_versturen {
	background: url('../images/btn-verstuur-0.jpg') center;
	height: 24px;
	width: 110px;
	border: 0;
}

dl.formlist dd input.submit_versturen_rollover {
	background: url('../images/btn-verstuur-1.jpg') center;
	height: 24px;
	width: 110px;
	border: 0;
}

dl.formlist dd textarea {
	padding: 2px;
	margin: 3px;
	margin-left: 0;
}
dl.formlist dd select {
	background: white;
	padding: 1px;
	border: 1px solid black;
	margin: 3px;
	width: auto;
}

input.form {
	background-color: white;
	margin: 3px;
	padding: 1px;
	border: 1px solid #000000;
	font-weight: bold;
}
select.form {
	background: white;
	padding: 1px;
	border: 1px solid black;
	margin: 3px;
	width: 325px;
}

input.checkbox
{
	display: inline;
	width: 15px !important;
	border: none !important;
}


/* Styling voor formulier validatie */
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid red;
}

label.errHilite {
	color: #C00;
}

ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #C00;
	font-weight: bold;
	background-image: none;
	list-style: inside square;
}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	background-image: none;
	list-style: inside square;
}
ul#errors li.heading {
	list-style-type: none;
	color: black;
	font-weight: normal;
	margin: .5em 0;
	padding: 0;
}

ul#php-errors {
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #C00;
	font-weight: bold;
	background-image: none;
	list-style: inside square;
}	
ul#php-errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	background-image: none;
	list-style: inside square;
}
ul#php-errors li.heading {
	list-style-type: none;
	color: black;
	font-weight: normal;
	margin: .5em 0;
	padding: 0;
}

