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

/* News configuration */
.news-latest-container, .news-list-container {
	font-size:10px;
}
.news-list-item h2 {
/*	float:left;*/
}
.news-list-image {
	margin-bottom:7px;
}
.news-list-image img {
	margin-right:5px;
}
.news-list-morelink {
	width:370px;
	float:left;
	margin-bottom:7px;
}

.news-single-image {
	float:right;
	margin-left:5px;
}
.news-single-subheader {
	font-weight:bold;
}

.news-latest-container {
	padding:5px 0px 15px 0px;
}
.news-single-author {
	display:inline;
}

/* PBteam configuration */
#team {
	vertical-align: bottom;
}
#teamdescription {
	background-color: #FFFFFF;
	position: relative;
	z-index: 99;
	left: 148px;
	border: 1px solid #4C4C4C;
	top: -150px;
	width: 148px;
	visibility: hidden;
}
.teamclose {
	position: relative;
	top:0px;
	right: -128px;
}
.teamheader {
	background-color: #4C4C4C;
	padding: 2px 5px;
}
.teamheader p {
	font-weight: bold;
	color: #FFED00;
	margin: 0px;
}
.teambody {
	padding: 2px 5px;
}
.teambody p {
	margin: 0px;
	color: #000000;
}
fieldset#mailform {
	border:0 none;
}