* {
	font-family: arial, verdana, geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	color: rgb(0,0,0);
	font-size: 12px;
	line-height: 1.2;
}

body {
	background-color: rgb(240,240,240);
	text-align: center; /*.Fuer dumme IE-Browser - Zentrierung #container.*/
}

#abstand {
	float: left;
	height: 50%;
	width: 100px;
	margin-bottom: -290px; /*.Halbe Hoehe des #container - DIVs.*/
}

#container {
	position: relative;
	clear: left;
	width: 960px;
	height: 579px;
	margin: 0 auto;
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid rgb(179,179,179);
	border-bottom: 1px solid rgb(102,102,102);
	text-align: left; /*.Fuer dumme IE-Browser - Zentrierung ab #container aufheben.*/
}

H1 {margin-bottom: 5px;}

#text1 {position: absolute;}
#text2 {position: absolute;}
#text31 {position: absolute;}
#text32 {position: absolute;}

#liste1 {
	position: absolute;
	padding-left: 20px;
	list-style-image: url(rotpunkt.gif);
}
#liste1 LI {margin-bottom: 1px; color: rgb(255,0,0);}
#liste1 LI SPAN {color: rgb(0,0,0);}

#text33 {
	position: absolute;
	font-weight: bold;
}

#navigation1 {position: absolute;}
#navigation2 {position: absolute;}
#navigation3 {
	position: absolute;
	top: 450px;
	left: 800px;
	width: 120px;
	height: 120px;
}
#kontakt {position: absolute;}

#datenschutz {
	position: absolute;
	top: 240px;
	left: 340px;
	width: 350px;
	height: 265px;
	padding: 5px;
	overflow: auto;
	border: 1px solid rgb(230,230,230); /* TEST */
}

