/******************************************/
/* teaser big                             */
/******************************************/
.teaser_big {
	min-height: 294px;
	border: 1px solid #adc7d2;
	padding: 3px;
}
*html .teaser_big {
	height: 294px;
}
.teaser_big h1 {
	font: bold 12px/23px Arial, Helvetica, sans-serif;
	color: #60748b;
	background: #e5e8e9;
	margin: 0 0 3px 0;
	padding: 0 0 0 9px;
}
.teaser_big p {
	background: #d6e3e9;
	padding: 15px 9px;
	min-height: 238px;
}
*html .teaser_big p {
	height: 238px;
}

/******************************************/
/* call to action                         */
/******************************************/
.call_to_action {
	width: 168px;
	height: 76px;
	background: #94a2b1 url(../img/call_to_action_bg.gif) no-repeat;
	margin: 10px 0 0 0;
	padding: 10px 13px;
}
.call_to_action h1 {
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../img/call_to_action_hl_bg.gif) no-repeat;
	padding: 0 0 4px 20px;
	border-bottom: 1px solid #cad1d8;
}
.call_to_action p {
	margin: 8px 0 0 0;
	color: #fff;
}
.call_to_action p a {
	color: #ff9147;
	text-decoration: none;
}
.call_to_action p a:hover {
	text-decoration: underline;
}

/******************************************/
/* info teaser                            */
/******************************************/
.info_teaser {
	width: 186px;
	margin: 10px 0 0 0;
	padding: 3px;
	border: 1px solid #adc7d2;
}
.info_teaser h1 {
	font: bold 12px/23px Arial, Helvetica, sans-serif;
	color: #60748b;
	margin: 0 0 3px 0;
	padding: 0 0 0 35px;
	background: #e5e8e9 url(../img/icon_info.jpg) no-repeat;
}
.info_teaser ul {
	background: #e5e8e9;
	list-style-type: none;
	padding: 8px 10px 8px 38px;
}
.info_teaser ul li {
	background: #e5e8e9 url(../img/info_teaser_bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 13px;
}
.info_teaser ul li a {
	text-decoration: none;
}
.info_teaser ul li a:hover {
	text-decoration: underline;
}

/******************************************/
/* contact                                */
/******************************************/
.mail_form {
	width: 578px;
	margin: 0 0 10px 0;
	border: none;
}
.mail_form .field {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	min-width: 274px;
	min-height: 30px;
}
*html .mail_form .field {
	width: 274px;
	height: 30px;
}
.mail_form label {
	font-weight: bold;
	display: block;  
	width: 274px;
	color: #74a1b5;
}
.mail_form select {
	width: 272px;
	border: 1px solid #adc7d2;
}
.mail_form input {
	width: 272px;
	border: 1px solid #adc7d2;
	background: #e5e8e9;
}
.mail_form .submit {
	width: 100px;
	border: 1px solid #adc7d2;
	color: #74a1b5;
}
.mail_form textarea {
	background: #e5e8e9;
	border: 1px solid #adc7d2;
	width: 557px;
	height: 113px;
	float: left;
}
