/*

	Dateiname			: rk.layout.screen.css
  Beschreibung	:	Positionierung und Anzeige der Elemente des Internetauftrittes
  								der Reservistenkameradschaft(RK) Attendorn

                  Positionierung und Formatierung statischer Elemente

	Version				: 0.0.2
  Datum					: 2006/10/24

*/

body {
	margin: 15px; padding: 0px;
  background: #edf0e6;
}

div#layout_top {
	height: 110px;
  background: url( "hintergrund_experiment.jpg" ) no-repeat;
}

div#layout_middle {
	position: relative;
}

div#layout_left {
	position: absolute;
  overflow: hidden;
  width: 18%;
}

div#layout_center {
	position: absolute;
  /* overflow: auto; */
  top: 0%; left: 19%;
  width: 60%;
}

div#layout_content {
  background: #ffffff;
  border: solid 1px #B9CCA2;
}

div#layout_footer {
}

div#layout_right {
	position: absolute;
  overflow: hidden;
	top: 0%; left: 79%;
  width: 20%;
}