
/* IE Kopatibilitaet */

/* Bei MouseOver wird dem Listenelemente automatisch die
   Klassen .hover gesetzt. Das ermoeglicht das Tag :hover
   nachzustellen */
#navcontainer ul li, #navcontainer ul ul{
  behavior: url('templates/additive-academy/css/IEFixes.htc');
}

body{
  font-family: Arial,Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size:11px;
  line-height: 130%;
  background-color:white;
  margin:0;
  color: #212121;
}
img{
  border-width: 0px;
}
h1{
  color: #88001D;
  margin:0 0 3px 0;
  padding:0;
  font-weight: bold;
  font-size: 13px;
  line-height: 150%;}
h2 {
  margin:0 0 3px 0;
  padding:0;
  font-weight: bold;
  font-size: 11px;
  color: #222222;
  line-height: 150%;
}
h3, h4 {
  margin:0;
  padding:0;
  font-weight: bold;
  font-size: 11px;
  color: #88001D;
  line-height: 150%;
}

a{
  color:#B20000;
  text-decoration: none;
}
a:hover{
 text-decoration: underline;
}
/* Geschaeftsbereiche */
.headbereich {
  width:130px;
  margin:0px;
  padding:1px 0 1px 0px;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 13px;
  text-align: center;
  background-color:#17434a;
}
.headbereich a, .headbereich a:visited{
 color:#FFFFFF;
 text-decoration: none;
}
/* What's new? ... */
.extramenu {
  border-right: 1px solid #FFFFFF;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0 10px 0 10px;
  float: left;
}
.extramenu a:link , .extramenu a:visited
{
 color:#FFFFFF;
 text-decoration: none;
}
/* fuer max Breite und Zentrierung */
#maincontainer {
 width:986px;
 margin-left: auto;
 margin-right: auto;
 clear:both;
}
/* Container fuer Geschaeftsbereiche */
#head  {
  position: relative;
  height: 80px;
  margin-bottom: 0px;
}

#headbottom {
  line-height: 20px;
  font-size: 9px;
  color: #555555;
  position: relative;
  height: 20px;
  text-align: right;
  clear:both;
  margin-right:20px;
}
#headbottom a{
  color: #333333;
}
/*der rote Balken */
#redrow {
  position: relative;
  height: 20px;
  background-color:#88001D;
}
#login{
  margin:0px;
  float:right;
  padding: 2px 20px 2px 10px;
  color:white;
}


#search{
  margin:0px;
  float:right;
  padding: 2px 10px 2px 0;
  border-right:1px solid #FFFFFF;
  width:150;
}
.layformular{
  border:1px solid #17434a;
  width: 80px;
  height: 12px;
  font-size: 9px;
  padding:1px 2px 1px 3px;
  margin:0px;
  color:#555555;
}
.layformularimg{
  margin-top:2px;
}

/* Container fuer Pfad und "neu regisrieren" */
#path {
  font-size:9px;
  padding:2px 2px 2px 20px;
  position: relative;
  height: 20px
}
/* Container fuer das Menue */
#menu {
position: absolute;
  width: 210px;
  z-index: 100;
}
/* Container fuer Artikel mittlere Spalte */
#content{
  position: absolute;
  width: 504px;
  margin-left: 210px;
  padding:0 30px 0 30px;
  z-index: 1;
}
/* Container fuer rechte Spalte bei Artikeln */
#rechts{
  width: 210px;
  float:right;
}
/* fuer breiten content ohne rechte Spalte*/
#contentWide{
position: absolute;
  margin:0px;
  width:724px;
  margin-left: 210px;
  padding:0 20px 0 30px;
  z-index: 1;
}

/* navigation */
/* Fuer alle Listen */
#navcontainer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float : left;
  border:0px solid white;
}
/* Fuer alle Listenelemente */
#navcontainer li {
  position : relative;
  float : left;
  width: 190px;
}


#navcontainer ul#open li, #navcontainer ul ul#open li,#navcontainer ul ul ul#open li,#navcontainer ul ul li
{
  margin:0px;
}

#navcontainer ul a
{
  display:block;
  width:182px;
  margin: 0;
  color: #88001D;
  font-size: 11px;
  line-height:16px;
  font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
  font-weight: bold;
  text-decoration: none;
  padding: 1px 3px 1px 5px;
  background-color:#17434a;
  background-image: url(../laybilder/menu_balken.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-position:  0px 0px;
  font-weight: normal;
  color:#FFFFFF;
}

#navcontainer ul li{
  margin-bottom:3px;
}

/* zweite und tiefere geoeffnete Ebenen */
#navcontainer ul ul#open a{
  width:176px;
  display: block;
  color: rgb(21, 21, 21);
  border:0px solid white;
  margin:0px;
  background-color: #FFFFFF;
  padding: 0 0 0 14px;
  background-image: url(../laybilder/menu_line.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-position:  2px 0px;
 }

/* Textfarbe und Einruecken fuer die geoeffneten Ebenen */
#navcontainer ul ul ul#open a{
  width:168px;
  color:#151515;
  background-position:  8px 0px;
  padding-left:22px;
}
#navcontainer ul ul ul ul#open a{
  width:162px;
  color:#555555;
  background-position:  14px 0px;
  padding-left:28px;
}

#navcontainer #open a:hover,
#navcontainer #open a.active:link,
#navcontainer #open a.active:visited{
  color:rgb(136, 0, 29);
  font-weight:bold;
}

