@charset "iso-8859-9";
/* CSS Document */
/* Paginationand und Abschnitt */
.contentslide {
	border : 10px #fafcfe;
	border-bottom : 6px;
	height : 180px;
	width : 98%;
	padding : 5px;
}
.contentslide .contentdiv {
	display : none;
}
.pagination {
	text-align : left;
	width : 98%;
	border-color : #fff;
	border-width : 10px;
	padding-top: 2;
	padding-right: 2;
	padding-bottom: 4px;
	padding-left: 2;
	color: #FFF;
	background-color: #C24C62;
}
.pagination a {
	background : #fff;
	text-decoration : none;
	padding : 0 5px;
}
.pagination li {
	border-bottom: 1px solid white; /* white border beneath each menu item */
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	font-size: 13px;
	font-weight: bold;
	background-color: #C24C62;
	background-image: url(../images2/mpanelright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pagination a:hover, .pagination a.selected {
	background-color: #C24C62;
	color: #FFF;
}