body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 pt;
	color: black;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 pt;
	color: red;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 pt;
	color: red;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 pt;
	color: black;
	text-decoration: none;
}
#header {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 73%;
	text-align:center;
}
#nav {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 200px;
}
#main {
	background-image: url(logosch.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	left: 210px;
	top: 160px;
	width: 73%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}
#karte {
	background-image: url(logosch.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	left: 210px;
	top: 110px;
	width: 73%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
#intro {
	position: absolute;	
	left: 0%;
	top: 30%;
	width: 100%;
	text-align: center;
}
#footer {
  position: absolute;
  left: 0px;
  top: 800px;
  width: 100%;
  text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10 pt;
	color: Silver;
	text-decoration: underline;
}