/* ---------------------------------- */
/* Standaard style elementen          */
/* ---------------------------------- */
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #020749;
}

h1 {
	color: #f44638;
	font-size: 24px;	
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

a {
	color: #020749;
}

.font_glow {
	color: #f44638;
	font-weight: bold;
}

input, select, textarea {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #020749;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding: 4px;
}

select:hover, input:hover, textarea:hover {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}

select:active, input:active, textarea:active {
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
}

.select_small {
	margin: 0px;	
	padding: 0px;	
}

.normal_wrapper {
	width: 1040px;
	text-align: left;
	margin: 0px auto;	
	padding: 10px 0px 0px 0px;
}

.spacer_10 { height: 10px; }
.spacer_15 { height: 15px; }
.spacer_20 { height: 20px; }

/* ---------------------------------- */
/* Tabel elementen					          */
/* ---------------------------------- */
.table_normal {
	font-size: 13px;
}

.table_border {
	border: 1px solid #020749;
}

.table_normal td {
	font-size: 13px;
	padding: 2px 6px 2px 6px;
}

.table_small {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}

.table_strak {
	margin: 0px;
	padding: 0px;
}

.table_strak_small {
	margin: 0px;
	padding: 0px;
}

.table_strak td {
	margin: 0px;
	padding: 0px;
}

.table_strak_small td {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.table_small tr:nth-child(even) { background: #FFC2B2; }
.table_small tr:nth-child(odd) { background: #FFFFFF; }

.table_small tr:hover {
	background: #f44638;
}

.table_foutmelding {
	color: #FF0000;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.table_header {
	background-color: #020749;
	color: #FFFFFF;
	font-weight: bold;
}

.td_titel {
	font-weight: bold;
}

/* ---------------------------------- */
/* Login page specials					      */
/* ---------------------------------- */
.login_wrapper {
	width: 525px;
	text-align: left;
	margin: 0px auto;	
	padding: 50px 0px 50px 0px;
}

/* ---------------------------------- */
/* Header elementen					          */
/* ---------------------------------- */
.header {
	width: 1040px;
	height: 123px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	padding: 30px 0px 0px 0px;
	display: block;
}

.header_logo {
	float: left;
	width: 200px;	
}

.header_text {
	float: right;
	text-align: right;
	margin-top: 70px;
	width: 470px;
}

.navigatie {
	width: 1040px;
	background-color: #020749;
	color: #FFFFFF;
	text-align: right;
	margin: 0px auto;
	position: relative;	
	font-size: 12px;
	padding: 4px;
}

.navigatie a {
	color: #FFFFFF;
	font-weight: bold;
}

.content {
	width: 1048px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
}

/* ---------------------------------- */
/* Footer elementen					          */
/* ---------------------------------- */
.footer {
	border-top: 1px solid #020749;
	color: #5C5C5C;
	font-size: 11px;
	width: 1040px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	padding: 0px 4px 0px 4px;
}

.footer_second {
	color: #5C5C5C;
	font-size: 11px;
	width: 1040px;
	text-align: right;
	margin: 0px auto;
	top: -15px;
	position: relative;
	padding: 0px 4px 30px 4px;	
}
