/************************************************************************
 * Body and general definitions
 ************************************************************************/

body {
  /*background-color: #c5c5c5;*/
  background-color: #d3d3d3;
  color: #000000; 
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  /* font-size: 100%;*/
  font-size: 13px;
  line-height: 1.333em;
}

#main-container {
  background: white;
  max-width: 72em;
  height: 100%;
  min-height: 50em;
  border-right: #d3d3d3 solid 1px;
  border-bottom: #d3d3d3 solid 1px;
  padding-bottom: 1em;
  margin-bottom: 2em;
}


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: 62px;
  max-width: 74em;
}


/************************************************************************
 * Leftbar and menues
 ************************************************************************/

#leftbar {
  /*background: white;*/
  background: #f4edea;
  color: #444;
  padding: 0px;
  padding-bottom: 40px;
  width: 12em;
  position: absolute;
  left: 0;
}

#leftmenu {
  margin: 0px;
  padding: 20px 0px 120px 0px;
  background: #f4edea;
  border: 0px solid black;
  color: black;
}

#leftbar-top {
  background: #f4edea;
  color: inherit;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0px;
}

.menu-level1-active {
  background: #a6a6f4;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 8px;
  margin: 0 0 0 0;
  list-style-type: square;
  list-style-position: inside;
  display: list-item;
}

.menu-level1-normal {
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 8px;
  margin: 0 0 0 0;
  list-style-type: square;
  list-style-position: inside;
  display: list-item;
}

.menu-level2-normal {
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 20px;
  margin: 0 0 0 0px;
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
}

.menu-level2-active {
  background: #a6a6f4;
  color: black;
  font-weight: bold;
  font-style: normal;
  padding: 7px 0px 7px 20px;
  margin: 0 0 0 0px;
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
}

.menu-level3-normal {
  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: #a6a6f4;
  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: #3a3acc;
  text-decoration: none;
}

#leftmenu .menu-level1-active a:hover {
  background-color: inherit;
  color: white;
  text-decoration: none;
}


#leftlogin {
  background: #f4edea;
  color: black;
  padding: 10px 5px 10px 5px;
  font-size: 90%;
  border-top: 1px solid #aaa;
}

.userinfo {
  border: none;
  background: #f4edea;
  width: 95%;
  padding: 0px 0px 4px 0px;
  font-size: 90%;
}

.loginfield {
  color: black;
  width: 90%;
}

.passbutton {
  margin: 0.5em 0px 0px 0px;
  background-color: #e3dcd6;
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3 black black #d3d3d3;
  color: black;
  height: 2em;
  font-size: 90%;
}


#leftlogin a:link { 
  background-color: inherit;
  color:  #888;
  text-decoration: none;
}

#leftlogin a:visited {
  color: #888;
  background-color: inherit;
  text-decoration: none;
}

#leftlogin a:hover {
  background-color: inherit;
  color: #444;
  text-decoration: underline;
}

/************************************************************************
 * Content
 ************************************************************************/

#content {
  max-width: 60em;
  padding: 0.2em 1.5em 0 13.5em;
  text-align: justify;
  background: white;
}

#content a:visited, #content a:link {
  text-decoration: none;
  font-weight: bold;
  background-color: inherit;
  color: #3a3a64;
}

#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: #ef8585;*/
  background: #f4edea;
  color: black;
  padding: 5px 12px 5px 12px;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  border-style: solid;
  font-size: 115%;
}

h1 {
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  background: #f4edea;
  color: black;
  padding: 5px 12px 5px 12px;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  border-style: solid;
  font-size: 115%;
}

h2.first {
  font-size: 110%;
  margin-top: 1em;
  padding: 0px 0.5em 0px 0.5em;
}

h2 {
  font-size: 110%;
  margin-top: 1.5em;
  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: 0.5em 1em 0.5em 1em;
}

thead {
  color: black;
  background: #f4edea;
}

th {
  vertical-align: top;
  padding: 0px 6px 0px 6px;
  font-weight: bold;
  text-align: center;
}

td {
  vertical-align: top;
  padding: 5px 7px 5px 7px;
}

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;
}

div.warning {
  background: #ef8585;
  /*width: 100%;*/
  padding: 0px 10px 0px 10px;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  border-style: solid;
  margin: 0px;
}


h1.newsbar {
  padding: 0px;
  padding-bottom: 0px;
  border: 0px solid black;
  border-bottom: 1px solid black;
  margin-top: 2em;
  margin-bottom: 0.5em;
  background: white;
  color: black;
  font-size: 110%;
 
}

.news-list-item p {
  padding: 0px 1em 0px 1em;
}

.newsheader {
  float: left;
  font-size: 100%;
}

.newsdate {
  float: right;
}

.newstext {
  clear: both;
}




/************************************************************************
 * 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 */
