/*
Basis CSS layout
Erwin Winkel
*/

* {
	padding: 0;
	margin: 0px;
	border: 0;
}

body, html {
	background-color: rgb(216,195,18); /* #99cc00; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
}

body {
	font-size: 70%;
	
}

html {
	font-size: 100%;
}

p {
	padding: 7px 0 7px 0;
	}

a {
	color: blue;
}

a:hover{
	color: #E2001A;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding-bottom: 5px;
}

h1 {
	font-size: 2.4em;
	line-height: 2.6em;
}

h2 {
	font-size: 2em;
	line-height: 2.2em;
}

h3 {
	font-size: 1.5em;
	line-height: 2em;
}

h1 a, #header h2{
	color: #fff;
}

.clear { 
	clear: both; 
	}

#header {
	width: 1000px;
	margin-left: 20px; 
	height: 30px;
}

#logo {
	width: 510px;
	margin: -100px 0 0 250px;
	}
	
#kop-foto {
	width: 210px;
	margin-top: 5px;
}

#kop-tekst {
	
}

#page {
	width: 1100px;
	margin: 175px 10px 10px 70px; 
	min-height: 640px;
	background: #D8C312;
	text-align: left;
	
	
}

.csc-textpic-imagerow {
	margin-bottom: 0;
	
	}


/**************************
Linker kolom
**************************/

#sidebar {
	width: 200px;
	float: left;
	margin: 0px;
	background-color: rgb(216,195,18);
	min-height: 250px;
	padding: 10 0 0 0px;
	/* border: 1px solid black; */
}


#left ul {
	list-style: none;
	padding-bottom: 4px;
}

#left li {
	padding-bottom: 2px;
}

#linkse_tekst {
	width: 150px;
	padding: 5px;
	color: white;
	font-style: italic;
	float:left;
}

/****************************
* main tekst
******************************/
#content {
	width: 864px;
	background-color: #ECE189;
	color: Navy;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	float: right;
	padding: 5px 10px 25px 25px;
	margin: 0px;
	/*border-left:1px solid gray;*/
}


/**************************
FOOTER
**************************/

#footer {
	width: 92%;
	padding-left: 25px;
	font-size: 75%;
	color: white;
	text-align: left;
	margin: auto;
	margin-top: 70px;
	background-color: #5AB4FF;
	border-bottom:4px solid white;
}

#footer a {
	color: white;
	padding-left: 50px;
	padding-right: 50px;
}

#footer a:hover {
	color: red;
	padding-left: 50px;
	padding-right: 50px;
}

#inner_footer {
	
}

.links {
	width: 120%;
	margin-left: -20px;
	color: white;
	}


#link_logo {
	margin: 5px auto;



}

	

/*********************************
	TEMPLAVOILA

**********************************/
/* Dit zijn de layout stijlen van het header-veld */

/* layout 2 */
.csc-header h2 {
color: red;
}

/* layout 3 */
.csc-header h3 {
color: blue;

}

/* Dit zijn de tekst-stijlen in de Rich Text Editor */

.detail {
color: red;
}


/* toevoeging Ron
** de originele H1 uit global.css
** is layout1 in de koptekst
*/
.csc-header {
	font-size : 12pt;
	font-weight : bold;
}

/* toevoeging superron 17-05-2010 */
.img {
	margin: 5px;
}

