/******************************************/
/* screen subnomenu css for DLoG          */
/******************************************/
/*
*	is not needed anymore as the subnomenu-template uses screen_sub.css, now
*/


/******************************************/
/* image box                              */
/******************************************/
#image_box {
	position: relative;
	width: 1000px;
	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: #444;
	margin: 0 0 10px 0;
}
#col_2 p {
	color: #444;
	margin: 0 0 5px 0;
}
#col_2 p a {
	color: #0067ba;
	text-decoration: none;
}
#col_2 p a:hover {
	text-decoration: underline;
}
#col_2 ul {
	color: #444;
	margin: 0px 0px 13px 20px;
}

/******************************************/
/* col2 content                           */
/******************************************/
#col_2_content {
	width: 556px;
	min-height: 274px;
	margin: 10px 0 0 0;
	padding: 15px 14px;
}

