@import "/css/photogallery.css";
@import "/css/sitemap.css";
@import "/css/billboard.css";
@import "/css/faq.css";
@import "/css/table.css";


/* 	voor sphider/search zitten de bestanden in /sphider/templates/startcms/   */


body {
	background: #5a5a5a;
	font: 75% Arial, sans-serif;
	margin: 0;
	padding: 40px 0 20px 0;
	color: #5a5a5a;  /* kobouw-grijs */
	background-color: #ddd;  /* kobouw-grijs */
} 

#container {
	background: #eeeeee url('/img/bg_body2.jpg') left 133px  repeat-y;
	position: relative;
	width: 819px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
	padding: 0px;
}
 

/* HEADER SPUL ------------------------------------------------------------------------------ */

#header {
	background: transparent url('/img/bg_header3.jpg') 0px 0px no-repeat;
	height : 133px;
}

#logo {
	background: transparent none;
	padding-top: 18px;
	margin-left: 20px;
	width: 300px;
	height: 74px;
	float: left;
}

#banner {
	background: transparent none;
	width: 465px;
	height: 84px;
	margin-top: 19px;
	border: 0;
	float: right;
	padding: 0;
}

#banner object embed {
	border: 0;
	background-color: #000;
}


#content1,
#content {
	padding: 0px 66px 25px 0px;
	margin: 20px 0 0 335px;
	height : 640px;	/* min-height in IE6 */
}

#content1  {
	padding: 0px 186px 25px 0px;
	padding: 0px 15px 25px 0px;
}


.template_homepage #content1  {
	padding: 0px 66px 25px 0px;
}

html > body #content,
html > body #content1   {	/* voor IE7 en FF */
	height: auto;
	min-height: 640px;
}



/* SIDEBAR AAN DE LINKERKANT  --------------------------------------------------------------- */

#sidebar {
	background-color: transparent;	
	float: left;
	width: 222px;
	margin: 0 0 0 46px;
	padding: 0;
	text-align: left;
	height: 450px;  /* voor IE6 */
	border: 0px solid yellow;
}

html > body #sidebar  {
	height: auto;
	min-height: 640px;
	clear: left;
}	

/* SIDEBAR AAN DE RECHTERKANT ----------------------------------------------------------------*/
#sidebar_right {
	float: right;
	width: 172px;
	padding: 0 0px 25px 0px;  /* padding links en rechts + width = totale breedte van sidebar */
	margin: 20px 0 0 10px;
	height: 440px;
	border-left: 1px solid #5a5a5a;  /* kobouw-grijs */
}

.template_homepage #sidebar_right  {
	display: none;
}

html > body #sidebar_right  {
	height: auto;
	min-height: 600px;
}

#sidebar_right h1 {
	margin: 0px 0 1.3em 0;
	padding: 0px 0 0px 15px;
	width: auto;
	border: 0px solid red;
	font-style: normal;
	color:  #c41130;  /* bordeaux */
}

#sidebar_right h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100px;
	border: 0px solid grey;
}

#sidebar_right p  {
	margin: 0 8px 0 10px;
}

#sidebar_right #articles {
	background-color: transparent;
	border: 0px solid yellow;
	width: auto;
	margin: 0 0 0 0px;
	padding: 0px 10px 0px 00px;
}

#sidebar_right ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0px;
	border: 0px solid black;
}

#sidebar_right ul li li {
	margin: 0px;
	padding: 0px;
	background: transparent url('/img/bullet_news.gif') 0 3px no-repeat;
	padding-left: 22px;
}

#sidebar_right a, #sidebar_right a:link, #sidebar_right a:visited   {
	color: #000;
}

#sidebar_right h1 a, #sidebar_right h1 a:link, #sidebar_right h1 a:visited  {
	color:#000;  
}
#sidebar_right h1 a:hover  {
	color:  #fa0404;  /* kobouw-rood */
}


#sidebar_right .newsdate {
	margin-left: 10px;
	color: #5a5a5a;  /* kobouw-grijs */
	border: 0px solid red;
}

