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

.content {
	background-color:#e5f2ea;
	padding-bottom:20px;
}

.index_news {
	clear:both;
}
.news_entry {
	margin-bottom:20px;
}
.news_entry:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.news_entry {
	display: inline-block;
}

* html .news_entry {
	height: 1%;
}

.news_entry {
	display: block;
}

.news_entry h1,
.news_entry h4 {
	margin-bottom:.1em;
}
.news_entry h1 a,
.news_entry h4 a  {
	text-decoration:none;
}
.news_entry h1 a:hover,
.news_entry h4 a:hover {
	text-decoration:underline;
}
.news_entry img {
	float:left;
	width:100px;
	margin: 0 .5em .2em 0;
	border: 1px solid #b10060;
	background-color:#FFFFFF;
	padding:2px;
}

.index_teaser {
	width:280px;
	float:left;
}
.index_teaser img {
	float:left;
	margin: 0 .5em .2em 0;
	border: 1px solid #b10060;
	background-color:#FFFFFF;
	padding:2px;
}
.teaser_left {
	clear:both;
	margin-right:20px;
}
.index_line {
	clear:both;
	height:1px;
	line-height:1px;
	border:0;
	background-color:#CBE5D6;
	margin-bottom:20px;
}
#form_search input.submit,
#form_search input[type=submit] {
	background-color:#e5f2ea;
}
.extra {
	top:490px;
}