/* Start of CMSMS style sheet 'Jan Steen - Style' */
/** BODY */

html, body {
  height: 100%;
}

body {
  	margin: 0;
	padding: 0;
	background: #000000 url(../images/achtergrond/achtergrond-fakkels.jpg) no-repeat;
  	background-position: top center;
  	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
  	color: #FFF;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
  	color: #FFF;
	letter-spacing: 5px;
}

h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 16px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 0px;
}

a {
  	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:hover {
  	color: #9B0404;
	text-decoration: none;
}

img {
	border: none;
}	

/** BOX */

#box {
        height: auto;
        width: auto;
        overflow: visible;
        margin: auto;
}

/** CONTAINER */

#container {
	position: relative;
	clear: both;	
	width: 880px;
	margin: auto;
}

#header {
	background: transparent url(../images/achtergrond/content-grey-top.png) no-repeat;
	height: 20px;
	width: 880px;
	margin: 0 auto;
}

/** CONTENT */

#content {
	background: transparent url(../images/achtergrond/content-grey-main.png) repeat-y;
        float: left;
	width: 100%;
        height: 100%;
        min-height: 520px;
	margin: 0 auto;
}

#content-left {
	float: left;
	width: 200px;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

#content-right {
	float: right;
	width: 570px;
	text-align: center;
	margin: 0px;
	padding: 10px 30px 0px 20px;
}

#content-right * {
	line-height: 140%;
}		

/** MENU */

#menu-img {
	z-index: 1;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 250px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}

#menu {
	z-index: 2;
	position: absolute;
	width: 250px;
	text-align: center;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px;
	list-style: none;
}

#menu li {
	display: block;
	font-size: 14px;
	padding: 5px;
	list-style: none;
}

#menu a {
	background: transparent;
	padding: 3px 10px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:active, .menuactive {
	text-decoration: none;
	color: #F4E30B;
}

#menu a:hover {
	text-decoration: none;
	color: #F4E30B;
}

/** TABLE */

table {
  	width: 760px;
  	border: none;
  	padding-left: 15px;
}

.kolom1 { width: 100px; }
.kolom2 { width: 450px; }
.kolom3 { width: 140px; }
.kolom4 { width: 60px; }

th {
  	vertical-align: bottom;
  	text-align: left;
  	border: none;
}

td {
  	vertical-align: top;
  	text-align: left;
  	border: none;
}

/** FOOTER */

#footer {
  	position: relative;
	background: transparent url(../images/achtergrond/content-grey-bottom.png) no-repeat;
	height: 50px;
	width: 880px;
	clear: both;
	margin: auto;
}

#footer-text {
	float: right;
	width: 600px;
        font-size: 13,5px;
	text-align: center;
	padding-top: 10px;
}	

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#footer li {
	display: inline;
	padding: 0px 10px;
}
/* End of 'Jan Steen - Style' */

