/*
	AUTHOR: naam
			email
			website
	
	BASIC COLOR VALUES:
			Name:	#rrggbb;
            Name:   #rrggbb;
*/

html, body 
{ 
    overflow: auto;
	height: 100%;
	width: 100%;
}

body, table {
	font: 12px/1.4em Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

/* ----------------------------------------------------------- */

/* @group Color definitions */

#Header td {
	color: white;
	background-color: black;
	border-bottom: 2px solid white;
}

/**/
/* #Navigation   { background-color: #00A0C7;
				border-right: 2px solid white; */
				/* Use text align for positioning */
				/* text-align: left; }
#Navigation ul li a		  { color: white; }
#Navigation ul li a:hover { background-color: #007F9E;  }

/* ComponentArt Menu Styling */
/* .Navigation   { background-color: #00A0C7;
                color: White;
				text-align: left; } */

/**/
#Content {
	color: #333;
	background-color: #D0E0F7;
	border-top: 2px solid white;
}

/* @end Color Definitions */

/* ----------------------------------------------------------- */

/* @group Widths & Heights */

/* Set the following values if you want to float the site instead of full screen it
#MainTable {
	width: 80%;
	height: 80%;
	margin: 5% 10%;	
}
/**/

#Header td  { height: 50px; }
/* #Content { all: 100% }  */

/* @end Widths & Heights

/* ----------------------------------------------------------- */

/* @group HEADER */

#Header td { padding: 0 10px; }

/* @end HEADER */

/* ----------------------------------------------------------- */

/* @group NAVIGATION */

/* #Navigation { height: 24px; }
#Navigation ul { list-style: none;
				 margin: 0px; padding: 0px; }
				 
				 
#Navigation ul li { display: inline; }
#Navigation ul li a { padding: 5px 10px; height: 100%;  }
#Navigation ul li a:hover { text-decoration: none;  }

/* @end NAVIGATION */

/* ----------------------------------------------------------- */

/* @group CONTENT */

#Content { padding-left: 10px; }
#Content > div {
	overflow: auto;
	height: 100% !important;
	width: 100%;
}
#Content > div p { padding-right: 10px; }

/* @end CONTENT */

/* ----------------------------------------------------------- */

/* @group LANGUAGE BUTTONS */

.DutchLanguage
{
    float: right;
    width: 32px;
    height: 32px;
    margin: 5px;
    margin-top: 159px;
}
.EnglishLanguage
{
    float: right;
    width: 32px;
    height: 32px;
    margin: 5px;
    margin-top: 159px;
}

/* @end LANGUAGE BUTTONS */

/* ----------------------------------------------------------- */

