/*****************************/
/*                           */
/*         Formulare         */
/*                           */
/*****************************/

form br {
 clear:both;
}
form p {
 clear:both;
 padding:0px 0px;

}
form label {
 float:left;
 padding-right: 10px;
 text-align: right;
 width:120px;
}

form .input {
 border:1px solid #717606;
 background-color:#fff;
}

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

.form_span {
margin-left: 130px;
}

/*****************************/
/*                           */
/*         Button            */
/*                           */
/*****************************/
.button {
 background-color:#fff;
 border:1px solid #717606;
}
.button:hover{
  background-color:#717606;
  color:#fff;
}


/*****************************/
/*                           */
/*         Fonts             */
/*                           */
/*****************************/
body {
  font-family: Arial, Helvetica,Verdana, sans-serif;
  font-size: 10pt;
  z-index: 2;
  background: white;
  color: black;
}

.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}

.top {
vertical-align: top;
}

h1, h2, h3, h4, h5, .blue { color: #717606; }

h1 {
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h2 {
  font-size: 12pt;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h3 {
  font-size: 12pt;
}

.blue {
font-weight: bold;
}
p {
  text-indent: 0;
  margin: 5px 5px 0 0;
  padding: 0 0 0 0;
}

.small {
  font-size: 8pt;
}

strong { font-weight: bold; }

a, a:visited{
  color: #717606;
  text-decoration: none;
  border-bottom: solid 1px #717606;
}

a.nolink {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #fff;
}

tr.odd a.nolink, tr.odd a.nolink:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #717606;
}
tr.even a.nolink, tr.even a.nolink:hover {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: #fff;
}

a:hover {
  background-color: #717606;
  color: #fff;
}

a:hover.nolink {
  text-decoration: none;
  border: none;
  color: #000;
  background-color: #fff;
}

a:active {
  color: #03f;
}

 /* Ungerade Tabellenzeilen dunkler, daher auch Links anpassen */

tr.odd a, tr.odd a:visited {
  color: #fff;
  border-bottom: solid 1px #fff;
}

tr.odd a:hover {
  background-color: #fff;
  color: #0593C5;
}
/* Anpassung Ende */
 
.list {
list-style-image: url(../grafik/list-point.png);
}

/*****************************/
/*                           */
/*         DIVs              */
/*                           */
/*****************************/

.eval-logo {
float: left;
width: 398 px;
height: 124 px;
margin-bottom: 10px;

}

.eval-text {
float: right;
width: 169 px;
height: 124 px;
text-align: right;
}

img { border: none; }

#content {
  position: absolute;
  left: 20px;
  top: 0px;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 13em;

}

#left {
  position: fixed;
  top: 10px;
  left: 30px;
  width: 186px;
  height: 90px;
  z-index: 5;
  background-image: url(../grafik/logo.png);
  background-repeat: no-repeat;
}

#right {
  position: absolute;
  top: 0;
  right: 0;
  width: 1300px;
  height: 16px;
  z-index: 4;
  padding-right: 50px;
  margin-top: 60px;
  text-align: right;
}

#footer {
  margin: 2em 0em 1em 0em;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 80%;
  color: black;
  background-color: #ddd;
  border: 1px solid gray;

}

#leftfooterlogo {
        position: absolute;
        border: 0px;
        margin: 0px;
        padding: 0px;
        bottom: 10px;
        left: 20px;
}

.highlight {
background: yellow;
border:1px solid #000000;
padding: 2px;
width: 500px;
margin-top: 10px;
}

/*****************************/
/*                           */
/*         Navigation        */
/*                           */
/*****************************/

#navcontainer {
  position: fixed;
  top: 100px;
  left: -20px;
  font-size: 80%;
  background: #fff;
  z-index: 4;
  
}

#navcontainer ul {
  padding: 0px;
  list-style-type: none;
}

#navcontainer ul ul {
  margin: 0px;
  padding: 0px }

#navcontainer li {
  margin: 0 0 1px 0;
}

#navcontainer ul a {
  display: block;
  padding: 3px 0.5em;
  width: 13em;
  color: #000;
  background-color: #fff;              /* Grundfarbe der 1. Menueebene */
  text-decoration: none;
  border-bottom: 0px;
  border: 1px solid #717606;
}

#navcontainer ul a:hover {
  color: #fff;
  background-color: #717606;              /* Hover-Farbe aller Menueebenen */
  text-decoration: none;
}

#navcontainer ul ul li {
  margin: 1px 0 0 0;
 }

#navcontainer ul ul a {
  display: block;
  margin-left: 0.5em;
  padding: 3px 0.5em;
  width: 13em;
  color: #000;
  background-color: #fff;              /* Grundfarbe der 2. Menueebene */
  text-decoration: none;
}

#navcontainer #current { font-weight: bold; }


/*****************************/
/*                           */
/*         Table             */
/*                           */
/*****************************/

table {
  border: 0;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 2px 2px;
  empty-cells: show;
  font-size: 100%;
  caption-side: bottom;
}

table.table_center {
  margin-right: auto;      /* center table */
  margin-left:  auto;
  float: none;
  clear: both;
}

th {
  color: #717606;
  background: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 4px;
}

tr {
  font-weight: normal;
  text-align: left;
}

tr.odd {
  color: #fff;
  background: #717606;    /* Ungerade Tabellenzeilen dunkler */
}

tr.even {
  color: #000;
  background: #fff;    /* Gerade Tabellenzeilen heller */
}

td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 4px;
}



/*
Styles for Mozilla
*/
*:not(hr) #content                       { position: absolute; left: 20px; top: 0px; padding-right: 50px;}
*:not(hr) #navcontainer                  { position: fixed; left:20px; top:90px; }
*:not(hr) #navcontainer a                { width: 13em; }
*:not(hr) #navcontainer ul ul ul a       { width: 13em; }
*:not(hr) #navcontainer #language        { top: -10px;  margin-left: 5px; font-size: 90%; }
*:not(hr) #floatingfooterlogo            { position: fixed; }
*:not(hr) #left                  { position: fixed; }
*:not(hr) #right                 { position: absolute; }

/*
Syles for IE < 7
*/
* html #navcontainer { position: absolute; left:-20px; top:90px; }
