body {
  color: #006666;
  background: #ffffff;
}

body, td {
  font-family: verdana, sans-serif;
  font-size: 8pt;
}

/* Header on top of each page */
.pageheader {
  margin-bottom: 1em;

  font-size: 180%;
}

/* Header within the text flow */
.header {
  margin-top: 1.5em;

  font-size: 130%;
  font-weight: bold;
}

/* Placeholder for normal text. */
.text {
  margin-left: 2px;
  margin-bottom: 1em;
  line-height: 120%;
}

body.sidebar { 
  background: #33cccc;
}


body.topframe { 
  background-image: url(bilder/top.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

div.menu, div.login { 
  padding-left: 46px;
/*   line-height: 200%; */
}

div.login { 
  padding-top: 30px;
}

div.menu > a:link, div.menu > a:visited { 
  color: #339999;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 8px;
/*   border: 1px solid red; */
}

a:link, a:visited { 
  color: #006666;
}

/* Entry form for personal information */
table.entryTable { 
  padding: 30px;
  vertical-align: top;
}

td.entryLabel { 
  text-align: right;
  padding-right: 10px;
}

.warning { 
  color: red;
}

.required { 
  color: red;
}

td.infoleft { 
  color: #003333;
}

td.inforight { 
  color: #006666;
}

/* Even rows in a list. */
.row-0, .row-even { 
/*  background: green; */
}

/* Odd rows in a list. */
.row-1, .row-odd { 
  background: #f0f0f0;
}

.categoryHeader { 
  background: #dddddd;
}

span.username { 
  font-weight: bold;
}

span.forgottenPassword { 
  font-size: 85%;
}
