/*
 * Navi für Tabs
 *
 * Bitte alles hier mit tn- Prefix versehen
 *
 */

#tn-navlist
{
	text-align: left;
    border-bottom: 1px dotted gray; 
    height: 20px;
}
 
ul#tn-navlist
{
	margin-left: 0;
	padding-left: 5px	;
	white-space: nowrap;
}

#tn-navlist li
{
    display: inline;
    list-style-type: none;
}

#tn-navlist a { 
	font-weight: bold;
    padding-left: 14px; 
    padding-right: 24px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-left: 1px solid gray;        
    border-right: 1px solid gray;        
    border-top: 1px solid gray;        
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#tn-navlist a:link, #tn-navlist a:visited
{
   color: black;
   text-decoration: none;
   background-color: #c8c8f8;
}


#tn-navlist li a#current
{
    background-color: white;
}

/* Ersatz, falls keine nav da */
#tn-spacer 
{
	height: 20px;
	margin-bottom: 10px;
    border-bottom: 1px dotted gray; 
}

/** ab hier Zeugs für MSIE Hacks **/

.tn-msie
{
	width: 95%;
	border-bottom: 1px dotted gray;
	margin-bottom: 5px;
}

.tn-msie td
{
    border-left: 1px solid gray;        
    border-right: 1px solid gray;        
    border-top: 1px solid gray;        
	padding: 5px 10px;
    white-space: nowrap;
}

.tn-msie a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
} 

.tn-msie-blank-cell
{
	border: 0px;
}
