body {
	background: #F6E400 url('/images/achtergrond.gif');
	background-position: center center;
	background-attachment: fixed;
	color:#293271;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
}

img {
	border: 0px;
}

.error {
	color: red;
	font-weight: bolder;
}

table.innerTable {
	border: 1px solid #FFF;
	border-collapse: collapse;
}

table.innerTable th {
	border-bottom: 1px solid #FFF;
	padding: 3px;
}

table.innerTable .row1 td, table.innerTable .row0 td {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 3px;
}

table.innerTable th {
	background-color: #293271;
	color: #fff;
}

table.innerTable .row0 td {
	background-color: #FFF68D;
}

table.innerTable .row1 td {
	background-color: #F6E400;
}

input, textarea {
	border: 1px dashed #293271;
	color: #293271;
	font-weight: bolder;
}



h1, h2, h3 {
	margin-top: 0px;
	color: #C12126;
	font-family: "Myriad Pro", "Futura Md BT", "Humanst970 BT", Arial, Helvetiva, sans-serif;
/*	text-transform: uppercase;*/
	font-weight: bolder;
}

h1 {
	text-transform: uppercase;
	font-size: 26px;
	text-align: left;
}

h2 {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-size: 18px;
}

h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a, .link {
	color: #252949;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #252949;
}

/* Menu */

#menu {
	width: 722px;
	height: 48px;
	margin: 0px auto;
  padding: 9px 9px 9px 9px;
	/*padding: 9px 9px 9px 11px;*/
	background: url(/images/kader-leeg.gif);
}

#menu ul {
	width: 740px;
	height: 66px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content. Deze heb ik toch maar weer ff terug gezet, prettiger en denk ik beheersbaarder dan tabellen... */

#content {
	width: 690px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
}

#colOne {
	float: right;
	width: 460px;
	padding: 0 10px 0 0;
}

#colTwo {
	float: left;
	width: 190px;
	padding: 0 0 0 10px;
}

/* Box is voor de zwart omlijnde 'boxen' met witte binnenkant. In essentie is het een 9-cells table, met plaatjes.*/
table.box {
  border: 0px solid black;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

table.box td {
  padding: 0px;
}

table.box td.linksboven {
	width: 24px;
	height: 24px;
	background: url('/images/box/linksboven.gif') no-repeat;
}

table.box td.linksonder {
	height: 24px;
	width: 24px;
	background: url('/images/box/linksonder.gif') no-repeat;
}

table.box td.rechtsonder {
	height: 24px;
	width: 24px;
	background: url('/images/box/rechtsonder.gif') no-repeat;
}

table.box td.rechtsboven {
	height: 24px;
	width: 24px;
	background: url('/images/box/rechtsboven.gif') no-repeat;
}

table.box td.boven {
	height: 24px;
	background: url('/images/box/boven.gif') repeat-x;
}

table.box td.onder {
	height: 24px;
	background: url('/images/box/onder.gif') repeat-x;
}

table.box td.links {
	width: 24px;
	background: url('/images/box/links.gif') repeat-y;
}

table.box td.rechts {
	width: 24px;
	background: url('/images/box/rechts.gif') repeat-y;
}

table.box td.center {
	background-color: white;
}

