
/* Christiaan Huygens prijs */
/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #ebebeb url(images/back-2.jpg) no-repeat center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6898c8;
	font-size: 13px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004b96;
	font-size: 17px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #68777f;
	font-size: 15px;
}


a {
	font-weight: bold;	
	text-decoration: none;
	color: #6898c8;
}

a:hover {
	text-decoration: underline;
	color: #004b96;
}

/************* HEADER STUFF ************/

#header {
	width: 850px;
	height: 425px;
	margin: 0px auto;
	padding: 0;
	background: #FFFBFD url(images/header.jpg) no-repeat center top;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
	display: none;
}

#headerfollow {
	width: 850px;
	height: 310px;
	margin: 0px auto;
	padding: 0;
	background: #FFFBFD url(images/header-2.jpg) no-repeat center top;
}
#headerfollow h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
	display: none;
}
/************* MENU ************/

#menu {
	width: 850px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	background-color: #004b96;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 7px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li a:hover {
	background-color: #6898c8;
}

#menu li.active a {
	padding: 7px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}

/************* CONTENT ************/

#content {
	width: 850px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	/* background: #ff3 url(images/back-body.jpg) repeat-y center top; */
	background-color: #fff;
	overflow: hidden;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 540px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 230px;
	padding: 0px 20px 40px 20px;
	color: #90959a;
}

#right #huygensimage {
  margin: 0 auto;
  text-align: center;
}

#right ul.submenu {
}

#right ul.submenu li.active a {
	color: #68777f;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 850px;
	height: 15px;
	margin: 0px auto;
	background: url(images/footer.jpg) no-repeat center bottom;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}

