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

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

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

a {
	color: black;
	text-decoration: none;
}

img {
  display: block;
}

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

.content {
	width: 500px;
}

.seperator {
  font-size: 4px;
  height: 8px;
  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;
  background-color: #eeeeee;
}

.sunburst_content {
	padding: 1px;
}

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

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

.menu {
	position: relative;
}

.menu_content {
  position: relative;
  border: 1px solid #<!-- igor:menubackgroundcolor -->;
	padding: 2px 4px 2px 2px;
  color: #<!-- igor:menuheadercolor -->;
}

.menu_content a {
  color: #<!-- igor:menucolor -->;
}

.menuseperator {
  position: relative;
  font-size: 6px;
  height: 11px;
  background-color: #<!-- igor:menubackgroundcolor -->;
}

