/* C
   (c) E. van den Ham
   (u) www.esperanzavdham.nl
   (c) www.gerdienevandepol.nl
   (u) www.gerdienevandepol.nl
	 V1.0 Originally created: 310309
	 Based on Original FW 310309
	 Version history: V1.0
---------------------------------------------- */
@import url('nav.css');
@import url('typografie.css');
@import url('modulair.css');

/* alles reseten
---------------------------------------------- */

html, body, div, span, applet, object, iframe, h2, h4, h5, blockquote, pre, abbr, 
acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	border:0 none;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
text-align:left;
vertical-align:baseline;
	  }
	  
body {
background:url(../g/bg.gif) repeat;
margin:0;
padding:0;
}

#container {
background:url(../g/ConBg.png) no-repeat;
height:540px;
width:790px;
left:50%;
top:50%;
margin:-270px 0px 0px -395px;
padding:0;
position:absolute;
}

#wrapper {
	height:auto;
	width:759px;
	margin-left:15px;
	margin-top:15px;
	float:left;
	}

#header {
width:774px;
height:47px;
}

#header img {
float:left;
margin-left:25px;
}

#main {
padding:70px 0px 0px 25px;
margin:0px;
overflow:none;
height:340px;
background:white url(../g/contentBg.gif) bottom right no-repeat;
display:block;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}


#tekst {
    float:left;
    width:350px;
    height:300px;
    overflow:none
}
 #tekst a {
 		color:#639;
		text-decoration:none;
		}
		#tekst a:hover {
			color:#000;
			text-decoration:underline;
			}

#logo2 {
	height:24px;
	color:#FFF;
	font-size:11px;
	background:white url(../g/logo2.jpg) left no-repeat;
	background-position:25px;
	width:759px;
	}



#footer {
	padding:5px 0px 5px 10px;
	background:#639;
	color:#FFF;
	font-size:11px;
	}