/******************************************/
/* screen subnomenu css for DLoG          */
/******************************************/

/******************************************/
/* image box                              */
/******************************************/
#image_box {
	position: relative;
	width: 837px;
	height: 100px;
	margin: 0 0 10px 0;
}
#image_box img {
	float: left;
}
#image_box h4 {
	position: absolute;
	top: 15px;
	left: 21px;
	font: bold 25px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}

/******************************************/
/* sub page col 1                         */
/******************************************/
#col_1 {
	width: 194px;
	float: left;
	margin: 0 13px 0 0;
}
.teaser_big {
	width: 186px;
}


/******************************************/
/* sub page col 2                         */
/******************************************/
#col_2 {
	float: left;
	width: 588px;
	min-height: 274px;
	padding: 13px 20px;
	border: 1px solid #adc7d2;
}
*html #col_2 {
	height: 274px;
}

#col_2 h1 {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #60748b;
	margin: 0 0 10px 0;
}
#col_2 p {
	color: #73879e;
	margin: 0 0 5px 0;
}
#col_2 p a {
	color: #ff9147;
	text-decoration: none;
}
#col_2 p a:hover {
	text-decoration: underline;
}
#col_2 ul {
	color: #73879e;
	margin: 0px 0px 13px 20px;
}

