* {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  border:0;
}

body {
	position: relative;
	width: 100%;
	background: #ffffff;
	font-family: Helvetica, Arial, Verdana;
	color: #000000;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

#container {
	position: absolute;
	width: 900px;
	background: #ffffff;
	left: 50%;
	margin-left: -450px;
}


#header {
	position: relative;
	height: 129px;
	width: 900px;
	background: #ffffff url('images/header.gif') no-repeat;
}
#navi {
	position: relative;
	height: 15px;
	width: 900px;
	background: #ffffff;
}
#nav1 {
	position: relative;
	float: left;
	margin-left: 38px;
}
#nav2 {
	position: relative;
	float: left;
	margin-left: 112px;
}
#nav3 {
	position: relative;
	float: right;
	margin-right: 37px;
}

#images {
	position: relative;
	margin-top: 26px;
}
#textcontainer {
	position: relative;
	margin-top: 26px;
	border: 1px solid #c2c2c2;
	width: 900px;
	height: 470px;
}
#textcontainerAbout {
	position: relative;
	margin-top: 26px;
	border: 1px solid #c2c2c2;
	width: 900px;
	height: 860px;
}
#fliesstextL {
	position: relative;
	margin: 20px 10px 20px 20px;
	width: 420px;
	float: left;
}
#fliesstextR {
	position: relative;
	width: 420px;
	margin: 20px 20px 20px 10px;
	float: right;
}
p {
	margin-bottom: 18px;
}
a {
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #c2c2c2;
}

img.pdfthumb {
	border: 1px solid #c2c2c2;
}