@CHARSET "UTF-8";
html {
	height: 100%;
}
body {
	background:#dde1d1;
    background-attachment: scroll;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 15px;
    padding: 0;
	color:#001a25;
}
.greenBorder {
	# border: 1px solid;
} /* just borders to see it */

a:link {text-decoration: none; color:#f30;}
a:visited {text-decoration: none; color:#f30;}
a:active {text-decoration: none; color:#f30;}
a:hover {text-decoration: underline; color:#f30;}
a img, a img:link, a img:visited, a img:active, a img:hover {
	text-decoration: none;
	border: 0px; 
}

/* container / content  */
div#container{
	margin:0 auto;
	width:100%;
}
div#content {
	// background:#f00;
    float: left;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
}
/* single */
div#single {
	// margin-top:250px;
	margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
}
div#single_text {
	padding:0px 5px 10px 5px;
}

/* thumbs */
div#thumbs {
	margin-top:250px;
	margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
}

/* home menu */
div#homemenu {
	margin-left: auto;
    margin-right: auto;
	width:661px; /* real total menu width 659  */
	margin-top:250px; 
	vertical-align: middle;
}
div#homemenu ul{
	margin:0;
	padding:0;
	list-style: none;
}
div#homemenu li {
	padding: 0;
	margin: 0;
	height: 41px;
	margin-right: 0;
	list-style: none;
	background-repeat: no-repeat;
}
div#homemenu li a, div#topmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 34px;
	background-repeat: no-repeat;
}
// div#homemenu ul li a:hover {background: none;}
div#homemenu ul li {float: left;}
div#homemenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.rikbuter a{background-image: url(img/rikbuter_NO.png); width: 99px;} // real width 53px
.rikbuter {background-image: url(img/rikbuter_RO.png);}
.rikbuterAC a{background-image: url(img/rikbuter_AC.png); width: 99px;}
.rikbuterAC {background-image: url(img/rikbuter_AC.png);}
.tekeningen a{background-image: url(img/tekeningen_NO.png); width: 242px;} // real width 224
.tekeningen {background-image: url(img/tekeningen_RO.png);}
.tekeningenAC a{background-image: url(img/tekeningen_AC.png); width: 242px;}
.tekeningenAC {background-image: url(img/tekeningen_AC.png);}
.etsen a{background-image: url(img/etsen_NO.png); width: 82px;} // real width 65
.etsen {background-image: url(img/etsen_RO.png);}
.etsenAC a{background-image: url(img/etsen_AC.png); width: 82px;}
.etsenAC {background-image: url(img/etsen_AC.png);}
.beeldverhalen a{background-image: url(img/beeldverhalen_NO.png); width: 169px;} // real width
.beeldverhalen {background-image: url(img/beeldverhalen_RO.png); }
.beeldverhalenAC a{background-image: url(img/beeldverhalen_AC.png); width: 169px;}
.beeldverhalenAC {background-image: url(img/beeldverhalen_AC.png);}
.diversen a{background-image: url(img/diversen_NO.png); width: 67px;} // real width
.diversen {background-image: url(img/diversen_RO.png); }
.diversenAC a{background-image: url(img/diversen_AC.png); width: 67px;}
.diversenAC {background-image: url(img/diversen_AC.png);}

/* footer */
div#footer{background: #deff2f;color: #000}
div#prefooter{clear:both;width:100%;margin:0 auto}
div#footer{clear:both;width:100%;margin:0 auto}

/* port folio */

div#pf_thumbs{
	padding: 0 0 10px;
	
}
.pf_thumb{
	margin: 0px 0px 90px 0px;
}
.back2menu{
	margin: 0px 0px 30px 0px;
}


