body, html {
	font: 12px Arial, Helvetica, sans, sans-serif;
  width: 100%;
  height: 100%;
	margin:	 0px;
	padding: 0px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
	margin: 0px;
	padding: 0px;
}

h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #880000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
  display: block;
}

.defaultpadding {
	margin:	 16px;
	margin-top: 20px;
	margin-left: 18px;
	padding: 0px;
}

.content {
	width: 650px;
}

.seperator {
  font-size: 4px;
  height: 13px;
  clear: both;
}

.menu_image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.sunburst {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sunburst_image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1; /* opera tekent hem anders over alles heen */
}

.sunburst table {
	width: 100%;
}

.sunburst_seperator {
	background-color: white;
	position: relative;
	width: 2px;
	height: 2px;
}

.sunburst_content_td {
	position: relative;
	border: 1px solid #d0d0d0;
}

.sunburst_content {
	padding: 2px;
}

.description {
  margin: 4px 1px 8px 1px;
}

.menu_container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.menu {
	position: relative;
}

.menu_content {
  position: relative;
  border: 1px solid #880000;
	padding: 2px 4px 2px 2px;
  color: #aaaaaa;
}

.menu_content a {
  color: #ffffff;
}

.menuseperator {
  position: relative;
  font-size: 6px;
  height: 11px;
  background-color: #880000;
}
