/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yui-navset .yui-nav li {
    margin-right:2px; /* space between tabs */
    padding-top:1px; /* gecko: make room for overflow */
    zoom:1;
}

.yui-navset .yui-nav .selected { 
 /*     margin-bottom:-1px;for overlap */
}

.yui-navset .yui-nav a {
    background:#FFE5B4;
    border:none;
    color:#000;
    text-decoration:none;
	font-size:12px;
	padding:2px 8px;
}

.yui-navset .yui-nav li a em {
    border-top:solid 1px #a3a3a3;
    border-bottom:0;
    cursor:hand;
    padding:0.2em 0.5em;
    top:-1px; /* for 1px rounded corners */
    position:relative;
}

.yui-navset .yui-nav .selected a {
	background:url(../gfx/bg_header_topthema.gif) top repeat-x #FCAC15;
	font-size:12px;
	color:#000000;
	padding:2px 8px;
}

.yui-navset .yui-nav .selected a em {
    padding:0.3em 0.5em; /* raise selected tab */
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    
}

.yui-navset .yui-nav a:hover em,
.yui-navset .yui-nav a:focus em,
.yui-navset .yui-nav .selected a em {
    
}

.yui-navset .yui-nav {
    border:none;
    position:relative;
    zoom:1;
}

.yui-navset .yui-content {
    background:#FFFFFF;
    border:1px solid #FCAC15;
}

.yui-navset .yui-content div {
    border:none;
    padding:2px;
}

.yui-navset .yui-content div div { /* kill inheritance */
    border:0; 
    padding:0;
}

/* fuer die Bilder Gallerie */

/*
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
*/

#hauptlinks .yui-navset {
font-family: Arial;
margin-bottom:10px;
}

.yui-content {
font-weight: normal;
font-size: 12px;
}

.yui-content img {
	float:left;
	margin-right:3px;
	margin-bottom:1px;
}

#hauptlinks .yui-navset .yui-nav li a, #hauptlinks .yui-navset .yui-content {
    border:1px solid #fdb913;  /* label and content borders */
}

#hauptlinks .yui-navset .yui-nav li{
background-color:#fdb913;
border:0px;
}

#hauptlinks .yui-navset .yui-nav .selected a, #hauptlinks .yui-navset .yui-nav a:hover, #hauptlinks .yui-navset .yui-content {
    background-color:#ffe5a7; /* active tab, tab hover, and content bgcolor */
}

#hauptlinks .yui-navset .yui-nav li em { padding:.3em; } /* tab padding */

/* defaults to orientation "top" */
#hauptlinks .yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

#hauptlinks .yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

#hauptlinks .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 */
}

#hauptlinks .yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

#hauptlinks .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 */
}

#hauptlinks .yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

#hauptlinks .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 */
}

#hauptlinks .yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}

#hauptlinks .yui-navset li a{
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #000000
}

#hauptlinks .tabcaption {
/*	position:relative;
	left:10px;
	top:-10px; */
}

