/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #cc6600;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

a:hover {
  color: #cc3300;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-bottom: 0px;
}

blockquote {
  font-style: italic;
}

h1 {
  margin: 0;
  font-size: 2.5em;
  padding: 1em 0.25em 0;
  line-height: 0.8em;
  border-bottom: 1px solid silver; 
  text-align: right;
  color: #557;
  letter-spacing: 2px;
}

h2 {
  font-size: 140%;
  text-align: left;
  color: #557;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
  text-align: left;
  color: #557;
}

h4 {
  font-size: 100%;
  text-align: left;
  color: #557;
}

input, textarea {
  background-color: #fff0d0;
  border-color: #ffd0a0 #e0b080 #e0b080 #ffd0a0;
  border-width: 1px;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #ffffd0;
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .2em;
}

input.button:focus {
  color: #ffffd0;
}

label {
  font-weight: bold;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  scrollbar-base-color: #d0a070;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#header, #footer {
  background-color: #ffffff;
  border-color: #c09070 #704020 #704020 #c09070;
  border-style: solid;
  border-width: 0;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  width: 98%;
  padding: 2px .5em;
  margin: 0px auto;
}

#header {
  height: 5%;
  position: relative;
  font-size: 120%;
  top: 0;
  left: 0;
}

/*
#footer {
  height:2%;
  position: relative;
  font-size: 80%;
  left: 0;
}
*/
s
#content {
  width: 80%;
  height: 70%;
  position: relative;
  right: 1%;
  background-color: #ffffff;
/*  margin: 1px upto; */
  margin: 1% upto;
  overflow: auto;
  overflow-x: hidden;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  z-index: 2;
}

div.menuBar {
  background-color: #cc6600;
  border: 2px solid;
  border-color: #e0b090 #906040 #906040 #e0b090;
  padding: 4px 2px 4px 2px;
  text-align: left;
  z-index: 2;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #cc6600;
  color: #000000;
  cursor: default;
  font-weight: bold;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #e0b090 #906040 #906040 #e0b090;
  z-index: 3;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #cc3300;
  border-color: #704020 #e0b090 #e0b090 #704020;
  color: #fff0d0;
  left: 1px;
  top: 1px;
  z-index: 3;
}

div.menu {
  background-color: #c09070;
  border: 2px solid;
  border-color: #e0b090 #906040 #906040 #e0b090;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 2;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
}

div.menu a.menuItem,
div.menu div.menuItemHdr {
  padding: 3px 1em;
  z-index: 2;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #906040;
  color: #fff0d0;
  z-index: 2;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemHdr {
  font-weight: bold;
  text-align: left;
  z-index: 2;
}

div.menu div.menuItemSep {
  border-top: 1px solid #906040;
  border-bottom: 1px solid #e0b090;
  margin: 4px 2px;
  z-index: 2;
}


/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
  }

  body, #content {
    background-image: none !important;
  }

  body, input, textarea, #titleBar, #copyright, #content, div.menuBar {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, input.button, textarea, #titleBar, #copyright, #content, div.menuBar {
    border: 1px solid #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
    color: #000000;
  }

  textarea {
    scrollbar-base-color: #e0e0e0 !important;
  }

  #main {
    border-width: 0px !important;
  }

  #titleBar, div.menuBar {
    border-bottom-width: 0px !important;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0 !important;
  }

  #validation {
	display: none !important;
  }

  div.menuBar {
    background-color: #e0e0e0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  div.menuBar a.menuButton, div.menuBar a.menuButtonActive {
    background-color: #e0e0e0 !important;
    border-width: 0px !important;
    color: #e0e0e0 !important;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
    font-size: 8pt !important;
    font-style: normal !important;
    font-weight: bold !important;
    left: 0px !important;
    top: 0px !important;
  }

  div.menu {
    display: none !important;
  }

  img {
    display: none !important;
  }

  .errorMsg {
    color: #000000 !important;
  }

  #sideBar {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
  }

  .sideBarHdr {
    background-color: #c0c0c0 !important;
    color: #000000 !important;
  }

  .sideBarSep {
    border-color: #000000 !important;
    color: #000000 !important;
  }

/* eventually all style definitions should be in main.css
  div.c1 {
    clear:both;
    z-index:3;
  }

  div.c2 {
    float:left;
    width:100%;
  }

// Linke Spalte (Logo, Navigationsleiste)
  div.c3 {
    float:left;
    height:15%;
    width:20%;
    z-index:3
   }

// Logo (Überschrift/Navigationsmenue)
  div.c4 {
    float:left;
    height:15%;
    width:79%;
    overflow:auto;
    font-size:200%;
    font-weight:bold;
    background-color:#e6ce00;
    align:center
  }

  div.c5 {
    float:left;
    height:75%;
    width:20%;
  }

// (nur!) Textbereich im content-div
  div.c6 {
    float:left;
    height:75%;
    width:98%
  }

// Footer
  div.c8 {
    float:left;
    height:8%;
    width:100%;
    border-top:1px solid #cc6600;
  }

// spacer for separator
  div.c9 {
    float:left;
    height:2%;
    width:100%;
    border-top:1px solid #cc6600;
  }
*/

}