@charset "utf-8";
/* CSS Document */

#articlecontainer {
	width: 272px;
	height: 485px;
	float: left;
}

#homepagebox {
	width: 272px;
	height: 528px;
	overflow: auto;
	top: 309px;
	margin-left: 280px;
	position: absolute;
	background: url(/grafik/template/box_bg.png);
	position: absolute;
	z-index: 3;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#homepagebox h1 {
		color: white;
		margin: 0;
		padding: 0 0 5px 0;
		line-height: 100%;
		font-weight: normal;
		border-bottom: 1px dashed #598AB8;
		line-height: 28px;
		text-transform: uppercase;
}
#homepagebox dl {
		border-bottom: 1px dashed #598AB8;
		margin: 0;
		padding: 3px 0 0 0;
}
#homepagebox dt {
	color: #004AA2;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	background: url(/grafik/template/arrow_blue_10x10.png) no-repeat left 5px;
	padding-left: 10px;
}
#homepagebox dt a {
	color: #004AA2;
	text-decoration: none;
}
#homepagebox dd {
	margin-left: 0;
	padding-left: 10px;
}
#homepagebox dd.detail {
	margin: 3px auto 10px auto;
	padding-top: 3px;
}
#homepagebox dd.detail a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 2px 16px 2px 4px;
	background: #004AA2 url(/grafik/template/arrow_blue_5x10.png) no-repeat right center;
}
#homepagebox dd.detail a:hover {
	background-color: #3570B5;
	color: #FFF;
}