.content-top-wrapper {
    width: 100%;
	background-color: white;
}
.content-top {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.staff-info {
	width: 900px;
	height: 300px;
	margin: 20px 0 0 100px;
}
.staff-picture {
	width: 300px;
	float: left;
}
.staff-picture img {
	max-width: 100%;
    height: auto;
	display: block;
}
.staff-name-wrapper {
	width: 600px;
    height: 300px;
	float: left;
}
.staff-name {
	padding-right: 20px;
	margin: 10px 0 20px;
	float: left;
	color: #000;
}
.staff-name h {
	font-size: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #4e5055;
}
.staff-name p {
	margin:0;
	padding: 0;
	font-size: 16px;
}
.competence {
	display: inline-block;
	padding-right: 20px;
	}
.competence-label {
	margin-bottom: 7px;
	padding: 4px 8px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #009782;
	text-transform: uppercase;
}
.value {
	margin: 3px 5px 3px 0;
	padding: 3px 6px;
	display: inline-block;
	background: #ebebeb;
	color: #000;
	font-size: 14px;
}
.contact-info {
	margin-top: 0px;
	padding: 10px 0px;
	display: inline-block;
}
.contact-info a {
	color: #007398;
	text-decoration: none;
}
.contact-info a:hover {
	text-decoration: underline;
}
.content-main-wrapper {
	background-color: #F5F5F5;
}
.content-main {
	width: 1200px;
	margin: 0 auto;
	padding: 5px;
	padding-bottom: 50px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.container{
	width: 900px;
	margin-left: 100px;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
ul.tabs li.current{
	background: #fff;
	color: #222;
}
.tab-content{
	display: none;
	background: #fff;
	padding: 15px;
}
.tab-content.current{
	display: inherit;
}
.tab-link {
	font-weight:600;
	-o-transition:background .2s ease-out;
    -ms-transition:background .2s ease-out;
    -moz-transition:background .2s ease-out;
    -webkit-transition:background .2s ease-out;
    transition:background .2s ease-out;
}
.tab-link:hover {
	background:#dedede;
}
#tab-1 h1,#tab-2 h1,#tab-3 h1 {
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	padding-bottom: 5px;
	margin:0;
	}
#tab-4 h1 {
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	margin:0;
	margin-top: 15px;
}
#tab-4 h2 {
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	margin:0;
}
#tab-2 p,#tab-1 p {
	margin: 0;
	padding-bottom:10px;
}
#col {
	-moz-column-count:2;
	-webkit-column-count: 2;
	column-count:2;
}
#tab-3 a {
	color: #007398;
	text-decoration: none;
}
#tab-3 a:hover {
	text-decoration:underline;
}
#tab-3 p,#tab-4 p {
	margin: 0;
	padding-bottom: 5px;
	font-weight:600;
}
#tab-3 ul,#tab-4 ul {
	padding:0;
	margin:0;
	list-style: none;
}
#tab-2 ul {
	padding-left: 15px;
	margin:0;
}
#tab-2 li,#tab-3 li,#tab-4 li {
	padding: 5px 0 5px 0;
}