/*******
colors:
donkere achtergrond: rgb(83,90,78)
oranje tekst: rgb(198,104,57);

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(83,90,78);
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 12pt;
	color: #999;
}

body.mainpage {
  background: rgb(83,90,78) url(images/page_image_menu_background.jpg) top left repeat-y;
}


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); /* oranje */
/*  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;

}

div.top {
  width: 802px;
  height: 60px;
}

div.top_small {
  width: 802px;
  height: 15px;
}

div.bottom {
  width: 802px;
  height: 20px; /* kennelijk wil IE dit niet kleiner...*/
  margin: 0px;
  padding: 0px;
}

div.bottom_filler {
  height: 25px;
}


div.header {
  margin-left: 1px;
  background-image: url(images/homepage_header2_83-90-78_welkom.jpg);
  background-repeat: no-repeat;
  height: 73px; /*60;*/
  width: 750px;
}


/* verstoppen van de header informatie */
div.header h1,
div.bottom_filler h1 {
  display: none;
}

div.header img {
	border: none;
}

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

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

div.paintings {
  /*height: 450px;*/
  width: 770px;
  margin-bottom: 40px;
  text-align: center;
 
}

div.paintings-row {
  margin-top: 40px;
  width: 700px;
}

div.paintings-row#schetsen-row {
  margin-left: 30px;
  
}

div#collage_home {
  margin-top: 60px;
  left: 0px;
  width: 700px;
}

div.text {
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  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;
  padding: 1px;
  border: solid 2px rgb(75, 82, 70);/*#6F6FB7;/*#5F5F69;*/
}

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


p.details-werk {
	text-align: right;
	margin-top: 30px;
	font-size: 8pt;
	margin-right: 15px;
}

p.details-werk strong {
	font-size: 9pt;
}

p.introductie {
	color: rgb(198,104,57); /* oranje */
}

div.text p.introductie a {
  font-weight: normal; 
  color: rgb(198,104,57); /* oranje */
}

div.text p.introductie a:link {
  color: rgb(198,104,57); /* oranje */
}

div.text p.introductie a:visited {
  color: rgb(198,104,57); /* oranje */
}

div.text p.introductie a:hover {
  color: #999;
/*  border-bottom: solid 1px #E7DC8A;*/
}


div.text p.about {
	font-size: 8pt;
	color: #777;
	margin-top: 40px;
}

div.text p.about a {
  font-weight: normal; 
  color: #777;
}

div.text p.about a:link {
  color: #777;
}

div.text p.about a:visited {
  color: #777;
}

div.text p.about a:hover {
  color: #999;
/*  border-bottom: solid 1px #E7DC8A;*/
}

