


/*----------------------------------------------------------------------------- 
 *
 * @file: /imperia/md/content/strato_de/css/module/tag_cloud/tagcloud.css 
 *
 * Stylesheet-Angaben fuer die EasyWeb-TagClouds
*/


#c_right_inner {
	height:402px;
	overflow:hidden;
}

.tsr_body_prod h1{margin-bottom: 18px;}

#tgbg{
	height:374px;
	background:url("/imperia/md/images/strato_de/elements/teaser_box/tsr_easyweb_bg_start.jpg") repeat-x;
	padding:8px 0px 0px 0px;
}

#tagCloudContainer{display: none; visibility: hidden;}
#tagCloudContent{overflow: hidden; text-align: justify; height: 309px;}
#tcb{display:none;}

#tglinks{
	text-align:justify;
	font-size:1.2em;
	line-height:1.8em;
	margin: 0;
}
#tglinks a{
	text-decoration:none;
}

/* Angaben fuer die TagCloud-Schriftgroesse 
*
* Prioritaeten-Zuordnung:
* Prio 1 = gering / kleine Schrift
* Prio 2 = normal / normale Schrift
* Prio 3 = wichtig / grosse Schrift fett
* Prio 4 = sehr wichtig /groessere Schrift fett
*
* Wenn eine weitere Prioritaet hinzugefuegt wird, dann muss 
* eine entsprechende Klasse ergaenzt werden
*/

#tglinks a.tagCloud_4 {
	font-size:1.5em;
}
#tglinks a.tagCloud_3{
	font-size:1.4em;
}
#tglinks a.tagCloud_2{
	font-size:1.2em;
}
#tglinks a.tagCloud_1{
	font-size:1.0em;
}


