@charset "utf-8";
/* CSS Document */


div#locationText {
	width:600px;
	margin-left:5px;
	
}

div#locationScroller {
	height:400px;
	overflow:hidden;
}

div#locationText h1 {
	padding:0px;
	margin:0px;
	color:#333;
	font-size:35px;
}

div#locationText h2 {
	padding:0px;
	margin:0px;
	color:#3A3A3A;
	font-size:15px;
}


div#locationImages {
	overflow:hidden;
}

.locationImageContainer {
	padding:5px;
	width:80px;
	height:80px;
	border:#333 1px dotted;
	margin-top:10px;
	float:left;
	margin-left:5px;
}

div.team_container {
	padding:10px;
	border-bottom:#333 1px dotted;
	margin-bottom:10px;
}

div.team_bild {
	float:left;
	width:200px;
}

div.team_name, team_job {
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#999;
}
div.team_job {
	font-size:14px;
	color:#CCC;
	margin-top:10px;
	padding-left:15px;
}