/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
*
{
	margin: 0;
}

#kleine_tekst
{
	font-size:10px;
	margin:0;
	padding:0;
}

body
{
	font-size: 11px;
	font-family: Arial, Calibri;
	margin: 0;
	padding: 0;
	color: #696969;
	background-color: #FFFFFF;
	padding-left: 10px;
}

html, body
{
	height: 90%;
}

a:link
{
	color: inherit;
	text-decoration: underline;
}

a:visited
{
	color:inherit;
}

a:hover
{
	color: inherit;
	text-decoration: none;
}

a:active
{
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Calibri;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #00A44B;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	padding: 0 0 10px 0;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */



#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
}

#contentPlaceholder
{
	clear: both;
	width: 1000px;
	height: 460px;
	text-align: left;
}

#footer, #push
{
	height: 89px;
	margin: 0 auto;
	margin-bottom:10px;
}

#push
{
	height:239px;
}

#footer
{
	float:left;
	width: 1000px;
	border: 2px solid #C0C0C0;
}

#footer_spacer
{
	height: 80px;
	width: 75px;
	float: left;
}

#moa_lid
{
	background: url(../Images/MOA_Lid.png) center no-repeat;
	height: 80px;
	width: 245px;
	float: left;
}


#footer_text
{
	height: 60px;
	width: 350px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

#the_choice
{
	background: url(../Images/The_Choice.png) center no-repeat;
	height: 80px;
	width: 250px;
	float: left;
}

#header
{
	background: url(../Images/DPW_Header.png) center no-repeat;
	top: 10px;
	height: 160px;
	width: 1000px;
	margin: 10px 0px 7px 0px;
	border: 2px solid #C0C0C0;
}

	#header a
	{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 1000px;
		height: 160px;
	}

	#header a h1
	{
		display: none;
	}

#logindisplay
{
	margin-right: 20px;
	margin-top: 65px;
	float: right;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Calibri;
	font-size: 32px !important;
}

#aanmelden A:link
{
color: #FFFFFF;
}
#aanmelden A:visited
{
color: #FFFFFF;
	text-decoration: none;
}
#aanmelden A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#persoonlijk A:link
{
	color: #FFFFFF;
}

#persoonlijk A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#persoonlijk A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* FRONT PAGE ITEMS
----------------------------------------------------------*/

.frontPageItem
{
	position: absolute;
	border: 2px solid #C0C0C0;
	margin-right:7px;
	margin-bottom:7px;
	padding: 10px;
}

.frontPageItemOverlay
{
	position: absolute;
	border: 2px solid #C0C0C0;
	margin: 0px 0px 7px 0px;
    text-align:center;
	font-size: 18px;
	vertical-align: middle;
	line-height: 25px;
	color: #FFFFFF;
}

	.frontPageItemOverlay a:link, .frontPageItemOverlay a:visited
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

	.frontPageItemOverlay a:hover
	{
		text-decoration: none;
	}
	
	.contact a:link, .contact a:visited
	{
		color: #000000;
		text-decoration: underline;
	}

	.contact a:hover
	{
		text-decoration: none;
	}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset.hidden
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: solid 1px #C0C0C0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table td
{
	padding: 5px;
	border: solid 1px #C0C0C0;
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #C0C0C0;
	border: solid 1px #C0C0C0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

#home_link
{
	display: block;
	height: 15px;
	left: 850px;
	position: relative;
	text-align: right;
	width: 150px;
}

 #dark_link:link, #dark_link:visited
 {
 	color: #000000;
 	text-decoration: underline;
 }
 
 #dark_link:hover
 {
	text-decoration: none;
 }
 
 #grey_links a:link, #grey_links a:visited
 {
 	color: #000000;
 }
 
 #grey_links a:hover
 {
 	color: #000000;
 }
 
