@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: #0193cf;
	font: 73% Arial, sans-serif; 
	margin: 0;
	padding: 0;
	color: #717075;  /* devo-grijs */  
} 

#container {
	background: #717075 url('/img/bg_container.gif') top left repeat-y;
	position: relative;
	width: 985px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6em;
	padding: 0px;
}
 

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

#header {
	background: transparent url('/img/bg_header.gif') 0px 0px no-repeat;
	height : 190px;
}

.logo {
	background: transparent none;
	padding-top: 69px;
	margin-left: 369px;
	width: 250px;
	height: 130px;
}

#logo_devo  {
	display: block;
}

#logo_rhevo, #logo_verdoorn, #logo_holding  {
	display: none;
}


#content1,
#content {
	padding: 0px 0 25px 0px;
	margin: 15px 0 0 230px;
	width: 650px;
	height : 300px;	/* min-height in IE6 */
}

#content1  {
	padding: 0px 0 25px 0px;
	width: 650px;
	border: 0px solid red;
}

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



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

#sidebar {
	background-color: transparent;	
	margin: 0 0 0 80px;
	height: 30px;
	padding: 0;
	text-align: left;
	border: 0px solid red;
}


/* SIDEBAR AAN DE RECHTERKANT ----------------------------------------------------------------*/
#sidebar_right {
	background: url('/img/header/devo_header.png') top left no-repeat ;
	width: 812px;
	padding: 0 0px 0 0px;  /* padding links en rechts + width = totale breedte van sidebar */
	margin: 0px 0 0 90px;
	height: 244px;
	overflow: hidden !important;
}

#sidebar_right .startcmsparagraph  {
	overflow: hidden;
	width: 812px;
}
#sidebar_right img  {
	border: 0 !important;
	margin: 0;
}

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

div#breadcrumbs {
	display: none;
}


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

#footer  {
	background: url('/img/bg_footer.gif') top left no-repeat ;
	color: #fff;
	margin: 0;
	padding: 0px 0 3px 10px;
	height: 80px;
	font-size: 0.9em;
	text-transform: uppercase;
}

#footer #iso  {
	margin: -70px 0 40px 75px;
}

#footer div  {
	text-align: center;
}	

#footer a  {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#footer #footer_devo  {
	display: block;
}

#footer #footer_rhevo, 
#footer #footer_holding, 
#footer #footer_heuff  {
	display: none;
}

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

h1 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
	text-transform: uppercase;
	color: #0093d0;  /* devo-blauw */
}

h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 5px;
	margin: 1.5em 0 0.2em 0;
	padding: 0;
	color: #0093d0;  /* devo-blauw */
	}

h3 {
	color:#4F4E4E;   /* donkergrijs */
	font-size: 110%;
	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 {
	color: #717075;  /* devo-grijs */  
	text-decoration: underline;
}

#sidebar_right a:hover, #sidebar_right a:active,
#content1 a:hover, #content1 a:active,
#content a:hover, #content a:active {
	text-decoration: underline;
	color:  #464647;  /* donkergrijs */
}


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


#news {
	padding-top: 10px;
	margin-bottom: 0px;
}

#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 12px;
	margin: 0 0 0.2em 0;
	font-size: 1.2em;
}

#news dt a:link, #news dt a:visited   {
	color:  #731472;  /* paars */
}

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

.newsdate {
	font-size: 0.85em;
	margin-left: 10px;
	color: #888;
	font-weight: normal;
}

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

.template_news  #sidebar_right ul  {
	margin: 0;
}

.template_news  #sidebar_right ul h2  {
	 color: #00a1b1;  /* blauwgroen */
	 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 10px;
	margin: 0 0 0.2em 0;

}

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

form {
	margin: 0;
	padding: 0;
}

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

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

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

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

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

button,
input#buttonSearch {
	background: #0193CF;  /* devo-blauw */
	padding: 2px 4px;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	border: none;
	margin-right: 5px;
}

div#result_report {
	color: #0193CF;  /* devo-blauw */
}


/* 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: #7A0001;
}

acronym {
	color: #7A0001;
}

code {
	color: #7A0001;
}

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

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

#paragraphs div  {
	border: 0px solid silver;
}

.startcmsparagraph  {
	overflow: auto;
}


/* 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 8px;
	background: transparent url('/img/listbullet.gif') 0px 0.6em no-repeat;
}
*/

#content ul ul, #content2 ul ul  {
	margin-top: 0;
}

#content ul li.vierkantebullets, #content1 ul li.vierkantebullets {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 14px;
	background: transparent url('/img/bullet_blauw.gif') 0px 0.4em 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   #cccccc
}

.rightbox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	border: 1px solid   #cccccc
}

.centerbox {
    display: block;
    margin: 5px auto;
    padding: 0;
	border: 1px solid   #cccccc
}



/* GOOGLEMAPS -------------------------------------------------------------------------------------- */

#divGoogleMap {
	width: 500px;
	height: 300px;
}



/* 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:   #00a1b1;  /* blauwgroen */
	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;
}

