
{
padding: 0;
margin: 0;
border: 0;
}

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #033db3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.kantlijn {
	font-weight: bold;
	color: #033DB3;
}

.clear { clear: both; }

#menu {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	border: 0px;
	border-top: 3px solid #910774;
	border-bottom: 3px solid #910774;
	font-weight: bold;
	color: #910774;
}

#menu table td {
	text-align: center;
	border: 0;
}

.menuitem {
}

.menukop a {
	font-weight: bold;
        color: #910774;
	text-decoration: none;
}

.menukop a:hover {
	font-weight: bold;
        color: #ffffff;
        background: #910774;
}

.submenu {
	text-align: left;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	font-weight: 100;
	font-size: 80%;
	position: absolute;
}

.submenu a {
	color: #000000;
        text-decoration: none;
}

.submenu a:hover {
        text-decoration: underline;
}


#container {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto;
	width: 600px;
	border: none;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height: 100%;
	border-left: 6px solid #033db3;
	margin: auto;
	padding: 0px;
	background-color: #f3f3f3;
	text-align: left;
}

* html #container {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#tekst {
	font-size: 15px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	padding-bottom: 100px;
	margin-bottom: 0px;
}

#tekst td {
        text-align: left;
	vertical-align: top;
        border: solid 1px #888888;
}

#tekst table {
        border-collapse: separate;
        border-spacing: 2px;
}

td.contact {
	padding: 5px;
}
