/* general defs */

* {
  margin: 0;
  padding: 0;
}

body {
  background: white;
}

a:link {
  color: #00f;
  text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

a:visited {
  color: #70f;
  text-decoration: none;
}

/* header division */

#header {
  height: 113px;
  overflow: hidden;
  padding: 4pt;
  border-bottom: 2pt solid #dfb72c;
  white-space: nowrap;
}

#header img.logo {
  margin-left: 8pt;
  margin-right: 24pt;
}

/* session division */

#session {
  min-height: 14pt;
  padding: 2pt;
  padding-left: 1em;
  background: #efeb96;
  overflow: visible;
  border-bottom: 2pt solid #dfb72c;
  text-align: left;
  font-size: small;
}

/* sidebar division */

#sidebar {
  float: left;
  width: 20%;
  overflow: hidden;
  margin-left: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ddd;
  border-left: 0.5pt solid #bbb;
  border-right: 0.5pt solid #bbb;
  border-bottom: 0.5pt solid #bbb;
}

#sidebar li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-top: 0.5pt solid #bbb;
}

#sidebar ul li ul li {
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding-left: 1.5em;
  padding-right: 0.5em;
  background: #ddd;
}

#sidebar li#sel {
  background: #efeb96;
}

#sidebar a:visited {
  color: #00f;
  text-decoration: none;
}

/* footer division */

#footer {
  clear: left;
  height: 50px;
  overflow: visible;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  border-top: 2pt solid #dfb72c;
  font-size: small;
}

#footer li {
  list-style: none;
  margin-left: 1em;
}

#footer img.logo {
  float: left;
  margin-top: 2pt;
  margin-bottom: 2pt;
  margin-left: 8pt;
  margin-right: 24pt;
}

/* content division */

#content {
  margin: 0 0 0 20%;
  padding-left: 1.5em;
  padding-right: 0.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

#content h1 {
  text-align: left;
  margin-bottom: 0.5em;
  font-size: x-large;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#content h2 {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: large;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#content h3 {
  text-align: left;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#content p {
  text-align: justify;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#content p#flash {
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border: 0.5pt solid #dfb72c;
  background: #efeb96;
  font-weight: bold;
}

#content ul {
  list-style: none;
}

#content ul.data li {
  margin-left: 1em;
}

#content dl#poster {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

#content dl#poster dd {
  width: 176px;
  margin-left: 0.25em;
  margin-top: 0.25em;
}

#content dl#poster_l {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

#content div.pict {
  float: left;
  width: 250px;
  margin-right: 1em;
  margin-bottom: 1em;
}

#content div.pict ul {
  font-size: small;
}


#content .clearboth {
  width: 9999px;
  clear: both;
}

#content p#sign {
  text-align: left;
  margin-left: 1em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

/* Formulare */

#content label {
  display: block;
  font-size: small;
}

#content label.checkbox {
  display: inline;
}

#content label.left {
  margin-right: 0.5em;
  display: inline;
}

#content fieldset {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  overflow: auto;
}

#content fieldset legend {
  margin-left: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

#content fieldset p {
  text-align: left;
}

#content fieldset table tr td {
  padding-right: 0.5em;
  vertical-align: top;
}

#content input.button {
  margin: 0.25em;
}

/* Tabellen */

#content table {
  margin-left: 3%;
  width: 95%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0.5pt solid #bbb;
}

#content table.auto {
  width: auto;
}

#content tr.head {
  background: #ddd;
}

#content tr.odd {
  background: #ddd;
}

#content tr.even {
  background: #fff;
}

#content th {
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border: 0.5pt solid #bbb;
}

#content td {
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-left: 0.5pt solid #bbb;
  border-right: 0.5pt solid #bbb;
}

#content td.right {
  text-align: right;
  white-space: nowrap;
}

#content td.right1 {
  text-align: right;
  white-space: nowrap;
  width: 5%;
}

#content td.right_rd {
  text-align: right;
  white-space: nowrap;
  color: #f00;
}

#content td.right_gn {
  text-align: right;
  white-space: nowrap;
  color: #0c0;
}

#content td.right_bl {
  text-align: right;
  white-space: nowrap;
  color: #00f;
}

#content td.center {
  text-align: center;
  white-space: nowrap;
}

#content td.actions {
  font-size: x-small;
  white-space: nowrap;
}

#content td.actions ul li {
  list-style: none;
}

/* Tabellen in Fieldsets */

#content fieldset table {
  margin-left: 0px;
  width: auto;
  border-style: none;
}

#content fieldset table tr td {
  border-style: none;
}

#content fieldset table tr td.name {
  font-weight: bold;
}

/* errorExplanation division */

#content .fieldWithErrors {
  padding: 2pt;
  background-color: #f00;
  display: table-cell;
}

#errorExplanation {
  margin-bottom: 1em;
  padding: 0.5em;
  padding-bottom: 1em;
  border: 2pt solid #f00;
  background-color: #e0e0e0;
}

#errorExplanation h2 {
  margin: -0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: medium;
  background-color: #c00;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

#errorExplanation p {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

#errorExplanation ul li {
  margin-left: 1.5em;
  list-style: square;
}
