.tabcontainer {
 position:absolute;
}
.tabs {
 position:absolute;
 padding-left:10px;
 z-index:10;
 width:559px;
}
.tabcontent {
 position:relative;
 top:34px;
 left:-5px;
 width:559px;
 padding-left:5px;
}
.tabs .tab {
 float:left;
}
.tabs .cornerleft {
 width:8px;
 height:8px;
 background-image:url(/xiteflex/layout/gfx/ecke_inactive_links.gif);
 background-repeat:no-repeat;
}
.tabs .cornerright {
 width:8px;
 height:8px;
 background-image:url(/xiteflex/layout/gfx/ecke_inactive_rechts.gif);
 background-repeat:no-repeat;
}
.tabs .top {
 background-color:#273177;
}
.tabs .left {
 background-color:#273177;
}
.tabs .right {
 background-color:#273177;
}
.tabs .icon {
 background-color:#273177;
}
.tabs .icon img {
 background-repeat:no-repeat;
 background-position:center center;
}
.tabs .title {
 padding-left:3px;
 padding-bottom:4px;
 background-color:#273177;
}
.tabs .title a {
 color:#FFFFFF;
 font-weight:bold;
}
.tabs .active .cornerleft {
 background-image:url(/xiteflex/layout/gfx/ecke_db_bb_links_oben_weiss_8x8.gif);
}
.tabs .active .cornerright {
 background-image:url(/xiteflex/layout/gfx/ecke_db_bb_rechts_oben_weiss_8x8.gif);
}
.tabs .inactive .cornerleft.first {
 background-image:url(/xiteflex/layout/gfx/ecke_db_bb_links_oben_weiss_8x8.gif);
}
.tabs .inactive .cornerright.last {
 background-image:url(/xiteflex/layout/gfx/ecke_db_bb_rechts_oben_weiss_8x8.gif);
}
.tabs .active .top {
 border-top:3px solid #8891BB;
}
.tabs .active .left {
 border-left:3px solid #8891BB;
}
.tabs .active .bottom {
}
.tabs .active .right {
 border-right:3px solid #8891BB;
}
.tabs .inactive .top {
 border-top:3px solid #8891BB
}
.tabs .inactive .left {
 border-left:3px solid #8891BB;
}
.tabs .inactive .bottom {
}
.tabs .inactive .right {
 border-right:3px solid #8891BB;
}
.tabs .active .con {
}
.tabs .inactive .con {
}
.tabs .active .icon {
 padding:3px;
 padding-left:5px;
}
.tabs .active .title {
 padding-right:10px;
}
.tabs .inactive {
 margin-top:6px;
}
.tabs .inactive .icon {
 padding-left:5px;
 padding-right:3px;
}
.tabcontent {
 height:200px;
 clear:both;
}
.tabcontent .sub {
 padding:5px;
 padding-top:10px;
}
.tabcontent .topleft {
 width:8px;
 height:8px;
 background-image:url(/xiteflex/layout/gfx/ecke_w_bb_links_oben.gif);
 background-repeat:no-repeat;
}
.tabcontent .top {
 border-top:3px solid #8891BB;
}
.tabcontent .topright {
 width:8px;
 height:8px;
 background-image:url(/xiteflex/layout/gfx/ecke_w_bb_rechts_oben.gif);
 background-repeat:no-repeat;
}
.tabcontent .left {
 border-left:3px solid #8891BB;
}
.tabcontent .right {
 border-right:3px solid #8891BB;
}
.tabcontent .bottomleft {
 border-left:3px solid #8891BB;
 border-bottom:3px solid #8891BB;
}
.tabcontent .bottom {
 border-bottom:3px solid #8891BB;
}
.tabcontent .bottomright {
 border-right:3px solid #8891BB;
 border-bottom:3px solid #8891BB;
}
