@charset "utf-8";
/* CSS Document */
/*	This document contains the makup of the entire site of www.wiskuu.nl.	*/

/*the makup of the divs, headers and the body.*/

*						{	margin: 0; padding: 0;}


body					{	background-color: white;
							font-family: Tahoma, Geneva, sans-serif;}

.container				{	width: 950px;
							minheight: 1000px;
							margin-left: auto;
							margin-right:auto;}

.header					{	width: 100%;
							height: 100px;
							background-color: #289300;}

.banner					{	position: relative;
							margin-left: auto;
							margin-right: auto;
							width: 950px;}
							
.mainmenu				{	width: 100%;
							height: 49px;
							margin-top: 10px;}

.submenu				{	width: 100%;
							height: 35px;
							border-top: 6px solid #2D5EB8;
							border-bottom: 6px solid #2D5EB8;}
							
.content				{	padding: 10px;
							padding-top: 20px;
							font-family: Tahoma, Geneva, sans-serif;}
							
.date					{	float: right;
							font-size: 9pt;}
							
/*	The makup of the links, links in menus, etc.	*/

.mainmenulink			{	text-decoration: none;
							font-size: 20px;
							color: #2D5EB8;
							display: block;
							float: left;
							padding-left: 10px;
							padding-right:10px;
							height: 25px;
							padding-bottom: 12px;
							padding-top: 12px;}

.mainmenulinkselected	{	text-decoration: none;
							font-size: 20px;
							color: #002872;
							display: block;
							float: left;
							padding-left: 10px;
							padding-right:10px;
							height: 25px;
							padding-bottom: 12px;
							padding-top: 12px;
							border-left: 4px solid #2D5EB8;
							border-right: 4px solid #2D5EB8;
							border-top: 4px solid #2D5EB8;}
							
.mainmenulink:hover		{	color: black;}
.mainmenulinkselected:hover	{color: black;}



.submenulink			{	text-decoration: none;
							font-size: 18px;
							color: #000;
							display: block;
							float: left;
							padding-left: 10px;
							padding-right: 10px;
							height: 25px;
							padding-bottom: 5px;
							padding-top: 5px;}
							
.submenulinkselected	{	font-size: 18px;
							text-decoration: none;
							color: #2D5EB8;
							display: block;
							float: left;
							padding-left: 10px;
							padding-right: 10px;
							height: 25px;
							padding-bottom: 5px;
							padding-top: 5px;}
							
.submenulink:hover		{	text-decoration: underline; }
.submenulinkselected:hover	{	text-decoration: underline; }


.contentlink			{	text-decoration: none;
							color: #2D5EB8;}
.contentlink:hover		{	color: #289300;}

.linklist				{	text-decoration: none;
							color: #2D5EB8;
							font-size: 14pt;}
.linklist:hover			{	color: #289300;}

ul						{	margin-left: 25px;}

.ecmainmap				{	margin-left: 25px;
							list-style: decimal;}

.ecsubmap				{	margin-left: 50px;
							list-style: decimal;}

/*	Tables	*/

.normaltable				{	border: none;
							width: 900px;
							margin-left: 25px;}

.tablerow				{	padding-bottom: 10px;}
.tablerow:hover			{	background-color: #D5CD5E;}

.tabletitles			{	font-weight: bold;}

.contact				{	width: 300px;}
.contact:tr				{	padding: 10px;}

.peopletable td			{	padding-right: 7px;}
.peopledata				{	font-size: 11pt;}
.peopletableheaders		{	font-weight: bold;}
.peopledata:hover		{	background-color: #D5CD5E;}

.schedulestable			{	border: none;
							width: 450px;
							font-weight: bold;}
.schedulestable .titles	{	font-size: 12pt;}