@import "/css/table.css";

div {
	border: 1px dotted Red;
	border: none;
}

body {
	font-family : Trebuchet MS, arial, helvetica, sans-serif;
	font-size : 10pt;	
	margin: 0;
	background : url(../img/cpm4care_pattern.gif) repeat;
}


div#breadcrumbs {
	display: none;
}

div#container {
	position: relative;
	margin: auto;
	width: 750px;
	color : #000;
	background: #fff url(../img/bg_sidebar.gif) top left repeat-y;
	border: 1px dotted Red;
	border: none;
}

.template_homepage div#container  {
	background: #fff url(../img/bg_home.gif) top left repeat-y;
}

/* BANNER */
#header {
	margin: 0;
	border: none;
}

#banner {
	background: #E8BFAB;
	margin: 0;
}

div#bannerlogo {
	margin: 0;
	padding: 0;
	background: url(../img/cpm4care_background.gif) repeat;
	width: 750px;
	height: 32px;
}

div#bannerlogo a#prikbord {
	position: absolute;
	left: 358px;
	top: 0;
	padding: 0;
	display: block;
	background: url(../img/cpm4care_prikbord.gif) no-repeat;
	width: 135px;
	height: 32px;
}

div#bannerlogo a#prikbord:hover {
	background: url(../img/cpm4care_prikbord_hl.gif) no-repeat;
}

div#bannerlogo a#actueel {
	position: absolute;
	left: 493px;
	top: 0;
	padding: 0;
	display: block;
	background: url(../img/cpm4care_actueel.gif) no-repeat;
	width: 121px;
	height: 32px;
}

div#bannerlogo a#actueel:hover {
	background: url(../img/cpm4care_actueel_hl.gif) no-repeat;
}

div#bannerlogo a#contact {
	position: absolute;
	left: 615px;
	top: 0;
	padding: 0;
	display: block;
	background: url(../img/cpm4care_contact.gif) no-repeat;
	width: 132px;
	height: 32px;
}

div#bannerlogo a#contact:hover {
	background: url(../img/cpm4care_contact_hl.gif) no-repeat;
}

div#bannerlogo a span {
	display: none;
}

#bannerlogo img{
	border: none;
}

#bannerintro {
	padding: 0;
	margin: 0;
	margin-bottom: -4px;
	border: 1px dotted Blue;
	border: none;
}

#bannerintro img {
	margin: 0;
	padding: 0;
	border: 1px dotted Red;
	border: none;
}

/* NAVCONTAINER */
#navcontainer {
	display: block;
	margin: 0;
}


/* secondary navigation */
#secnavcontainer {
	display: none;
}


/* SIDEBAR */
#sidebar_right {
	display: block;
	float: right;
	width: 174px;
	margin: 0;
	padding: 30px 6px 0 0;
	border: 1px dotted Blue;
	border: none;
}

#sidebar_right ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar_right li {
	font-size: 96%;
	font-weight: bold;
	margin: 0;
/*	background-image: url(../img/bullet_green.gif); 
	background-repeat: no-repeat;
	background-position: 0 5px;
*/	
	padding: 0;
	padding-left: 0px;
}

#sidebar_right ul li.level_0 {
	margin-bottom: 10px;
}

#sidebar_right ul ul {
	list-style-type: none;
}

#sidebar_right ul ul li {
	margin-left: 0;
}

#sidebar_right ul ul li a {
	font-size: 95%;
}

#sidebar_right ul ul li a:link,
#sidebar_right ul ul li a:visited {
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#sidebar_right ul ul li a:hover {
	border-bottom: 1px dashed #EE3124;
	font-weight: normal;
}


/* CONTENT */
#content {
	margin: 0 0 0 178px;
	padding: 30px 20px;
	width: 528px;
	color : #000;
	background-color : #fff;
	clear: none;
	border: 1px dotted Red;
	border: none;
	height : 480px;	/* this is treated as min-height in IE6 */
}


#content1 {
	margin: 0 178px 0 178px;
	padding: 30px 20px;
	width: 346px;
	color : #000;
	background-color : #fff;
	clear: none;
	border: 1px dotted Purple;
	border: none;
	height : 480px;	/* this is treated as min-height in IE6 */
}

