/* Bibliotheksportal-Stylesheet [TABBAR] */
/* Autor: Thomas Jung, Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden | 2007 */
/* Telefon: +49 (0)351 5636328 Email: jung@slub-dresden.de */

#dedscontent .tabbar {
	padding: 0 0 0 5px;
	z-index: 1;
	margin: 12px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%; color:#666;  
	width:100%;
	text-align:left;
}

#dedscontent .tabbar li {
	DISPLAY: inline;
	OVERFLOW: hidden;
	LIST-STYLE-TYPE: none;
	background-image:none;
	padding-left:0;
	margin-right:5px;
}

#dedscontent .tabbar a {
	background-color: #efefef;
	background-image:none;
	color: #999;
	border-bottom:none;
	padding: 2px 1em 2px 1em;
	text-align: center;
	text-decoration: none;
}
#dedscontent .tabbar a:link {}
#dedscontent .tabbar a:visited {color:#999; border-bottom:none;}
#dedscontent .tabbar a:hover {background-color: #ccc; color:#666;}
#dedscontent .tabbar a:active {}

#dedscontent .tabbar a.active { background-color: #c00; color: #fff; }
