/*
 * Main stuff
 */
*
{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, "sans serif";
}
html, body
{
	margin: 0;
	min-height: 100%;
	height: 100%;
}
body
{
	background-image: url( '../../images/header-back.png' );
	background-position: top;
	background-repeat: repeat-x;
	height: auto;
	min-width: 880px;
	position: absolute;
	width: 100%;
}
div, a, p, td
{
	font-size: 94%;
}

/*
 * Main layout
 */
#header, #main, #footer
{
	margin: 10%;
	margin-bottom: 0;
	margin-top: 0;
	width: 80%;
}
#header
{
	background-image: url( '../../images/header2.png' );
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 179px;
	text-align: right;
}
#main_text
{
	background-image: url( '../../images/header3.png' );
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 59px;
	margin-left: 175px;
	margin-top: 0px;
	padding-top: 1px;
}
#footer
{
	background-color: #EAEAEA;
	border-top: 1px solid #DDD;
	bottom: 0;
	font-size: 80%;
	height: 30px;
	padding-right: 5px;
	padding-top: 9px;
	position: absolute;
	text-align: right;
}

/*
 * Menu
 */
#menu
{
	float: left;
	width: 155px;
}

/*
 * Main menu links
 */
#menu a
{
	background-color: #2f3a47;
	border-bottom: 1px solid white;
	border-right: 5px solid black;
	color: white;
	display: block;
	font-size: 100%;
	height: 28px;
	padding-right: 20px;
	padding-top: 7px;
	text-align: right;
	text-decoration: none;
	width: 130px;
}
#menu a:hover
{
	background-color: #1c4d8b;
	text-decoration: underline;
}
#menu #last_link
{
	border-bottom: 0;
}


/*
 * Normal links
 */
a:link, a:hover, a:visited, a:active
{
	color: #1c4d8b;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6
{
	border-bottom: 1px solid #DDD;
	font-family: Georgia, Arial, "sans serif";
	font-weight: normal;
	margin-bottom: 4px;
}
h1
{
	color: #1c4d8b;
	font-size: 170%;
}
h2
{
	color: #163255;
	font-family: "Trebuchet MS", Arial, "sans serif";
	font-size: 120%;
}

div.top_link
{
	float: right;
	margin-left: 10px;
}
div.top_link a
{
	color: #999;
	font-size: 90%;
}


/*
 * Text
 */
p
{
	margin: 7px 0;
}
.bold
{
	font-weight: bold;
}
.error
{
	color: #8b0000;
	font-weight: bold;
}

#theTeam
{
	background: white;
	border: 1px solid #444;
	float: right;
	padding: 5px;
	width: 150px;
}

#en
{
	border: 1px solid black;
	margin: 1px;
}
#nl
{
	border: 1px solid white;
	margin: 1px;
}

/*
 * Contact form
 */
form, form table
{
	width: 80%;
}
form table td
{
	font-weight: bold;
}
td.input, td.buttons
{
	text-align: right;
}

textarea
{
	width: 99%;
}
textarea, td.input input
{
	border: 1px solid #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 87%;
}

.invalid
{
	border-color: #8b0000 !important;
}
