

/* SCROLLABLE TEASER FRONT PAGE */

/* TEASER */

#newsScroller
{
	border:0px solid white;
	display:block;
	clear:both;
	overflow:hidden;
	width:944px;
	height:45px;
	position:relative;
	margin:auto;
	background-image:url(/images/logo_bg.jpg);
	}

/*  root element for the scrollable.  
    when scrolling occurs this element stays still.  */
div.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 944px;
	height: 45px;
	padding-top:2px;
	
}


div.scrollable div.items
{
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
}


div.scrollable div.items div
{
	float: left;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable
{
	float: left;
}

/* disabled navigational button */
a.disabled
{
	visibility: hidden !important;
}

/*********** navigator ***********/


/* position and dimensions of the navigator */

#newsScroller .prev, #newsScroller .next{
	position:absolute;
	bottom:0px;
	line-height:16px;
	z-index:10;
	font-size:10px!important;
	text-transform:uppercase;
	padding-left:4px;
	padding-right:4px;
	margin:1px;
	border:1px solid #fff;
	background:#d3d3d3;
	color:#d11100;

	cursor:pointer;
	display:block;
	float:left;
	font-size:10px;
	height:16px;
	margin:10px;
	text-transform:uppercase;
	width:55px;
}
	
#newsScroller .prev:hover, #newsScroller .next:hover{
	cursor:pointer;
	cursor:hand;
	border:1px solid white;
	background:#d11100;
	color:white;
	text-decoration:none;
	}	

#newsScroller .prev{
	right:68px;
	}
#newsScroller .next{
	right:0px;
	}
.navi
{
	width: auto;
	position: absolute;
	right: 45px;
	bottom: 8px;
	z-index:999;
}


/* items inside navigator */
.navi li
{
	width:16px;
	height:16px;
	list-style:none;
	float:left;
	margin:0px;
	background:none;
	color:none;
	display:inline-block;
	text-transform:uppercase;
	line-height:0px;
	font-size:12px;
	margin-right:10px;
	border:0px solid #fff;
	padding-left:0px;
	padding-right:0px;
}
.navi .active
{
	background:none;
	border:0px solid white;
	color:none;
	background-image:url(/images/teaser_navi_active.png)!important;
	background-repeat:no-repeat!important;
	}
.navi li:hover{
	background:none;
	border:0px solid white;
	color:none;
	cursor:pointer;
	cursor:hand;
	background-image:url(/images/teaser_navi_hover.png);
	background-repeat:no-repeat;
	margin:
	}



/* active state (current page state) */
div.navi a.active
{

}

/* TEASER ITEMS FROM ADMIN TEMPLATE */
.teaserItem, .teaserItem .active
{
	width: 944px;
	height: 45px;
	position: relative;
	background-repeat: no-repeat;
	background:transparent;
}
.teaserItem H1
{
}
