@charset "utf-8";
/* CSS Document */
@font-face { 
font-family: "Minya Nouvelle"; 
font-style:normal; 
font-weight: normal; 
src: url(MinyaNouvelle.ttf) format("truetype"); /*enkel IE*/
}

body
{
	font-family: "Minya Nouvelle", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	list-style-type: circle;
}

a, a:active, a:visited
{
	text-decoration: none;	
	color:#FC6339;
}

a:hover
{
	text-decoration: underline;
	color:#6a6a6a;
}

.center {
	text-align: center;
}

#header {
	width: 900px;
	position: relative;
	text-align: center;
}

#login {
	float: right;
}

#title {
	width: 556px;
}

#container
{
	background-image:url(../images/container.jpg);
	width: 900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

#content
{
	/* text-align: center; */
	position: absolute;
	top: 100px;
	height: 478px;
	width: 866px;
	max-width: 826px;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #6a6a6a;
	overflow: auto;
}

#content p
{
	margin-bottom: 20px;
}

#content ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}

h2 
{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

#me {
	float: right;
	margin-right: 5px;
}

#nav {
	width: 900px;
	height: 45px;
	margin: 0px auto 10px auto;
}

#navlijst {
	background-image: url(../images/menu/menu.png);
	background-position: 0px -70px;
	background-repeat: no-repeat;
	height: 45px;
	width: 900px;
	position: absolute;
}

#navlijst li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 45px;
	position: absolute;
	top: 2px;
}
#navlijst a {
	height: 45px;
	display: block;
}
#navlijst #link0 {
	width: 45px;
	left: 0px;
}
#navlijst #link0 a:hover  {	
	background-image: url(../images/menu/menu.png);
	background-position: 0px 0px;
}
#navlijst #link1 {
	width: 61px;
	left: 67px;
}
#navlijst #link1 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -67px 0px;
}
#navlijst #link2 {
	width: 127px;
	left: 145px;
}
#navlijst #link2 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -145px 0px;
}
#navlijst #link3 {
	width: 164px;
	left: 293px;
}
#navlijst #link3 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -293px 0px;
}
#navlijst #link4 {
	width: 81px;
	left: 475px;
}
#navlijst #link4 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -475px 0px;
}
#navlijst #link5 {
	width: 73px;
	left: 572px;
}
#navlijst #link5 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -572px 0px;
}
#navlijst #link6 {
	width: 103px;
	left: 662px;
}
#navlijst #link6 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -662px 0px;
}
#navlijst #link7 {
	width: 57px;
	left: 783px;
}
#navlijst #link7 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -783px 0px;
}
#navlijst #link8 {
	width: 42px;
	left: 857px;
}
#navlijst #link8 a:hover {	
	background-image: url(../images/menu/menu.png);
	background-position: -857px 0px;
}
div.middle
{
	height: 478px;
	width: 866px;
	max-width: 826px;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #6a6a6a;
	overflow: auto;
}
div #middle2 {
	overflow: hidden;
}

#middle2 ul
{
	margin-top: 15px;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}
.over
{
	overflow: auto;
	height: 378px;
	width: 820px;
	}
.kader {
	margin-left: 10px;
	margin-right: 10px;
	height: 200px;
	border: 0;
}

.kader1 {
	margin-left: 10px;
	margin-right: 10px;
	height: 150px;
	padding: 5px;
	border: none;
}

textarea {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: "Minya Nouvelle", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}
.bio{
	height: 340px;
	border: 3px solid #cccccc;
	padding: 5px;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: "Minya Nouvelle", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}
input {
	font-family: "Minya Nouvelle", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}
table {
	border-collapse: separate;
	border-spacing: 5px;
}
