html,body
{
	height: 100%;
	width: 100%;
	background-color: #edeff1;
	background-image: url('./../images/background.png');
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #000000;
	font: 11px Arial,"Trebuchet MS", "Lucida Sans unicode", Helvetica, sans-serif, courier;
}

a, a:visited
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

input,textarea
{
	border: 1px solid #0581c2;
	padding: 5px;
	font: 11px Arial,"Trebuchet MS", "Lucida Sans unicode", Helvetica, sans-serif, courier;
}

img 
{
	border: 0;
	margin: 0;
	padding: 0;
}

div#outer 
{
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div#middle 
{
	display: table-cell;
	vertical-align: middle;
}

div#inner 
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

div#header_logo
{
	clear: both;
	margin: 0;
	padding: 0;
}

div#header_foto
{
	clear: both;
}

img.headerpic
{
	border-top: 3px solid #0581c2;
	border-bottom: 3px solid #0581c2;
}

div#menu
{
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
}

div#content
{
	clear: both;
	border: 1px solid #0581c2;
	background-color: #ffffff;
}

div#content div#pagina
{
	clear: both;
	padding: 15px 0 0 18px;
}

div#content div#text
{
	clear: both;
	padding: 5px 20px 15px 20px;
}

div#acties
{
	clear: both;
	color: #0581c2;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
}

div#acties div.info
{
	float: left;
	color: #000000;
	border: 1px solid #0581c2;
	width: 194px;
	height: 123px;
	text-align: left;
	background-image: url('./../images/actie.png');
	margin-right: 5px;
	cursor: pointer;
}

div#acties div.info div.inner
{
	padding: 5px;
	font-size: 11px;
}

div#acties div.info div.inner .logo
{
	clear: both;
}

div#footer
{
	clear: both;
	background-image: url('./../images/footer.png');
	width: 1000px;
	height: 172px;
}

div#footer a
{
	text-decoration: none;
	color: #9e9e9e;
}

div#footer a:hover
{
	text-decoration: underline;
	color: #9e9e9e;
}

div#footer div.footerinfo
{
	float: left;
	margin: 20px 5px 0 46px;
}

div#footer div.footerinfo div.kop
{
	clear: both;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 3px;
}

div#footer div.footerinfo div.info
{
	clear: both;
	color: #9e9e9e;
}

div#copyrights
{
	clear: both;
	color: #9e9e9e;
	margin: 0 0 0 46px;
}
