/**************************************
****Stylesheet made by Erik Tiekstra***
**************************************/

body{
	background: #FFFFFF;
	width: 750px;
	height: 100%;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana;
	font-size:11px;
	color:#999999;
}

/***************************************
**************LINK STYLE****************
***************************************/

a:link{
	color:#000099;
	text-decoration: none;
}
a:visited{
	color:#000099;
	text-decoration: none;
}
a:hover{
	color:#333333;
	text-decoration: underline;
}

/***************************************
*****THIS WILL CENTER THE WEBSITE*******
***************************************/

#centreerdiv{
	position: absolute;
	width: 750px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	visibility: visible;
	min-height: 500px;
}

/***************************************
***STYLES OF DIFFERENT DIV IN INDEX*****
***************************************/

#header{
	position:absolute;
	width:750px;
	height:194px;
}
#navigatie{
	background-image:url(../img/bg/02.jpg);
	position:absolute;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	top:190px;
	width:700px;
	height:25px;
	font-size:13px;
	z-index:1;
}
#content{
	background-image:url(../img/bg/03.jpg);
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
	position:absolute;
	top:215px;
	min-height: 200px;
	width:700px;
}
#credits{
	background-image:url(../img/bg/04.jpg);
	position: absolute;
	bottom:0px;
	left:0px;
	width:700px;
	height:83px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:right;
	font-size:10px;
	color:#999999;
}
.main{
	position: relative;
	left: 80px;
	top: 10px;
	width: 500px;
	padding: 5px;
}

/***************************************
*******STYLES OF DIFFERENT FORMS********
***************************************/

.form{
	font-family: Tahoma, Trebuchet MS, Arial, Verdana;
	font-size: 10px;
}

