h1	{
	color: #D6770E;
	}
h2	{
	color: #3F4A46;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
a		{color: #D6770E; text-decoration: none;}
a:hover	{color: #3F4A46; outline: none;}

/* Team */
.teambilddiv {
	float: left;
	}
.teambild {
	border-style: solid;
	border-color: #ADAAAD;
	border-width: 1px;
	padding: 2px;
	}
.teamdiv {
	margin: -7px 1px 9px 137px;
	height: 153px;
	}

.team {
	list-style-type: none;
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
	}
	.teamname {
		font-weight: bold;
		font-size: 15px;
		padding: 5px 1px 1px 0px;
		}
	.teamfunktion {
		font-size: 11px;
		line-height: 10px;
		}
	.teamtaetigkeit {
		font-weight: bold;
		font-size: 11px;
		line-height: 10px;
		padding: 5px 0px 16px 0px;		/* Abstand zu telefon */
		}
	.teamtel, .teamtelsmart {
		background-image: url(../ima/symb/tel.gif);
		}
	.teammob, .teammobsmart {
		background-image: url(../ima/symb/mob.gif);
		}
	.teamfax {
		background-image: url(../ima/symb/fax.gif);
		}
	.teammail {
		background-image: url(../ima/symb/mail.gif);
		font-size: 11px;
		}
	.teamtel, .teammob, .teamfax, .teammail, .teamtelsmart, .teammobsmart {
		background-repeat: no-repeat;  
		background-position: left center; 
		margin: 15px 2px -19px -20px;
		padding: 3px 2px 2px 21px;
		}
