@CHARSET "ISO-8859-1";

/**
 * Pagination
 *
 * Es funktioniert browserüberbreifend(!)
 * Bitte nur noch styletechnisch etwas anpassen.
 * Andernfalls bekommt die Person, die hier noch
 * etwas manipuliert was von mir auf den Deckel!
 */

.sheetnavi {
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	font-family: verdana;
	font-size: 12px;
	vertical-align:center;
	height:25px;
}

.navi_sheets {
	float: right;
}

.navi_sheet {
	position: relative;
	line-height:20px;
	display:inline;
}

.subtopic_link, .subtopic_current {
	position: relative !important;
	display: block !important;
	float: left !important;
	padding: 2px 5px !important;
	margin-left: 5px !important;
	border:1px solid #d9dadb !important;
}

.subtopic_link:visited, .subtopic_link:active, .subtopic_link:link, .subtopic_link:focus {
	color:#00AF8C !important;
	text-decoration:none;
}
.subtopic_link:hover{
	background-color: #F4F5EF;
}

.subtopic_current {
	color:#00AF8C;
	font-weight:bold;
	cursor: default;
}
