/* Start of CMSMS style sheet 'Standaard' */
/*ALGEMEEN */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
p {
	margin: 5px 0;
}
.smalletekst {
	margin: 0 100px 0 20px;
}
#pagewrapper {
	position: absolute;
	width: 996px;
	height: 602px;
	text-align: left;
	left: 50%;
	margin-left: -498px;
	margin-top: -19px;
}
.layer {
	position:absolute;
	padding: 10px;
	z-index:1;
}
#header {
	display: none;
	visibility: hidden;
}
#menu {
	position: absolute;
	left:0;
	top:441px;
	width:220px;
	height:170px;
	background-color: #2A0D06;
	overflow: visible;
	font-style: italic;
	line-height: 20px;
}
#submenu {
	position: absolute;
	left:0;
	top:20px;
	width:220px;
	height:400px;
	color: #fff;
	background: #FE6500 url("/images/clm.jpg") right top;
	overflow: visible;
}
#content {
	position: absolute;
	left:241px;
	top:20px;
	width:735px;
	height:591px;
	background-color: #FEFEFE;
	overflow: auto;
}
#subcontentBg {
	display: none;
	visibility: hidden;
}
#subcontent {
	display: none;
	visibility: hidden;
}

/* SPECIFIEK */

#content img {
   margin: 5px 5px 2px 0px;
}

#menu a.currentpage {
   color: #FE6500 !important;
}

li {
   list-style: none inside;
   padding-left: 10px;
}
li.thumb {
   font-size: 11px;
   padding-right: 6px !important;
}
li.thumb img {
   margin: 0 !important;
   padding: 0 !important;
}
li.thumb a {
   margin: 0 !important;
   padding: 0 !important;
}
.thumbImgDivDefault {
   position: relative;
   top: 0;
   left: 0;
   height: 72px !important;
   width: 100px !important;
}
.thumbImgDivSimple {
   position: relative;
   top: 0;
   left: 0;
   height: 100px !important;
   width: 100px !important;
}
.albumlist .thumb {
   height: 120px !important;
}
a, a:link, a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #666; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #000;
}
a:hover, a:visited:hover {
   text-decoration: none;
   background-color: inherit;
   color: #000;
}

#menu a, #menu a:link, #menu a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #fff; 
}
#menu a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #fff;
}
#menu a:hover, #menu a:visited:hover {
   text-decoration: none;
   background-color: inherit;
   color: #B8A367;
}
/* End of 'Standaard' */

