/************************************************************************
 * Body and general definitions
 ************************************************************************/

body {
  /*background: #f6f6f6;*/
  background: white;
  color: #000000; 
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  /* font-size: 100%;*/
  font-size: 13px;
  line-height: 1.3;
}

sup {
  line-height: 0px;
  font-size: 84%;
  vertical-align: 0.65ex;
}



/************************************************************************
 * Header and logo
 ************************************************************************/
 
#header { 
  background: white url("pics/logo-back.png") repeat-x;
  color: black;
  padding: 0px;
  margin: 0px;
  height: 74px;
}

#logo {
  background: transparent url("pics/DFTB-Plus-red.png") no-repeat left top;
  padding: 0px;
  margin: 0px;
  height: 74px;
}

#logo span {
  display: none;
}



/************************************************************************
 * Leftbar and menues
 ************************************************************************/

#leftbar {
  background: white;
  color: #ccb547;
  margin: 0px;
  padding: 0px;
  width: 12em;
  position: absolute;
  left: 0;
}

#leftmenu {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  background: #d46060;
  color: black;
}

#leftbar-top {
  background: #ffffff;
  color: inherit;
  height: 3px;
  padding: 0;
  margin: 0;
  font-size: 0px;
}

.menu-level1-active {
  background-color: #f69393;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 8px;
  margin: 0 0 0 0;
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
}

.menu-level1-normal {
  background-color: #d46060;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 8px;
  margin: 0 0 0 0;
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
}

.menu-level2-normal {
  background-color: #d46060;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 20px;
  margin: 0 0 0 0px;
  list-style-type: square;
  list-style-position: inside;
  display: list-item;
}

.menu-level2-active {
  background-color: #f69393;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 20px;
  margin: 0 0 0 0px;
  list-style-type: square;
  list-style-position: inside;
  display: list-item;
}

.menu-level3-normal {
  background-color: #d46060;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 32px;
  margin: 0 0 0 0px;
  list-style-type: circle;
  list-style-position: inside;
  display: list-item;
}

.menu-level3-active {
  background-color: #f69393;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 32px;
  margin: 0 0 0 0px;
  list-style-type: circle;
  list-style-position: inside;
  display: list-item;
}

#leftmenu a:link { 
  background-color: inherit;
  color: black;
  text-decoration: none;
}

#leftmenu a:visited {
  color: black;
  background-color: inherit;
  text-decoration: none;
}

#leftmenu a:hover {
  background-color: inherit;
  color: white;
  text-decoration: none;
}

#leftlogin {
  background: #d46060;
  color: black;
  padding: 30px 5px 10px 5px;
  font-size: 90%;
}

.userinfo {
  font-weight: bold;
  border: solid 1px #f69393;
  padding: 0px 4px 0px 4px;
}

.loginfield {
  background-color: #b2b2b2;
  color: black;
  width: 95%;
}

.passbutton {
  margin: 0.5em 0px 0px 0px;
  background-color: #f69393;
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3 black black #d3d3d3;
  color: black;
  height: 2em;
}



/************************************************************************
 * Content
 ************************************************************************/

#content {
  max-width: 60em;
  padding: 0 1em 0 13em;
  text-align: justify;
}

#content a:visited, #content a:link {
  text-decoration: none;
  font-weight: bold;
  background-color: inherit;
  color: #404082;
}

#content a:hover {
  text-decoration: underline;
  font-weight: bold;
  background-color: inherit;
  color: #222222;
}

#content strong {
  background-color: inherit;
  color: #222222;
}
 
h1.firstonpage {
  margin-top: 9px;
  margin-bottom: 1.0em;
  background: #f69393;
  color: black;
  padding: 2px 12px 2px 12px;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  border-style: solid;
  font-size: 130%;
}

h1 {
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  background: #f69393;
  color: black;
  padding: 2px 12px 2px 12px;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  border-style: solid;
  font-size: 130%;
}

h2 {
  font-size: 120%;
  margin-top: 2em;
  padding: 0px 0.5em 0px 0.5em;
}

h3 {
  font-size: 100%;
  padding: 0px 0.5em 0px 0.5em;
}

p.bodytext {
  padding: 0px 0.5em 0px 0.5em;
}

div.indent {
  padding-left: 1.5em;
}

table {
  margin: 1em 1em 1em 1em;
}

thead {
  color: black;
  background: #d9d9d9;
}

th {
  vertical-align: top;
  padding: 2px 6px 2px 6px;
  font-weight: bold;
  text-align: center;
}

td {
  vertical-align: top;
  padding: 6px 6px 6px 6px;
}

td p.bodytext {
  padding: 0px;
  margin: 0px;
}

li {
  margin: 0px 0 1ex 0;
}

dd {
  margin: 0px 0px 2ex 3ex;
}



/************************************************************************
 * Floating boxes
 ************************************************************************/

div.float-hbox-right {
  float: right;
  clear: right;
  margin: 0px 0px 10px 20px;  
}

div.float-hbox-left {
  float: left;
  clear: left;
  margin: 0px 20px 10px 0px;  
}
 
div.float-hbox-right, div.float-hbox-left {
  border-style: solid;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  width: 14em;
  color: inherit;
  background: #d9d9d9;
}

div.float-hbox-header {
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  margin: 0;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}

div.float-hbox-body {
  padding: 0px 6px 0px 6px;
  text-align: justify;
  border-style: none;
  border-color: rgb(70,70,70);
  border-width: 1px;
}



/************************************************************************
 * Printing style
 ************************************************************************/

@media print {
body {
  background: #ffffff;
  color: #000000; 
  margin: 0;
  padding: 0;
  font-family: arial,helvetica,sans-serif; 
  font-size: 10pt;
  line-height: 1.3;
}

#header {
  display: none;
}

#leftbar {
  display: none
}

#content {
  max-width: 80em;
  padding: 0;
} 

} /* End Printing style */

