/* ************************************************** */
/* Allgemein */
/* ************************************************** */
body {
	background-image:url(../images/back_galerie.gif);  
  font-family:Arial, sans-serif;
  text-align:center;
  margin-top:20px;
}

/* ************************************************** */
/* Container fuer Bild mit Rahmen */
/* ************************************************** */
div#container {
  position:absolute;
  top:23px;
  left:200px;
  width:474px;
  height:474px;
	border:2px solid #BB7321;
  background-color:#BFC0C1;
  text-align:left;
}

div#content {
  width:464px;
  height:464px;
  margin:5px;
  padding:0px;
  background-color:#FDFBF4;
}

div#bilderklein {
  position:absolute;
  top:23px;
  left:23px;
}

div#bilderklein img {
  margin-bottom:5px;
  margin-right:5px;
}

div#titelzeile {
  position:absolute;
  top:5px;
  left:200px;
}

div#closer {
  position:absolute;
  top:0px;
  left:680px;
}

div#footer {
  position:absolute;
  top:505px;
  left:200px;
  font-family:Arial, sans-serif;
	font-size:12px;
	color:#444444;
}