@CHARSET "UTF-8";

.tagcloud.headline
{
}
.list {
	list-style:none;
	text-align:center;
	}
.tagitem {
	display:inline;
	} 

.offLeft
{
  position:   absolute;
  left:       -3000px;
}



.tagcloud.list .not-popular .tag
{
  font-size:  1.0em;
}

.tagcloud.list .not-very-popular .tag
{
  font-size:  1.3em;
}

.tagcloud.list .somewhat-popular .tag
{
  font-size:  1.6em;
}

.tagcloud.list .popular .tag
{
  font-size:  1.9em;
}

.tagcloud.list .very-popular .tag
{
  font-size:  2.2em;
}

.tagcloud.list .ultra-popular .tag
{
  font-size:  2.5em;
}

div.imageBox .tagcloud_teaser{
	border:1px solid #D8D8D8;
	padding:6px;
	float:right;
	width:250px;
	margin-bottom:10px;}

div.tagcloud_teaser{
	border:1px solid #D8D8D8;
	padding:6px;
	margin-bottom:10px;}

div.tagcloud_teaser ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
div.tagcloud_teaser ul li{
	display:inline;
	padding-top:5px;		
	}
div.tagcloud_teaser ul li a{
padding-left:20px;
	padding-bottom:3px;

    background:url('/images/tag.jpg') no-repeat 0px 0px;
	font-weight:bold;
	color:#245B74;
	}
div.tagcloud_teaser ul li a, div.tagcloud_teaser ul li a:link, div.tagcloud_teaser ul li a:active, div.tagcloud_teaser ul li a:visited {
	font-weight:bold;
	color:#245B74;
	}
