.teambox {
margin-left:auto;
margin-right:auto;
box-sizing: border-box;
text-align:center;
width:400px;
height:400px;
}

.teamava {
width:150px;
height:150px;
}

.teamtext {
text-align:justify;
line-height:12px;
font-size:11px;
padding-left:20px;
font-family:tahoma;
}

.teaminhalt {
border: solid 2px #grey;
}

.teamcharas {
line-height:12px;
font-size:11px;
font-family:tahoma;
margin-left: auto;
margin-right: auto;
width:400px;
display:block;
text-align:justify;
}

.rund {
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px
}

.runde-ecken {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}