/* Styles for Treade website */

/* general */
body,p,ul {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: 500;	/* bolder than normal */
	text-align: left;
	}

body {
	padding-left: 100px;
	padding-right: 3em;
 	margin-left: 4em; 
	margin-right: 7em; 
 	margin-top: 2em; 
	margin-bottom: 0; 
	background-color: white;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: black;
}

	
h1,h2,h3,h4,h5,h6 { 
	font-family: "Century Gothic", "Times New Roman", serif;
	text-align: left; 
	margin-bottom: 0.5em; 

}

h1 { 	margin-top: 0.5em; 
}

h2,h3,h4,h5,h6,div { 
 	margin-top: 1.5em; 
}

h1 { font-size: 170%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }

div { border: none; width: 100%; }

table { border: 0; text-align: left; width: 90%; }
td { vertical-align: top; text-align: left;}

hr { width: 100%; height: 1px;}

A:link, A:visited, A:active, A:hover { background-color: transparent; }

p {
 	margin-left: 3em; 
	margin-right: 9em; 
 	margin-top: 1em; 
	text-indent: 0em;
}

P + P { margin-top: 0em }	/* skip marging between paragraphs */

a.plain {
	text-decoration: none;
	font-weight: bold;
}

	
img {
	border: 1px solid;
	margin: 0.5em 1em 0.3em 0em; /* top, right, bottom, left */
	float: left;

}

pre { font-family: monospace; }

/* image with caption */
div.image {
  float: right;
  width: 400px;
/*  border: thin silver solid;*/
  margin: 0 6em 0 1em; 
  padding: 0em;
}
div.image p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0;
}
div.image img {
/*	margin: 0;
/*	width: 100%;*/
	border: 0;
}

/* menu  */

div.menu {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: fixed;
  top: 2em;
  left: auto;
  width: 10em;
  right: 1em;
}

div.menu p {
  margin: 0; 
  padding: 0.4em 0.2em 0.1em 0.2em;
  font-family: Arial, sans-serif;
  background: #090;	/* dark green */
  border: thin outset #900;
  color: white;
}

div.menu a, div.menu i { 
	display: block; 
	margin: 0.1em .65em;
	border-top: 2px groove green }
div.menu a:first-child { border-top: none }

div.menu a:link { text-decoration: none; color: white; background: #090 }
div.menu a:active { text-decoration: none; color: white; background: #090 }
div.menu a:visited { text-decoration: none; color: white; background: #090 }
div.menu a:hover { background: black; color: yellow }

div.menu img { width: 8.2em; float: none; vertical-align: middle; margin: 0em; }

/* 
#menu1 .menu1, #menu2 .menu2, #boomzorg .boomzorg, #menu3 .menu3 {
	color yellow;
}
*/

