html, body, form {
  font-family: Arial;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

body {
  background-image:url(../images/bg_main.png);
  background-repeat: repeat-x;
}

html {
  background-color: #ffffff;
  background-image:url(../images/bg_shadow.png);
  background-repeat: repeat-y;
  background-position: center;
  height: 100%;
}

#main {
  background-color: #d0d0d0;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  margin: 0px auto;
  text-align: left;
  width: 998px;

  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#specfunctions {
  background-image:url(../images/bg_specfunctions.png);
  height: 23px;
  position: relative;
  width: 998px;
}

#specfunctions div.extranet {
  left: 33px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-transform: uppercase;
  top: 2px;
  vertical-align: center;
}

#specfunctions div.extranet a {
  color: #a8a8a8;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
}

#specfunctions div.extranet a img {
  border: 0px;
  position: relative;
  top: 2px;
}

#specfunctions div.fulltextsearch {
  color: #a8a8a8;
  font-family: Arial;
  font-size: 12px;
  left: 220px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-transform: uppercase;
  top: 2px;
}

#specfunctions div.fulltextsearch input {
  background-color: #dee1e8;
  border: 1px solid #cfcfcf;
  color: #a8a8a8;
  height: 14px;
}

#header {
  background-image:url(../images/bg_header.gif);
  border-bottom: 1px solid #c2c1bf;
  border-top: 1px solid #c2c1bf;
  height: 128px;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 998px;
}

#header img.logo {
  right: 35px;
  position: absolute;
  top: 10px;
}

#bottom {
  padding: 10px 0 0 0;
  position: relative;
  text-align: center;
}

#bottom p {
  color: #999999;
  font-size: 11px;
  margin-top: 5px;
}

#bottom p.information a {
  color: #999999;
  font-size: 11px;
  text-decoration: none;
}

#bottom p.information a:hover {
  color: #858688;
}

#bottom p.information a img {
  border: 0px;
  margin: 0px 20px;
}

#bottom div.bottomline {
  background-image: url(../images/bottom_line_horizontal.gif);
  background-repeat: repeat-x;
  height:2px;
  left: 130px;
  position: absolute;
  width: 740px;
  top: 90px;
}

#contact {
  color: #999999;
  margin: 15px 0 0 0;
  min-height: 110px;
  position: relative;
  text-align: left;
}

#contact p {
  color: #999999;
  font-size: 12px;
  line-height: 16px;
}

#contact p a {
  color: #999999;
  font-size: 12px;
  text-decoration: none;
}

#contact p a:hover {
  color: #858688;
}

#contact p.at {
  right: 520px;
  position: absolute;
}

#contact p.space {
  background-image: url(../images/bottom_line_vertical.gif);
  height: 92px;
  left: 498px;
  position: absolute;
  width: 2px;
}

#contact p.sk {
  left: 520px;
  position: absolute;
}


#abschlussleiste
{
	padding-top: 23px;
	padding-bottom: 18px;
}

#abschlussleiste .trennstrich
{
	background-color: #a6a6a6;
	width: 400px;
	height: 1px;
	margin-bottom: 5px;
}

#abschlussleiste li
{
	list-style-image: url(../images/pfeil_rechts_2.gif);
	color: #a6a6a6;
}

#abschlussleiste li a
{
	color: #a6a6a6;
}