@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff') format('woff'),
         url('OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.woff') format('woff'),
         url('OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Italic.woff') format('woff'),
         url('OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-BoldItalic.woff') format('woff'),
         url('OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

html {
	font-family: Open Sans,Helvetica,Arial,sans-serif;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

.cv dt {
	float: left;
	clear: left;
	min-width: 3em;
	text-align: right;
}

.cv dd {
	padding-left: 4em;
	margin: 0.5em 0em;
}

body {
    color: #57534a;
	padding: 1em;
}

#language {
	text-align: right;
}

#language span a {
	color: #57534a;
}

#language span.current a {
	font-weight: bold;
}

#language span.current a:hover {
	text-decoration: none;
}

#header h1 {
	margin-top: 0em;
}

#menu {
	width: 100%;
	text-align: center;
}

#menu-dec {
	border-top: solid 1px #aba9a4;
	border-bottom: solid 1px #aba9a4;
	margin: 0em auto;
	padding: 0.35em 3em;
	display: inline-block;
}

#menu span {
	display: inline-block;
	margin: 0.35em 1.5em;
}

#menu span.current a {
	font-weight: bold;
}

#menu span.current a:hover {
	text-decoration: none;
}

#menu a {
	color: #57534a;
}

#header {
	text-align: center;
}

#content {
	width: 80%;
	max-width: 50em;
	min-width: 6em;
	margin: 0em auto;
}

div#footer {
    color: #aba9a4;
    text-align: center;
    font-size: small;
}
div#footer a {
    color: #aba9a4;
}

tr p {
	margin: 0.3em 0;
}

.cv tr td:first-child, .home tr td:first-child {
	text-align: right;
	vertical-align: top;
	min-width: 6em;
	padding-right: 1em;
}