

b.overskrifter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
	

}

td.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

td.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
	border: 1px solid #666666;
	padding: 2px;
	
	

}

td.newsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
	border: 1px solid #252525;
	padding: 2px;
	
	

}
b.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #72242a;
	text-decoration: none;
	clip:   rect(auto auto auto auto);


}
form{
 width: 0;
 border: none;
 margin: 0;
}
input{
 
 border: none;
 margin: 0;
 vertical-align: center;
}
/* CSS needed for the wowitem script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
		opacity:0.95;
		filter:alpha(opacity=75);
		-khtml-opacity: 0.95;
		-moz-opacity: 0.95;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #DDDDDD;	/* Border width */
	color: FFFFFF;
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:340px;	/* Width of tooltip content */
	// height:200px;	/* Height of tooltip content */
	background-color:#000011;	/* Background color */
	padding:5px;	/* Space between border and content */
	overflow:auto;	/* Hide overflow content */
		opacity:0.95;
		filter:alpha(opacity=95);
		-khtml-opacity: 0.95;
		-moz-opacity: 0.95;
		-moz-border-radius:6px
	z-index:1000001;
}
