@import url('http://fonts.googleapis.com/css?family=EB+Garamond');
body {
	font-family: 'EB Garamond', serif;
	color: #000000;
}
p {
	margin-top: 0px;
}
a {
	color: #3A699E;
}
h1 {
	font-size: 115%;
	font-weight: bold;
}
table {
	width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
td {
	border: 1px solid grey;
	padding: 3px;
}
input[type="text"] {
	width: 67%;
}
textarea {
	width: 98%;
	margin-right: 15px;
}
a:link { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left {
	float:left; 
	text-align: right; 
	padding-right: 30px;
	padding-top: 10%;
	width:28%;
	font-size: 133%;
}
.right {
	border-left: 1px solid #C0C0C0; 
	padding-left: 30px; 
	padding-top: 10%;
	float:left;
	width:72%;
}
.header {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 333%;
	margin-bottom: 30px;
	display: table;
}
.headline {
	padding-top: 69px;
}
.navbar {
	padding-top: 5px;
	border-top: 1px solid #C0C0C0;
	font-size: 40%; 
}
.content {
	width: 62.5%;
	min-width: 200px;
}
.photo {
	float: right;
	text-align: right;
	margin: 3px;
	margin-left: 30px;
	margin-bottom: 8px;
	font-size: 67%;
	color: grey;
}
.footer {
	margin-right: 15px;
	margin-top: 30px;
	border-top: 1px solid #D8D8D8;
	padding-top: 15px;
	font-size: 67%;
	color: grey;
}