/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background: url(../media/images/body-bg.gif) repeat-x #c2c2c2;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	div#header
	{
		position: relative;
		width: 1024px;
		height: 106px;
		overflow: hidden;
	}
	
	div#mainbackground
	{
		position: relative;
		padding: 0 0 0 30px;
		width: 998px;
		height: 508px;
	}
	
		body#home div#mainbackground
		{
			background: url(../media/images/home-main-bg.jpg) left top no-repeat;
		}
		
		body#bestuur div#mainbackground
		{
			background: url(../media/images/bestuur-main-bg.jpg) left top no-repeat;
		}
		
		body#ledenlijst div#mainbackground
		{
			background: url(../media/images/ledenlijst-main-bg.jpg) left top no-repeat;
		}
		
		body#lidmaatschap div#mainbackground
		{
			background: url(../media/images/generic-main-bg.jpg) left top no-repeat;
		}
		
		body#bedankt div#mainbackground
		{
			background: url(../media/images/generic-main-bg.jpg) left top no-repeat;
		}
		
		body#nieuws div#mainbackground
		{
			background: url(../media/images/nieuws-main-bg.jpg) left top no-repeat;
		}
		
		body#contact div#mainbackground
		{
			background: url(../media/images/contact-main-bg.jpg) left top no-repeat;
		}
		body#bijeenkomst div#mainbackground
		{
			background: url(../media/images/generic-main-bg.jpg) left top no-repeat;
		}
		body#bijeenkomst_bedankt div#mainbackground
		{
			background: url(../media/images/generic-main-bg.jpg) left top no-repeat;
		}
		
		
	div#menubar
	{
		position: relative;
		margin: 0 0 86px 0;
		height: 35px;
	}
	
	div#content
	{
		position: relative;
		padding: 0 15px 0 374px;
		margin: 0 40px 0 0;
		width: 565px;
		height: 300px;
		outline: hidden;
	}
	
	div#imagecontainer
	{
		position: absolute;
		top: 38px;
		left: 0;
		width: 440px;
		height: 342px;
		overflow: hidden;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 26px;
	line-height: 28px;
	color: #839f30;
}

p, a, ul, ol, td
{
	font-size: 13px;
	line-height: 17px;
	color: #000;
	text-align: justify;
}
	p.error{
		color:red;
		font-weight:bold;
		width: 260px;
	}
body#home p
{
	color: #fff;
}

/*Main nav*/
div#menubar a img
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

	div#menubar a:hover img,
	body#home div#menubar a#homeb img,
	body#bestuur div#menubar a#bestuurb img,
	body#ledenlijst div#menubar a#ledenlijstb img,
	body#lidmaatschap div#menubar a#lidmaatschapb img,
	body#nieuws div#menubar a#nieuwsb img,
	body#contact div#menubar a#contactb img
	body#aanmelden div#menubar a#aanmeldenb img
	{
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}
	
/*Image fader*/
ul#fader
{
	margin: 0;
	list-style: none;
}

/*Forms*/
form, fieldset {
	border: none 0;
}

fieldset {
	padding: 10px 0 0 24px;
}

legend {
	display: none;
}

label
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 2px;
	width: 137px;
	float: left;
}
	
input, textarea
{
	font-size: 13px;
	color: #000;
	padding: 2px;
	width: 380px;
	border: none 0;
	background-color: #eaeaea;

	/* Shaduw in firefox, safari & internet explorer */
	-moz-box-shadow: 2px 2px 10px #555555;
	-webkit-box-shadow: 2px 2px 10px #555555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#888888,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#888888,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=6);
}

textarea {
	overflow: auto;
}
input.radio {
	width: auto;
/*	padding: 0;
	margin: 0;*/
	background: none;
}
label.radio {
	float:none;
	width: auto;
	padding: 0 0 0 5px;
	margin: 0;
}

div.formrow {
	padding-bottom: 15px;
}
input#postalcode {
	width:60px;
	margin-right:10px;
}
body#lidmaatschap input#city {
	width: 302px;
}
input#contactpersoon {
	width:290px;
	float:right;
	margin-right:20px
}
input#submit {
	width: 120px;
	height: 22px;
	margin-left: 400px;
	margin-top: 6px;
	cursor: pointer;
}

