/*============================================================================
/* File:        default.css
/* Purpose:     Default CSS
/* Maintainer:  Otto Wyss
/* Created:     2010-10-18
/* RCS-ID:      $Id:  Exp $
/* Copyright:   (c) 2010 Orpatec GmbH
/*==========================================================================*/

html {
  font-family: sans-serif;
  font-size: 14px;
}

body {
  border: none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  font-family: sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  text-align: center;
}

/* Elemente ============================================================*/

a {
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.button {
  background-color: #EEEEEE;
  border: solid 1px blue;
  padding: 4px;
  height: 20px;
  white-space: nowrap;
}

a.arrow {
  background: url("images/arrow01.png") center left no-repeat;
  padding-left: 8px;
}

fieldset {
  border: none;
}

form {
  border: none;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
  vertical-align: middle;
}

form legend {
  font-weight: bold;
}

h1 {
  color: #00529C;
  font-weight: bold;
  line-height: 100%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h2 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

h3 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

h4 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

ol, ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

table {
  border: none;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

table a:link    { color: blue; text-decoration: none; }
table a:visited { color: blue; text-decoration: none; }
table a:focus   { color: blue; text-decoration: underline; }
table a:hover   { color: blue; text-decoration: underline; }

table caption {
  font-weight: bold;
}

tbody {
  font-size: 14px;
}

/*==========================================================================*/

.button_mini {
  width: 6em;
}

.button_small {
  width: 8em;
}

.button_medium {
  width: 16em;
}

img {
  border: none;
}

img.clickable {
  cursor: pointer;
  border: solid 1px blue;
}

img.flag {
  border: #A2A2A2 solid 1px;
  width: 15px;
  height: 9px;
  margin: 0px;
}

img.arrow {
  border: 0;
  width: 5px;
  height: 9px;
  margin: 0px;
}

img.done {
  border: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-bottom: 2px;
}

img.expand {
  border: 0;
  width: 9px;
  height: 9px;
  margin: 2px;
}

img.help {
  border: 0;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 2px;
}

img.icon {
  border: 0;
  width: 10px;
  height: 14px;
  margin: 0px;
  margin-left: 2px;
}

img.info {
  border: 0;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-bottom: 2px;
}

img.lock {
  border: 0;
  width: 7px;
  height: 9px;
  margin: 0px;
  margin-left: 2px;
}

img.normal {
  border: 0;
  width: 96px;
  height: 96px;
  margin: 0px;
}

img.star {
  border: 0;
  width: 7px;
  height: 9px;
  margin: 0px;
  margin-left: 2px;
}

img.state {
  border: 0;
  width: 12px;
  height: 12px;
  margin: 0px;
  margin-left: 2px;
  margin-right: 4px;
}

select.micro {
  width: 60px;
}

select.mini {
  width: 120px;
}

select.small {
  width: 240px;
}

select.medium {
  width: 360px;
}

select.large {
  width: 480px;
}

select.xlarge {
  width: 600px;
}

table.menu {
  background-color: #EEEEEE;
  border-top: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
  vertical-align: middle;
}

tabelle.eingabe {
  border-top: solid 1px #C2C2C2;
  margin-top: 14px;
  vertical-align: top;
}

tabelle.eingabe td {
  margin: 1px;
  padding: 0px;
}

table.eintragsliste {
  border-top: solid 1px #C2C2C2;
  vertical-align: middle;
}

table.eintragsliste td {
  border-top: solid 1px #C2C2C2;
}

#titelzeile {
  border: none;
  vertical-align: middle;
  width: 100%;
}

#hilfetext {
  border-top: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
  margin-top: 14px;
  margin-bottom: 14px;
  vertical-align: top;
  width: 100%;
}

.inhaltstext {
  border: none;
  margin-top: 14px;
  margin-bottom: 14px;
  vertical-align: top;
  width: 100%;
}

/* Verhaltensklassen =======================================================*/

.clickable {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.input_required {
  color: black;
}

/* Page layout =============================================================*/

#kopfbereich {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* height of title */
}

#menubereich {
  position: absolute;
  overflow: hidden;
  top: 60px; /* start after title */
  left: 0;
  width: 100%;
  height: 21px; /* height of menu */
}

#inhaltsbereich {
  position: fixed;
  overflow: auto;
  top: 81px; /* start after title and menu */
  left: 0;
  right: 0;
  bottom: 20px; /* end before footer */
  text-align: center;
}

#fussbereich {
  position: absolute;
  overflow: hidden;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; /* height of footer */
}

#leerbereich {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 780px;
}

* html body { /* necessary IE6 hack */
  padding: 80px 0 20px 0; /* set value to (Height_of_pageTitle 0 Height_of_pageFooter 0) */
}

* html #inhaltsbereich { /* necessary IE6 hack */
  width: 100%;
  height: 100%;
}
