/* Algemeen */
body,td,th {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	color: #00008B;
}
body {
	background: #9cb4cc;
}

/* Header */
.headerlogo {
	width: 18%;
	text-align: center;
}
.headertext {
	width: 64%;
	text-align: center;
}

/* Footer dberror.php */
.footerdberr {
	width: 100%;
}

/* menu`s+content */
.content {
	width: 100%;
}

/* Menus */
.menus {
	width: 18%;
	vertical-align: top;
}

/* Middelvak */
.middle {
	width: 64%;
	vertical-align: top;
}

/* Tabellen */
.tbl {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 100%;
}
.tblclean {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 100%;
}
.tblcontent {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 100%;
}
.tblmsg {
	background: #dae9f3;
	border: 1px solid red;
	width: 100%;
}
.tblgb {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 80%;
}
.tbllnk {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 60%;
}
.tblmuziek {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 90%;
}
.tblpb {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 80%;
}
.tblpb2 {
	background: #dae9f3;
	border: 2px solid #ADD8E6;
	width: 90%;
}
.tblfile {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 90%;
}
.tblsearch {
	background: #dae9f3;
	border: 1px solid #ADD8E6;
	width: 90%;
}
.tbltop {
	background-image: url(../../images/blue/tbl.gif);
	text-align: center;
	color: white;
	font-weight: bold;
}
.tbltopleft {
	background-image: url(../../images/blue/tbl.gif);
	text-align: left;
	color: white;
	font-weight: bold;
}
.copy {
	font-size: 7pt;
	text-align: center;
}
.tbl100 {
	width: 100%;
}
.tblforum {
	border-bottom: 1px solid #ADD8E6;
}
.forumNonActief {
	background: #D1D9DF ;
}

/* Hyperlinks */
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00008B;
}
a:active {
	text-decoration: none;
	color: #00008B;
	font-weight: bold;
}
  /* Menulink van kopjes met lijn */
a.menulink:link, a.menulink:visited {
	color: white;
	text-decoration: underline;
}
a.menulink:hover {
	text-decoration: none;
	color: #F3FFE0;
}
a.menulink:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
  /* Menulink van kopjes zonder lijn */
a.menulink2:link, a.menulink2:visited {
	color: white;
	text-decoration: none;
}
a.menulink2:hover {
	text-decoration: underline;
	color: white;
}
a.menulink2:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
  /* Mededeling nieuwe items */
a.warn:link, a.warn:visited {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a.warn:hover {
	text-decoration: underline;
	font-weight: bold;
	color: red;
}
a.warn:active {
	text-decoration: none;
	color: #ffa500;
	font-weight: bold;
}
  /* Oude agendaitems */
a.old:link, a.old:visited {
	color: #ADD8E6;
	text-decoration: none;
}
a.old:hover {
	text-decoration: none;
	color: #00008B;
}
a.old:active {
	text-decoration: none;
	color: #00008B;
	font-weight: bold;
}

/* Inputvelden */
input, option, textarea, select {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #00008B;
	border: 1px solid #ADD8E6;
	background-color: #dae9f3;
	margin: 2px;
}

/* Horizontale lijnen */
.hr {
	color: #9cb4cc;
	width: 99%;
}

/* Tekst center aligned */
.center {
	text-align: center;
}
.lefttop {
	text-align: left;
	vertical-align: top;
}
.top {
	vertical-align: top;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}

/* Oude agenda items */
.oldagenda {
	color: #ADD8E6;
}

/* H1 etc */
h1, h2, h3, h4, h5, h6 {
	color: #00008B;
	text-align: center;
}
.redtext {
	color: red;
}

.border {
	border: 1px solid #ADD8E6;
}

.borderforum {
	border-bottom: 1px solid #ADD8E6;
	border-right: 1px solid #ADD8E6;
}
