html {

  height: 100%;
  background-image:url("../_layout/hgbild.jpg");

}

body {

  height: 100%
  //background-image:url("../_layout/bg_all.gif");
  background-image:url("../_layout/hgbild.jpg");
  margin: 0px;
  padding: 0px;

}

p {

  margin: 0px;
  padding: 0px;

}

div#titel {

  height: 10px;
  top: 0px;
  width: 100%;
  background-color: #000E6C;
  position: relative;

}

div#anschrift {

  top: 0px;
  margin: 2px 20px 20px 280px;
  font-family: arial, verdana;
  color: #000E6C;
  font-size: 14px;

}

div#menue {

  width: 249px;
  background-image:url("../_layout/bg_menue.gif");
  border-left: 1px solid #000E6C;
  border-right: 1px solid #000E6C;
  border-bottom: 1px solid #000E6C;
  top: 0px;
  left: 20px;
  position: absolute;

}

div#ueberschrift {

  top: 115px;
  left: 285px;
  position: absolute;
  text-valign: bottom;
  font-family: arial, verdana;
  color: #000E6C;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px

}

div#contentbalken{
	width: 908px;
	height: 21px;
	top: 90px;
	margin: 0px;
	background-color: #000E6C;
	border-right: 1px solid #000E6C;
	position: absolute;
	left: 20px;

}

div#content {
	width: 906px;
	top: 111px;
	margin: 0px;
	background-color: #F3F3F3;
	border-right: 1px solid #000E6C;
	border-bottom: 1px solid #000E6C;
	position: absolute;
	font-family: arial, verdana;
	color: #000E6C;
	font-size: 14px;
	left: 21px;

}

table#content2 {

  width: 625px;
  padding: 0px;
  margin-left: 280px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;

}

div#images {

  width: 200px;
  text-align: center;
  clear: left;
  float: right;

}

div#link {

  width: 220px;
  border-right: 1px solid #000E6C;
  border-top: 1px solid #000E6C;
  border-bottom: 1px solid #000E6C;
  background-color: #EDEDED;
  margin-bottom: 7px;
  font-family: arial, verdana;
  color: #000E6C;
  font-size: 14px;

}

a:link {
  font-family: arial;
  color: #000E6C;
  text-decoration: underline;
  font-size: 14px;
}

a:active {
  font-family: arial;
  color: #000E5C;
  text-decoration: underline;
  font-size: 14px;
}

a:visited {
  font-family: arial;
  color: #000000;
  text-decoration: underline;
  font-style: italic;
  font-size: 14px;
}

a:hover {
  font-family: arial;
  color: #000E6C;
  text-decoration: none;
  font-size: 14px;
}

