/* CSS Document */

div.IA-bg {
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.IA-top {
	background-image: url(images/container_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.IA-bottom {
	background-image: url(images/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 29px 28px 29px 28px;
	min-height: 145px;
}

div.IA-bottom p {
	margin: 10px 16px;
}

div.IA-bottom h2 {
	margin: 13px 0px 13px 3px;
	background-image: none;
}

div.IA-bottom h4 {
	background-image: url(images/ueberschriften/h2_block.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 26px 16px 10px;
	padding-left: 13px;
	color: #42457e;
	font-weight: bold;
	font-size: 13px;
}