body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: #000000;
  text-align: center;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1{
  color: #CC0000;
}

h2{
  color:#66CC00;
}

p{
  margin: 2px;
}

/*Hauptfenster*/
#mainwindow {
	text-align: left;
	position: absolute;
	/*height: 495px;*/
	height: 535px;
	width: 700px;
	margin-top: -212px;
	margin-left: -320px;
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

.navigation { 
  text-align: center;
  margin: 0px;
  height: 25px;
  width: 100%;
  position: absolute;
  top: 470px;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

a {
  text-decoration:none;
}

#picline{
	text-align: center;
	top: 320px;
	height: 150;
	widht: 100%;
	word-spacing: 10px;
	white-space: normal;
}

#werbung {
	text-align: left;
	position: absolute;
	margin: 0px;
	height: 20px;
	width: 100%;
	top: 515px;
	font-size: 10px;
}
