
	.g-tabs {
		border: 1px solid #ddd;
	}

	.g-tab,
	.g-tab-blue,
	.g-tab-orange {
		background-repeat: repeat-x;
		background-position: 0px 0px;
		border-right: 1px solid #ddd;
		float: left;
		height: 25px;
		line-height: 25px;
		padding: 0px 20px 0px 20px;
	}
	
	.g-tab        { background-image: url('http://img.preistipp.de/preistipp/index/bg-tab.gif'); }
	.g-tab-blue   { background-image: url('http://img.preistipp.de/preistipp/index/bg-tab-blue.gif'); }
	.g-tab-orange { background-image: url('http://img.preistipp.de/preistipp/index/bg-tab-orange.gif'); }
	
	.g-tab-blue,
	.g-tab-orange,
	.g-tab-blue a,
	.g-tab-orange a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.g-tab,
	.g-tab a {
		color: #222;
		font-weight: bold;
		text-decoration: none;
	}
	
	.inactiveLink {
		color: #888;
	}
	
	
	#tagcloud-locations {
		border: 1px solid #ccc;
		padding: 10px;
		text-align: justify;
	}
	
	.tagcloud-location-0,
	.tagcloud-location-1,
	.tagcloud-location-2,
	.tagcloud-location-3,
	.tagcloud-location-4 {
		margin: 5px;
		font-weight: bold;
		height: 16px;
	}
	
	.tagcloud-location-0 a { font-size: 10px; color: #888; }
	.tagcloud-location-1 a { font-size: 11px; color: #777; }
	.tagcloud-location-2 a { font-size: 12px; color: #666; }
	.tagcloud-location-3 a { font-size: 14px; color: #444; }
	.tagcloud-location-4 a { font-size: 16px; color: #222; }
