
/**************** Style ****************/

/* Teaser */

#teaser {
	position: relative;
	width: 600px;
	height: 150px;
	float: left;
	margin: 0 10px;
}

#teaser_prev {
	position: absolute;
	top: 43px;
	left: 0;
	height: 64px;
	width: 64px;
	cursor: pointer;
	background: url(prev_w_i.png) no-repeat 0 0;
}

#teaser_prev:hover {
	background-image: url(prev_w_a.png);
}

#teaser_next {
	position: absolute;
	top: 43px;
	right: 0;
	height: 64px;
	width: 64px;
	cursor: pointer;
	background: url(next_w_i.png) no-repeat 0 0;
}

#teaser_next:hover {
	background-image: url(next_w_a.png);
}

#teaser_dots {
	position: absolute;
	bottom: 4px;
	left: 284px;
	height: 8px;
}

#teaser_dots div {
	float: left;
	height: 8px;
	width: 8px;
	background: url(dot_w_i.png) no-repeat 0 0;
}

#teaser_dots div.active {
	background-image: url(dot_w_a.png);
}

#teaser_window {
	position: absolute;
	top: 4px;
	left: 64px;
	height: 130px;
	width: 472px;
	overflow: hidden;
}

#teaser_window div.content {
	position: absolute;
	top: 0;
	left: 472px;
	height: 130px;
	width: 472px;
}

#teaser_window div.content h1 {
	margin: 4px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

#teaser_window div.content, #teaser_window div.content p, #teaser_window div.content a, #teaser_window div.content td {
	color: #FFFFFF;
}

#teaser_window div.content a.more {
	font-style: italic;
	font-size: 0.75rem;
}

#teaser_window div.content a {
	text-decoration: underline;
}

#teaser_window div.content a:hover {
	text-decoration: none;
}
