#site {
	background-image: url("../images/skizze.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-height: 60em;
	margin: 0 auto;
	padding: 0 2em 4em 2em;
	width: 65em;
}

#bulletbox {
	position: absolute;
	border-width: 0 1px 0 1px;
  border-style: solid;
	border-color: #817c7d;
	height: 25em;
	margin: 0 0 0 53em;
  width: 13em;
  z-index: 9;
}

#bulletbox_left {
	position: absolute;
	border-width: 0 0 0 1px;
  border-style: solid;
	border-color: #817c7d;
	height: 50em;
	margin: 0 0 0 53em;
  width: 12em;
  z-index: 0;
}

#contentbox {
	margin: 0 0 0 0;	
	min-height: 40em;
	width: 50em;
}

#footerbox {
	margin: 2em 0 0 0;
	width: 50em;
}

#topbox {
	height: 11em;
	width: 65em;
}

#toprow {
	position: absolute;
	left: 0;
	border-width: 0 0 1px 0;
  border-style: solid;
	border-color: #817c7d;
	margin: 11em 0 0 0;
  width: 100%;
}
