@import 'global.css';
@import 'menu.css';

/* HTML tags */
body, html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
}

body
{
	background: #fff url(/pics/fade.blauw.png) repeat-x;
}

table { font-size: 1em; }

/* Banner */
div#topBanner
{
	padding: 5px 0px 5px 0px;
	width: 100%;
	float: left;
}
/* Classes */
div.column
{
	width: 183px;
	margin: 0 0 5px 5px;
	float: left;
}

/* Blok in een kolom */
div.blok
{
	padding: 5px;
	clear: both;
	margin-bottom: 10px;
}

div.blok p
{
	margin: 0;
	padding: 0;
}

img.kop
{
	margin: 5px 0;
}

div.double
{
	width: 597px;
}

div.triple
{
	width: 783px;
}

/* Introductie, leesmeer */
p.introductie
{
	font-weight: bold;
}

p.leesmeer
{
	text-align: right;
}

p.leesmeer a
{
	color: #00529b;
}

/* Fading achtergrond */
div.fade
{
	background: url(/pics/fade.blokje.png) repeat-x;
	min-height: 160px;
}

/* Nieuws */
div.item
{
	margin-bottom: 5px;
}

/* Agenda */
div.agendaItem a
{
	font-weight: bold;
	color: #000;
	display: block;	
	margin-left: 2px;
	float: left;
}

div.agendaItem span.dash
{
	font-weight: bold;
	float: left;
}

/* Form items */
input.submit, input.go
{
	cursor: pointer;
}

input.txt, textarea.txt
{
	font-size: 0.9em;
	background: #fff;
	border: 1px solid #777;
}

input.go
{
	background: #710909;
	color: #fff;
	font-size: 0.85em;
	text-decoration: underline;
	width: 34px;
	border: 1px solid #710909;
}

.error
{
	font-weight: bold;
	font-size: 0.75em;
	color: red;
}

p.path
{
	font-size: 0.8em;
}

/* Objects */
div#container
{
	background: #fff url(/pics/fade.paars.png) repeat-x;
	width: 988px;
	min-height: 147px;
}
	
form#loginForm input
{
	font-size: 0.9em;
	background: #fff;
	border: 1px solid #777;
	margin-bottom: 5px;
	float: left;
}

form#loginForm input.submit, input.button
{
	background: #710909;
	color: #fff;
	font-size: 0.85em;
	text-decoration: underline;
	border: 1px solid #710909;
	margin-left: 5px;
}

form#loginForm input.submit
{
	width: 34px;
}