/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body{
	font-size: small;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background: #626262;
	color: #898989;
}

#container{
	width: 100%;
	background: #fff url(../images/bg.jpg) repeat-x;
	padding: 0 0 30px;
}

#wrapper{
	background:  url(../images/logo.gif) no-repeat top left;
	width: 730px;
	margin: auto;
}

/*Menu*/

#menu{
	padding: 118px 0 0 272px;
}

#menu li{
	list-style:none;
	float:left;
	margin-right:9px;
}

#menu li.menu1{
	background: url(../images/home.gif) no-repeat;
}

#menu li.menu1:hover{
	background: url(../images/home2.gif) no-repeat;
}

#menu a#home:hover {
	background: url(../images/home2.gif) no-repeat;
} 

* html #menu a:hover {height:48px; he\ight:0;}

#menu li #home{display:block; width:32px; height:0; padding-top:48px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu li #home:link{height:0; he\ight:0;}

#menu li.menu2{
	background: url(../images/betaal.gif) no-repeat;
}

#menu li.menu2:hover{
	background: url(../images/betaal2.gif) no-repeat;
} 

#menu a#betaalsysteem:hover {
	background: url(../images/betaal2.gif) no-repeat;
} 

#menu li #betaalsysteem{display:block; width:82px; height:0; padding-top:48px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu li #betaalsysteem:link{height:0; he\ight:0;}


#menu li.menu3{
	background: url(../images/anonimiteit.gif) no-repeat;
}

#menu li.menu3:hover{
	background: url(../images/anonimiteit2.gif) no-repeat;
} 

#menu a#anonimiteit:hover {
	background: url(../images/anonimiteit2.gif) no-repeat;
} 

#menu li #anonimiteit{display:block; width:66px; height:0; padding-top:48px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu li #anonimiteit:link{height:0; he\ight:0;}


#menu li.menu4{
	background: url(../images/veilig.gif) no-repeat;
} 

#menu li.menu4:hover{
	background: url(../images/veilig2.gif) no-repeat;
} 

#menu a#veilig:hover {
	background: url(../images/veilig2.gif) no-repeat;
} 

#menu li #veilig{display:block; width:72px; height:0; padding-top:48px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu li #veilig:link{height:0; he\ight:0;}

#menu li.menu5{
	background: url(../images/reageren.gif) no-repeat;
} 

#menu li.menu5:hover{
	background: url(../images/reageren2.gif) no-repeat;
} 

#menu a#reageren:hover {
	background: url(../images/reageren2.gif) no-repeat;
} 

#menu li #reageren{display:block; width:59px; height:0; padding-top:48px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu li #reageren:link{height:0; he\ight:0;}

#menu li.menu6{
	background: url(../images/contact.gif) no-repeat;
} 

#menu li.menu6:hover{
	background: url(../images/contact2.gif) no-repeat;
} 

#menu a#contact:hover {
	background: url(../images/contact2.gif) no-repeat;
} 


#menu li #contact{display:block; width:45px; height:0; padding-top:48px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu li #contact:link{height:0; he\ight:0;}

#left{
	margin: 50px 0 0;
	width: 272px;
	float: left;
}

/*Main content*/
#main{
	margin: 50px 0 0;
	float: right;
	width: 458px;
}

#main h1{
	background: url(../images/lock.gif) no-repeat 0 6px;
	text-indent: 10px;
	font-size: 1.2em;
	color: #58a7c8;
	border-bottom: 3px solid #d2d49b;
	padding: 0 0 4px;
	margin: 0 0 4px;
	
}

#main p{
	font-size: 0.9em;
	margin: 0 0 6px;
}

#main ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 10px 0;
}

#main img{
	border: none;
	margin: 0 0 8px;	
}

#main a{
	color: #58a7c8;
	text-decoration: none;
}

#main a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

#footer{
	background: url(../images/footerbg.gif) repeat-x;
	height: 73px;
}

#footwrap{
	width: 730px;
	margin: auto;
}

#footwrap p{
	color: #666;
	margin: 0 0 0 550px;
	padding: 15px 0 0 9px;
	font-size: 0.7em;
	background: url(../images/copyright.gif) no-repeat 0 13px;
	height: 50px;
}
/*hide fake textfield to detect automated formspammers*/
#message{
	visibility:hidden;
	display:none;
}
