I would like to allow only one country access, but exclude proxies within this country.
This is what I have (shortened version for convenience)
As Gerben suggested, just change:
order deny,allow deny from all
to
order allow,deny
And the restrictions will work as you want them to.
Details can be found in Apache's docs.