/* Navigation */
td.nav {
	border-bottom: 3px solid #FFF;
}
td.nav a {
	background-color: #8AA1B9;
	color: #003366;
	display: block;
	font-family:Arial,Helvetica;
	font-size: 13px;
	font-weight: bold;
	padding:3px 0 3px 10px;
	text-decoration: none;
}
td.nav a:hover,
td.nav a.active {
	background-color: #F68121;
	color: #FFFFFF;
}

/* Bücher-Schnellsuche */
span.search {
	color: #003366;
	display:block;
	font-family:Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	height:15px;
	padding-left: 3px;
}

/* Liste auf der Startseite */
ul {
	margin-left: 20px;
	padding: 0;
}

ul.start li {
	list-style: circle;
	margin: 5px 0;
}

/* Hinweis-Seite */
.hinweis {
	padding: 4px 8px;
	height: 60px;
	border-bottom: 2px solid #FFFFFF;
}

.hinweis * {
	color: #003366;
	font-family: Arial,Helvetica;
	font-size: 12px;
}
