body {
	font-family: verdana;
	font-size: 62.5%;	
}

a {
	color: #000;
}

#container {
	width: 75em;
	margin: 0 auto;
}

#header {
	background:  rgb(29,52,167) url(images/gesp-logo.gif) no-repeat center right;
	border: 1px solid #000;
	height: 8em;
	margin-bottom: 2px;
	
	font-family: georgia, times;	
	color: #fff;
	padding: 2.5em;
}

#header ul li.titel {
	font-size: 4.1em;
	margin-bottom: 0.2em;
}

#header ul li.ondertitel {
	height: 1.9em;
	font-size: 1.8em;
	text-decoration: overline;
}

#main-body {
	float: left;
	border: 1px solid #000;
	background: url(images/navigatie-kolom.gif) repeat-y;
	margin-bottom: 2px;
}

#main-body-inner {
	float: left;
	background: url(images/content-kolom.gif) repeat-y 13em 0;
}

#content {
	float: right;	
	width: 60em;
	padding: 0.5em;	
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

#content p,
#content ol {
	font-size: 1.2em;
}

#content ol ul {
	font-size: 1em;
	margin-left: 1em;
	list-style: circle;
}

p em {
	font-weight: bold;
	font-style: normal;
}

p.belangrijk {
	color: #f00;
	text-align: center;
	font-weight: bold;
	border: 3px double #000;
}

p.belangrijk strong {
	display: block;
	margin-bottom: 7px;
}

ul.nieuws {
	border-top: 2px ridge #c4c4c4;
	border-bottom: 2px ridge #c4c4c4;
}

ul.nieuws li {
	background: transparent url(images/exclamation.gif) no-repeat left top;
	padding-left: 35px;
	min-height: 2em;
}
/* Fix voor IE */
* html ul.nieuws li {
	height: 2.5em;
}

ul.nieuws li.nieuw {
	background: transparent url(images/new.gif) no-repeat left 0.2em;
	padding-left: 35px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.2em;
}

table thead {
	background-color: #ccc;
}

table tr th.link {
	width: 15em;
}

/* in IE zijn de links niet helemaal zichtbaar */
* html table tr th.url {
	width: 28em;
}

table tr th,
table tr td {
	vertical-align: top;
	padding: 0.5em;
}

table tr.even {
	background-color: #ccccff;
}

dl.faq dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

dl.faq dd ul {
	list-style: circle;
	list-style-position: inside;
}

dl.faq dd {
	font-size: 1.2em;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

#vcard-gesp {
	font-size: 1.2em;
}

#navigation {
	float: left;
	font-weight: bold;
	width: 13em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#navigation li a {
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	padding: 7px 2px 7px 2px;
}

#navigation li a:hover {
	background-color: #303030;
	color: #fff;
}

#navigation li a.important {
	color: #f00;
}

/* menu-items even breed als de kolom maken in IE */
* html #navigation li a {
	width: 10.5em;
}

#footer {
	min-height: 32px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	border: 1px solid #000;	
	padding: 2px 0px 2px 0px;
	position: relative;
}

/* Fix voor IE */
* html #footer {
	height: 32px;
}

#footer ul li {
	display: inline;
}

#footer p {
	position: absolute;	
	margin: 0;
}

#footer p img {
	border: 0;
}

#footer p.valid-css {
	right: 2px;
}

#footer p.valid-xhtml {
	left: 2px;
}

@media print {
	body {
		font-family: times;
		font-size: 62.5%;
	}

	#container,
	#content,
	#footer {
		font-size: 1.2em;
		width: 100%;
	}
	
	#navigation {
		display: none;
	}
}
