/* CSS Document */

body {
	background-color:#F4F4F4;
	background-image:url(../img/bg_home.jpg);
	background-repeat:repeat-x;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #343434;
	line-height: 18px;
}


/* Teaser Area */

div.clearer {
	display: block;
	clear: both;
}

div.teaserArea {
	clear: both;	
	margin-top: 50px;
	margin-left: 54px;
}
* html div.teaserArea {
	clear: both;	
	margin-top:-171px;
	margin-left: 54px;
}

.teaser{
	width:292px;
	height:206px;
	float:left;
	margin:0 9px 0 0;
	
	position:relative;
	cursor:pointer;
	background: url(../img/teaser/teaser_bg.gif) no-repeat left center #fff;
}

.teaserFlip{
	width: 267px;
	height: 182px;
	margin: 10px 0 0 11px;
	background: #FFF;
}



div.teaserArea div.teaserFlip span, div.teaserArea div.teaserFlip a {
	color: #7d7d7d;
	text-decoration: none;
	background: url(../img/pfeile/pfeil_rot_home.jpg) no-repeat left center;
	padding: 2px 0 0 22px;
	margin: 0 0 0 9px;
}



.teaserFlip img{
	margin-bottom: 10px;
}

.teaserData{
	/* Hiding the .teaserData div */
	display:none;
}

.teaserDescription{
	padding:20px 10px 0 9px;
	height: 145px;
}
