* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #eadfb2;	
	font-family: Verdana;
	font-size: 11px;
	color: #626362;
	}

#outer {  
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
h1 {
	color: #002a7f;	
	font-size: 16px;
	margin-bottom: 15px;
	}
	
h2  {
	font-size: 12px;
	background: #002A7F;
	color: #FFF;
	padding: 5px;
	margin: 10px 0px;
}
#inner {
	width: 800px;
	height: 200px;
	margin-left: -400px;  /***  width / 2   ***/
	position: absolute;
	top: -100px;          /***  height / 2   ***/
	left: 50%;
	background:#fff;
	}

.excel{
    display: inline;
    float: right;
    }
    
/* linkervak */
.left{
	float: left;
	display: inline;
	width: 300px;
	height: 200px;
	}
	
	
.left img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 41px;
	}
/* right */
.right{
	float: left;
	display: inline;
	width: 500px;
	height: 200px;
	}
.right td {
	width: 230px;
	text-align:left;
	padding: 5px;
	}
.right table {
	margin-top: 31px;	
	}
/* button */ 

.btn {
	background: #002a7f;
	color: #fff;
	text-transform: uppercase;
	border: none;
	min-width: 200px;
	height: 25px;
	font-size: 11px;
	float: right;
	margin: 5px 0px;
	font-weight: bold;
	}
/* textfield */
.text_field {
	width: 220px;
	background: #dcdada;
	border: 1px solid #ccc;
	height: 15px;
	padding: 5px;
	}

/* td colspan */

td .colspan {
	text-align: right;	
	}
	
.colspan a,
.colspan a:hover,
.colspan a:active,
.colspan a:visited{
	color: #626362;	
	text-decoration: none;
	float: right;
	}
	
/* style als na inloggen */
/* container */
#container {
	width: 990px;
	margin: 0 auto;
	background:#FFF;
	overflow: hidden;	
	}

/* header */ 
.header {
	width: 990px;
	height: 185px;
	float: left;
	display: inline;
	background: #eadfb2;
	}
	
.header .left {
	height: 185px;
	float: left;
	display: inline;
	width: 300px;
	}
.header .right {
	width: 690px;
	float: left;
	display: inline;
	height: 185px;
	}

.header .right .inloggegevens {
	width: 690px;
	height: 50px;
	}

.header .right .inloggegevens ul {
	float: right;
	display: inline;
	margin-top: 5px;
	}
.header .right .inloggegevens li{
	list-style: none;
	float: left;
	display: inline;
	margin-left: 10px;
	height: 16px;
	padding-top: 4px;
	}

.header .right .inloggegevens li a {
	text-transform: uppercase;	
	color: #626362;	
	text-decoration: none;
	}
.header .right .inloggegevens li.uitloggen {
	background: #002a7f;	
	width: 100px;
	height: 16px;
	text-align:center;
	padding-top: 4px;
	font-size: 10px;
	}
.header .right .inloggegevens li.uitloggen a{
	color: #FFF;	
	display: block;
	}
/* bar */

.bar {
	width: 100%;
	height: 35px;
	float: left;
	display: inline;
	background:#002a7f;
	}
.bar li {
	float: left;
	display: inline;
	height: 35px;
	min-width: 170px;
	text-align:center;
	border-right: 1px solid #fff;
	}
.bar a,
.bar a:active,
.bar a:visited
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 170px;
	height: 25px;
	padding-top: 10px;
	font-weight: bold;}
	
.bar a:hover,
.bar a.active{
	width: 170px;
	height: 35px;
	background:#154090;
	}
/* content */
.content {
	width: 950px;
	float: left;
	display: inline;
	background: #fff;
	padding: 20px;
	}

.content a,
.content a:hover,
.content a:visited,
.content a:active{
	color: #626362;	
	}
.content table {
	width: 100%;	
	}
	
.content table.order_table
	{
	width: 535px;
	}
.content table.speciaal{
	width: 600px;	
	}
.content tr.first {
	font-weight: bold;	
	height: 35px;
	}
.content tr.detail {
	font-weight: bold;	
	height: 20px;
	}
.content tr.detailok td {
	color: #00A300;
	}
.content tr {
	height: 25px;
	}
.content .p_zoek {
	margin-bottom: 10px;	
	}
	
.content textarea {
	color: #333;
	padding: 3px;
	width: 600px;
	height: 200px;
	border: 1px solid #333;
}
	
/*window*/
.window {
	background: #DCDADA;
}

.window table,
.window .text {
	padding: 10px;
}

.window .text { margin-bottom: 30px; }

/* search */
.search {
	width: 990px;
	float: left;
	display: inline;
	margin-bottom: 15px;
	}
 .search li {
	float: left;
	display: inline;
	}
.search_field {
	background: #dcdada;
	border: 1px solid #ccc;
	width: 180px;
	height: 15px;
	padding: 5px;
	}
.search_field2 {
	background: #dcdada;
	border: 1px solid #ccc;
	width: 400px;
	height: 30px;
	padding: 5px;
	}
.btn_search {
	background: #002a7f;
	width: 75px;
	border: none;
	color: #fff;
	height: 25px;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 5px;}
	
/* footer */
.footer {
	height: 40px;
	border-top: #002a7f 1px solid;
	float: left;
	display: inline;
	width: 990px;
	background:#eadfb2;
	text-align:center;
	padding-top: 10px;
	
	}
	
	
table.normal {
	margin: 10px;	
	border-collapse: collapse;
}

table.normal tr.head { background: #f0f0f0; }

table.normal td,
table.normal th {
	border: 1px solid #e9e9e9;	
	padding: 5px;			
}

table.normal th { text-align: left; }