html {
	height: 100%;
}

body {
	background-repeat:no-repeat;	
	background-color: #FFF9BB;
	margin: 0px;
	padding-top: 0px;
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}


div {
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}




a.name:link {
	text-decoration: none;
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: bold;
	font-color: black;
	color: black;
}

a.name:visited {
	text-decoration: none;
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: bold;
	font-color: black;
	color: black;
}

a.name:hover {
	text-decoration: underline;
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: bold;
	font-color: black;
	color: black;
}


#full {
	position:absolute;
	background-repeat: no-repeat;
	z-index: 0;
}

#header {
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
	padding: 10px;
	
}

#top {
	position:relative;
	bottom: 10px;
	margin: 10px 10px 0px 10px;
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}

.normalsize {
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}

.smallsize {
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}

#bottom {
	position:relative;
	margin-bottom: 10px;
	padding: 10px;
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}

#footer {
	font-family: 'Comic Sans MS';
	font-size: small;
}

.tussen_gb_bericht {
	border-bottom: 1px solid black;
		font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: normal;
}

.nieuwbericht_table {
	width: 450px;
	border: 1px solid black;
}

.nieuwbericht_input {
	border: 1px solid black;
	width: 250px;
}

.nieuwbericht_button {
	border: 1px solid black;
	width: 150px;
}


#bericht {
	border: 1px solid black;
	width: 430px;
	height: 200px;
}

.subject {
	color: #0000FF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.bericht {
	border: 1px solid black;
}

.berichttitel {
	font-family: 'Comic Sans MS';
	font-size: medium;
	font-weight: normal;
}

.name {
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: bold;
	font-color: black;
}

.tijd {
	font-family: 'Comic Sans MS';
	font-size: xx-small;
	font-weight: normal;
}

img {
	border: 0px;
	border-color: black;
}