@charset "UTF-8";
/* CSS Document */

body {
    	font-family: Verdana,Geneva,sans-serif;
       font-size: 12px;
}

#container {
    	margin: auto;
		width:960px;
      	max-width: 100%;

		 
}

h1, h2, h3, h4, h5, h6, p{
	padding-bottom:10px;
}

/***** Headings *****/
h1 {
font-size:4em;
}
 
h2 {
font-size:2em;
}
 
h3 {
font-size:1.3em;
}

strong         { 
font-weight:bold; 
}

em       { 
font-style:italic; 
}
 
 
/***** navigatie *****/
nav a,
nav a:link,
nav a:visited,
nav a:hover, 
nav a:active {
text-decoration:none;
}

nav ol, nav ul {
	list-style: none;
}



/***** Global Classes *****/
.clear         { clear:both; }
.linkslijnen    { float:left; }
.rechtslijnen   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.onderlijnen     { border-bottom:1px solid; }
.markeren     { background:#ffc; }
 
.linksfoto    { float:left;margin:4px 10px 4px 0; }
.rechtsfoto    { float:right;margin:4px 0 4px 10px; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 