﻿/* ----- Templates ----- */

body
{
	font-size: 10pt;
	line-height: 15pt;
	font-family: Courier, Verdana, Sans-Serif;
	color: #000;
}

#omvat
{
	width: 982px;
	margin: 0px auto;
}

#content
{
	width: 982px;
	height: 100%;
	margin: 0px auto auto auto;
}

#contentZelf
{
	width: 982px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

/* ----- Generiek ----- */

html, body 
{
	margin: 0px;
	padding: 0px;
}

.element
{
	display: block;
}

img
{
	border: 0px;
}

/* ----- Link elementen ----- */

a.seLink:link, a.seLink:hover, a.seLink:active, a.seLink:visited
{
	color: gray;
	text-decoration: underline;
}

a.seLink:hover
{
	text-decoration: none;
}

/* ----- Linkjes in platte- of HTML-tekst ----- */

.seLink a:link, .seLink a:hover, .seLink a:active, .seLink a:visited
{
	color: gray;
	text-decoration: underline;
}

.seLink a:hover
{
	text-decoration: none;
}