/*Main*/
html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #17244d;
}

img
{
	border: none;
}

.Close
{
	clear: both;
}

div#Wrapper
{
	position: relative;
	width: 935px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../media/img/wrapper_bg.gif);
	background-repeat: repeat-y;
}

	div#Header
	{
		position: relative;
		width: 925px;
		height: 150px;
		padding-left: 20px;
		padding-top: 17px;
		background-image: url(../media/img/header_bg.gif);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
		div#HeaderImage
		{
			position: relative;
			width: 630px;
			height: 138px;
			overflow: hidden;
		}
	
	div#LeftColumn
	{
		position: relative;
		width: 165px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 22px;
		background-image: url(../media/img/leftcolumn_top_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-bottom: 30px;
		float: left;
	}
	
		div#LeftColumn .Headlines,
		div#Content .Headlines
		{
			position: relative;
		}
		div#Content .Headlines
		{
			width: 500px;
		}
		div#Content .Headlines #LastHeadline
		{
			margin-bottom: 10px;
		}
		div#LeftColumn .Headlines .Headline
		{
			margin-bottom: 10px;
			clear: both;
		}

		div#Content .Headlines .Headline
		{
			clear: both;
		}
			
	div#Container
	{
		position: relative;
		width: 730px;
		background-image: url(../media/img/container_menu_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-bottom: 30px;
		float: left;
	}
	
		div#NavBar
		{
			position: relative;
			width: 730px;
			height: 48px;
			overflow: hidden;
		}
		
		div#Content
		{
			position: relative;
			width: 698px;
			padding-right: 26px;
			padding-left: 6px;
			padding-top: 10px;
		}
		
			div#Content .Ledenlijst
			{
				width: 340px;
				float: left;
			}
	
				div#Content .Ledenlijst p
				{
					padding-left: 3px;
					padding-right: 3px;
					margin-left: 3px;
					margin-right: 3px;
					border-bottom: #12A5CB solid 1px;
				}
		
	div#Footer
	{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 909px;
		height: 22px;
		padding-right: 26px;
		background-image: url(../media/img/footer_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
/*Layout*/
h1, h2, h3, h4, h5, h6, p, a, ul, li, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #0ea5cb;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

hr
{
	height: 1px;
	border: none 0;
	background-color: #0ea5cb;
	color: #0ea5cb;
}

p, a, ul, li
{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

a:hover
{
	color: #0ea5cb;
}

div#LeftColumn p
{
	font-size: 11px;
	line-height: normal;
	color: #000;
}

div#LeftColumn .Headlines p
{
	font-size: 11px;
	line-height: normal;
	color: #000;
}

div#LeftColumn .Headlines h1,
div#LeftColumn .Headlines h2,
div#LeftColumn .Headlines p.Title,
div#LeftColumn .Headlines p.Date,
div#Content .Headlines h1,
div#Content .Headlines h2,
div#Content .Headlines p.Title,
div#Content .Headlines p.Date
{
	color: #0ea5cb;
}

div#LeftColumn .Headlines p.Title,
div#Content .Headlines p.Title
{
	font-weight: bold;
	float: left;
}

div#LeftColumn .Headlines p.Date
{
	clear: both;
}

div#Content .Headlines p.Date
{
	float: right;
}

div#LeftColumn .Headlines p.Introtxt,
div#Content .Headlines p.Introtxt
{
	clear: both;
}

div#LeftColumn .Headlines a
{
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: normal;
	color: #0ea5cb;
}

div#LeftColumn .Headlines a:hover
{
	background-color: #e5f6fb;
	text-decoration: none;
}

div#Content .Headlines a
{
	color: #0ea5cb;
	text-decoration: none;
}

div#Content .Headlines a:hover
{
	text-decoration: underline;
}

div#Content .DetailDate
{
	float: right;
	color: #0ea5cb;
}

div#Content ul
{
	list-style: outside;
	margin-left: 20px;
}

div#Footer
{
	text-align: right;
}


/*Menu*/
#Menu
{
	list-style: none;
}

#Menu li
{
	float: left;
}

#Menu li a
{
	display: block;
	width: auto;
	color: #17244d;
	line-height: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #fff;
}

#Menu li a:hover
{
	color: #fff;
	background-image: url(../media/img/menu_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Images*/
div#Content img
{
	padding: 4px;
	background-color: #0ea5cb;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*Form*/
div#Content .RadioRow
{
	padding-left: 200px;
	margin-bottom: 5px;
}
div#Content .InputRow
{
	margin-bottom: 5px;
	clear: both;
}
div#Content .InputRow p
{
	width: 200px;
	float: left;
}
div#Content .InputRow input
{
	width: 300px;
	border: solid 1px;
	padding-left: 3px;
}
div#Content .InputRow textarea
{
	width: 300px;
	height: 100px;
	border: solid 1px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: auto;
}
div#Content .InputRow input#verzenden
{
	width: 80px;
	border: none;
	background: url(../media/img/button_bg.gif) repeat-x;
	color: #FFFFFF;
}
div#Content .InputRow input#postcode
{
	width: 60px;
	border: solid 1px;
}
div#Content .InputRow input#plaats
{
	width: 134px;
	border: solid 1px;
}
div#Content .InputRow input#telefoon,
div#Content .InputRow input#fax
{
	width: 97px;
	border: solid 1px;
}