/* Start of CMSMS style sheet 'VF' */
/*------------------------------
Configuratie
------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
        font-size: 14px;
 
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
/*-------------------------
Typografie
-------------------------*/
body {
	font-size: 12px;
	font-family: Lucida Grande, Arial, Helvetica; Geneva, sans-serif;
	line-height: 1.5em;
}	
h1, h2, h3, h4, h5, h6{
	color: #505041;
}
h1 {
	font-size: 1.85em; /*e staat voor  px, m staat voor getal 1.85 maal 11*/ 
	font-weight: normal;
	line-height: 1;
	letter-spacing: -1px;
	color: #00a9fe;
	font-weight: bold;
}
h2 {
	font-size: 1.85em; /*e staat voor  px, m staat voor getal 1.85 maal 11*/ 
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1px;
}
h3 {
	text-transform:lowercase;
	font-family: Tahoma, Cambria, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em; /*e staat voor  px, m staat voor getal 1.85 maal 11*/ 
	line-height: 1;
	font-weight:400;
	letter-spacing: -1px;
	color: #00a9fe;
	margin-bottom: .5em;	
}
h4{
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
h6{
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
ul.tabblad li a:link, ul.tabblad li a:visited{
	color: #FAFAF5;
	letter-spacing: 0px;
	margin: .2em;
	font-weight: bold;
}

ul.tabblad li a:hover{
	color: #FAFAF5;
	background-color: #00a9fe;
}
a:link, a:hover, a:visited{
	color: #00a9fe;
	text-decoration: none;
}
.signup a:hover{
	padding-right: 2px;		
	padding-left: 2px;
	color: #FFFFFF;
	background-color: #505041;
}
/*------------------------------
eigenlijke css
------------------------------*/
body{
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	text-align: center;
}
#top{
	height: 100px;
	padding-top: 5px;
	background-color: #505041;
	border-bottom: 15px solid #00adff;
}
#topcontent{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 804px;
	position: relative;
}
#topcontent .right{
	float: right;	
}
#navigation{
	position: absolute;
	top: 75px;
	left: 0px;
}
#navigation ul{	
	display: block;
	font-size: 15px;
	font-weight: bold;
}
#navigation li {
	color: #FAFAF5;
	float: left;
	text-decoration: none;	
	clear: none;
}
#navigation li a{
	color: #FAFAF5;
	padding: 5px 5px 2px 5px;
	display: block;
}
#navigation li a:hover{
	background-color: #00a9fe;
}
#main{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 804px;
}
#maincontent{
    background-image: url(images/witrond.png);
	padding: 5px 20px 5px 10px;
}
#leftside{
	width: 500px;
}
#rightside{
	float: right;
	width: 260px;
}
#mainbottom{
	text-align: center;
	background-image: url(images/witbottom.png);
	background-repeat: no-repeat;
	height: 39px;
}
#reset{
	height: 1px;
	clear: both;
}

p{
	margin-bottom: 1.5em;
}
div#world{
	margin-top:-50px;
}
.reset{
           clear: both;
}
img, body, div {behavior: url(lib/iepngfix.htc) }
/* End of 'VF' */

