/* Globale Styles */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

input, select {
  border: 1px solid #006;
}

h1 {
  font-size:1.7em;
  font-weight: bold;
}

/*
.componentheading {
line-height: 0px;
height: 0px;
font-size:0px;
color: white;
}
*/

h2,.contentheading {
font-size:1.3em;
font-weight: bold;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1.1em;
font-weight:700;
}

/* Links im Content */
a {
  color: #CC0001;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*  Links in Menues */
.h9menue a {
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}
.h9menue a:hover {
  color: #B0B0B0;
}

/* POSITIONSCONTAINER */
#h9main {
  position: absolute;
  width: 1000px;
}

#h9logo {
  position: absolute;
  top: 0px;
  left: 0px; 
  width: 130px;
  height: 80px; 
}

#h9menu {
  position: absolute;
  top: 0px;
  left: 150px;
  right: 0px;
  height: 80px;
}

#h9content {
  position: absolute;
  top: 100px;
  left: 0px; 
  height: 400px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

#h9footer {
  position: absolute;
  top: 520px;
  left: 0px; 
  height: 100px;
  width: 1000px;
}
/* ENDE POSITIONSCONTAINER */

/* MENUES */
ul.menu {
  list-style-type: none;
}

#h9menulevel1 {
  position: absolute;
  top: 50px;
  right: 0px;
  height: 30px;
  font-size: 16px;
}

#h9menulevel2 {
  position: absolute;
  top: 0px;
  left: 500px;
  width: 250px;
  height: 120px;
  border-left-width: 1px;
  border-left-style: solid;
}

#h9menulevel3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
  height: 120px;
  border-left-width: 1px;
  border-left-style: solid;
}
/* Hervorhebung des aktiven Menupunkts */
/* Fuer level 1 Menu */
#active_menu_level1menu {
  color: #707070;
  background-color: #FFFF00;
  /* text-decoration: underline overline; */
}
/* Fuer level2 u- 3 Menus */
.active {
  color: #707070;
  background-color: #FFFF00;
}
/* ENDE MENUES */


/* INHALTSCONTAINER */
#h9contentimage {
  position: absolute;
  top: 0px;
  left: 0px; 
  height: 400px;
  width: 500px;
}

#h9contenttext {
  position: absolute;
  top: 0px;
  left: 500px; 
  height: 400px;
  width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

#h9cart {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 80px;
  width: 250px;
}
/* ENDE INHALTSCONTAINER */