#navcontainer ul ul ul#open a:hover,
#navcontainer ul ul ul#open a.active:link,
#navcontainer ul ul ul#open a.active:visited{
  color:#88001D;
}

#navcontainer ul ul#open {
  border-width:0px;
}

/* Formatierung fuer Eintraege mit Unterlisten */
#navcontainer  #open a.haveSubs:hover{
  background-image: url(../laybilder/menu_line_lang.gif);
}
#navcontainer #open .haveSubsOpen {
  background-image: url(../laybilder/menu_open.gif);
  color:rgb(136, 0, 29);
}
#navcontainer #open .haveSubs {
  background-image: url(../laybilder/menu_close.gif);
}


/*Over gestaltung */
/* Formatierung fuer geschlossene Eintraege mit Unterlisten */
#navcontainer #close  .haveSubs {
  background-repeat: no-repeat;
  background-position: top;
  background-position:  2px 5px;
  background-image: url(../laybilder/menu_pfeil.gif);
}
#navcontainer #close a.haveSubs:hover {
  background-image: url(../laybilder/menu_pfeil_hover.gif);
}

#navcontainer ul ul#close  a{
  width: 180px;
  background-image: url(hh);
  border-bottom: 1px solid #17434a;
  background-color: #D9E2E3;
  padding: 0 0 0 10px;
  color:#232323;
}
#navcontainer ul ul#close  a:hover{
  background-image: url();
  border-bottom: 1px solid #17434a;
  background-color: #17434a;
  padding: 0 0 0 10px;
  color:#FFFFFF;
 }
#navcontainer ul ul#close {
  border-top: 1px solid #17434a;
  border-left: 1px solid #17434a;
  border-right: 1px solid #17434a;
 }

/* Bei MouseOver darf nur die direkt untergeordnete Liste angezeigt werden
   Listen die tiefer angesiedelt sind schalten wir aus   */
#navcontainer ul li:hover ul ul, #navcontainer ul li:hover ul ul ul,
#navcontainer ul li.hover ul ul, #navcontainer ul li.hover ul ul ul {
  display: none;
}

/* Bei MouseOver schalten wir die direkt untergeordnete Liste sichtbar */
#navcontainer ul:hover, #navcontainer ul ul:hover, #navcontainerul ul ul:hover , #navcontainer ul li:hover ul, #navcontainer ul li li:hover ul, #navcontainer ul li li li:hover ul,
#navcontainer ul li.hover ul, #navcontainer ul li li.hover ul, #navcontainer ul li li li.hover ul {
  display: block;
}

  /* FUER JS  tiefer angesiedelte ausschalten */
#navcontainer ul li.sfhover ul ul, #navcontainer ul li.sfhover ul ul ul {
  display: none;
}

/* FUER JS    direkt untergeordnete Liste sichtbar */
#navcontainer ul li.sfhover ul, #navcontainer ul li li.sfhover ul, #navcontainer ul li li li.sfhover ul {
  display: block;
}


/* 2. Ebene - Liste*/
#navcontainer li ul  {
  position : absolute;
  display: none;
  margin-left : 190px;
  margin-top : -18px;
}

/* 3. Ebene und tiefer */
#navcontainer li ul ul {
  display: none;
}

/* Fuer geoefnete Listen */
#navcontainer ul#open {
  display:block;
  position: relative;
  margin:0px;
}



/* Runde Boxen helles Gelb*/

.round{
display:block;
}
.round *{
display:block;
height:1px;
overflow:hidden;
background:#FFE8C3;
}
.round1{
border-right:1px solid #fff5e5;
padding-right:1px;
margin-right:3px;
border-left:1px solid #fff5e5;
padding-left:1px;
margin-left:3px;
background:#ffedd2;
}
.round2{
border-right:1px solid #fffcf9;
border-left:1px solid #fffcf9;
padding:0px 1px;
background:#ffecce;
margin:0px 1px;
}
.round3{
border-right:1px solid #ffecce;
border-left:1px solid #ffecce;
margin:0px 1px;
}
.round4{
border-right:1px solid #fff5e5;
border-left:1px solid #fff5e5;
}
.round5{
border-right:1px solid #ffedd2;
border-left:1px solid #ffedd2;
}
.round_content{
margin: 0px;
padding:2px 8px;
background:#FFE8C3;
}




.achtpixeltrenner{
 clear:both;
 height:8px;
}


/* Runde Boxen rot*/
.roundRed{
display:block;
}
.roundRed *{
display:block;
height:1px;
overflow:hidden;
background:#88001d;
}
.roundRed1{
border-right:1px solid #cb919d;
padding-right:1px;
margin-right:3px;
border-left:1px solid #cb919d;
padding-left:1px;
margin-left:3px;
background:#a53f55;
}
.roundRed2{
border-right:1px solid #f3e5e8;
border-left:1px solid #f3e5e8;
padding:0px 1px;
background:#9e3047;
margin:0px 1px;
}
.roundRed3{
border-right:1px solid #9e3047;
border-left:1px solid #9e3047;
margin:0px 1px;
}
.roundRed4{
border-right:1px solid #cb919d;
border-left:1px solid #cb919d;
}
.roundRed5{
border-right:1px solid #a53f55;
border-left:1px solid #a53f55;
}
.roundRed_content{
padding:0px 5px;
background:#88001d;
}