.Paginer
	{
	margin : 30px 0px 0px 0px;
	
	display: flex;
	justify-content: center;
	flex-wrap : wrap;
	align-items: center;
	
	font : normal 14px Helvetica,serif;
	color : #434343;
	}

.PaginerSize
	{
	margin-left : 20px;
	padding : 7px; 
	
	border : solid 1px #b7b7b7; 
	border-radius : 2px;
	
	font : normal 14px Helvetica,serif;
	color : #434343;
	
	cursor : pointer;
	}
		
.PaginerIcone
	{
	height : 15px;
	
	margin : 0px 10px 0px 10px;
	padding : 10px;
	
	cursor : pointer;
	}

.PaginerIcone:hover,
.PaginerPage:hover,
.PaginerSize:hover
	{
	background-color : #f5f5f5;
	border-radius : 2px;
	}

.PaginerPage
	{
	margin: 0 10px;
	padding : 8px 13px 8px 13px;
	
	cursor : pointer;
	}

.PaginerCurrentPage
	{
	margin : 0 10px;
	padding : 8px 13px 8px 13px; 
	
	border : solid 1px #70cef2;
	border-radius : 2px;
	}
	

.PaginerIcone:hover,
.PaginerPage:hover,
.PaginerSize:hover
	{
	background-color : #f5f5f5;
	border-radius : 2px;
	}	
	

/* Smartphone */
@media only screen and (max-width:480px)
	{
	.PaginerIcone,
	.PaginerPage,
	.PaginerCurrentPage,
	.PaginerSize
		{
		margin-bottom : 20px;
		}
	}
	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	}
	