/**
  * Standaard-stylesheet voor [PROJECTNAAM]
  *
  * @copyright 2008 Slik BV  * @version $Id$
  */

/* color palette:
	1. blue			#183989
	2. orange		#f5821f
*/

/* RESETCODE VOOR BROWSER COMPATIBILITEIT *********************/

/* reset.css - by Eric Meyer | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: none;}
h1 span, h2 span { display: none;}
.clear { clear: both;}

/* tags *************************************************/
body { 
	margin: 10px 0; 
	background-color: white; 
	color: black; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: center; }
a { text-decoration: none; }
/* Containers */
#main {
	position: relative;
	text-align: left;
	width: 1000px;
	margin: 0 auto; }
#header {
	height: 176px;
	background: url('../gfx/backgr_header.gif') no-repeat; }
#content {
	position: relative;
	background: white url('../gfx/backgr_content.gif') repeat-y center top;
	padding: 0 245px 0 255px;
	margin: 15px 0;
	min-height: 430px; /* ie-default: height: 430px; */ }
#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px; }
#sponsors {
	position: absolute;
	bottom: 10px;
	left: 40px;
	width: 153px;
	text-align: center; }
#location {
	position: absolute;
	top: 0;
	left: 20px;
	width: 175px;
	padding: 10px;
	background: white url('../gfx/dot.gif') repeat-x 0 30px;
	text-align: right;
	color: #034694;
	font-weight: bold;
	font-size: 14px; }
#footer {
	height: 57px;
	background: url('../gfx/backgr_footer.gif') no-repeat center top; }
		
/* navigation */
#header ul { 
	position: absolute;
	top: 144px;
	left: 242px; }
	#header ul li {
		display: inline; }
		#header ul li a {
			display: block;
			float: left;
			color: white;
			padding: 2px 15px;
			border-left: 1px solid white; /* ie_default: use class .first */ }
		#header ul li:first-child a {
			border: none; }
		#header ul li a:hover {
			color: #f5821f; }
/* content */
#content h2 {
	font-size: 14px;
	color: #034694;
	padding: 10px 0 5px 0; }
	#content h2.dotted {
		padding-top: 10px;
		background: url('../gfx/dot.gif') repeat-x center top; }
#content h3 {
	font-size: 14px;
	color: #f5821f; }
#content p {
	line-height: 1.5;
	padding: 5px 0 15px 0; }
#content p.center {
	padding: 0;
	text-align: center; }
#content a {
	color: #183989;
	text-decoration: underline; }
	#content a:hover {
		color: #f5821f;	}
ul.downloads li a {
	display: block;
	border: 1px solid white;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 64px;
	text-decoration: none !important;
	line-height: 1.5;
	min-height: 54px; }
	ul.downloads li a:hover { border: 1px solid #ccc; }
	ul.downloads li a.pdf {
		background: url('../gfx/file_pdf.gif') no-repeat 5px 8px; }
	ul.downloads li a.doc {
		background: url('../gfx/file_doc.gif') no-repeat 5px 8px; }
ul.photos li a {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 16px 20px 0;
	border: 1px solid #ccc; }
	ul.photos li a:hover {
		border: 1px solid #f5821f; }
	
/* sidebar */
#sidebar img { padding: 0 0 20px 23px; }
/* sponsors */
#sponsors img { padding: 10px 0; }
