/*
 * Globals
 */
body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 100.01%;
  margin: 0;
  padding: 0;
  min-width: 41em;
  /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

a {
  color: #D68301;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  background-color: #FAEDDA;
}

a:aktive {
  color: #E9A438;
}

a:visited {
  color: #B37D28;
}

a.eintr {
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

a.eintr:hover {
  background-color: #ffffff;
  text-decoration: underline;
}

a.eintr:aktive {
  color: #E9A438;
}

a.eintr:visited {
  color: #000000;
}

a.img {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

a.img:hover {
  background-color: #ffffff;
  text-decoration: underline;
}

a.img:aktive {
  color: #E9A438;
}

a.img:visited {
  color: #000000;
}

h1 {
  font-size: 13pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 11pt;
}

h4 {
  font-size: 10pt;
}

hr {
  color: #D68301;
}

/*
hr#RightField {
  color: #E9A438;
}
*/

table {
	border-color: #444444;
}
	

/*
 * Main layout
 */
div#HeaderField {
  width: 100%;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0px #D68301;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

div#LeftField {
  font-size: 0.83em;
  float: left;
  margin: 0;
  padding: 0.5em;
  width: 130px;
  background-color: #FAEDDA;
  font-weight: bold;
  border: 1px #D68301;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

div#ContentField {
  margin: 0 0 0 144px;
  padding: 1em;
}

* html div#ContentField {
  height: 1em;
  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}


div#RightField {
  float: right;
  font-size: 0.75em;
  margin: 0 0 1em;
  padding: 0.5em;
  background-color: #FAEDDA;
  width: 130px;
  border: 1px #D68301;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

div#FooterField {
  clear: both;
  font-size: 0.75em;
  font-weight: bold;
  color: #E9A438;
  margin: 0;
  padding: 0.3em;
  text-align: center;
  border: 1px #D68301;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

/*
 * action colors
 */
.actionOK {
  color: #00CC00;
}

.actionError {
  color: #FF0000;
}

.actionInfo {
  color: #0000FF;
}

.noAction {
  color: #000000;
}

.actionOK,.actionError,.actionInfo,.noAction {
  text-align: center;
  background-color: #DDDDDD;
  padding: 10px;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 5px;
}

/*
 * Header styles
 */
.headMenu {
  font-size: 8pt;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  border: 1px #D68301;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

.head1Menu {
  font-size: 8pt;
  padding: 3px;
  padding-left: 3px;
  padding-right: 5px;
  margin-left: 148px;
}

/*
 * Helpers
 */
.margin20 {
  margin: 20px;
}

.brightOrange {
  color: #FAEDDA;
}

.orange {
  color: #E9A438;
}

.darkOrange {
  color: #D68301;
}
