/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

/* Abstand zwischen Tabs anpassen */
.yui-navset .yui-nav li {
    margin:0 0 0 0 !important; /* horizontal tabs */
	 *margin:0 0 0 0 !important; /* IE */
}

.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin:0 0 0 0 !important; /* vertical tabs */
	 *margin:0 0 0 0 !important; /* IE */
}

.yui-navset .yui-nav li a  {
    border: 1px solid rgb(229,229,229); /* label and content borders */
    border-bottom: none;
    /* ocf: - */
}


.yui-navset .yui-nav li .notselected a em   {        
    font-weight: bold;
    text-decoration: none;	 
}

.reiter a em {
    color: #444;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    background: #fff url(./img/reiter.png) repeat-x;

}

.reiter a:hover em {
   text-decoration: none;
}


.notselected a em   {        
    color: #444;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    background: #fff url(./img/reiter.png) repeat-x;
}

.notselected a:hover em {
   text-decoration: none;
}

.yui-navset .yui-nav .selected a, 
.yui-navset .yui-nav a:hover  {
   text-decoration: none;
}

.selected a em  {        
   color: rgb(0,0,0);
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   background: #EFEFEF;
	 
}

.selected a:hover em  {        
   text-decoration: none;
   color: #000000; 
}


.yui-navset .yui-nav li em { 
    padding: 0.25em .5em 0.25em .5em;  /* tab padding */
    cursor: pointer;
}

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:0px; /* to match height of other tabs */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}
