/* --------------------------------------- */
/* GENERAL */
/* --------------------------------------- */

body
	{
	background: #7fc1f1;
	margin: 0px;
	}

div#wrapper
	{
	background-color: #fff;
	position: relative;
	width: 600px;
	margin: 0px auto;
	}

a							{ font-weight: bold; color: #2397e6; text-decoration: none; }
a:hover						{ font-weight: bold; color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header
	{
	position: relative;
	background-image: url(/grfx/nieuwsbrief_consumenten/header.jpg);
	background-repeat: no-repeat;
	height: 260px;
	display: block;
	}

div#header h1				{ position: static; font-size: 1em; text-indent: -9999px; }

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position: relative;
	height: auto;
	_height: 370px;
	min-height: 370px;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	}

div#main h3,
div#main h4
	{
	font-weight: bold;
	font-size: 1.1em;
	color: #0053a0;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 0px;
	}

div#main h4					{ font-size: 0.95em; text-transform: none; }

.more						{ color: #111085; }

#subheader
	{
	position: relative;
	height: auto;
	_height: 20px;
	min-height: 20px;
	}

h3#title
	{
	position: relative;
	height: auto;
	_height: 20px;
	min-height: 20px;
	margin: 0px;
	}

p#number
	{
	position: relative;
	font-weight: bold;
	font-size: 1.1em;
	color: #0053a0;
	text-transform: uppercase;
	width:256px;
	text-align: right;
	margin: 0px;
	float: right;
	}


/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

div#footer
	{
	position: relative;
	background-color: #0053a0;
	clear:both;
	font-size: 0.8em;
	color: #fff;
	height: auto;
	min-height: 35px;
	_height: 35px;
	margin: 0px;
	padding: 0px;
	}

div#footer a			{ color: #fff; text-decoration: none; }
div#footer a:hover		{ color: #adeb50; text-decoration: none; }

div#footer p#visit
	{
	height: auto;
	min-height: 35px;
	_height: 35px;
	margin: 0px;
	margin-right: 300px; /* copyright */
	padding: 8px 0px 4px 20px;
	}

div#footer p#unsubscribe
	{
	position: absolute;
	width:280px;
	text-align: right;
	margin: 0px;
	top:8px;
	right:20px;
	}


/* ======================================= */
/* ======================================= */
/* ======================================= */

