@charset "UTF-8";
/* CSS Document */

html {
}

body {
	height: 100%;
	font-family: arial, helvetica, serif;
	font-size: 1em;
	color:#044685;
	background: #ffffff;
	text-align: left;
}

#inhalt {
	position:relative;
	width:80%;
	min-width:10em;
	margin:10%;
}

h1 {
	font:1.8em;
	margin: 1em 0;
}