@charset "utf-8";

/****************
 Teaser 1
 ****************/
#teaser_box
{
	width: 303px;
	height: 123px;
	background-color: #151515;
	padding: 4px;
}

#teaser_box h2
{
	width: 287px;
	height: 19px;
	background-color: #232323;
	padding: 8px 8px 0px 8px;
	color: #919191 !important;
	font-family: Arial;
	font-size: 10px;
	margin-bottom:0px;
}

#teaser_box .images
{
	width: 303px;
	height: 75px;
	background-color: #0C0C0C;
	margin: 3px 0 3px 0;
}

#teaser_box .images a
{
	height: 73px;
	width:99px;
	padding-top:2px;
	display:block;
	background-color:#99CC33;
	margin-right:3px;
	float:left;
}

#teaser_box .last
{
	height: 75px;
	display:block;
	margin-right:-3px !important;
	float:left;
}

#teaser_box .more
{
	color: #99CC33 !important;
	font-family: Arial;
	font-size: 10px;
	width:99px;
	padding-left:8px;
}

#teaser_box .contact
{
	color: #151515 !important;
	width: 79px;
	height: 15px;
	background-image: url(images/contact.gif);
	background-position:95% 3px;
	background-repeat: no-repeat;
	background-color: #99CC33;
	display: block;
	font-family: Arial;
	font-size: 11px;
	padding-left:20px;
	float:right;
}

/****************
Teaser -2
 ****************/ 
.teaser_box2
{
	width: 303px;
	height: 123px;
	background-color: #151515;
	padding: 4px;
}

.teaser_box2 h2
{
	width: 287px;
	height: 19px;
	background-color: #232323;
	padding: 8px 8px 0px 8px;
	color: #919191 !important;
	font-family: Arial;
	font-size: 10px;
	margin-bottom:0px;
}

.teaser_box2 img
{
	width: 303px;
	height: 75px;
	background-color: #0C0C0C;
	margin: 3px 0 3px 0;
}
#.teaser_box2 img a {
 height: 75px;
 width:303px;
 display:block;
 background-color:#99CC33 !important;
}

.teaser_box2 .teaser_navi a
{
	color: #A1A1A1 !important;
	font-family: Arial;
	font-size: 10px;
	background-image:url(images/h1_dots.gif);
	background-repeat:no-repeat;
	padding-left:6px;
}

.teaser_box2 .teaser_navi a:hover { color: #99CC33 !important; }

/****************
Teaser - 3
 ****************/ 
#teaser_box3
{
	width: 220px;
	background-color: #151515;
	padding: 5px;
}

#teaser_box3 h2
{
	width: 204px;
	height: 19px;
	background-color: #232323;
	padding: 8px 8px 0px 8px;
	color: #919191 !important;
	font-family: Arial;
	font-size: 10px;
	margin-bottom:0px;
}

#teaser_box3 img
{
	width: 220px;
	height: inherit;
	background-color: #99CC33;
	margin: 3px 0 3px 0;
	padding-top:2px;
	padding-bottom:0px !important;
}

#teaser_box3 .teaser_navi a
{
	color: #99CC33 !important;
	font-family: Arial;
	font-size: 11px;
	padding-left:8px;
}

