@charset "UTF-8";
#wrapper {
	width: 605px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 150px;
}
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/carmen%20bw.jpg);
	background-repeat: no-repeat;
	width: 1024px;
}
#logo {
	height: 116px;
	width: 150px;
	background-image: url(../images/title.png);
}
#menu {
	list-style: none;
	height: 270px;
	width: 150px;
	position: relative;
	top: 10px;
	background-color: #2C1F15;
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style-type: none;
	padding:0;
    margin:0;
}
#menu ul li a {
	 display: block;
  text-indent: -1000%;
  position: absolute;
  outline: none;
}
#menu ul li a:hover {
	background-position: left bottom;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a:hover span {
  display: block;
}
#menu .home {
  width: 61px;
  height: 24px;
  background: url(../images/menu/home.gif) no-repeat;
  right: 10px;
  top: 5px;
}
#menu .biografie {
  width: 108px;
  height: 30px;
  background: url(../images/menu/biografie.gif) no-repeat;
  right: 10px;
  top: 29px;
}
#menu .agenda {
  width: 91px;
  height: 27px;
  background: url(../images/menu/agenda.gif) no-repeat;
  right: 10px;
  top: 59px;
}
#menu .schilderijen {
  width: 110px;
  height: 35px;
  background: url(../images/menu/schilderijen.gif) no-repeat;
  left: 30px;
  top: 86px;
}
#menu .opdrachten {
  width: 104px;
  height: 30px;
  background: url(../images/menu/opdrachten.gif) no-repeat;
  right: 10px;
  top: 121px;
}
#menu .eigenwerk {
  width: 91px;
  height: 27px;
  background: url(../images/menu/eigenwerk.gif) no-repeat;
  right: 10px;
  top: 151px;
}
#menu .schilderles {
  width: 106px;
  height: 31px;
  background: url(../images/menu/schilderles.gif) no-repeat;
  right: 10px;
  top: 178px;
}
#menu .vip {
  width: 108px;
  height: 30px;
  background: url(../images/menu/vip.gif) no-repeat;
  right: 10px;
  top: 209px;
}
#menu .contact {
  width: 82px;
  height: 26px;
  background: url(../images/menu/contact.gif) no-repeat;
  right: 10px;
  top: 239px;
}
#menu .hyves {
	width: 25px;
	height: 25px;
	background: url(../images/menu/hyves.gif) no-repeat;
	right: 90px;
	top: 285px;
}
#menu .facebook {
	width: 25px;
	height: 25px;
	background: url(../images/menu/facebook.gif) no-repeat;
	right: 120px;
	top: 285px;
}
.button {
	width: 104px;
	height: 30px;
    border: none;
    background: url(../images/menu/send_down.png) no-repeat top left;
    padding: 2px 8px;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.button:hover {
	width: 104px;
	height: 30px;
    border: none;
    background: url(../images/menu/send_up.png) no-repeat top left;
    padding: 2px 8px;
}
#left {
	width: 165px;
	position: relative;
	height: 453px;
}
#right {
	margin-left: 165px;
	margin-top: -453px;
	background-image: url(../images/psd/pot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	width: 440px;
}
#maincontent {
	padding-right: 20px;
	padding-left: 20px;
	width: 400px;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C0AD73;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x;
	background-color: #996533;
	padding-top: 10px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2C1F15;
	letter-spacing: 2px;
	font-weight: bold;
}
.imgholder {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #250C06;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAF1;
}
.datum {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #250C06;
}
#contentheader {
	text-align: right;
	font-family: Futura;
	font-size: 36px;
	font-weight: bold;
	color: #FAFAF1;
	text-decoration: none;
	letter-spacing: 5px;
	width: auto;
}
#gallery {
	list-style-type: none;
	overflow: hidden;
	height: auto;
	width: 360px;
}
#gallery li {
	float: right;
	position: relative;
	height: auto;
	width: 100px;
	margin: 5px;
}
#gallery li a img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	height: auto;
	width: 100px;
	border: 1px solid #000000;
}
#gallery li a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	height: auto;
	width: 100px;
	border: 1px solid #C0AD73;
}
.input_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0AD73;
	background-color: #71452B;
	width: 250px;
	border: 1px solid #C0AD73;
	margin-top: 5px;
	margin-bottom: 5px;
}
.feedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0AD73;
	background-color: #71452B;
	width: 250px;
	border: 1px solid #C0AD73;
	margin-top: 5px;
	margin-bottom: 10px;
}
.gallery {
	height: auto;
	width: 360px;
	padding-top: 20px;
	float: right;
}
.thumbs {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	height: auto;
	width: 100px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.thumbs:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	border: 1px solid #C0AD73;
}
#video object {
	height: 266px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

