/* --------------------------------------------------------------------------
Structure
-------------------------------------------------------------------------- */

html {
  min-height: 100%; margin-bottom: 1px; /* force the vertical scrollbar to appear to prevent site from moving */
}

body{
  color: #330000;
  background-color: #336699;
  /*font-family: verdana, helvetica, Arial, Sans-serif;*/
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.border{
  color: #330000;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
  width: 800px;   /* Totalwidth=width+paddingleft+paddingright */
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

body > div.border{
  width: 710px;
}

.contents{
  border: solid 1px #330000;
/*  width: 100%;*/
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 70px;
  padding-right: 25px;
}

.logo{
  position: absolute;
  top: 3px;
  left: 2px;
}

.menu{
  color: #330000;
  background-color: #DCDCDC; /*  #F0E1D3; */
  text-align: center;
  font-size: 13px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.main{
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.lefthome{
  width: 60%;
  vertical-align: top;
  margin-right: 0px;
  padding-right: 20px;
}

.righthome{
  color: #330000;
  background-color: #DCDCDC; /*#F0E1D3;*/
  width: 40%;
  vertical-align: top;
  margin: 0px;
  padding: 15px;
}

.copyright{
  float: right;
}

/* --------------------------------------------------------------------------
Layout
-------------------------------------------------------------------------- */

.largeheader{
  font-size: 18px;
  font-weight: bold;
}

.smallheader{
  font-size: 16px;
  font-weight: bold;
}

.header{
  font-size: 14px;
  /*color: #003366;  */
  font-weight:bold;
  /*color:#336699;*/
}

.titleheader{
  font-size: 18px;
  color: #003366;
}

.date{
  text-align: right;
  font-style: italic;
}

a{
  font-weight: bold;
}

a:link, a:visited{
  color: #330000;
  background-color: inherit;
  text-decoration: none;
}

a:hover, a:active, a:focus{
  color: #003366;
  background-color: inherit;
  text-decoration: underline;
}

img{
  border: none;
}

.bookedition{
  position: relative;
  top: 0px;
  left: 0px;
}

.bookgrafics
{
  position: absolute;
  top: 17px;
  left: -70px;
}

.booktext
{
  position: absolute;
  font-weight: bold;
  text-align: center;
  top: 30px;
  left: -60px;
}
