* {
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
}

body {
	background-color:		b3b3b3;
	font-family:			Verdana;
	font-size:				11px;
}

table {
	font-family:			Verdana;
	font-size:				11px;
}

th {
	text-align:				left;
}

form {
	margin:					0px;
}

input {
	border:					1px solid black;
}

img {
	border:					none;
}

a {
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

textarea {
	border:					1px solid black;
	font-family:			Arial;
	font-size:				12px;
}

p {
	margin-top:				0.5em;
	margin-bottom:			0.5em;
}

h1 {
	font-family:			"Century Gothic" sans-serif;
	font-weight:			normal;
	font-size:				24px;
	margin-bottom:			8px;
}

h2 {
	font-family:			"Century Gothic" sans-serif;
	font-weight:			normal;
	font-size:				17px;
	margin-bottom:			6px;
}

h3 {
	font-family:			"Century Gothic" sans-serif;
	font-weight:			normal;
	font-size:				14px;
	margin-bottom:			0em;
}

table.main {
	width:					784px;
	background-color:		white;
	border-left:			2px solid black;
	border-right:			2px solid black;
	border-bottom:			2px solid black;
}

td.header {
	height:					82px;
	margin:					0px;
	background-color:		#DC0000;
	background-image:		url('../images/header-bg.png');
	background-repeat:		no-repeat;
}

td.header .lang {
	padding:				4px;
	float:					right;
}

td.header a.admin {
	color:					#DC0000;
}

td.header .lang img {
}

td.header .lang img.cur {
	border:					1px solid white;
}

td.buttonbar {
	padding-top:			2px;
	padding-bottom:			2px;
	border-top:				2px solid black;
	color:					white;	
	background-color:		#950000;
	background-image:		url('../images/buttonbar-bg.png');
	text-align:				center;
	font-family:			"Century Gothic" sans-serif;
	font-weight:			bold;
	font-size:				11px;
}

td.buttonbar a {
	color:					white;
	text-decoration:		none;
}

div.content {
	height:					100%;
	font-size:				12px;
}

div.gemaakt {
	margin-top:				4px;
	padding:				1px;
	color:					gray;
	font-size:				10px;
	text-align:				center;
}

div.gemaakt a {
	color:					gray;
	text-decoration:		none;
}

div.address {
	margin:					4px;
	text-align:				center;
}