/* Ketenzorg De Linge */

/* BACKGROUND COLOR OUTSIDE MAIN TABLE */

/* Donker: 	boomgroen =  	394b4f */ 
/* Highkey: tulpenrood = 	903432 */
/* Lowkey: 	ijlblauw = 		c3d5e3 */
/* Base: 		molengrauw = 	877f70 */

body {
max-width: 1050px;
background-color:#fff;
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #1a181b;
margin:auto;
padding:0;
text-align:center;
}

/* HORIZONTAL RULES */

.solid {	
   border-top: 1px solid #bee3ed;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.dashed {
  border-bottom:1px dashed #bee3ed;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.dotted {
	border-bottom:1px dotted #bee3ed;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* CUSTOM CLASS BOLD TAG */
b{
color: #color: #df0023; 
font-family: Arial;
font-size: 100%;
/*font-style: italic;*/
}


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
/* background: url(http://www.ketenzorgdelinge.com/images/beige-bullet.gif) left center no-repeat; */
background: url(../images/beige-bullet.gif) left top no-repeat; 
padding-left: 20px;
margin-bottom: 10px;
}
 
li.checked {
background: url(http://www.ketenzorgdelinge.org/images/checked-bullet.gif) left top no-repeat; 
padding-left: 25px;
margin-bottom: 10px;
}
 
/* TEXT LINKS */

a { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #1c2b81; 
text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color: #fff;
 color: #df0023;
 }
 
.link2 { padding:0 13px 0 0; font-weight:bold; text-decoration:underline; font-size: 100%; color: #fff}
.link2:hover { text-decoration:none; color: #1c2b81; background-color: #fff} 

/* HEADERS */
h1 { font-family: Verdana, Arial, sans-serif; font-size: 150%;  color: #df0023}
h2 { font-family: Verdana, Arial, sans-serif; font-size: 116%;  color: #1a181b}
h3 { font-family: Verdana, Arial, sans-serif; font-size: 108%;  color: #1a181b}



/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely!
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.

BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.main-table {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}


/* SIZE, COLOR AND FONT FAMILY */
table {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #1a181b;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Arial, Verdana, sans-serif;
background-color:#fff;
font-size: 100%; /*77%;*/
color: #df0023; 
font-weight: bold;
font-style: italic;
} 

.little {
font-family: Arial, Verdana, sans-serif;
background-color:#fff;
font-size: 77%; 
color: #1c2b81; 
} 


/* BACKGROUND COLOR FOR TABLE CELLS
Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/


td.headerbg {
background-color:#fff;
background-image: url(../images/ketenzorg-delinge-header-12.jpg);
background-repeat: norepeat;
}

td.navbg {
background-color:#fff; 
}

td.spacerbg {
background-color:#fff; */
/* background-repeat: repeat-y; */
/* background-image: url(../images/blue-horizontal-gradient.jpg); */
}

td.contentbg {
background-color:#fff; 
/* border-left: 1px dotted #fff; */
/* border-right: 1px dotted #e1e0e0; */ 
padding: 5 px;
color: #1a181b;
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%; 
color: #1a181b;
background-color:#fff;
}

td.leftbg {
font-size: 86%;
margin-left: 10px;
background-color:#fff;
/* background-repeat: repeat-y; */
/* background-image: url(../images/blue-horizontal-gradient.jpg); */
}

td.footerbg {
background-color:#fff;
font-size: 86%;
/* background-repeat: repeat-y; */
/* background-image: url(../images/blue-horizontal-gradient.jpg); */
}

/* HEADING BACKGROUND COLOR of H1, H2 and H3 TAGS */
.hbg{
background-color:#df0023; 
color:#fff;
width: auto;
z-axis: 1;
}

.highkey{
background-color:#fff; 
color:#df0023;
width: auto;
z-axis: 1;
}

.lowkey{
background-color:#fff; 
color:#df0023;
width: auto;
z-axis: 1;
}

/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 

