<!DOCTYPE html>
<html>
<head>
<title>events</title>
<style>
#big_content { border: 1px solid green; height: 2000px; }
html, body { height: 100%; }
</style>
<script>
</script>
</head>
<body>
<h1>Keyboard Header</h1>
<div>
<form>
<input id="keyboard_input" name="keyboard_input" value="1" />
</form>
<span contenteditable="true" id="editable">Foo Bar Baz<br>01.06.2014 - 31.12.2014</td>
</div>
</body>
</html>