html,body {
  min-width: 756px;
  max-width: 1100px;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  background: url('/img/stripe1.gif') repeat-y left top;
  background-color: #fc0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

a:link { color: #033; text-decoration: none }
a:visited { color: #033; text-decoration: none }
a:hover  { color: #611; text-decoration: underline }
a:active { color: #c00; text-decoration: none }

table {
        border-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
}

td, tr {
        vertical-align: top;
        border-style: none;
}


h1 {
        font-variant: small-caps;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #000000;
}

h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #000000;
}

h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
}

img {
  border-width: 0;
  margin: 0;
  padding: 0;
  display: inline;
}

/********* form and related tag styles *********/

form {
  margin: 0;
  padding: 0;
}

label {
 font: bold 1em Arial,Helvetica,sans-serif;
 color: #334d55;
}

input {
  font-family: Arial, Helvetica,sans-serif;
}

.submit {
  background-color: #ffc000;
  padding: 1px;
  font-weight: bold;
  font-size: small;
  border: solid 1px #000;
  cursor: pointer;
}

.submit:hover {
  background-color: #ffe000;
  font-weight: bold;
  font-size: small;
}

/* END regular page styles section */
/* ******************************* */


/* ******** HEADER STYLES ******** */

#header {
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: url('/img/bg.gif') repeat;
  background-color: #333;
  z-index: 10;
}

#navbar {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 29px;
  background-color: #000;
  z-index: 11;
}

#navbar a {
  color: #fff;
}

#menu1_img {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 12;
}
#menu2_img {
  position: absolute;
  top: 2px;
  left: 100px;
  z-index: 12;
}
#menu3_img {
    display:none;
  position: absolute;
  top: 2px;
  left: 296px;
  z-index: 12;
}

.menu {
  position: absolute;
  visibility: hidden;
  padding: 0 0;
  border: solid 2px #000;
  z-index: 12;
  width: auto;
  height: auto;
  font-weight: bold;
  filter: Alpha(opacity=80, finishopacity=80);
  -moz-opacity: 0.90;
  opacity: 0.90;
}

.menu table {
  width: auto;
  padding: 0;
  margin: 0;
}

.menu table td {
  cursor: pointer;
  padding: 2px 12px;
}

#menu1 {
  top: 128px;
  left: 1px;
  background-color: #ff3;
}
#menu2 {
  top: 128px;
  left: 99px;
  background-color: #f90;
}
#menu3 {
  top: 128px;
  left: 295px;
  background-color: #f90;
}

#buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: smaller;
  border-top: 1px solid #000;
  z-index: 12;
  cursor: pointer;
}
.button {
  color: #000;
  padding: 1px 6px;
  background-color: #fc0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* ****** END Header Styles ****** */

.menu1 a:link { color: #033; text-decoration: none }
.menu1 a:visited { color: #033; text-decoration: none }
.menu1 a:hover { color: #ff3; text-decoration: none; background-color: #000 }
.menu1 a:active { color: #c00; text-decoration: none }

.menu2 a:link { color: #033; text-decoration: none }
.menu2 a:visited { color: #033; text-decoration: none }
.menu2 a:hover  { color: #f90; text-decoration: none; background-color: #000 }
.menu2 a:active { color: #c00; text-decoration: none }

#Logo  {
  visibility: visible;
  background: transparent;
  z-index: 200;
  position: absolute;
  top: 8px;
  left: 90px;
  width: 186px;
  height: 83px
}

#content {
  position: absolute;
  width: 99.9%;
  padding-top: 1em;
  top: 130px;
  left: 0px;
  z-index: 5;
}

/* the name says it */
#footer {
  position: relative;
  clear: both;
  z-index: 6;
  border-top: 1px solid #b0b0b0;
  margin-top: 2em;
  padding-top: 5px;
  padding-left: 1em;
  padding-bottom: 1em;
  font-size: small;
  font-style: italic;
}

#strip1 {
  display: none;
}

.head {
  position: relative;
  background: url('/img/bg.gif') repeat;
  background-color: #000;
  padding: 2px 20px 2px 20px;
  font-family: monospace;
  font-weight: bold;
  font-size: x-large;
  color: #fff;
  font-variant: small-caps;
  letter-spacing: 0.2em;
}

#defaultHL {
  display: block;
  background: transparent;
  width: 60%;
  height: 6em;
  padding: 10px;
  position: relative;
  top: 1em;
  left: 80px;
}

.chPic {
  float: right;
  margin-right: 1.5em;
  margin-left: 2em;
  padding: 0.8em;
  border: 3px solid #c60;
  background-color: #eee;
  cursor: pointer;
}

.main {
  padding: 0;
  border: none;
}
.main .header {
  padding: 0.1em 2em 0.1em 2em;
  background-color: #f90;
  color: #000;
  border-bottom: 4px solid #c60;
  font-weight: bold;
}
.main td {
  border: 1px solid #fc0;
  margin: 1px;
  padding: 0.2em 1em 0.2em 1em;
  cursor: pointer;
}
.p1 {
  margin: 0;
}
.p1:first-letter {
  float:left;
  color:#600;
  font-size:50px;
  line-height:45px;
  font-family: times;
}
.p2 {
  margin: 0.8em 0;
}
.p2:first-letter {
  color:#C30;
  font-size:larger;
  font-weight: bold;
  font-family: times;
  margin-right: 1px;
}
.first-letter1 {
  color:#C30;
  font-size:50px;
  line-height:40px;
  font-family: times;
  margin-right: 1px;
}
.first-letter2 {
  color:#C30;
  font-size:larger;
  font-weight: bold;
  font-family: times;
  margin-right: 1px;
}
.border1 {
   padding: 5px;
   border: 1px solid #f90;
}
#KarteTabs {
}
.EnvTab {
  float: left;
  border-bottom: 1px solid #d60;
  margin: 0 0 5px 0;
  padding: 0;
}
.KarteTab {
  padding: 4px 0.6em;
  margin: 0 10px 0 10px;
  border-top: 1px dotted #f90;
  border-left: 1px dotted #f90;
  border-right: 1px dotted #f90;
  cursor: pointer;
  color: #440;
}
.KarteTabBgBorder {
  padding: 4px 0.6em;
  margin: 0 10px 0 10px;
  border-top: 1px dotted #fc0;
  border-left: 1px dotted #fc0;
  border-right: 1px dotted #fc0;
  color: #333;
  font-weight: bold;
}
.active {
  background-color: #f90;
  border-top: 1px solid #f60;
  border-left: 1px solid #f60;
  border-right: 1px solid #f60;
  cursor: default;
  font-weight: bold;
  color: #000;
}
.over {
  background-color: #ee0;
  border-top: 1px solid #f90;
  border-left: 1px solid #f90;
  border-right: 1px solid #f90;
  color: #111;
}
#KarteInhalt {
  clear: both;
  padding: 0.8em;
}

