/* ALGEMEEN */
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: underline;
	color: #3366cc;
}
a:hover {
	text-decoration: none;
	color: #6699ff;
}

p {
	margin: 2px;
	padding: 0;
}
form p {
	margin: 0;
}
form h6 {
/* h6 is used for loginspace */
	margin: 0;
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	font-family: inherit;
	line-height: 150%;
}

td,th {
	vertical-align: top;
}

td {
	padding: 1px 4px 1px 4px;
}


img {
	border: 0;
}

/* UITLIJNING */

.nowrap {
	white-space: nowrap;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

div#center {
	text-align: justify;
}

img.right {
	float: right;
}
.centerAlign {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.leftAlign {
	text-align: left;
}
.leftFloat {
	float: left;
	margin: 1em;
}
.rightFloat {
	float: right;
	margin: 0 1em .6em 1em;
	text-align: center;
}

/* KLEUREN */
.red {
	color: #cc0000;
}
.green {
	color: #00cc00;
}

/* FOOTER */
div#Fbottom {
	margin-top: 1em;
	text-align: left;
	clear: both;
}

div#footerbalk a {
	color: white;
	text-decoration: underline;
}

a.footerCategorie {
	color: #990000;
	font-weight: bold;
}
a.footerCategorie:hover {
	color: #ff9999;
}

a.footerPagina {
	color: #999999;
	font-weight: bold;
}
a.footerPagina:hover {
	color: #ff9999;
}

/* FORMS */

form {
	margin: 0;
	padding: 0;
}

input[type=text],input[type=password] {
	border: solid 1px #cc0000;
	margin: 1px 0;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

input.transparentbutton {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: #990000;
	font-weight: bold;
}
input.transparentbutton:hover {
	cursor: pointer;
}

input.leftinput {
	width: 120px;
}

/* KOPPEN */
h1 {
	font-family: MgOpen Cosmetica, sans-serif;
	color: #666666;
	font-weight: lighter;
	border-bottom: solid 1px #666666;
	font-size: 18pt;
	margin: 0 0 .5em 0;
}

h1.paginanaam {
	font-weight: normal;
	font-size: 20pt;
	color: #333333;
	margin: 0;
	border: 0;
	padding-left: .5em;
}

/* KADERS */
div.kader {
	background-color: #ffffff;
	border: solid 1px #cc0000;
	padding: 1px;
	width: 180px;
	margin: 8px 0 0 0;
}

div.kader h4 {
	background-image: url(../img/balk.spacer.png);
	background-repeat: repeat-x;
	background-color: #990000;
	margin: 0;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}