.template_homepage #sidebar_right img  {
	border: 0;
}

/* BREADCRUMB GEBEUREN ------------------------------------------------------------------------*/

div#breadcrumbs {
	display: block;
}

div#breadcrumbs {
	font-weight: normal;
	border-bottom: 1px solid #dd6e81;
	font-size: 0.9em;
	margin: 0 0 2.4em 0;
	color: #626262;
}

div#breadcrumbs span {
	background: url('/img/bullet_crumb2.gif') left center no-repeat;
	padding-left: 14px;
	text-decoration: none;
	font-weight: normal;
}

div#breadcrumbs .crumb0  {
	background: none 0px 3px no-repeat;
	padding-left: 0;
	margin-left: 0;
}	

div#breadcrumbs a:link, div#breadcrumbs a:visited, div#breadcrumbs a:hover,  div#breadcrumbs a:active    {
	text-decoration: none;
	color: #626262;
	font-weight: bold;
}

div#breadcrumbs a:hover,  div#breadcrumbs a:active    {
	text-decoration: underline;
}


/* FOOTER ------------------------------------------------------------------------------------*/

#footer  {
clear: both;
	background: #fa0404;  /* kobouw-rood */ none ;
	color: #fff;
	margin: 0 0 0 19px;
	padding: 10px 0 10px 32px;
}

#footer span {
	padding: 0 0 0 0;
}


/* CONTENT -----------------------------------------------------------------------------------*/

h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 1.3em 0;
	padding: 0;
	color: #5a5a5a;  /* kobouw-grijs */
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 5px;
	margin: 1.2em 0 0.4em 0;
	padding: 0;
	color:  #fa0404;  /* kobouw-rood */
}

h3 {
	color: #5a5a5a;  /* kobouw-grijs */
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin: 0.4em 0 0.2em 0;
	padding: 0;
}

h4 {
	font-style: normal;
}

h5 {
	font-style: normal;
}


/* LINKJES -----------------------------------------------------------------------------------*/

#sidebar_right a:link, #sidebar_right a:visited,
#content1 a:link, #content1 a:visited,
#content a:link, #content a:visited,
#news a:link, #news a:visited  {
	color:  #fa0404;  /* kobouw-rood */
	color: #5a5a5a;  /* kobouw-grijs */
	color: #000; 
	text-decoration: none;
	font-weight: normal;
}

#sidebar_right a:hover, #sidebar_right a:active,
#content1 a:hover, #content1 a:active,
#content a:hover, #content a:active,
#news a:hover, #news a:active   {
	color:  #fa0404;  /* kobouw-rood */
	text-decoration: none;
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #d8e7e8;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	font-weight: bold;
	color: #d8e7e8;
	text-decoration: underline;
}

/* NEWS --------------------------------------------------------------------------------------*/


#news {
	padding-top: 10px;
	margin-bottom: 0px;
	background-color: #eeeeee;

}

#news h1  {
	font-style:normal;
	width: 100%;
}

#news h2  {
	font-style:normal;
	font-size: 100%;
	color: #000;
}

#news dt  {
	background: url('/img/navbullet4.gif') 0px 5px no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0.2em 0;
}

#news dt a:link, #news dt a:visited   {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color:  #fa0404;  /* kobouw-rood */
}

#news dt a:hover   {
	color:  #000; 
}

#news dd  {
	padding: 0 0 0 18px;
	margin: 0 0 0.6em 0;
}

.newsdate {
	font-size: 0.85em;
	margin-left: 10px;
	color: #5a5a5a;  /* kobouw-grijs */
	font-weight: normal;
}

#prev_next  {
	margin: 1em 0 0 0;
}

.template_news  #sidebar_right ul  {
	margin: 0 0 0 5px;
}

.template_news  #sidebar_right ul h2  {
	color:  #fa0404;  /* kobouw-rood */
	 margin: 10px 0 3px 10px;
}

.template_news  #sidebar_right ul ul  {
	margin: 0 2px 0 10px;
}

