/*******
colors:
blauw menu balk: #6F6FB7
donker-geel tekst: #C9913C 
iets donkerder geel: #BF7329
licht-geel  tekst: #E7DC8A
light-grijs achtergrond: #696B75
donker-grijze rand: #5F5F69
*****/

body {
	background-color: rgb(106,104,57);/*#312F30;/*#696B75;*/
	margin: 0px;
	padding: 0px;	
  font-family: Verdana, Arial, Helvetica, Geneva;
  font-size: 12pt;
  color: #999;/*#FCD647;/*#C9913C;*/
}

/*
body.mainpage {
  background-image: url(images/page_menu_base_extension.jpg);
  background-repeat: repeat-x;
}
*/

p,
label,
textarea,
input {
  font-family: Verdana, Arial, Helvetica, Geneva;
  font-size: 10pt;
}

div.text a {
  font-weight: normal; 
/*  text-decoration: none;*/
  color: #888;/*#FCD647;/*#BF7329; /* iets donkerder-geel */
}

div.text a:link {
  color: #888;/*#FCD647; /* donker-geel */
}

div.text a:visited {
  color: #888;/*#FCD647; /* donker-geel */
/*  color: #C9913C; /* iets donkerder-geel */
}

div.text  a:hover {
  color: rgb(198,104,57);/*#993366;/*#E7DC8A; /* licht-geel */
/*  border-bottom: solid 1px #E7DC8A;*/
}


div.center {
  text-align: center;
  width: 902px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;/*25px;*/
  margin-bottom: 0px;
  /* background-image: url(images/page_background.jpg);*/
  /*background-repeat: repeat-y; */
}

div.top {
  width: 802px;
  height: 60px;
  /*background-image: url(images/page_top.jpg);*/
  /*background-repeat: no-repeat;*/
}

div.top_small {
  width: 802px;
  height: 15px;
  /*background-image: url(images/page_top.jpg);*/
  /*background-repeat: no-repeat;*/
}

div.bottom {
  width: 802px;
  height: 20px; /* kennelijk wil IE dit niet kleiner...*/
  margin: 0px;
  padding: 0px;
  /*background-image: url(images/page_bottom.jpg);*/
  /*background-repeat: no-repeat;*/
  /*border: dotted 1px red;*/
  /*margin-bottom: 25px;*/
}

div.bottom_filler {
  height: 25px;
}


div.header {
  margin-left: 1px;
  background-image: url(images/homepage_header_133-132-103.jpg);
  /*background-position-x: 1px;*/
  background-repeat: no-repeat;
  height: 60px;
  width: 800px;
}

/*
div.header#header_54-60-51 {
  background-image: url(images/homepage_header_54-60-51.jpg);
}
div.header#header_71-78-67 {
  background-image: url(images/homepage_header_71-78-67.jpg);
}
div.header#header_83-90-78 {
  background-image: url(images/homepage_header_83-90-78.jpg);
}
div.header#header_83-90-78 {
  background-image: url(images/homepage_header_83-90-78.jpg);
}
div.header#header_96-102-94 {
  background-image: url(images/homepage_header_96-102-94.jpg);
}
div.header#header_128-130-125 {
  background-image: url(images/homepage_header_128-130-125.jpg);
}
div.header#header_133-132-103 {
  background-image: url(images/homepage_header_133-132-103.jpg);
}
div.header#header_106-104-57 {
  background-image: url(images/homepage_header_106-104-57.jpg);
}
*/
/* verstoppen van de header informatie */
div.header h1,
div.bottom_filler h1 {
  display: none;
}


/***********************************/
/* de inhoud... */

/* het main divje weer links align */
div.main {
  margin-left: 1px;
  padding-top: 0px;
  width: 800px;
  margin-left: 140px;
  text-align: left;
}

div.paintings {
  /*height: 450px;*/
  width: 800px;
  /*background-color: red;*/
  margin-bottom: 40px;
}

div.text {
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
}

div.text#first {
  padding-top: 40px;
}

div.text h1 {
  font-size: 11pt;
}

img.text-image {
  float: right;
  margin: 0px 0px 30px 50px;
  border: solid 2px #6F6FB7;/*#5F5F69;*/
}

img.show-image {
  float: left;
  margin: 60px 60px 60px 60px;
}






