body {

	font-family: verdana;
	margin: 0px;
	background: #f3f3f3 url('bg.jpg') repeat-y top center;
}

div#folie {

	margin: 0px auto;
	padding: 0px;
	width: 670px;
	background: #fff;
}

h1 {

	font-family: Century Gothic;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 10px;
	padding-left: 13px;
	margin-bottom: 0px;
	width: 250px;
}

h1 a {

	color: #000;
	text-decoration: none;
}

h1 a:hover {

	color: #444;
	text-decoration: none;
}

h2 {

	font-family: Century Gothic;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	width: 600px;

}

div#header {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	width: 250px;
	height: 60px;
}

div#header2 {

	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 33px;
	width: 300px;
	height: 20px;
	font-style: italic;
	font-family: georgia;
}



div#imgheader {

	text-align: right;
	width: 210px;
	height: 60px;
	background: url(header-fotsvamp_info.jpg) no-repeat;
}

div#bild01 {

	float: right;
	text-align: right;
	width: 230px;
	height: 240px;
	margin-right: 15px;
	margin-top: 5px;
	margin-left: 10px;
	background: url(bild-gym-dusch.jpg) no-repeat;
	overflow: hide;
}

div#bild02 {

	float: right;
	text-align: right;
	width: 230px;
	height: 240px;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 13px;
	background: url(fotsvamp.jpg) no-repeat;
	overflow: hide;
}


p {

	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 0px;
	line-height: 200%;
	width: 630px;

}

p a {

	color: #800;
	text-decoration: none;
}

p a:hover {

	color: #600;
	text-decoration: none;
}

ul {

	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 200%;
	padding-left: 60px;

}

li {
	padding-top: 10px;
	padding-left: 10px;
	width: 550px;
}

hr#hrslut {

	width: 660px;
	border-top: 1px dotted #999;
	border-bottom: 0px dotted #999;
	border-left: 0px dotted #999;
	border-right: 0px dotted #999;
}
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}