div#bannerboxTimeout{
	display:none;
}
/* Änderung am 21.01.2009: ------- */
div#blockwerbung {
background-color:#FFFFFF;
color:#000000;
height:48px;
left:444px;
max-width:370px;
overflow:hidden;
padding:0;
position:absolute;
top:10px;
width:auto;
z-index:10001;
}
div#blockwerbung h1 {
font-size:19px;
font-weight:bold;
}
div#blockwerbung *, div#blockwerbung .csc-textpic-imagewrap {
margin:0 !important;
}
/* --------------------------- */
/*
	-- Online bis zum 21.01.2009
	
div#blockwerbung{
	position:relative;
	top:158px;
	left:520px;
	z-index:10001;
	width:250px;
	opacity: 0.9;
	background-color: rgb(255, 255, 255);
	color:#000;
	padding:20px 20px 30px 30px;
}*/

div#blockwerbungbutton{
	margin:0 0 10px 0;
	padding:0 0 0 220px;
	display:none;
}
div#blockwerbungbutton a:link, div#blockwerbungbutton a:visited{
	display:block;
	text-indent:999em;
	overflow:hidden;
	height:18px;
	width:19px;
	background: transparent url(close_off.gif) no-repeat;
	
}


div#blockwerbungbutton a:hover, div#blockwerbungbutton a:active{
	display:block;
	text-indent:999em;
	overflow:hidden;
	height:18px;
	width:19px;
	background: transparent url(close_on.gif) no-repeat;
	
}


