body
{
	font-family: tahoma,geneva,sans-serif;
	text-align: center;
	font-size: 14px;
	/* basis voor em !!! */
	margin: 0;
	padding: 0;
	background: black;
}

p, li, td, th { font-size: 12px; }

input, textarea
{
	clear: both;
	display: block;
	font-size: inherit;
	font-family: inherit;
}

h1, h2, h3, h4
{
	font-family: tahoma,geneva,sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* veldacademie */
#header
{
	width: 60em;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: black;
}

#header ul.extralinks /* nieuws, dl, contact */
{
	float: right;
	margin: 5px 0;
	padding: 0;
}
#header .extralinks li
{
	list-style-type: none;
	display: inline;
	border-right: 1px solid white;
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
}
#header .extralinks li.laatste
{
	border-right: none;
	border-left: 2px solid white;
	margin: 0 0 0 -7px;
	padding: 0 0 0 5px;
}
#header .extralinks li a
{
	font-family: tahoma,geneva,sans-serif;
	text-decoration: none;
	border: 0;
	color: white;
}
#header .extralinks li a:hover { text-decoration: underline; }

#header .extralinks li a.lang { color: silver; }
#header .extralinks li a.lang.selected
{
	font-weight: bold;
	color: white;
}
#header h2 /* nieuwsitems kop */
{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: white;
}

#header div#menu
{
	float: left;
	text-align: right;
	width: 140px;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0;
}

#header div#menu a
{
	float: none;
	display: block;
	width: 140px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#header div#menu #menu_item-1 { background-image: url(/img/menu/veldacademie.gif); }
#header div#menu #menu_item-1.over { background-image: url(/img/menu/veldacademie-over.gif); }

#header div#menu #menu_item-2 { background-image: url(/img/menu/oud_charlois.gif); }
#header div#menu #menu_item-2.over { background-image: url(/img/menu/oud_charlois-over.gif); }

#header div#menu #menu_item-3 { background-image: url(/img/menu/onderwijs.gif); }
#header div#menu #menu_item-3.over { background-image: url(/img/menu/onderwijs-over.gif); }

#header div#menu #menu_item-4 { background-image: url(/img/menu/stage.gif); }
#header div#menu #menu_item-4.over { background-image: url(/img/menu/stage-over.gif); }

#header div#menu #menu_item-a { background-image: url(/img/menu/agenda.gif); }
#header div#menu #menu_item-a.over { background-image: url(/img/menu/agenda-over.gif); }

#header #rechterdeel
{
	width: 77%;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
#header #rechterdeel a.subtitel
{
	float: left;
	margin: 0 0 5px 0;
}

#header #nieuws
{
	width: 100%;
	height: 100px;
	float: none;
	clear: both;
	margin: 0 0 0 15px;
	padding: 0;
}

#header #nieuws div.item
{
	float: left;
	width: 31%;
	height: 99%;
	overflow: hidden;
	margin: 2px 10px 2px 0;
}

#header #nieuws div.item p
{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #acacac;
	display: inline;
}

#header #nieuws div.item p a
{
	color: #dc3c70;
	display: block;
}


div.floatbreaker
{
	float: none;
	clear: both;
}

#content_container
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: white;
}

#content_container.home { background-image: url(../img/home-achtergrond.jpg); }

#content
{
	width: 60em;
	min-height: 400px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}

* html #content { height: 400px; } /* voor IE */

#content #submenu
{
	width: 155px;
	margin: 0 0 0 8px;
	padding: 0;
	float: left;
}

#content #submenu ul
{
	float: left;
	text-align: right;
	width: 160px;
	margin: 4px 0;
	padding: 0;
}

#content #submenu ul li
{
	font-family: tahoma,geneva,sans-serif;
	font-weight: bold;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 0.8em;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

#content #submenu ul li a
{
	text-decoration: none;
	color: #dc3c70;
}
#content #submenu ul li a:hover { text-decoration: underline; }
#content #submenu p
{
	margin: 0;
	padding: 0;
}
#content #submenu ul.nieuwslijst li
{
	text-transform: none;
	margin-bottom: 5px;
}
#content #submenu ul.nieuwslijst li span { color: #999; }
#content #page
{
	width: 600px;
	float: left;
}

#content #page h2
{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

#content #page h3
{
	font-family: tahoma,geneva,sans-serif;
	color: black;
	margin: 1em 0 0 0;
}

#content #page p { margin: 0 0 1em 0; }

#content #page p.nieuwslijst
{
	font-weight: bold;
	font-size: 1em;
}

#content #page p.nieuwslijst span
{
	font-weight: normal;
	color: #666;
}
#content #page p.nieuwslijst a
{
	color: #dc3c70;
	text-decoration: none;
}
#content #page p.nieuwslijst a:hover
{
	color: black;
	text-decoration: underline;
}

table { width: 100%; }

table.agenda
{
	margin-top: 20px;
	padding: 0;
}
table.agenda tr, table.agenda tr th, table.agenda tr td
{
	margin: 0;
	padding: 2px;
	vertical-align: top;
}

table.agenda tr th
{
	background: #993399;
	width: 10em;
	text-align: center;
	color: white;
	font-weight: normal;
}
table.agenda tr td
{
	background: #cc99cc;
	font-size: 0.9em;
}

table.agenda tr.oddRow th { background: #669933; }
table.agenda tr.oddRow td { background: #99cc33; }

table.agendaDetails tr td
{
	padding: 5px;
	width: 35%;
}
table.agendaDetails tr td.label { width: 15%; }

#homepage
{
	margin: -10px 0 0 0;
	padding: 0 10px;
	width: 820px;
	height: 100%;
}

#homepage .item
{
	float: left;
	width: 140px;
	margin: 0 10px;
	padding: 0;
	display: block;
	cursor: pointer;
}

#homepage .item h2
{
	font-size: 1em;
	margin: 0 3px;
	padding: 0;
	color: white;
	text-transform: uppercase;
}

#homepage .item .tekst
{
	background: black;
	padding: 3px 0;
	margin: 0;
}

#homepage .item p
{
	margin: 0 3px 1em 3px;
	color: white;
	text-align: left;
}

#homepage .item .imgbackground { background: white; }

#homepage .item img
{
	margin: 0;
	padding: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#homepage .item img.over
{
	opacity: 1;
	filter: alpha(opacity=100);
}

#homepage .item .stats
{
	width: 100%;
	display: block;
	background: #0066ff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: relative;
	margin-bottom: -100px;
}

#footer
{
	clear: both;
	padding: 5px;
	background: black;
	width: 830px;
	margin: 0 auto;
	color: white;
	text-align: left;
}

#footer p
{
	margin: 0;
	padding: 0;
	float: left;
}

#footer p a
{
	text-decoration: none;
	color: white;
}
#footer p a:hover { text-decoration: underline; }

/* General Style Info */
a
{
	color: #003d4c;
	text-decoration: underline;
}

a:hover
{
	color: #003d4c;
	text-decoration: none;
}

a img { border: none; }
em { font-size: 12px; }
ul, li { margin: 0 12px; }

.foutmelding { color: red; }

/* Layout */
#container { text-align: left; }

/* tables */
#cakeSqlLog td
{
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */
div.related
{
	clear: both;
	display: block;
}

dl
{
	line-height: 2em;
	margin: 0em 1em;
	float: left;
	width: 400px;
}

dt
{
	font-weight: bold;
	vertical-align: top;
}

dd
{
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* notices and errors */
#flashMessage, .error, .error_message
{
	color: #900;
	font-size: 16px;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}

.error_message { clear: both; }

.error em
{
	font-size: 18px;
	color: #003d4c;
}

.notice
{
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display: block;
}

.tip
{
	color: #656565;
	background-color: #ddd;
}

/* forms */
form { margin-top: 2em; }

form div
{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom: 2em;
}

form div.date { margin-left: 0em; }

label
{
	display: block;
	width: 140px;
	font-size: 14px;
	padding-right: 20px;
}

input[type=checkbox]
{
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}

select
{
	clear: both;
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
}

option
{
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}

input[type=submit]
{
	display: inline;
	vertical-align: bottom;
}

div.required
{
	clear: both;
	color: #222;
	font-weight: bold;
}

div.optional
{
	clear: both;
	color: #555;
}

div.submit
{
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}

/* action links */
ul.actions
{
	float: left;
	margin-left: 20px;
	width: 200px;
}

ul.actions li { margin-top: 4px; }
pre { padding: 1em; }
