html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { overflow-y: scroll;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
img {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper {
	padding:0 60px;
	width:880px;
	margin:100px auto 50px;
}

.wrapper > .menu {
	padding:100px 0 0;
}

.menu .menu {
	padding:25px 0 0;
}

.menu > li {
	padding-bottom: 12px;
	margin-bottom: 23px;
}
.menu .menu > li.menu-item {
	border-bottom: 1px dotted #aaa;
}

.wrapper > .menu > .menu-item:last-child {
	margin-top: 80px;
}



.half {
	
	width:385px;
}

.right {
	float:right;
}
.half.right
{
	width:435px;
}

.left {
	float:left;
}
.text {

}

.header .right {
	margin-top:180px;
	margin-bottom:20px;
}

.header {
	position:relative;
}

.lang-switcher {
	position: absolute;
	display: block;
	top:5px;
	right:0;
	width:60px;
	height:20px;
	font-size:12px;
}

.lang-switcher a {
	color: #aaa;
	font-size:12px;
}

.lang-switcher a:hover {
	text-decoration: none;
	color:#336699;
}


.header h1 {
	font-size:17px;
	font-weight: 300;
	margin-bottom:12px;
}

.header h2 {
	font-size:14px;
	font-weight:400;
}

.clear {
	clear:both;
}

.menu h1 {
	font-size:14px;
	font-weight:400;
}

.menu h2 {
	font-size:12px;
	font-weight:400;
}

.menu-item {
	position:relative;
	color:black;
}

.menu-item:hover {
	color:#336699;
}

.menu-item.active {
	color:#000;
}
.menu-item.inactive {
	cursor:pointer;
}
.content {
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:400;
	line-height: 17px;
	margin-bottom: 20px;
}

.teaser {
	margin:0 0 10px 0;
}
.close {
	cursor:pointer;
	width:30px;
	height:20px;
	background: url('img/arrow_up.png') center center no-repeat;
	position:absolute;
	left:435px;
	top:2px;
	opacity: 1.0;
	background-size: 38% 38%;
}

.to-top {
	cursor:pointer;
	display:block;
	width:30px;
	height:20px;
	margin-left:435px;
	background: url('img/arrow_top.png') center center no-repeat;
	opacity: 1.0;
	background-size: 38% 61%;
}


.menu-item.active > .close {
	display:block;
}

.menu-item.inactive > .close {
	display:none;
}

.teaser img {
	float:left;
}
.menu-item.active > .teaser > img {
	display: none;
}

.menu-item.active > .close {
	display: block;
}
.menu-item.inactive > .close {
	display:none;
}

.teaser .text {
	width:445px;
	float:left;
	font-size:12px;
}

p {
	line-height:17px;
}

.teaser .text h3 {
	font-size:12px;
	font-weight:600;
	margin:0 0 0px;
}

.grey {
	opacity: 0.6;
}

.grey:hover{
	opacity: 1;
}
.menu .menu .content img {
	margin-top: 0;
}

.credit{
	display: block;
	position:relative;
	left:10px;
	top:-23px;
	color:#fff;
	font-size:10px; 
	margin-bottom:0px;
	height: 0;
	overflow: visible;
}
a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.vita tr td {
	padding: 0 0 0 0;
}
.vita td {
	line-height: 17px; 
}
strong{
	font-weight: 600;
}
.vita {
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.year {
	width: 10%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
}
.contact {
	width: 150px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
}
.title-image {
	display:inline-block;
}