body, table, td, th, input, textarea, select {
	font: "normal 12px Times New Roman", "dejavu sans condensed", sans-serif;
	color: #3e4e65;
	margin: 0px;
	
}
body {
	line-height: 18px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 12pt;
	color: #3e4e65;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 100%;
}
a img {
	border-width: 0px;
}
h3 {
	font-size: 11pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul {
	list-style: none;
	width: 200px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	background-color: #e5e5e5;
}
ol {
	list-style: none;
	width: 200px;
	padding: 0px;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
	font-weight: normal;
	background-color: #f1f1f1;
}
ul a {
	color: #000000;
	text-decoration: none;
}

.index {
	border: #3e4e65 4px solid;
	padding: 5px;
	width: 250px;
	height: 250px;
}

a {
	color: #3f4e65;
	text-decoration:underline;
}

.categorieen a{
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
}

.subcategorieen {
	padding: 5px;
}

.subcategorieen a{
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	text-decoration:none;
}

.artikelen {
	border: #3e4e65 4px solid;
	padding: 5px;
	width: 200px;
}

.artikel {
	border: #3e4e65 4px solid;
	padding: 5px;
}

label {
	width: 160px;
	margin: 5px;
}
textarea {
	width: 300px;
    height: 120px;
}

legend {
	font: bold;
	color: #000000;
}

#container {
	position: absolute;
	color: #000000;
	text-align: left;
	left: 50%;
	margin-left: -400px;
	margin-right: 50%;
	width: 800px;
	height: 100%;
}

#menu {
	position: absolute;
	background-color: #ffffff;
	padding: 10px;
	top: 50px;
	float: left;
	width: 565px;
	height: 134px;
}

#logo {
	position: absolute;
	top: 50px;
	background-color: #ffffff;
	margin-left: 565px;
	width: 235px;
	height: 134px;
}

#content {
	position: absolute;
	top: 200px;
	padding: 5x;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	width: 800px;
	height: 100%;
}

