<!--
/* Copyright (C) Eckart Börnchen 2010-2014, alle Rechte vorbehalten. */
/*
verschiedene Grüntöne:
	background: #009900;
	background-color: #7EC96D;
  background-color: #99CC66;
  border-top: solid 1px #E8F1C9;
  background-color: #0033CC;
*/

@import url('layout.inc.css');

/*
div {
		border: #000 1px solid;
}
*/

#contentbox {
  /* min-height ist die Höhe des content-Divs,
     der auf der Startseite die Höhe des Bildes vorgibt. */
  min-height: 333px;
  top: 40px;
  bottom: 128px;
}

#verticaladjust {
  float: left;
  position: relative;
  width: 1px;
  height: 35%;
  margin-bottom: -145px; /* positioniert Höhe des content-Div*/
}

#content {
  clear: left;
  position: relative;
  margin: 0 auto;
  /* Bild im Verhältnis 8(00):5(00) */
  width: 640px;             /*  Bildbreite */
  height: 400px;            /* Bildhöhe */
}

#headerbox {
  height: 128px;
  bottom: 0;
}
#topnav {
}
#header {
  position: absolute;
  width: 100%;
  height: 100%;
	background-color: #889112;
}
