/* CSS Document */

/* Describes properties of header and menu, used in both the homepage and the new forum */

body
	{
	font-family: 		 verdana, swiss, helvetica;
	font-size: 			11px;
	text-align:			center;
	border-left: 		1px solid #000;
	border-right: 		1px solid #000;
	background-color:	#F7F6F3;
	margin:				0px;
	padding:			0px;
	background-image:	url(http://www.websitemaken.be/skins/red/images/bodybg.gif);
	background-repeat:	repeat-x;
	}
div.content {
	width: 				770px;
	margin:				0px auto;
	text-align:			justify;
	border-left: 		1px solid #000;
	border-right: 		1px solid #000;
	}

div#header
	{
	background-color: 		#ffffff;
	background-image: 	 	url(http://www.websitemaken.be/skins/red/images/v4header.gif);
	background-repeat : 	no-repeat ;
	background-position : 	top center ;
	padding: 				0px;
	margin:					0px;
	height: 				148px;
	}
form
	{
	margin: 	0px;
	padding:	0px;
	}
input, textarea, select
	{
	border-width: 		1px ;
	border-style : 		solid ;
	border-color : 		#ccc ;
	background-color: 	#efefef;
	margin: 			1px;
	}

.submit
{
	font-size: 	11px;
}
form.zoekheader
{
	position: 				absolute; 
	top: 					123px; 
	margin-left: 			10px
}

form.zoekheader input
{
	border: 			1px solid #000; 
	font-size: 			10px
}

/*Loginformulier gebruikt 2 fontsizes:*/

.loginform input
{
	font-size:		12px;
}

.loginform input.loginpass
{
	font-size: 		10px;
}

.loginform input.loginemail
{
	font-size:		9px;
}

input.setcookie
{
	padding: 		0px; 
	margin: 		0px; 
	border: 		0px;
}


/* Het vlak waarin de invulvelden voor het inlogform staan, boven het menu*/
div.login
{
	margin-top: 		0px;
	margin-bottom: 		0px;
	padding: 			2px;
	background-image:  	url(images/bg_login.gif);
	text-align: 		center;
	border-bottom: 		1px solid #000;
	border-top: 		1px solid #000;
	width: 				766px;
	font-size: 			11px;
	text-align: 		center;
	height:				21px;
	vertical-align:		bottom;
}
div.login a
{
	color: 				#000;
	text-decoration: 	none
}

div.login a:hover
{
	text-decoration: 	underline;
}

.login form, .login p
{
	margin:				0px;
	padding:			0px;
}

.login input
	{
		border: 		1px solid #000000;
		font-size: 		9px;
	}



/*Einde loginform*/
/*content gebruiken we om de site te centreren*/
/*Center is het middelste gedeelte, tussen het menu en de onderkant. Eigenlijke content dus*/
div.center
	{
	padding-left: 		5px;
	padding-right: 		5px;
	line-height: 		130%;
	background-color: 	#F4F3F0;
	padding-bottom: 	0px;
	padding-top: 		0px;
	margin: 			0px;
	color: 				#000000;
	}

div.center a
	{
	color: 				#000000;
	}

div.center a:hover
	{
	color:				#666666;
	text-decoration: 	none;
	}

/*aRAchNiON was hier*/ 
#navigation 
{ 
	height: 20px; 
	background-color: #1D84AB; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
#navigation li 
{ 
	display: block; 
	text-align: center; 
	width: 109px; 
	background-color: #1D84AB; 
	background-image: url(http://www.websitemaken.be/skins/red/images/bg2.gif); 
	float: left; 
	position: relative; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
} 
#navigation #home, #navigation #graphics, #navigation #forum 
{ 
	width: 106px; 
} 
#navigation #meer-bezoekers 
{ 
	width: 119px; 
} 
#navigation #forum 
{ 
	border-right: 0; 
} 
#navigation a 
{ 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
	display: block; 
	padding: 3px 0px; 
	margin: 0px; 
} 
#navigation ul 
{ 
	position: absolute; 
	z-index: 500; 
	list-style: none; 
	display: none; 
	background-color: #ffffff; 

	border: 1px solid black; 
	padding: 0; 
	left: -1px; 
	margin-left: 0px;
} 
#navigation ul li 
{ 
	width: 100%; 
	background-color: transparent; 
	background-image: none; 
	text-align: left; 
	float: none; 
	position: static; 
	border: none; 
} 
#navigation ul li a 
{ 
	width: 105px; 
	padding: 3px 2px 4px; 
	color: black; 
	font-weight: normal; 
} 
#navigation #home a, #navigation #graphics a, #navigation #forum a 
{ 
	width: 106px; 
} 
#navigation #meer-bezoekers a 
{ 
	width: 115px; 
} 
#navigation ul li a:hover 
{ 
	background-color: #E3EFF7; 
} 
#navigation li:hover ul 
{ 
	display: block; 
} 
/*aRAchNiON was hier niet*/ 
