body {
	background: #1A9B38 url( "../img/back_green.png" ) top left repeat-x;	
}

.teamElement .csc-textpic-imagewrap, .teamElement .csc-textpic-text {
	border-top: 4px solid #1A9B38;
}

/* * * * * * * * * * */

p.teaser1 {
	background: url( "../img/teaser_1_green.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
	float:left;
	clear:right;
	margin-right:5px;
	text-decoration: none;
}

p.teaser1:hover {
	background: url( "../img/teaser_1_green_hover.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
}

p.teaser2 {
	background: url( "../img/teaser_2_green.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
	float:left;
	clear:right;
	margin-right:5px;
	text-decoration: none;
}

p.teaser2:hover {
	background: url( "../img/teaser_2_green_hover.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
}

p.teaser3 {
	background: url( "../img/teaser_3_green.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
	float:left;
	text-decoration: none;
}

p.teaser3:hover {
	background: url( "../img/teaser_3_green_hover.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
}
/* * * * * * * * * * */

#content a {
	color:#1A9B38;
	text-decoration: underline;
}