/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}




/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 80%/1.6em Helvetica, Arial, sans-serif;
	background: #CC2E00 url(../images/bg_home.gif) repeat-x;
	color: #666666;
}

/* ******************* LINK ************************ */

a, a:visited {
	text-decoration:none;
	color: #CC2E00;
}

a:hover {
	text-decoration:none;
	color: #FFCC00;
}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	font:bold 1.7em "Trebuchet MS";
	color: #005282;
	border-bottom: 1px dotted #005282;
	margin-bottom: 20px;
}

h2 {
	padding:0px 0;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color: #3399cc;
	margin-bottom: 10px;
}

h3 {
	padding:0px 0;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

h4 {
	padding:0px 0;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


.note{
	color: #666666;
	font-size: 11px;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0 0 15px 0;
}

ul, ol {
	padding:0 0 10px 20px;
	
}


img {
	border:0;

}




/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}

.spacer {
	width: 1px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }






/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	}

#leftframe{
	float: left;
	width: 170px;
	margin-top: 40px;
}
#rightframe{
	float: left;
	width: 780px;
	background: url(../images/top_home_long.gif) no-repeat;
	padding: 40px 0px 0px;
}


/* ******************* TOP ************************ */

#top{
	
}

#language{
	text-align: right;
	padding-right: 15px;
	word-spacing: 5px;
	font-size: 11px;
}

#language a{
text-decoration:none;
color:#999999;
}
#language a:hover{
	text-decoration:none;
	color:#CC2E00;
}
#language .actif{
	color:#fdde05;
}
/* ******************* LOGO ************************ */

#logo  {
	
}



/* ******************* CONTENT *********************** */

#content   { margin: 0px; padding: 0px}

#main   {
	padding-right: 25px;
	padding-left: 25px;	
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

div#nav   {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px;
	font: 11px/1.2em Helvetica, Arial, sans-serif;
	color: #666666;
	width: 170px;
	list-style: url(none) none;
}

div#nav a {
	color: #666666;
	text-decoration: none;
}

div#nav a:hover {
	color: #CC2E00;
	text-decoration: none;
}

ul#navitem {
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Trebuchet MS";
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 31px;
}



ul#navitem li {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #eaeaea;
	text-align: right;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
}


div#nav .navactif{
	color: #CC2E00;
	text-decoration: none;
}

div#nav .navactif a {
	color: #CC2E00;
	text-decoration: none;
}

div#nav .navactif a:hover {
	color: #61615E;
	text-decoration: none;
}


/* ************************************************** */
/* ******************* BREADCRUMB ******************* */
/* ************************************************** */
#breadcrumb   {
	color: #1a597e;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	background-color: #eff4fa;
	border-bottom: 5px solid #FFFFFF;
	width: 729px;
}

#breadcrumb a { 
	color: 0099cc; 
	text-decoration: none;
	}
#breadcrumb a:hover { 
	color: #1a597e; 
	text-decoration: none;
	 }






/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

#search{
	width: 280px;
	float: right;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 30px;
}

.searchbtn{
	font-weight: bold;
	padding-left: 5px;
}

.searchbtn a{
	color: #333333;
	text-decoration: none;
}

.searchbtn a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#hometop{
	height: 215px;
	margin-bottom: 15px;
}

#homelogo{
	float: left;
	width: 220px;
	padding-left: 20px;
}

#homepic{
	float: left;
	width: 490px;
}
.home3{
	float: left;
	width: 230px;
}
.hometitle{
	background: url(../images/title_bg.gif) repeat-x;
	text-transform: uppercase;
	color: #61615E;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	margin-bottom: 5px;
}
.homenewscont{
	margin-bottom: 10px;
}
.homenewstitle{
	color: #CC2E00;
	font-weight: bold;
}
.homenewsdate{
	font-size: 11px;
}
.homenewstxt{}

.homelilink a{
	color: #61615E;
}
.homelilink a:hover{
	color: #CC2E00;
}
/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */



/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

.verplicht{
	color: #FF0000;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	padding: 0px;
	width: 780px;
	background: #CC2E00 url(../images/footer.gif) no-repeat;
	margin: 20px 0 0;
	color: #FFFFFF;
	height: 55px;
	font-size: 10px;
}

.footerspace{
	margin: 0px;
	padding-top: 17px;
	padding-left: 20px;
	width: 670px;
	float: left;
}
.legal{
	width: 80px;
	float: right;
	padding-top: 17px;
}

#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #fdde05;
}

#footer a:hover {
	text-decoration: none;
	color: #CC2E00;
}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */





/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}
