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

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

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

p.teaser1 {
	background: url( "../img/teaser_1_red.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
	float:left;
	clear:right;
	margin-right:5px;
	text-decoration: none;
}
.dk p.teaser1 {
	background: url( "../img/teaser_1_red_DK.jpg" ) top left no-repeat;
}
p.teaser1:hover {
	background: url( "../img/teaser_1_red_hover.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
}
.dk p.teaser1:hover {
	background: url( "../img/teaser_1_red_hover_DK.jpg" ) top left no-repeat;
}
p.teaser2 {
	background: url( "../img/teaser_3_red.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
	float:left;
	clear:right;
	margin-right:5px;
	text-decoration: none;
}
.dk p.teaser2 {
	background: url( "../img/teaser_3_red_DK.jpg" ) top left no-repeat;
}
p.teaser2:hover {
	background: url( "../img/teaser_3_red_hover.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
}
.dk p.teaser2:hover {
	background: url( "../img/teaser_3_red_hover_DK.jpg" ) top left no-repeat;
}
p.teaser3 {
	background: url( "../img/teaser_Kontakt_1_red.png" ) top left no-repeat;
	width: 158px;
	height:41px;
	display: block;
	float:left;
	text-decoration: none;
}

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

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

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