@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Helvetica, Sans-serif;
}

div {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

img {
	border: 0;
}


/* =========================== */

#hintergrund {
	position: relative;
	width: 1066px;
	height: 750px;
	background: url(kl.jpg) no-repeat;
	text-align: left;
}

#menu {
	position: relative;
	width: 800px;
	height: 50px;
	top: 225px;
	left: 150px;
	clear: none;
}

#scrollarea {
	position: relative;
	width: 700px;
	height: 390px;
	top: 290px;
	left: 250px;
	clear: none;
	overflow: hidden;

}

#text {
	position: relative;
	width: 650px;
	float: left;
}

#scrolleiste {
	position: relative;
	float: right;
	clear: none;
	top: 80px;
}

#up {
	position: relative;
	top: 10px;
	left: 0px;
	clear: none;
}

#down {
	position: relative;
	top: 200px;
	left: 0px;
	clear: none;
}

h1 {
	font-size:14pt;
	
}