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

.container {
	width: 752px;
}

.box_outer {
	width: 244px;
	height: 144px;
	padding:0px;
	background-color: #A9B9D0;
	background-image:url(/aktuelles/img/top-left.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.box_top {
	text-align: center;
	font-weight: bold;
	margin:0px;
	padding-top:2px;
	width: 244px;
	height: 20px;
	background-image:url(/aktuelles/img/top-right.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.box_content {
	background-color: #E8EAE9;
	width: 240px;
	height: 122px;
	margin:0px;
	padding:1px;
	text-align: left;
	border-bottom: 2px solid #A9B9D0;
	border-left: 1px solid #A9B9D0;
	border-right: 1px solid #A9B9D0;
}