@import "basic.css";

/*===================
	Content
===================*/

/*===== Aktuelles & Termine =====*/

#content #aktuelles_termine {
	float: left;
	width: 362px;
	height: 233px;
	background: white url(../images/bg_aktuelles.jpg);
	border: 1px solid white;
	margin: 10px 5px 0 0;
	position: relative;
}

#content #aktuelles_termine a:hover {
	text-decoration: underline;
}

#content #aktuelles_termine #topstripe {
	width: 362px;
	height: 8px;
	background: #6c8a97;
}

#content #aktuelles_termine h1 {
	font-size: 14px;
	margin: 10px;
	color: #6c8a97;
}

#content #aktuelles_termine .news {
	height: 70px;
	font-size: 11px;
	padding-top: 3px;
	border-top: 1px solid #d5d5d5;
	margin: 10px 10px 0 10px;
}

#content #aktuelles_termine .news .headline {
	height: 10px;
	margin-top: 3px;
}

#content #aktuelles_termine .news .headline .date {
	display: block;
	float: left;
	color: #6c8a97;
	padding-right: 5px;
	border-right: 1px solid #6c8a97;
	margin-right: 5px;
}

#content #aktuelles_termine .news .headline .title {
	display: block;
	float: left;
	height: 10px;
	font-weight: bold;
}

#content #aktuelles_termine .news .text {
	clear: left;
	margin-top: 3px;
}

#content #aktuelles_termine #link {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #6c8a97;
	text-decoration: none;
	position: absolute;
	bottom: 7px;
	left: 10px;
}

#content #aktuelles_termine a {
	color: #6c8a97;
}

/*===== Partnermap =====*/

#content #partnermap {
	float: left;
	width: 576px;
	height: 248px;
	background: url(../images/partnerundkarte.jpg);
}

/*===== Infobox =====*/

#content .infobox {
	float: left;
	width: 175px;
	height: 245px;
	background: white;
	border: 1px solid white;
	margin: 10px 10px 0 0;
	position: relative;
}

#content .infobox a:hover {
	text-decoration: underline;
}

#content .infobox #topstripe_bi {
	width: 175px;
	height: 8px;
	background: #558542;
}

#content .infobox #topstripe_nl {
	width: 175px;
	height: 8px;
	background: #85bc00;
}

#content .infobox #topstripe_bk {
	width: 175px;
	height: 8px;
	background: #f67a00;
}

#content .infobox #topstripe_m {
	width: 175px;
	height: 8px;
	background: #f6ae00;
}

#content .infobox #topstripe_k {
	width: 175px;
	height: 8px;
	background: #edca00;
}

#content .infobox h1 {
	font-size: 14px;
	margin: 10px;
}

#content .infobox #h1_bi {
	color: #558542;
}

#content .infobox #h1_nl {
	color: #85bc00;
}

#content .infobox #h1_bk {
	color: #f67a00;
}

#content .infobox #h1_m {
	color: #f6ae00;
}

#content .infobox #h1_k {
	color: #edca00;
}

#content .infobox .text {
	font-size: 11px;
	padding: 0 10px;
}

#content .infobox a {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#content .infobox #a_bi {
	color: #558542;
}

#content .infobox #a_nl {
	color: #85bc00;
}

#content .infobox #a_bk {
	color: #f67a00;
}

#content .infobox #a_m {
	color: #f6ae00;
}

#content .infobox #a_k {
	color: #edca00;
}