﻿/**************************************************************************************/
/*  Menu
/**************************************************************************************/
.pnlTeaser
{
	position : relative;
	height   : 210px;
}

.pnlTeaserOuter
{
	position         : relative;
	background-image : url('../Assets/teaserBG.jpg');

	height           : 210px;
}

.pnlTeaserInner
{
	position : absolute;

	left     : 32px;
	top      : 30px;

	width    : 345px;
}

.teaserTitle, .teaserTitleH, .teaserTitleA
{
	position      : relative;

	font-family   : Arial;
	font-size     : 24px;
	font-weight   : bold;
	font-style    : italic;

	color         : #5693a0;
	cursor        : pointer;

	margin-bottom : 15px;
}

.teaserTitleH, .teaserTitleA
{
	color : #788f94;
}

.teaserContent, .teaserContentH, .teaserContentA
{
	position    : relative;

	font-family : Arial;
	font-size   : 11px;

	line-height : 17px;

	color       : #7d7d7d;
	cursor      : pointer;
}

.btnContinue
{
	position : absolute;

	top      : 99px;
	left     : 274px;

	cursor   : pointer;
}

.sifrTeaserTitle
{
	font-family : Arial;
	font-size   : 24px;
	font-weight : bold;
	font-style  : italic;

	width       : 350px;

	line-height : 1em;
}