/* CSS Document */
/*
#background, #wrap {
	border: 1px solid red;
}
#header, #body, #footer, #navigation {
	border: 1px solid green;
}
*/
body {
	background: #eee url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/back.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	margin-top: 0;
	text-align: left;
	color: #333;
	line-height: 1.8em;
	}

#background {
	background: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/back2.jpg) no-repeat left top;
	min-height: 500px;
}

#wrap {
	text-align: left;
	width: 550px;
	padding: 10px 20px;
	margin: auto;
}

#header {
	background: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/logo.gif) no-repeat left top;
	width: 333px;
	height: 112px;
	float: right;
	margin-top: 60px;
}

#navigation {
	float: right;
	clear: right;
	width: 180px;
}

#body {
	float: left;
	width: 550px;
}

.frame {
	clear: both;
	padding: 6px 6px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px 0;
	line-height: 1.4em;
}

.article {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	clear: both;
}

.disclaimer {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.9em;
}

#footer {
	padding: 20px 0 20px 0;
	clear: both;
}

.hide {
	display: none;
}

#debugging {
	color: #999;
	text-align: left;
	border: 1px dashed #999;
	padding: 10px;
	width: 750px;
	margin: 25px auto;
}

/* TEXT */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

wrap {
	text-align: left;
}



/* Navigation */

#navigation {
	text-align: right;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}


#navigation ul, #navigation li {
	list-style: none;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}

#navigation li {
	display: block;
}

#navigation .level_0 {
	border-top: 1px solid #ccc;
	
}

#navigation .level_1 {
	padding-right: 20px;
}

#navigation ul li a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #c00;
}

#navigation ul li a:hover:before {
	content: "\00BB \0020";
}

#navigation ul li .selected {
	color: #000;
}

#navigation ul li .selected:before {
	content: "\00BB \0020";
}


/* Body */

#body {
	text-align: left;
}

#body a {
	color: #c00;
	text-decoration: none;
}

#body a:hover {
	color: #900;
	text-decoration: none;
}

#body a:active {}

#body a:visited {}

#body h1 {
	color: #333;
	font-size: 220%;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1.2em;
}

#body h2 {
	color: #900;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#body h3 {}

#body h4 {}

#body h5 {}

#body h6 {}

#body .frame h2 {
	font-weight: bold;
	font-size: 100%;
}

/* Footer */

#footer {
	border-top: 1px solid #ccc;
	color: #777;
	font-size: 90%;
	text-align: left;
}

#footer a {
	color: #777;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* Contact list */

.list {
	border: 0;
	border-collapse: collapse;
	border: 1px solid #bbb;
	font-size: 100%;
}

.list th, .list tr, .list td {
	vertical-align: top;
}

.list th, .list td{
	border-bottom: 1px solid #bbb;
	padding: 4px 4px;
	margin: 0;
}

.list th {
	font-weight: normal;
	color: #000;
	background-color: #eee;
}

.list td {
	background-color: #fff;
}

/* General */
textarea {
	overflow: scroll;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_top {
	vertical-align: top;
}

.align_bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.error {
	margin: 5px;
	color: #666;
}

.errors {
	background: #fff;
	border: 1px dotted #bbb;
	padding: 8px 10px;
	margin: 20px 0;
	line-height: 1em;
}

.errors p {
	margin: 0.5em 0;	
}

.errors h3 {
	color: #c00;
	font-weight: normal;
	margin: 0.5em 0;
}

.margin-top {
	margin-top: 40px;
}


/* Buttons */

#body .button a {
	color: #333;
	border: 1px solid #999;
	background: #fff url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/button.jpg) repeat-x left center;
	display: block;
	float: left;
	width: auto;
	padding: 4px 25px;
	margin: 0 10px 5px 0;
}

#body .button a:hover {
	color: #111;
	border-bottom: 0px;
	background-color: #ddd;
	border: 1px solid #555;
}


#body img.thumb_left_border {	
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid #444;
	}
	
#body img.thumb_left {	
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 4px;
	}
	
#body img.thumb_right_border {	
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid #444;

	}
	
#body img.thumb_right {	
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 4px;
	}

.btn_doc {
	display: block;
	background-image: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/btn_doc.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	}

.btn_pdf {
	display: block;
	height: 16px;
	background-image: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/btn_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.btn_xls {
	display: block;
	height: 16px;
	background-image: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/btn_xls.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.btn_ppt {
	display: block;
	height: 16px;
	background-image: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/btn_ppt.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.btn_txt {
	display: block;
	height: 16px;
	background-image: url(http://www.speldnet.be/flits/inactie/algemeen/style/v4/images/btn_txt.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
