body, html {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 17px;
	color: #000;
	line-height: 1.6em;
	background: #354a4d;
	background:  url(../images/roest.jpg);
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 600px;
	height: 100%;
	text-align: center;
	background:  url(../images/bg.jpg);
	border-left: 3px solid #74806b;
	border-right: 3px solid #74806b;
}

#wrapper2 {
	position: relative;
	margin: 0px auto;
	width: 1400px;
	height: 100%;
	text-align: center;
	background:  url(../uniekekistjes/bg.jpg);
	border-left: 3px solid #74806b;
	border-right: 3px solid #74806b;
}

#box1 { padding: 10px 20px; }
#box2 {  padding: 5px 20px;}
#box3 { padding: 0px 20px 15px 20px; 	background:  url(../images/bg.jpg);}

#header { padding-left:0px;	padding-top: 0px; }
#menu a:hover {color: #36AD2F;font-size: 0.95em;}
.selected{background:#fff !important; color:#36AD2F !important; font-size: 0.95em !important; }



a {color: #000; text-decoration:underline;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: none; }



.imgfloat {padding: 3px; margin-left: 10px;}
.smaller {font-size: 80%;}

hr {
	color: #009900;
	color: #ccc;
	height: 0.5px;
}


p {  font-size: 80%; color: #333333; line-height: 175%;}


/*deze styling om de Maintenance Mode in WP wat fraaier te stylen*/
#header, #menu {display: none;}
