/* CSS Document */
html, body {
	height: 100%;
	max-height: 500px;
	width: 100%;
	margin: auto;
}

body {
	background-color: #e3e4ff;
	font-family: "Times New Roman, Times, serif";
	font-size: 14px;
	color: #232651;
	padding: 0;
}

.starttext {
	font-family: "Times New Roman, Times, serif";
	font-size:36px;
	font-weight:bold;
	color: #000066;
}

.starttext2 {
	font-family: "Times New Roman, Times, serif";
	font-size:23px;
	font-weight:bold;
	color: #000066;
}

/* tabelle startseite  */
.tablestartseite {
	position: absolute;
	margin-top: 100px;
	margin-left: 350px;
	background-image:url(../bilder/logo_startseite.jpg);
	background-repeat:no-repeat;
	width: 640px;
	height: 300px;
	}
