/*****************************
						init
*****************************/

html, body
{
	padding: 0;
	margin: 0;
	background-color: #3D3D32;
}

/*****************************
					div / layout
*****************************/

#outerwhite
{
	position: absolute;
	width: 824px;
	height: 514px;
	top: 50%;
	margin-top: -257px;
	left: 50%;
	margin-left: -412px;
	background-color: #FFFFFF;
}

#container
{
	width: 800px;
	height: 478px;
	margin-top: 12px;
	margin-left: 12px;
}

#left
{
	position: absolute;
	background-color: #E2E2D4;
	margin-left: 0px;
	margin-top: 0px;
	width: 462px;
	height: 478px;
}

#middle
{
	position: absolute;
	background-color: #AAAA88;
	margin-left: 462px;
	margin-top: 0px;
	width: 100px;
	height: 478px;
	
}

#menu
{
	position: absolute;
	margin-top: 283px;
	
}

#right
{
	position: absolute;
	background-image: url(../images/bg_rechts.gif);
	margin-left: 562px;
	margin-top: 0px;
	width: 238px;
	height: 478px;
	
}

#text
{
	position: absolute;
	width: 178px;
	float: left;
	padding-left: 24px;
	margin-right: 42px;
	vertical-align: bottom;
	bottom: 24px;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 8pt;
	line-height: 12pt;
	color: #3d3d32;
}

#whereami
{
	position: absolute;
	margin-left: 220px;
	margin-top: 331px;
	float: right;
	
}

#grietatsma
{
	background-image: url(../images/grietatsma.gif);
	margin-top: 426px;
	width: 462px;
	height: 52px;
}

#centering
{
	position: absolute;
	background-color: Aqua;
	margin: 0px auto;
}

#wrap2
{
	position: absolute;
	background: url(../images/frame/tl.gif) no-repeat left top;
}

#imgcont {
	margin: 10px 0 0 5px;
	position: absolute;
}

#imgcont img
{
	border: 5px solid #fff;
	margin: 10px;
}

#wrap3
{
	padding: 16px 0 0 0;
	background: url(../images/frame/tr.gif) no-repeat right top;
	float: left;
}

#wrap4
{
	padding: 0 0 0 16px;
	background: url(../images/frame/bl.gif) no-repeat left bottom;
}

#wrap5
{
	padding: 0px 16px 16px 0px;
	background: url(../images/frame/br.gif) no-repeat right bottom;
}

#wrap6
{
	margin: -6px -6px -6px -6px;
}


/*****************************
					text
*****************************/

#wrap6 IMG
{
	border: 6px solid White;
	display: block;
}

#menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li.list1 
{
	background: transparent url(../images/home.gif);
}

#menu li.list2 
{
	background: transparent url(../images/aboutme.gif);
}

#menu li.list3 
{
	background: transparent url(../images/paintings.gif);
}

#menu li.list4 
{
	background: transparent url(../images/contact.gif);
}

/* maakt de text links onzichtbaar, maar houdt padding over voor de images  */

#menu a 
{
	display:block;
	width:100px;
	height:0;
	padding-top:24px;
	overflow:hidden;
}

/* Laad de hover images vooraf in, buiten beeld  */

#menu a#item1 {background:transparent url(../images/homeover.gif) -24px -100px no-repeat;}
#menu a#item2 {background:transparent url(../images/aboutmeover.gif) -24px -100px no-repeat;}
#menu a#item3 {background:transparent url(../images/paintingsover.gif) -24px -100px no-repeat;}
#menu a#item4 {background:transparent url(../images/contactover.gif) -24px -100px no-repeat;}

#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {background-position:0 0; z-index:50;}
#menu a#item4:hover {background-position:0 0; z-index:50;}

#text a
{
	color: #3d3d32;
	text-decoration: underline;
}

#contact div {
	clear: both;
	width: 180px;
	padding: 2px 0 2px 0;
}

#contact div label {
	width: auto;
	float: left;
	font-weight: bold;
	font-size: 10px;
}

#contact div input{
	float: right;
	width: 100px;
}

textarea {
	width: 175px;
	margin-right: 3px;
}

input, textarea {
	padding: 2px;
	border: 1px solid #AAAA88;
}