﻿.teaser
{
	border:solid 1px #e6e6e6;
	margin:0px;
	background-color:Transparent;
	background-image:none;
	background-repeat:no-repeat;	
	font-size:0px;
	min-height:339px;
	height:339px;
	max-height:339px;
}

.infoBlocks
{
	border-top:solid 1px #989f9e;
	padding-top:11px;
}

.infoBlockLeft, .infoBlockMid, .infoBlockRight
{
	float:left;
	min-width:220px; 
	width:220px; 
	max-width:220px; 	
	min-height:100px;
	height:100px;
	padding-left:10px;
	padding-right:10px;
	border-right:solid 1px #989f9e;
}

.infoBlockLeft
{
	float:left;
	padding-left:0;
}

.infoBlockRight
{
	padding-right:0;
	border-right:none;
}

.infoBlockItemSelected
{
	position:absolute;	
	display:none;
}

.infoBlockItemUnselected
{
	position:absolute; 
}

.infoBlockItemContent
{
	position:relative; 
	top:45px;
	left:2px;
	font-size:12px;
	cursor:pointer;
	font-family: 'tahoma','sans-serif'; 
	font-size: 10pt
}

.infoBlockItemContent a
{
	text-decoration:none;
	color:black;
	outline: none;
}

.infoBlockItemContentLink a
{
	position:absolute; 
	top:580px;
	padding-left:2px;
	font-size:12px;
	color:#6e1414;
	text-decoration:none;
	outline: none;
}

a:active
{
    outline: none;
}