/* --------------------------------------- Colors ---------------------------------------*/

/* ###### Text Colors ###### */

/* body {color: black;} */
body {color: black;}

#bodyText a {color: #0066cc;}

#upperMenuBar, #upperMenuBar a {color: white;}

/* #header {color: #274e90;} */

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

.sideMenuBox a {color: #0066cc;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #0066cc;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar { background-color: #6487dc;}

/* #header {background-color: #8caae6;} */

#headerSearch .submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #003399;}

.sideMenuBox a:hover {background-color: #6487dc;}

#footer {background-color: #6487dc;}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #0066cc;}

#headerSearch .text {border-color: #003399;}

#headerSearch .submit {border-color: white;}

.sideTextBox a {border-bottom-color: #0066cc;}

#footer a {border-bottom-color: white;}

/* --------------------------------------- Colors ---------------------------------------*/

/* ###### Body Text ###### */

body {
  background-color: #f0f0f0;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 82%;
  margin: 0;
/*  background-repeat: no-repeat; */
  background-attachment: scroll;
}

h1, h2, h3 {
  color: white;
  background-color: #6487dc;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
}

h1.chaptertitle {
  font-weight: bold;
  font-size: 150%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  text-align: left;
  width: 9em;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  border-style: solid;
  border-width: 1px;
  float: right;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", "courier new", courier, monospace;
}

dt {
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 1ex;
}

dd {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1.5em;
}

#bodyText {
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 5mm 5mm 2mm 5mm;
  border-left: 1px solid #999999;
}

#bodyText h1 {
    font-weight: bold;
  }

#bodyText p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 2ex;
/* neu */
  
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText img {
  float:right;
  margin-left:20px;
  margin-bottom:10px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .topOfPage {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  border: 0;
  padding: 0.25ex 1ex;
  float: right;
}

#bodyText [class~="topOfPage"] {
  padding: 1.5ex 1ex;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#upperMenuBar {
  height: 2.1em;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

#header {
  font-size: 335%;
/*  height: 1.45em; */
  height: 140px;
  padding-left: 4mm;
  background-image:url(/images/backtile.jpg);
/*
  image:url(/m3its/templates/images/jpg/logo.png) center no_repeat;
  background-position: center;
  background-repeat: no-repeat;
  position:fixed;
*/
}

#header img {
      border: none;
}     

#headerSearch {
  position: absolute;
  right: 2mm;
  top: 3.6em;
}

#headerSearch .text {
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 97%;
  font-size-adjust: 0.55;
  width: 9em;
  height: 2ex;
  padding: 1mm;
  border-style: solid;
  border-width: 1px;
}

/* Klaus#headerSearch [class~="text"] {*/
/* This rule only rendered by CSS2-fully compliant browsers */
/* Klaus  height: 3.75ex;
}
*/

#headerSearch .submit {
  font-size: 100%;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  top: -0.25ex;
}

#lowerMenuBar {
  height: 1.55em;
  padding-left: 1.3mm;
  padding-top: 1ex;
}

#lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
}  

#lowerMenuBar a:hover {
  text-decoration: underline;
}

#upperMenuBar .highlight, #lowerMenuBar .highlight {
  /* See: color-scheme.css */
}


/* ###### Side Boxes ###### */

/* Neue Boxen : Klaus +++++++++++++++++++++++++++++ */
.sideSpaceBox {
  background-color: white; 
  width: 15.5em;
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5em;
  display: block;
  /* neu Klaus */
  border-top: 5px double #999999;
  border-bottom: 2px double #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: 10em;
}

.sideLangBox {
  background-color: #f0f0f0; 
  width: 15.5em;
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5em;
  display: block;
  /* neu Klaus */
  border-bottom: 2px double #999999;
  padding-top: 1em;
  padding-bottom: 1em;

/*  
  padding: 1.2ex 1ex 1.2ex 5mm;
  border-bottom: 1px solid #999999;
  background-color: white;
  width: 15.5em;
  padding: 0 1ex 0 5mm;
  height: 7em;
  clear: left;
  padding-left: 2.5mm;
*/
  
}

/* Neue Boxen : Klaus ----------------------------- */

.sideMenuBox, .sideTextBox {
  background-color: #f0f0f0;
  width: 15.5em;
/* alt: klaus   border-bottom: 1px solid #999999; */
  border-bottom: 2px double #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
  /* neu Klaus */
  top: 2em;
  border-right: 1px solid #999999;
}

.sideMenuBox div, .sideTextBox div {
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 1ex;
}

.sideMenuBox a {
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
}

.sideMenuBox a:hover {
  /* See: color-scheme.css */
}

.sideMenuBox .thisPage {
  display: block;
  padding: 1.2ex 1ex 1.2ex 5mm;
}

.sideTextBox span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}

.sideTextBox a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.sideTextBox a:hover {
  border-bottom: none;
}

.lighterBG {
  background-color: white;
}


/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer a:hover {
  border-bottom: none;
}

.footerLHS {
  float: left;
  clear: left;
}
