/* Start of CMSMS style sheet 'Home' */
/* HOME */

* {
	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;
}
#pagewrapper {
	position: absolute;
	width: 996px;
	height: 635px;
	text-align: left;
	left: 50%;
	margin-left: -498px;
	margin-top: -19px;
}
.layer {
	position:absolute;
	padding: 10px;
	z-index:1;
}
#header {
	/*position: absolute;
	left:500px;
	top:500px;
	width:500px;
	height:60px;
	background: url("/images/logo.gif") no-repeat;
	overflow: visible;
	z-index:2;*/
	display: none;
	visibility: hidden;
}
#menu {
	position: absolute;
	left:0;
	top:441px;
	width:220px;
	height:170px;
	overflow: visible;
	font-style: italic;
	line-height: 20px;
	color: #F4E0A3;
}
#submenu {
	display: none;
	visibility: hidden;
}
#content {
	display: none;
	visibility: hidden;
}
#subcontentBg {
	display: none;
	visibility: hidden;
}
#subcontent {
	display: none;
	visibility: hidden;
}

/* SPECIFIEK */

#homepage {
	position:absolute;
	left:0px;
	top:0px;
	width:996px;
	height:635px;
}

#home1 {
	position:absolute;
	left:0px;
	top:0px;
	width:468px;
	height:83px;
}

#home2 {
	position:absolute;
	left:468px;
	top:0px;
	width:528px;
	height:83px;
}

#home3 {
	position:absolute;
	left:0px;
	top:83px;
	width:996px;
	height:548px;
	overflow: hidden;
}

#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: #F4E0A3;
}
#menu a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #F4E0A3;
}
#menu a:hover, #menu a:visited:hover {
   text-decoration: none;
   background-color: inherit;
   color: #B8A367;
}
/* End of 'Home' */

