/* Start of CMSMS style sheet 'Kelme - style' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

html, body {
height: 100%;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 71.01%;
   line-height: 140%;
   background: #000 url(images/bg.jpg) no-repeat center top;
   color: #000;
   margin:0 1em; /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
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 {
  color: #fff;
  text-decoration: underline;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 911px;
   color: #fff;
   height: 100%;
   background: #000 url(images/bg-content.jpg) no-repeat left 155px;
   min-height: 787px;
}

div#header {
   height: 155px; /* adjust according your image size */
   background: transparent url(images/bg-menu.jpg) no-repeat left 100px;
   border: 1px solid #000;
}

body#vervolg div#main {
   margin-right: 405px;
   background: transparent url(images/main-bg.png) repeat left top; 
   width:  455px;
   height: 532px; 
   padding: 5px; 
}

div#sidebar {
  width: 397px;
  float: right;
}

div#sidebar div#image {
width: 397px; height: 542px; overflow: hidden; background: url(images/sidebar-bg.jpg) no-repeat left top;color: #000;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/********************
CONTENT STYLING
*********************/
div#content {
    margin: 40px 20px 5px 20px;
}

/* HEADINGS */
h1 {
   color: #fff; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h2 {
   color: #fff; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h3 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

input[type=text], select {
border: 1px solid #6a0707;
padding: 2px;
font-size: 90%;
}

input[type=submit] {
border: 2px solid #6a0707;
padding: 2px;
font-size: 90%;
background: #fff;
}

textarea {
border: 1px solid #6a0707;
}

input#cntnt01searchinput {
   border: none;
   background: url(images/zoeken.jpg) no-repeat left top;
   height: 19px;
   width: 127px;
   padding-left: 3px;
}

input#searchbutton {
   width: 27px;
   height: 24px;
   background: url(images/search_btn.jpg) no-repeat left 5px;
   border: 0;
}

div.category_items div.odd {
background: transparent url(images/item-effect-bg.png) no-repeat left top; 
}

div.category_items div.even {
background: transparent url(images/item-effect-bg2.png) no-repeat right top; 
}


/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 100px; /* Image width*/
		height: 100px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	
/* End of 'Kelme - style' */

