/* Start of CMSMS style sheet 'style-schoffelmeijer' */
/*
CSS Design voor website Jan Schoffelmeijer
All Rights Reserved 2009 Bart vd Voort vd Kleij -- www.site-makerij.nl
*/

* {
	margin: 0;
	padding: 0;
}

/*
	Foundation styles
*/
body {
	background: #2e2e2e;
	color: #FFF;
	font: normal 100% Georgia, Arial, sans-serif;
}

a {
	color: #8FDFFD;
}

a:hover {
	color: #36C;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

/*
	Type
*/
h1 {
	font-size: 2.18em;			/* 48px / 16px = 3em */
	line-height: 1.14583;	/* 55px / 48px = 1.14583 */
	text-transform: uppercase;
}

.page {
    margin: 5px auto;
    padding: 0 1em;
    max-width: 61.75em;      /* 988px / 16px = 61.75em */
}

.gallery {
    max-width: 90%;
}

img {
	width: 100%;
            border: none;
}

.gallery .img {
  width: 200px;
}

.scrollbar {
	height: 
}

.header {
		width: 100%;
}

.main .content  {
		float: right;
		width: 72.469%;
		margin-top: 3.351%;
}

.main .content  p {
                       width: 90%;
}

.main .content  h3 {
  margin-bottom: 0.9em;
}

.main .menu {
		float: left;
		width: 27.530%;
}

.sectionheader {
   margin: 10% 10% 5% 5%;
}

ul {
  	list-style: none;
}

.menu ul {
	margin: 8.823%;
}

.menu li {
  padding: 2% 0 2% 0;
}

.menu a {
  color: #fff;

}

#currentpage {
   font-size: 0.8em;
}


label
{
width: 8em;
text-align: left;
display: block
}

input
{
color: #000;
background: #FFF;
border: 1px solid #000080;
}

.submit input
{
width: 8em;
color: #000;
background: #FFF;
border: 1px outset #000080;
}

#footer {
clear: both;
text-align: center;
margin-top: 25px;
}



#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; 
background-color: #000; }


/* End of 'style-schoffelmeijer' */

