html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

img {
	border: 0;
}

h1 {
	font-weight: normal;
	margin: 0;
	margin-bottom: 7px;
}

h2 {
	font-weight: normal;
	margin: 0;
}

.clickable {
	cursor: pointer;
}

#spacer {
	height: 20px;
}

#wrapper {
	width: 1340px;
	background-color: #f2f2f2;
	border: 1px solid #000000;
	text-align: left;
	padding: 16px;
	min-height: 760px;
}

#boven {
	width: 100%;
	height: 32px;
	background-color: #666666;
	border: 1px solid #666666;
	margin-bottom: 20px;
}

#boven .titel {
	padding-top: 8px;
	margin-left: 20px;
	color: #ffffff;
	float: left;
}

#boven .name {
	padding-top: 8px;
	margin-left: 280px;
	color: #ffffff;
	float: left;
}

#boven .user {
	padding-top: 8px;
	margin-right: 20px;
	color: #ffffff;
	float: right;
	text-decoration: none;
}

#boven #buttons {
	padding-top: 5px;
	margin-left: 30px;
	color: #ffffff;
	float: left;
}

#boven #buttons a, #boven #buttons a:hover {
	color: #ffffff;
	text-decoration: none;
}

#boven #buttons .button {
	float: left;
	border: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#login {
	position: relative;	
	width: 480px;
	height: 280px;
	top: 230px;
	left: 430px;
	background-color: #999999;
	border: 1px solid black;
}

#login #logo {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 30px;
}

#login #form {
	margin-left: 125px;
}

#login #form .input {
	border: 1px solid #666666;
	width: 150px;
}

#login #form .select {
	border: 1px solid #666666;
	width: 50px;
	height: 20px;
}

#login #error {
	text-align: center;
	color: red;
}

#login table, #login td {
	border: none;
	padding:0;
}

table thead {
	font-size: 13px;
	font-weight: bold;
}

table tbody {
	font-size: 12px;
}

table td {
	border: 1px solid black;
	padding: 5px;
}

.left {
	float: left;
}

.right {
	float: left;
}

.clear {
	clear: both;
}

label {
	float: left;
	width: 100px;
}

.select {
	width: 300px;
	height: 24px;
	border: 1px solid gray;
	border-radius: 5px;
	font-size: 13px;
}

.select-importfields {
	width: 150px;
	height: 24px;
	border: 1px solid gray;
	border-radius: 5px;
	font-size: 13px;
}

.select-small {
	width: 100px;
	height: 24px;
	border: 1px solid gray;
	border-radius: 5px;
	font-size: 13px;
}

.select-medium {
	width: 200px;
	height: 24px;
	border: 1px solid gray;
	border-radius: 5px;
	font-size: 13px;
}

.error {
	color: red;
}

#load {
	background:#ffffff;
	padding: 80px;
	position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -165px;
    display: block;
}

/********************
*	COLUMNS
********************/
#column-left {
	padding: 20px;
	width: 500px;
	border: 1px solid black;
	height: 660px;
	float: left;
}

#column-right {
	padding: 20px;
	margin-left: 20px;
	width: 736px;
	min-height: 660px;
	float: left;
	border: 1px solid black;
}

/********************
*	content UL
********************/

form ul {
	list-style: none;
	padding:0;
	position: relative;
	line-height: 28px;
}

form .submit {
	font-size: 13px;
	width: auto;
	height: 28px;
	text-transform: uppercase;
	cursor: pointer;
}