/* style.css for La Gabrielle
  Peter J.J. Bakker
  28-11-2008 (made from style.css from Update Education)
             (changed background-colors)
  29-11-2008 (changed pictures)
  02-12-2008 (changed font-colors)
             (changed font-size to percentage: standard to 87.5% = 14px)
  03-12-2008 ()
  16-12-2008 (changed place of title)
  20-12-2008 (font sans-serief)
             (visited-font no other color)
  23-08-2009 (body same background-color as overall)
*/

/* Global Styles */
body {
  margin:0px;
  background-color: #F5DEB3; /*#FFF;*/
  font-size: 100%;  /* = 18px;*/
}

#overall {
  margin:0 auto;
  width: 1000px;
  height: 1000px; 
  background-color: #F5DEB3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 68.75%;
  font-color: #000;
}

/* Layout Styles */
div#header{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 155px;
}

div#headerLeft {
  width: 200px;
  height: 100%;
  float: left;
  background-image: url(../images/foto0007c200.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

div#headerMiddle  {
  width: 600px; /*800px;*/
  height: 100%;
  padding: 0px;
  float: left;
  background-image: url(../images/foto0003_600.jpg);
  background-repeat: no-repeat;
}

div#headerMiddleText  {
  position: relative;
  top: 5px;
  /*height: 100%;*/
  left: 45px;
  /*width: 100%;*/
  color: #F5DEB3;
}

span#meuse {
  font-size: 150%;
}
span#laGabrielle {
  font-family: serif;
  font-size: 200%;
  font-weight: bold;
}
span#goodChoice {
  font-size: 125%;
  font-style: italic;
}

div#headerRight {
  position: relative;
  width: 200px;
  padding: 0px;
  margin: 0;
  float: right;
}

div#address {
  position: relative;
  top: 35px;
  left: 15px;
  font-size: 81.25%;  /* 13px;*/
  font-weight: bold;
}

div#container{
  position: relative;
  left: 0 px;
  width: 100%;
  height: 650px;  /* auto; */
  margin: 0 auto;
}

div#menu {
  position: relative;
  width: 200px;
  top: 0px;
  height: 100%; /* 650px;*/
  margin: 0;
  padding: 0px;
  float: left;
}

#menu ul {
  margin-left: 0;
  padding: 0px 5px 0px 5px;
  list-style-type: none;
  font-weight: bold;
  letter-spacing:.1em;
}

#menu a {
  display: block;
  padding: 5px 0px 6px 25px;
  width: 165px; /*100%;*/
  text-decoration: none;
  border: 0;
}

#menu a:link {
  color: #000;  /* #FFF;*/
  background-color: #F5DEB3;
}

#menu a:visited {
  /*color: darkgrey; #7030A0;*/
  color: #000;
  background-color: #F5DEB3;
}

#menu a:hover {
  color: #7030A0;
  background-color: #FFF;
}

#subMenu {
  /*text-indent: 10px;*/
  /*left: 10px;*/
  /*padding: 8px 6px 10px 36px;*/
}

/*#subMenu a:link, #subMenu a:visited {*/
#subMenu a:link {
  width: 150px;
  color: #000;  /* #FFF;*/
  background-color: #F5DEB3;
  background-image: none;
  margin-left: -5px;
  padding: 8px 0px 10px 40px;
}

#subMenu a:visited {
  width: 150px;
  color: darkgrey; /*#7030A0;*/
  background-color: #F5DEB3;
  background-image: none;
  margin-left: -5px;
  padding: 8px 0px 10px 40px;
}

#subMenu a:hover {
  background-color: #FFF;
  color: #7030A0;
}

#menuChoice a:link, #menuChoice a:visited {
  background-color: gray;
}

#menuChoice a:hover {
  background-color: #FFF;
}


div#content{
  position: relative;
  width: 520px;
  height: auto;
  padding: 20px 40px;
  margin: 0;
  float: left;
  /*background-color: #FFF;*/
  /*font:11px Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 100%; /*12px;*/
  color:#000;
  /*line-height: 1.5em;  /* 20px;*/
  line-height: 1.3em;
  text-align: left;
}

div#content h1{
  font-size: 112.5%; 
  letter-spacing: .2em;
  text-align: left;
}
  
div#content a {
/*.listLinks {*/
  color: #7030A0;
  font-weight: bold;
}

div#contentRight{
  position: relative;
  width: 180px;
  height: 100%;
  padding: 10px 10px;
  margin: 0;
  float: left;
  /*background-image: url(../images/menuRight.png);*/
  background-repeat: no-repeat;
  color: black;
}

div#contentRight h1{
  font: 10px/16px Verdana, Arial, Helvetica, sans-serif, cursive;
  color: #000;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: left;
}

div#links {
  width: 200px;
  height: 650px;
  float: left;
  padding: 25px 25px;
  font-size: 62.5%;
  line-height: 1.6em;
  color: black;
  background-color: lightgrey;
}
