body {
  margin-top: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  margin-bottom: 0px;        
  background-color: white; 
  background-image:url(images/bg.gif); 
  padding:0px;
  font-family: verdana;
  font-size: 10pt;
}

.window {
	width: 1100px;
	position: relative;
	top: 0px;
	margin: auto;
	background-color: transparent;	
}

a {
  text-decoration:none; 
  letter-spacing: 1px;
  font-family: Verdana; 
  font-size: 10pt;
}

a:link, a:visited {
  color: #000000;
}

a:hover {
  letter-spacing: 3px;
}

.heading {
  color: #CC3300; 
  font-size: 16pt;
  font-weight: bold;
}

.smallerheading {
  font-weight: bold;
  font-size: 12pt;
}

a.betreten {
  width: 112px;
  height: 17px;
  background-image: url('images/btn_betreten_on.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.betreten:hover{
  width: 112px;
  height: 17px;
  background-image: url('images/btn_betreten_over.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.content {
  font-family: verdana;
  font-size: 10pt;
	overflow: show;
  position: absolute; 
  left: 300px; 
  top: 320px; 
  width: 800px;

}
img {
	border: 0px;
}
select {
	height: 18px;
	font-family: arial;
	font-size: 8pt;
	background-color: white;
	border-width: 1pt;
	border-style: solid;
	border-color: #999;
}
input {
	height: 13px;
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: transparent;
	font-size: 8pt;
	font-family: arial  color: black;
}
input.city {
	visibility: hidden;
}
textarea {
	font-size: 8pt;
	font-family: arial;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: #fff;
	color: black;
}

