
body {	
	 
	font-family: Comic Sans MS,Arial, Times New Roman;	
	font-size: 0.78em;	
	 
 
 
	
	}
	
	

 
 
 a {	
 
	color: #336699;
	text-decoration: none;
	 
	font-size: 105%;	
}
	
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
 
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #333333;
	font-weight: bold;
	font-size : 105%;
	}
.textmiddelgroot {
	color: #333333;
	font-weight: bold;
	font-size : 105%;
	}
.textgroot {
	color: #333333;
	font-weight: bold;
	font-size : 115%;
	}		
.StoryContentColor {
	color: #333333
	}
.TextKlein {
	color: #333333;
	font-size:80%;
	}
.TextMiddelKlein {
	color: #333333;
	font-size:88%;
	}
	
	
	
.TitleColor {
	color: #333333
	}
a:hover {	
	 
  /*letter-spacing: 1px;
  font-weight:bold;*/
  color:#FF0000;
 
  
   

	}
 
 



/*td.balloon{
	display:inline;
	
	float: left;



 
    background: url(textballoon.gif) no-repeat left;
 	width:120px;
 	height:105px;
}*/


/*---------- bubble tooltip -----------*/
a.linkBalloon{
    position:relative;
    z-index:24;
   /* color:#3CA3FF;*/
   /*color: #3366CC;*/	
	color: #336699;
	/*font-weight:bold;*/
    text-decoration:none;
}
a.linkBalloon span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.linkBalloon:hover{ z-index:25; color: #FF0000; background:;}
a.linkBalloon:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	/*color: #993300;*/
    text-align: center;
	filter: alpha(opacity:90);
	color: #000000;
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.linkBalloon:hover span.top{
	display: block;
	padding: 30px 8px 0;
		font-size: 80%;
    background: url(bubble.gif) no-repeat top;
}
a.linkBalloon:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	color: #000000;
	font-size: 80%;
	background: url(bubble_filler.gif) repeat bottom; 
}
a.linkBalloon:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #1e2f74;
	font-size: 80%;
    background: url(bubble.gif) no-repeat bottom;
}




 

 