h1 {
  text-align: left;
  font-family: Lewinsky;
  font-weight: normal;
  text-transform: none;
  font-size: 2.5em;
  line-height: 55px;
}
h2 {
  font-family: Lewinsky;
  font-size: 1.5em;
  line-height: 1.4em;
}
h3 {
  font-family: lunasol;
  font-size: 1em;
  line-height: 1.5em;
}
body {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.7em;
  font-family: Zekton;
  background-image: url(./images/wiese3.jpg);
  background-attachment:fixed;
}

#container-left {
 position:fixed;
 margin: auto;
}

small {
	font-size: 8pt;
}

#container {
	margin: auto;
	width:900px;
/* 	position:relative; */
}

#title {
	position:absolute;
	top:15px;
	text-align:center;
	vertical-align:middle;
	height:141px;
}


#navigation {
	position:absolute;
	width:950px;
	top:180px;
/* 	margin:auto; */
/* 	color: #666666; */
/* 	font-size:10px; */
/* 	left: 50px; */
	height:550px;
	line-height:18px;
	text-align:left;
  padding-right: 100pt;
  padding-bottom: 0pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5pt;
  margin-bottom: 20pt;
  width: 692px;

}

#content {
	position:absolute;
	top:200px;
	width:850px;
	margin:auto;
/* 	text-align:center; */
}

#footline {
  font-weight: normal;
  font-size: 12px;
  text-align: center; 
}


