/* general stuff */

div.tabBox {}

div.tabArea {

  font-size: 58%;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;

  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #F67dff;
  /*border: 2px solid #000000;*/
  border-bottom-width: 0px;
  border-color: #F67dff;
 /* -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;*/
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
 
}

a.tab, a.tab:visited {
  color: #ffff00;
}

a.tab:hover {
  background-color: #6666CC;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #ffe0ff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #000;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee*/
a.tab1 {
  background-color: #a080d0;
  /*border: 2px solid #000000;*/
  border-bottom-width: 0px;
  border-color: #F67dff;
 /* -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;*/
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
 
}

a.tab1, a.tab:visited {
  color: #ffff00;
}

a.tab1:hover {
  background-color:  #660099;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #ffe0ff;
}

a.tab1.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #000;
}

a.tab1.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}




div.tabMain {
 width: 500px;
  background-color: #FFFFFF;
  border: 2px solid #000;
  border-color: #F67dff;
  /*-moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;*/
  padding: .5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #fff;
  /*border: 1px solid #000000;*/
  border-color: #ffffff;
  width: 100%;
  height: 300px;
}
div.tabMain-prog {
 width: 100%;
 height:480px;
  background-color: #FFFFFF;
  border: 2px solid #000;
  border-color: #F67dff;
  /*-moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;*/
  padding: 0em;
  position: relative;
  z-index: 101;
}
div.tabMain-mail {
 width: 540px;
 height:440px;
  background-color: #FFFFFF;
  border: 2px solid #000;
  border-color: #F67dff;
  /*-moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;*/
  padding: 0em;
  position: relative;
  z-index: 101;
}
iframe.tabContent-prog {
  background-color: #fff;
  /*border: 1px solid #000000;*/
  border-color: #ffffff;
  width: 100%;
  height: 100%;
}

div.tabMain-galerie {
 width: 540px;
  height:450px;
  background-color: #FFFFFF;
  border: 0px solid #000;
  border-color: #F67dff;
  /*-moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;*/
  padding: 0em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper-galerie {
  width: 100%;
   height:450px;
}
iframe.tabContent-galerie {
  background-color: #fff;
  /*border: 1px solid #000000;*/
  border-color: #ffffff;
  width: 100%;
  height: 450px;
}
/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

  background-color: #503080;
  border: 1px solid #000000;
h4#title {
  border-color: #7050a0 #b090e0 #b090e0 #7050a0;
  color: #d0b0ff;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
}


/******************************************************************************
* Additional styles.   table                                                       *
******************************************************************************/


/*corps#table {
border-style: none; 
border-width:0px; 
border-color:#923FA1;
 cellpadding:0px; 
 cellspacing:0px;*/

}