/* CSS Document */

html, body {
  background-color: #571F1C;
  font-size: 76%; /* see http://www.thenoodleincident.com/tutorials/typography/css/real.css for details )*/
  font-family: verdana, Helvetica, Arial, sans-serif;
  margin: 0px;
  height: 100%;
}

* {
  padding: 0;
  /* margin: 0px; */ /* margin 0 has an undesirable side effect: no empty lines are generated before and after <p>*/ 
  border: 10px;
}

/* This ensures that footer appears below content in FireFox */
html>body #container {
	height: auto;
}

#container {
  position: relative; /* child elements with position: absolute position themselves relative to ancestors only if those are NOT static!!  */
  height: 100%;
  width: 99%;
  margin: 5em 3em 3em 3em;  
  font-family: verdana, Helvetica, Arial, sans-serif;
  border-bottom: 1px black solid; /*jjs */
  background-color:  #571F1C; /* same colour as body */  
}

#container a {
  display: inline;
  text-align: left;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#menu {
  position: absolute; /* child elements with position: absolute position themselves relative to ancestors only if those are NOT static, so 'container' has 
                      position: relative (fixed wordt niet ondersteund door IE-versies < 6 ) */
  left: 0px;
  top: 0px;
  padding: 1px;
  border: 1px black solid;      
  background-color: #D1ACA7;
  height: 100%;
  width: 225px;
  /* hack */
 	voice-family: "\"}\"";
	voice-family:inherit;
	width: 225px;
}

#inhd {
	border: 1px black solid;
	background-color: white;
	min-width: 600px;
	margin-left: 224px;
	margin-right: 50px;
	margin-top: 0px;
	padding: 1em;
	padding-left: 1.5em;
	padding-right: 3em;
}
	
#toel {
  position: absolute;
  top: 0px;
  right: 1px;
  border: 1px black solid;
  background-color: #D1ACA7; /* liver colour*/ /*TODo:   */
  height: 100%;
  width: 50px;
}

p {
	font-size: 1.4em; /* see http://www.thenoodleincident.com/tutorials/typography/css/real.css for details c Owen Briggs)*/
}

#sidebar, #sidebarlogo {
  border: 0px;
}

#sidebar {
	position: absolute;
  top: 1em;
	left: 0px;
	color: #000;
	width: 225px;
	margin: 0px;
}

#sidebar h1 {
	font-style: italic;
	font-weight: bold;
	margin-left: 4px;
}

#sidebar p {
	font-family: verdana, Helvetica, Arial, sans-serif;
	/* white-space: nowrap; << Dit betekent dat tekst niet mag worden afgebroken: geeft ongewenst resultaat in FF */
	margin-left: 4px;
}

/**/

#sidebar ul{
	padding: 0;
	margin: 0;
  margin-top: 50px;
	list-style-type: none;
	/* position: absolute makes text disappear in IE */
	border-left: none;
}

#sidebar ul li {
	margin-bottom: 3px;
	font-size: 1.4em;
}

#sidebar ul li a{
	padding-left: 0.6em;
	padding-right: 1em;
	color: #571F1C; /* dark red*/
}

#sidebar ul li a:hover{
	color: #999999; /* silver */
}

/* jjs */
#sidebar a:hover,
.index #sidebar #index a,
.tarieven #sidebar #tarieven a,
.routebeschrijving #sidebar #routebeschrijving a,
.rechtsgebieden #sidebar #rechtsgebieden a,
.gratisgesprek #sidebar #gratisgesprek a,
.voorwaarden #sidebar #voorwaarden a
{
	color: #A8685D;
}

.index #sidebar #index a,
.tarieven #sidebar #tarieven a,
.routebeschrijving #sidebar #routebeschrijving a,
.rechtsgebieden #sidebar #rechtsgebieden a,
.gratisgesprek #sidebar #gratisgesprek a,
.voorwaarden #sidebar #voorwaarden a
{
	color: #FFFFFF; /* white */
}

#sidebar a {
  color: #571F1C;
}
/**/

#sidebarlogo {
	float: left;
	top: 0px;
	height: 236px;
	width: 225px;
	background-image: url(images/LOGO_RSW2.gif);
	background-repeat: no-repeat;
}

#plaatje1, #plaatje2, #plaatje3, #plaatje4, #plaatje5 {
  float: left;
  display: inline;
  padding: 0 0 0 10 !important; /* FF wil take this one*/
  padding: 0 0 0 0; /* IE will take this one*/
  margin: 0px;
  border: 0px;  
}

#plaatjes {
  margin-bottom: 4em;
  min-height: 170px;  
}

img {
  padding: 0px;
  margin: 5px;
  border: 0px;
}  

.photo {
  float: left;
  display: inline;
  width: 137px;
  height: 137px; 
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.rightAlign
{ /* addresses IE (6) */
  visibility: hidden; /* This is temporary until website has been translated !!*/
  float:right; 
  display:inline;
  margin-right: 100px;
  /* addresses FF*/
  position: fixed; 
  right: 0px;
  top: 7px;
}

.photo p {
  text-align: center;
  padding-left: 7px;
  color: rgb(204,0,153);
}

#divider {
  padding: 0px;
  padding-left: 1em;
  padding-right: 1em;
  color: blue;
}

.deelgeb {
  font-size: 131%;
  padding-left: 2em;
}

#footer {
	position: absolute;
	font-style: italic;
	margin: 0;
	padding: 0;
	background-color: #571F1C; /* dark red*/
	right: 0;
	bottom: -3px;
	left: 0;
	width: 100%;
}

h2 {
	font-style: italic;
	font-weight: lighter;
	font-size: 150%;
	color: #571F1C; /*jjs test */
}

h1 {
	color: #571F1C; /*jjs test */
  font-size: 200%;
  font-weight: 500;	
}

table.subtabel{
	border: 1px;
	border-style: solid;
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12;
	border-color: Red;
	text-align: right;
}

td {
	border-bottom: 1px solid #CCC;
	padding-right: 3em;
}

td.heading {
  font-weight: bold;
}

ol li {
  padding: 1em 0 1em 0;
  font-size: 1.4em;
}

.tphotos {
  color: rgb(204,0,153);
  font-style: italic;
  font-size: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

.tphotos table td, tr {
  text-align: center;
  margin: 0;
  border: 0;
  padding: 0;
  border-collapse: collapse;
}

#tdphoto {
  border: 0;
}

