@import url(navigatie.css);
@import url(form.css);

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html, body { 
	width: 100%; /* needed for container min-width */
	height: 100%; /* needed for container min-height */
} 

/* lists, hr, text, links */
ul {
	list-style: none;
}

hr {
	color: #7f3d27;
	background-color: #7f3d27;
	height: 2px;
	margin-bottom: 12px;
}

p {
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
	padding-bottom: 12px;
}

form p { margin-bottom: 0; }

h1 {
	text-decoration: none;
	word-spacing: -0.0em;
	text-align: justify;
	letter-spacing: 0;
	font-size: 1.8em;
	line-height: 1.6em;	
	padding-bottom: 6px;
	font-style: italic;
	font-weight: normal;
}

h2 {
	text-decoration: none;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}


h2.activiteit {
	text-decoration: none;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}

p.datum {
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	line-height: 1em;
	padding: 0 0 4px 0; /* (top, right, bottom, left) */
	margin: 0 0 0 0; /* (top, right, bottom, left) */
}

a img.noborder {
	border: 0;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #ffe0c1;
  background-color: #611603;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #ffe0c1;
  background-color: #611603;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #ffe0c1;
  background-color: #611603;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #611603;
  color: #ffe0c1;
  font-family: "Georgia", Times, serif;
  font-size: 10px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#main {
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #712b16;	
	display: block;
	position:relative; /* needed for footer positioning*/
	height: 100%;
}

#maininner {
    margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    text-align: left; /* Redefines the text alignment defined by the body element. */
    width: 760px;
    background-image: url(../images/bg-inner.jpg);
    background-repeat: repeat-y;
    display: block;
	position: relative;
	overflow: hidden;

}

#menu {
    background-image: url(../images/navigatiekolom.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0px 0px 0px 0px; /* 140px Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    width: 235px;
	display: inline;
	float: left;
	position: relative;
	height: 627px;

    /*height:auto !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */
}

#contentwrapper {
   margin: 0px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
   width: 525px;
   display: inline;
   float: right;
   position: relative;
}

#header {
  margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  height: 297px;  
  display: block;
}

#content {
  margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 20px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  display: block;
}

#content ul li {
	list-style-position: inside;
	list-style-type: square;
	border-bottom: 1px #7f3d27 dashed;
	line-height: 22px;
}

#content ul {
	border-top: 1px #7f3d27 dashed;
	padding-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
}


/*simply set the left and right margins to center the container on the page. */
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #611603;  
	display: block;
/*	position: absolute;*/
	width: 100%;	
	height: 100%;
}

#footer #footerinner {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 760px;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  height: 77px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat {
  clear: both;
}

img.thumb {
	float: left;
	border: 1px solid #7F3D27;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}

img.thumb:hover {
	float: left;
	background-color: #611603;
	border: 1px solid #7F3D27;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}


/* Pager
------------------------------------------------- */

.pager {
	clear: both;
	height: 1%; /* Fixes double padding in IE */
	background: #7F3D27;
	margin: 0 0 10px 0; /* (top, right, bottom, left) */
	font-size: 1.0em;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 0.1em;
	text-decoration: none;
	color: #fff;
}

.pager span {
	color: #712B16;
}

.pager .current {
	background: #611603;
	color: #FFE0C1;
}

.pager a:hover {
	background: #8a1e04;
}

.pagertop {
	border-top: 0 none;
}

.pagerbottom {
	border-bottom: 0 none;
}

.pager ul {
	margin: 0;
	padding: 0;
}

.pager li {
	margin: 0;
	padding: 0;
}

#mssHolder {
		width: 525px;
		height: 299px;
		position: relative;
		padding: 0;
		margin: 0;
		overflow: hidden;
}

#footer #footerinner .twitter { float: left; margin: 25px 0px 0 5px; }
#footer #footerinner .youtube { float: left; margin: 25px 0px 0 5px; }	
#footer #footerinner .facebook { float: left; margin: 25px 0px 0 180px; }
