@CHARSET "ISO-8859-1";
#latest{
	margin: 2em auto;
	width: 42em;
	
}

#latest h3{
  font-style: normal;	
}

#latestEinsatz{
	float: left;
	width: 240px;
}

#latestNews{
	float: right;
	width: 240px;
}

.headerLine{
	font-size: 80%;
	color: #555;	
	margin-left: 1em;
}

#anouncements{
	padding-left: 0.5em;
	background: #eee;
	border: 1px dotted 	#9F0000;
	border-top: 1px solid #eee;
}
#anouncementContainer {
	margin: 2em;
}
#anouncement h2{
	color: black;
	font-weight: bold;
	font-size: 110%;
	font-style: normal;
}
#headLineAnouncement{
	width: 99.5%;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #9F0000;
	text-indent: 1em;
}

h3{
  color: black;
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  
}
h3 a{
	color: black;
}
.headline{
	margin-top: 0.5em;
	padding: 0.5em;
	border-top: 1px solid black;
	background-color: #eee;
}
.teaser{
  padding-left: 0.5em;	
}

