@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700);

// body {
// 	background: transparent;
// 	color:#000000;
// 	font-family:'Ubuntu', sans-serif;
// 	font-size:15px;
// 	text-align:left;
// }

img {
	border: 0px;
}

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

table {text-align:left;}

table.innerTable {
	border: none;
	border-collapse: collapse;
	font-family:'Ubuntu', sans-serif;
	font-size:15px;
}

table.innerTable th {
	padding: 0px;
}

table.innerTable .row1 td, table.innerTable .row0 td {
	padding: 0px;
}

table.innerTable .nawLabel {display: none;}
table.innerTable .nawInput .text {width: 100%;}
table.innerTable input,
table.innerTable textarea {width:100%; font-family:'Ubuntu', sans-serif; font-size:15px; background:#FFFFFF; border:none; padding:8px 10px; margin:0 0 5px 0;}

input[type=submit] {font-family:'Ubuntu', sans-serif; font-size:15px; background-color:#29318F; color:#FFFFFF; width:auto; padding:8px 15px; border:none; font-weight:500; cursor:pointer;}
input[type=submit]:hover {background-color:#2489ED; color:#FFFFFF; }

h1,h2,h3,h4,h5,h6, {line-height:100%; font-weight:700; color:#CF2126; margin-bottom:10px;}
h1 {font-size:2.2rem; color:#CF2126;}
h2 {font-size:2.0rem; color:#CF2126;}
h3 {font-size:1.8rem; color:#CF2126;}
h4 {font-size:1.6rem; color:#CF2126;}
h5 {font-size:1.4rem; color:#CF2126;}
h6 {font-size:1.2rem; color:#CF2126;}

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

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

a:hover {
	text-decoration: none;
	color:#2489ED;
}

a:visited {
	color: #2489ED;
}

/* 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;
}