.template_news #sidebar_right ul ul li  {
	background: url('/img/navbullet4.gif') 1px 5px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 0.2em 0;

}

.template_homepage #news  {
	width: 134px;
	padding: 15px 18px;
}

.template_homepage #news h1  {
	margin-bottom: 0.8em;
}

.template_homepage #news dt  {
	background: none;
	padding: 0;
}

.template_homepage #news dd {
	padding: 0;
	margin-bottom: 1em;
}

.template_homepage #news .newsdate {
	display: none;
}


/* FORMULIER ---------------------------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

textarea, input {
	color: #000;
	margin: 0 0 3px 0;
	border: 1px solid #bbb;
	width: 50%;
	background-color: #eee;
}

select {
	color: #000;
	border: 1px solid #bbb;
}

fieldset {
	background:  #fff;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #bbb;
}

legend {
	background:   #5a5a5a;  /* kobouw-grijs */
	padding: 1px 5px;
	margin: 0 0 10px 0;
	color : #fff;
	font-weight: bold;
	text-align: left;
}

label {
	float: left;
	width: 40%;
	margin-right: 0.5em;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

button {
	background: #fa0404;  /* kobouw-rood */
	padding: 2px 4px;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	border: none;
	margin-right: 5px;
}



/* DIVERSEN-----------------------------------------------------------------------------------*/ 

.hide {display: none;}

.clearer {clear: left; line-height: 0; height: 0;}
.clearer2 {clear: right; height: 0; padding: 0px 0 0 0; margin: 0; }
.block { display: block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; /* dit deed heel raar in FF!---  */
    clear: none; 
    visibility:hidden;
}


.clearfix2:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; /* dit deed heel raar in FF!---  */
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.quote {
	width: 40%;
	text-align: left;
	float: right;
	font-style: italic;
	color: #97A5B1;
	margin: 5px;
	padding: 10px;
}

abbr {
	color: #5a5a5a;
}

acronym {
	color: #5a5a5a;
}

code {
	color: #5a5a5a;
}

hr {
	border: none;
	border-bottom: 1px solid #5a5a5a;
	clear: left;
}

p  {
	margin: 0 0 1em 0;
	padding: 0;
}


#paragraphs  {
	border: 0px solid green;
	float: left;
}

#paragraphs div  {
	border: 0px solid red;
	clear: left;
}

/* LISTS -------------------------------------------------------------------------------------*/ 

dl {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	margin: 0 0 20px 0;
	padding: 0;
}

#content ul, #content1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0;
}

#content ul li, #content1 ul li {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent url('/img/navbullet3.gif') 8px 7px no-repeat;
}

#content ol {
	margin-left: 30px;
	padding-left: 0;
}

#content ol li {
	background-image: none;
	margin: 0;
	padding: 0;
}


/* IMAGES ----------------------------------------------------------------------------------- */

img {
	border: none;
}

.leftbox {
	float: left;
	clear: right;
	margin: 0 10px 5px 0;
	padding: 0;
	border: 1px solid #5a5a5a;  /* kobouw-grijs */
}

.rightbox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	border: 1px solid #5a5a5a;  /* kobouw-grijs */
}

.centerbox {
    display: block;
    margin: 5px auto;
    padding: 0;
	border: 1px solid #5a5a5a;  /* kobouw-grijs */
}




/* FAQ ---------------------------------------------------------------------------------------
om een of andere duistere reden wordt faq.css wŽl geladen, maar niet uitgevoerd!
*/

#faq ol  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 4em 2em;
}

#faq ol li  {
	background: url('/img/navbullet4.gif') 0px 4px no-repeat;
	padding: 0 0 0 12px;
}

#faq dl  {
	overflow: auto;
}

#faq dt {
	padding: 0 0 0 0px;
	color:  #c41130;  /* bordeaux */
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}
		
#faq dd {
	padding-left: 0px;
	margin: 0 0 2em 0;
}

#faq .totop a {
	background: url('/img/bullet_totop.gif') left center no-repeat;
	padding: 0 0 0 10px;
	font-size: 0.9em;
}

