/**** Algemene gedeelte ****/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;

	color: #FFFFFF; 
	background: #0D006A url('images/top_background0.gif') no-repeat top left; 
	background-repeat: no-repeat;
	margin: 0; 
}

A {
	color: #FFF;
	text-decoration : underline;
}

A:hover {
	color: #FC0;
	text-decoration : none;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}

th {
	text-align: left;
}

.datatable {
	/* margin-left: 120px; */
	color: #AAA;
}

.datatable td {
	color: #FFF;
}
.datatable td a{
	color: #FFF;
}
.datatable th {
	color: #FFF;
}

.MoveLeft30Big {
	position: relative;
	width: 720px;
	left: -30px;
}

.TopImage {
	position: absolute;
	left: 239px;
	top: 0px; 
	width: 447px;
	height: 84px;
	background-image: url('top_network.jpg');
	background-repeat: no-repeat;
}

.Title {
	position: absolute;
	left:70px;
	top:156px; 
	color:#FC0;
	font-size : 18px;
	line-height : 26px;
}

.Main {
	position: absolute;
	left:100px;
	top:200px; 
	width: 650px;
}

.Kopje {
	color:#FC0;
	font-size : 16px;
	line-height : 26px;
}

.Foutmelding {
	color: #F00;
}


.formButton {
	background-color: #FC0;
	border-color: White;
	color: Black;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
}


/**** Print specifiek gedeelte ****/

@media print {
	body { 
		color: #000; 
		background: #FFF url(''); 
	}
	.datatable td {
		color: #000;
	}
	.datatable td a{
		color: #000;
	}
	.datatable th {
		color: #000;
	}
	.datatable_large {

		left:50px;
		color:#000;
		width: 700px;
	}
	.datatable_large td {
		color: #000;
	}
	.datatable_large td a{
		color: #000;
	}
	.datatable_large th {
		color: #000;
	}
	A {
		color: #000;
	}
	.TopImage {
		background-image: url('');
	}
	.Title {
		left:0px;
		top:0px; 
		color:#000;
	}
	.Main {
		left:0px;
		top:50px; 
		width: 600px;
	}

	.MoveLeft30Big {
		position: relative;
		width: 720px;
		left: 0px;
	}

	.NoPrint {
		display: none;
	}


}



/**** Login specifiek gedeelte ****/


.LoginForm {
	border-width: 2px;
	border-style: outset;
	color: #0D006A;
	background: #AAAAAA;
	font-size: 11px;
}

.LoginForm td{
	padding: 0 0 0 5;
	border-style: none;
}


