/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   xborder-bottom: 1px solid silver;
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  /*padding: 20px;*/
  width: 100%;
  /*border: 1px solid silver;*/
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2 { display: block; }

nav label {
   float: left;
   padding: 10px 10px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   /*background: hsl(210,50%,50%);*/
  background: white;
   /*color: #eee;*/
   color: #444;/*#eee;*/
  width:360px; /**/
  text-align:center; /**/
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { 
   /*background: hsl(210,50%,40%); */
   background: hsl(210,50%,40%); 
   color: #eee;
}
nav label:active { 
   background: #ffffff; 
   color: #456;
}

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"]
 {
  /*background: white;*/
  background: hsl(210,50%,50%);
  /*color: #111;*/
  position: relative;
  border-bottom: none;
  font-weight:600;
   color: white;/*#456;*/
  width:360px; /**/
  text-align:center; /**/
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  /*background: white;*/
  background: hsl(210,50%,50%);
  left: 0;
  bottom: -1px;
  font-weight:600;
  width:360px; /**/
  text-align:center; /**/
}

.tabcommentbarblue
{
border:1px solid #A5cf70;
xbackground-image:url(themes/2005_gaia/bg2.gif);
background-color:#DDF;
background-color:#c3DEFB;
padding-left:6px;
line-height:20px;
}
.tabcommentbarred
{
border:1px solid #A5cf70;
xbackground-image:url(themes/2005_gaia/bg2.gif);
background-color:#DDF;
background-color:#EEddFB;
padding-left:6px;
line-height:20px;
}
