/*
 * General styles
 */

body {
  font-family: helvetica, arial, sans-serif;
  color: #000000; font-size: 14px;
  background: #b2b8d0;
}

a {
  color: #0000ff;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: #0000a0;
}

a:hover {
  color: #6060ff;
}

a.notext {
  text-decoration: none;
}

a.notext:hover {
  text-decoration: none;
}

p {
  text-align: justify;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

dl {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

dt {
  font-style: italic;
  font-size: 16px;
}

dd {
  text-align: justify;
  margin-bottom: 0.8em;
}

h1 {
  margin: 0px;
  color: #0000ff;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  color: #000000;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

h3 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 5px;
  margin-right: 5px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  font-style: normal; 
  text-decoration: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  margin-left: 5px;
  margin-right: 5px;
  color: #000000;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  font-style: normal; 
  text-decoration: none;
}

h5 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 5px;
  margin-right: 5px;
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  font-style: normal; 
  text-decoration: none;
}

small {
  font-size: 12px;
}

ol {
  text-indent: 0;
  margin-left: 5px;
}

li {
  text-indent: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  padding: 0px;
  text-align: justify;
}

ul.slave {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.slave1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  margin-right: 0px;
  padding: 0px;
  list-style-type: disc;
}

p.error {
  color: #ff0000;
  background-color: inherit;
}

td {
  padding: 3px;
  vertical-align: top;
}

td.Column {
  padding: 0px;
}

td.TabelleGerade {
  background-color: #ffffff;
}

td.TabelleUngerade {
  background-color: #ffffc0;
}

table {
  font-size: 14px;
}

table.Browse {
  border: 1px solid #000000;
  border-collapse: collapse;
  font-size: 12px;
  position: relative;
  top: -5px;
  z-index: 3;
}

td.BrowseHeader {
  background-color: #ffffff;
  border: 2px solid #000000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

td.BrowseUngerade {
  background-color: #f7f8fc;
  border: 2px solid #000000;
}

td.BrowseGerade {
  background-color: #e0ecf8;
  border: 2px solid #000000;
}

img {
	border: 0 none;
}

/*
 * Dialog controls
 */

textarea, select {
  font-family: helvetica, arial, sans-serif;
  color: #000000;
  background: #ffffff;
}

select.selectlist {
  width: 427px;
  margin: 0;
}

/*
 * Top bar
 */

#gi-logo {
  border: 0 none;
  background-color: #ffffff;
}

/*
 * Main menu bar
 */
 
.menushadow {
  background-color: #8288b0;
  position: relative;
  top: 3px;
  left: 3px;
  z-index: 1;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
}

.menu {
  padding: 0px;
  position: relative;
  top: -3px;
  left: -3px;
  z-index: 2;
  font-size: 16px;
}

.submenu {
  padding: 0px;
  position: relative;
  top: -3px;
  left: -3px;
  z-index: 2;
  font-size: 14px;
}

a.menulink, a.menulink:visited {
  text-decoration: none;
  color: #0000ff;
  background: #ffffff;
  padding: 8px;
  line-height: 2.3em;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;  
}

a.menuselected {
  text-decoration: none;
  color: #000000;
  background: #ffe080;
  padding: 8px;
  line-height: 2.3em;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;  
}

a.menulink:hover {
  background-color: #c0c0ff;
}

a.menuselected:hover {
  background-color: #c0c0ff;
}

/*
 * Boxes
 */

.shadedcaption {
  background-color: #f7f8fc;
  padding: 7px;
  margin-bottom: 5px;
  position: relative;
  top: -3px;
  left: -3px;
  z-index: 2;
}

.shaded {
  color: #000000;
  background: #eef0f8;
  padding: 5px;
  border-color: #f7f8fc;
  border-style: solid;
  border-width: 2px;
  position: relative;
  top: -3px;
  left: -3px;
  z-index: 2;
}

.shadow {
  background-color: #8288b0;
  position: relative;
  top: 3px;
  left: 3px;
  z-index: 1;
}

.dialogfeld {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  position: relative;
  float: left;
  margin: 3px;
  z-index: 3;
}

