#team {
	position: relative;
	width: 90%;
}

#team .image {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 10%;
	display: block;
}

#team img {
	float: left;
}

#team .text {
	float: right;
	text-align: right;
	margin-right: 30px;
}

#team .quotationbox {
	float: left;
	background: transparent url(/fileadmin/templates/images/blue/quote-box-blue-bottom.gif) no-repeat scroll 8px bottom;
	width: 170px;
}

#team .quotationbox .quotation {
	padding: 10px 15px 0 23px;
	background: #4d8ba0;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 11px;
	background: transparent url(/fileadmin/templates/images/blue/quote-box-blue-top.gif) no-repeat scroll top left;
}


#team .team-facts {
	position: relative;
	border: 0px;
	margin: 30px 0 20px 0;
}
#text #team .team-facts a,
#text #team .team-facts a:link,
#text #team .team-facts a:visited {
	color: #ffffff;
	text-decoration: none;
}
#text #team .team-facts a:focus,
#text #team .team-facts a:hover,
#text #team .team-facts a:active {
	color: #ffffff;
	text-decoration: underline;
}

#team .team-facts .corner-bottom,
#team .team-facts .corner-top {
	background: url(/fileadmin/templates/images/team-blue-bg-top.gif) top right no-repeat;
	height: 8px;
	display: block;
	overflow: hidden;
	
}
#team .team-facts ul {
	margin: 0;
	padding: 0.5em 2em 0.5em 2em;
}

#team .team-facts ul li {
	text-align: right;
	list-style-image: none;
	padding: 0.3em 0 0.3em 1em;
	margin: 0;
	color: #fff;
	line-height: 1.4em;
}

#team .text strong {
	font-weight: bold;
}

#team .text em {
	display: block;
	margin-top: -12px;
}


hr.clearer {
border:0 none;
clear:both;
color:#FFFFFF;
display:block;
height:0;
width:0;
}


/* Blue */

#team .team-facts {
	background: #fff url(/fileadmin/templates/images/blue/team-bg.gif) repeat-y scroll right top;
}

#team .team-facts .corner-top {
	background-image: url(/fileadmin/templates/images/blue/team-bg-top.gif);
}

#team .team-facts .corner-bottom {
	background-image: url(/fileadmin/templates/images/blue/team-bg-bottom.gif);
}