@charset "UTF-8";
/*******************************
/
/          BobinBeeld.nl 
/   Webdevelopment door Buox.nl
/    Aangemaakt op 29-02-2008
/
*******************************/

@import url("lightbox.css");

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}

/*Layout Divs*/

#wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 230px;
	margin-bottom: -145px;
	z-index: 0;
}

#footer {
	background-image: url(../images/lefthand.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 230px;
	z-index: 0;
}

#textfooter {
	font-size: 9px;
	color: #6D4545;
	margin-left: 20px;
	z-index: 2;
}

#context {
	width: 500px;
	top: 120px;
	margin: 0px auto;
	z-index: 3;
}

#menu {
	width: 320px;
	float: right;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	border-top: dotted thin #C8C2A1;
	border-bottom: dotted thin #C8C2A1;
	font-weight: bold;
	z-index: 2;
}

/* Links */

#menu a, a:active, a:visited {
	color: #434343;
	border-bottom: none; 
	text-decoration: none;
}

#menu a:hover {
	border-bottom: dashed thin;
}

#context a, a:active, a:visited	{
	color: #434343;
	border-bottom: none;
	text-decoration: none;
}

#context a:hover	{
	border-bottom: dashed thin;
}

#textfooter a, a:active, a:visited {
	color: #6D4545;
	border-bottom: dashed thin; 
	text-decoration: none;
}

#textfooter a:hover {
	border-bottom: none; 
	text-decoration: none;
}

/* Headings */

h1 {
	font-size: 16px;
}

/* Form */

input{
	color: #6D6D6D;
	background-color: #EFEFEF;
	border-style: solid;
	border-width: thin;
	border-color: #C8C8C8;
}

textarea{
	color: #6D6D6D;
	background-color: #EFEFEF;
	border-style: solid;
	border-width: thin;
	border-color: #C8C8C8;
}

/* Gallerij */

.gallerij a img{
	border: 0;
	height: 40px; 
	width: 50px;
	padding: 3px;
}

.gallerij a:hover{
	border-bottom: thick; /*Hack om border invisble te maken in lijst*/
}