/*----STRUKTUR----*/
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
#apDiv_1 {
	position:absolute;
	z-index:1;
	overflow: hidden;
	visibility: visible;
	left: 10px;
	top: 70px;
	right: 0px;
	bottom: 0px;
	height: 230px;
	width: 240px;
	padding: 0px;
	margin: 0px;
}
#apDiv_2 {
	position:absolute;
	z-index:2;
	overflow: hidden;
	left: 20px;
	top: 310px;
	right: 0px;
	bottom: 0px;
	height: 55px;
	width: 230px;
	color: #FFFFFF;
	background-image: url(../images/index/HVLK/Bautagebuch.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center center;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bold;
}
/*----CONTENT----*/
.headline_news {
	font-family: Arial;
	color: #000066;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.text_news {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*----LINK whithe----*/
a.link_news {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a.link_news:link {
	text-decoration: none;
	color: #000066;
}
a.link_news:visited {
	text-decoration: none;
	color: #000066;
}
a.link_news:hover {
	text-decoration: underline;
	color: #000066;
}
a.link_news:active {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