html > body #content,
html > body #content1 {	/* this selector is valid in Mozilla and overrules the previous rule */
	height: auto;
	min-height: 480px;
}


div#breadcrumbs {
	display: none;
}

/*
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #BA5835;
	background: #fff;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #fff;
	background: #BA5835;
}

#content #breadcrumbs {
	display: none;
}

#content #results,
#content #paragraphs {
	 height: 384px;
 }
*/

#content a:link, 
#content a:visited, 
#content1 a:link, 
#content1 a:visited, 
#sidebar_right a:link, 
#sidebar_right a:visited {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, 
#content a:active, 
#content1 a:hover, 
#content1 a:active, 
#sidebar_right a:hover, 
#sidebar_right a:active {
	color: #D62C20;
	border-bottom: 1px dashed #D62C20;
	text-decoration: none;
}


#content form, 
#content div {
	margin: 0 0 0 0px;
	padding: 0 10px 0 0;
	background: #fff;
}
 
h1 {
	font-size: 170%;
	font-weight: normal;
	color: #EE3124;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 {
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	font-size: 100%;
	font-style: italic;
}

h4 {
	font-size: 100%;
	font-style: italic;
}

h5 {
	font-size: 100%;
	font-style: italic;
}

dd {
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin: 0;
	border-bottom: 1px solid gray;
}

dl {
	padding: 0;
	margin: 0;
}

dt {
	clear: left;
	padding: 20px 0 0 0;
	margin: 0px;
	color: #EE3124;
	font-weight: normal;
	font-size: 100%;
}


/* FORMULIER */

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
	color: #000;
}
	
textarea {
	color: #000;
}

select {
	color: #000;
}

fieldset {
/*	background: #F1F3F4; */
	background: none;
	border: 1px solid #bbb;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;
}

legend {
/*	background: #97A5B1; */
	background: #EE3124;
	padding: 1px 5px;
	margin: 0 0 10px 0;
	color : #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

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

fieldset div {
	margin: 0 0 0 32%;
	padding: 0;
	width: auto;
}

button {
	background: #EE3124;
	padding: 2px 4px;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	border: none;
	margin-left: 5px;
	cursor: pointer;
}


#news dt a:link, #news dt a:visited  {
	color: #D62C20;
	border: none;
}

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







.leftbox {float: left; margin: 10px;}
.rightbox {float: right; margin: 10px;}
.clearer {clear: left; line-height: 0; height: 0; background: inherit;}
.clearer2 {clear: right; height: 10px; padding: 0; margin: 0; background: inherit;}


/* FOOTER */
#footer {
	margin: 10px 0 0 0;
	padding: 2px 4px;
	width: 742px;
	color : #000;
	background-color : #efefef;
	border-top: 1px solid #7D909D;
	clear: both;
}

#content a:link img, 
#content a:visited img { 
	border: 1px solid #D62C20;
}


body#standard164 span.leftbox a {
	border: none;
} 

/* image alignment */
.leftbox {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}

.rightbox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
}

/*
.centerbox {
	display: block;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
*/

span.centerbox {
    display: block;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

img.centerbox {
    display: block;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

span.newsdate {
	display: block;
	/* margin-left: 4px; */
	font-size: 0.85em;
	font-weight: normal;
}



.template_homepage #news {
	margin: 0 0 0 15px;
}

.template_homepage #news dt {
	border: 0px solid red;
	padding: 0;
}

.template_homepage #news dt a {
	border: 0px solid blue;
	padding: 0;
	margin: 0;
	height: 0;
	line-height:0;
}

.template_homepage dl h2  {
	color: #EE3124;  /*rood*/
	margin: 0 0 2px 0;
	line-height: 1.1em;
}

.template_homepage .newsdate  {
	color: #838282;
}

.template_homepage span.newsdate {
	margin: 0;
	padding: 0;
}

.template_homepage dl dd {
	border-bottom: 0px;
	margin-bottom: 0.5em;
}


.template_homepage dl p {
	margin: 3px 0 0 0;
	font-size: 0.88em;
	line-height: 1.2em;
}

.template_homepage #sidebar_right a  {
	color: #EE3124;  /*rood*/
	border-bottom: 0;
}


.template_homepage #sidebar_right a:hover  {
	color: #EE3124;  /*rood*/
	border-bottom: 1px dashed #D62C20;
}