/* ******************************************************** */
/* Box: Background beige, weil hier aktuelles evt. laenger! */
/* ******************************************************** */
div#box {
  background-color:#FBF8E8;
}

div#akt {
	float:left;
  width:168px;
}

/* ************************************************** */
/* Aktuell-Bereich innerhalb iframe*/
/* ************************************************** */

div#aktuell {
  background-image:url('../images/submenuback.jpg');
  width:168px;
  margin:0px;
  min-height:430px;
	color:#FBF8E8;
	text-align:center;
  font-size:12px;
  line-height:16px;
}

div#aktuell h4 {
  font-family: Arial, sans-serif;
	font-style:italic;
	font-size: 13px;
	margin-top:10px;
	margin-bottom:0px;
	color:#FBF8E8;
}

div#aktuell hr {
	color:#777777;
	background-color:#777777;
  height:1px;
  width:150px;
	border:none;
}

div#aktuell p {
	margin:5px 10px 5px 10px;
}

div#aktuell td {
	vertical-align:top;
}

div#aktuell td.unten {
	text-align:center;
	vertical-align:bottom;
}

div#aktuell a,
div#aktuell a:link,
div#aktuell a:active,
div#aktuell a:visited {
	color:#F9ECA7;
	text-decoration:underline;
}

div#aktuell a:hover {
	color:#A22B28;
	text-decoration:underline;
}

/* ************************************************** */
/* Aktuell-Info-Fenster */
/* ************************************************** */

div#aktinfo {
  background-color:#2A578C;
  width:350px;
  min-height:200px;
  margin:0px;
  padding:10px;
	color:#FBF8E8;
	text-align:left;
  font-size:12px;
  line-height:16px;
}

div#aktinfo hr {
  color: #ab8c57;
  height:1px;
  border:none;
}

div#aktinfo a,
div#aktinfo a:link,
div#aktinfo a:active,
div#aktinfo a:visited {
	color:#F9ECA7;
	text-decoration:underline;
}

div#aktinfo a:hover {
	color:#A22B28;
	text-decoration:underline;
}