body {
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	color:#666;
}

#seite {
	box-sizing:border-box;
	background-color:#FFF;
	max-width:900px;
	margin:30px auto;
}

#text {
	padding:0px 30px 30px 30px;
}

img {
	width:100%;
	height:auto;
}

h1 {
	font-size:1.5rem;
	line-height:1.2em;
}

h2 {
	font-size:1.2rem;
	line-height:1.2em;
	margin:30px 0px 0px 0px;
}

a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
