#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #a0373c;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: Verdana;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #a0373c;				/* Hintergrundfarbe */
	border: 1px solid #; 				/* Aussenrahmen */
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {

	margin-top: 2px;					/* äussere Abstand oben zur Zahl */				
	margin-bottom: 2px;               	/* äussere Abstand unten zur Zahl */

	padding: 4px;
	padding-left: 6px;					/* innere Abstand links zur Zahl */
	padding-right: 6px;					/* innere Abstand rechts zur Zahl */
	margin-left: 4px;					
	margin-right: 4px;
	display: block;
	color: #ffffff;						/* Schriftfarbe */
	border: 1px solid #ffffff;			/* Rahmen für Zahl vorne */
}

#wp_page_numbers li a:hover {
	border-color: #fce072;				/* Hyperlinkfarbe */
}

#wp_page_numbers li.space {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #;
	padding-top: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border: 1px solid #ffffff;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}
#wp_page_numbers li.active_page a:hover  {
	color: white; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-top: 2px;
	margin-bottom: 2px;
	
	padding-top: 2px;
	
	margin-right: 2px;
	padding-left: 2px;
	color: #666;
	border: 1px solid #fce072;
}