/* 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: 		0px solid #000;
	border-right: 		0px solid #000;
	background-color:	#ffffff;
	margin:				15px;
	padding:			0px;
	background-image:	url('http://www.eaglewatch.nl/images/f.gif');
	background-repeat:	repeat-x
	}
div.content {
	width: 				750px;
	margin:				0px auto;
	text-align:			justify;
	border-left: 		1px solid #000;
	border-right: 		0px solid #000;
	}

div#header
	{
	background-color: 		#000000;
	background-image: 	 	url('http://www.eaglewatch.nl/images/eagle-logo.jpg');
	background-repeat : 	repeat ;
	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: 					105px; 
	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('http://www.eaglewatch.nl/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:				25px;
	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: 	#000000;
	padding-bottom: 	0px;
	padding-top: 		0px;
	margin: 			0px;
	color: 				#000000;
	}

div.center a
	{
	color: 				#000000;
	}

div.center a:hover
	{
	color:				#000000;
	text-decoration: 	none;
	}

/*aRAchNiON was hier*/ 
#navigation 
{ 
	height: 18px; 
	background-color: #808080; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
#navigation li 
{ 
	display: block; 
	text-align: center;
	width: 106px; 
	height: 18px;
	background-color: #808080; 
	background-image: url('http://www.eaglewatch.nl/images/f.gif'); 
	float: left; 
	position: relative; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black 
} 
#navigation #home, #navigation #graphics, #navigation #forum 
{ 
	width: 105px; 
} 
#navigation #meer-bezoekers 
{ 
	width: 200px; 
} 
#navigation #forum 
{ 
	border-right: 0px none; 
} 
#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: url('http://www.eaglewatch.nl/images/f.gif'); 
	text-align: left; 
	float: none; 
	position: static; 
	border: medium none 
} 
#navigation ul li a 
{ 
	width: 102px; 
	padding: 3px 2px 4px; 
	color: black; 
	font-weight: normal; 
} 
#navigation #home a, #navigation #graphics a, #navigation #forum a 
{ 
	width: 200px; 
} 
#navigation #meer-bezoekers a 
{ 
	width: 115px; 
} 
#navigation ul li a:hover 
{ 
	background-color: #c0c0c0; 
} 
#navigation li:hover ul 
{ 
	display: block; 
} 
/*aRAchNiON was hier niet*/ 