#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	list-style: none;
	text-align: left;
	line-height: 12px;
}

#wp_page_numbers {
   background:url("http://blog.funkygog.de/wp-content/themes/funkygog-Theme/images/bg-input.jpg") repeat-x scroll left top #FFFFFF;
   border:1px solid #EEEEEE;
   margin-top:10px;
   padding:5px;
}
#wp_page_numbers ul {
}
#wp_page_numbers li {
	float: left;
	display: block;
        padding-right: 5px;
}

#wp_page_numbers a {
	border-bottom:2px dotted transparent;
	border-top:2px dotted transparent;
	color:#777;
	display:block;
	font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
	padding:4px 6px;
}

#wp_page_numbers li a:hover {
        background: #eee;
	color: #cc0000;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
}

#wp_page_numbers li.space {
        background: transparent;
	border-bottom:2px solid transparent;
	font-size: 12px;
	color: #aaa;
        padding: 0 4px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	font-weight: 700;
	background: #bbb;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	
}
#wp_page_numbers li.active_page a:hover  {
	color: red; /* IE fix */
}

#wp_page_numbers li.page_info {
        background: transparent;
	border-bottom:2px solid transparent;
	border-top:2px solid transparent;
	color:#999;
	float:right;
	font-family:Arial;
	font-size:12px;
	padding: 4px 10px;
}
