/* Start of CMSMS style sheet 'Thuramedia_default_stylesheet' */
@charset "UTF-8";
/* CSS Document */


* {
margin:0 0 0px 0;
padding:0;
}


body {
	text-align: left;
	font-family: "Trebuchet MS", "Arial";
	font-size: 75.01%;
	line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #454647; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #454647;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #f89c58;
   color: #ffffff;
}

/*****************
basic layout 
*****************/
body {
   background-color: #646262;
   color: #73766f;
   margin:0em 0 25px 0; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border-top: 	0px solid;
   border-right: 2px solid;
   border-bottom: 2px solid;
   border-left: 2px solid;
   border-color: #484848;
   margin: 0 auto;     /* this centers wrapper */
   width:947px; /* IE wont understand these, so we will use javascript magick */
   min-height:100em;
   background-color: #f7f6f5;
   color: #454647;
   
}


div#header {
   height: 155px; /* adjust according your image size */
   background: #f7f6f5;  
   background-image: url(images/header2.jpg);
   background-position:left;
   background-repeat: no-repeat;         
}

div#headerha {
   height: 155px; /* adjust according your image size */
   background: #f7f6f5;  
   background-image: url(images/header_henkanke.jpg);
   background-position:left;
   background-repeat: no-repeat;         
}

div#zijkolom {
	float:right;
	width:220px;
	padding-top:0px;
	padding-right:25px;
}

div#blokje_adres,
div#nieuwsbrief,
div#henkanke {
	background-image: url(images/zijbalk_achtergrond.jpg);
	background-repeat: repeat-y;
	/*background-color:#ffffff;
	border-color:#e6e6e6;
	border-style: solid;
	border-width:thin;*/
	margin-bottom:0px;
	padding: 0px 25px 2px 25px;
}

div#webtip {
	background-image: url(images/zijbalk_achtergrond.jpg);
	background-repeat: repeat-y;
	/*background-color:#ffffff;
	border-color:#e6e6e6;
	border-style: solid;
	border-width:thin;*/
	margin-top: 0px;
	margin-bottom:0px;
	padding:0px 25px 2px 25px;
	
}
.zijbalkheader {
	margin-top: 25px;
	height: 22px;
	background-image: url(images/zijbalk_header.jpg);
	background-repeat: no-repeat;
}
.zijbalkfooter {
	height: 22px;
	background-image: url(images/zijbalk_footer.jpg);
	background-repeat: no-repeat;
}

div#menu {
	text-align:left;
	height:33px;
	width: 892px;
	padding-left:55px;
	background-image: url(images/menu_bg.jpg);
}

div#breadcrumbs {
	text-align:left;
    text-transform:uppercase;
	margin-right:25px;
	margin-left:70px;
	margin-top:25px;
	font-size:10px;
	color:#AAAEA6;
}
div#breadcrumbs a {
	text-decoration:none;
	color: #AAAEA6;
}
div#breadcrumbs a:active {
	text-decoration:none;
	color: #AAAEA6;
}
div#breadcrumbs a:visited {
	text-decoration:none;
	color: #AAAEA6;
}
div#breadcrumbs a:hover {
	text-decoration:underline;
	color: #AAAEA6;
	background-color:#f7f6f5;
}
div#content {
    text-align:left;
	width:620px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:45px;
}
div#print {
	padding-left: 70px;
	padding-bottom:40px;
}
div#footerblok {
	font-size:9px;
	color:#CCCCCC;
	display: block;
	text-align:center;
}
#footerblok a {
	color:#CCCCCC;
}
#footerblok a:hover {
	color:#FFFFFF;
}
.contactform {
	margin-left:25px;
	font-family: "Trebuchet MS", "Arial";
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#f57e25;
	padding: 0em;
	background-color: #f7f6f5;
}	
.contactform legend {
	font-weight: normal;
	margin-left:10px;
	color: #454647;
	font-style:normal;
	font-size:17px;
}
.contactform div {
	width: 100%;
	padding: 10px;

}
.contactform div label {
	display: block;
	width: 20em;
	margin: 10px 10px 10px 0px;
}
.contactform div.required {
	color: ;
}



/********************
CONTENT STYLING
*********************/

h1 {
	font-family: "Trebuchet MS", "Arial";
	font-size:17px;
	font-weight:normal;
	font-style:normal;
        line-height: 1.5em;
	background-image:url(images/bullet_h1.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:15px;
	margin-top:15px;
}

h2 {
	font-family: "Trebuchet MS", "Arial";
	font-size:13px;
	font-weight:bold;
	font-style:normal;
        line-height: 1.5em;
	color:#f57e25;
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
}


#zijkolom p {
	margin-top:0px;
	line-height:18px;
	text-align:left;
	font-size: 11px;
}

#zijkolom h1 {
	margin-top: 0px;
}
#webtip h1 {
	background-image:url(images/bullet_h1_webtip.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:0px;
	padding-bottom:8px;
	padding-left:40px;
	text-decoration: none;
}
#zijkolom h2 {
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
}
#blokje_adres h1 {
	background-image:url(images/bullet_h1_adres.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:40px;
}

}
#henkanke h1 {
	background-image:url(images/bullet_h1_adres.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:40px;
}
#blokje_adres h1 a,
h1 a:active,
h1 a:visited,
h1 a:hover {
	text-decoration: none;
}
#nieuwsbrief h1 {
	background-image: url(/images/nieuwsbrief.jpg);
	padding-left: 40px;
	padding-top: 10px;
}
#content p {
	font-size:13px;
	line-height:22px;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:15px;
}
#content li {
	background-image: url(images/content_listitem.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	list-style:none;
	padding-left:20px;
	line-height:22px;
	margin-left:25px;
	font-size: 13px;
}

/* END LISTS */
/* End of 'Thuramedia_default_stylesheet' */

