body {
	font-family: 'Verdana', Helvetica, sans;
  	line-height: 150%;
  	font-size: 80%;
  	width: 100%;
  	margin: 0;
  	background-color: OldLace;
}

#company {
	font-family: 'Georgia', times, serif;
  	border-top: 6px solid plum;
  	border-bottom: 1px solid purple;
  	position: absolute; 
	width: 100%;
	top: 0; left: 0px;
	height: 58px;
	background-color: OldLace;
	z-index: 3;
}

#company p {
	padding-left: 160px;
	font-size: 30px;
	color: purple;
	margin-top: 12px;
	margin-bottom: 12px;
  	line-height: 100%;
  	letter-spacing: 6px;
}

#logo {
  	position: absolute;
  	top: 5px; left: 20px;
  	z-index: 4;
}

#main {
	position: absolute;
	left:150px;
	padding-top: 50px;
	padding-bottom: 0px;
	width: 830px;
	background-color: OldLace;
	background-image: url('naast.png');
	background-repeat: repeat-y;
}

#leftcontent {
	padding: 40px 30px 15px 30px;
  	width: 410px;
  	float: left;
}

#content {
	padding: 40px 55px 15px 55px;
  	width: 640px;
}

#focus {
	width: auto;
	background: transparent url('onderrand.gif') no-repeat bottom left;
	padding-bottom: 10px;
}
#focusinner {
	width: 100%;
	background-color: transparent;
	background: url('line.png') repeat-y;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#focusinner p {
	padding-right: 20px;
}

#rightcolumn {
	padding: 50px 0px 10px 0px;
	width: 339px;
	float: right;
}

#menu {
	font-family: 'Georgia', times, serif;
	letter-spacing: 2px;
	text-align: center;
	clear: both;
	margin-left: 30px;
	margin-right: 60px;
	border-top: 1px dotted plum;
	border-bottom: 1px dotted plum;
	padding-bottom: 5px;
}

#search, #misc {
	margin-left: 6px;
	margin-right: 16px;
	padding-top: 5px;
}

#menu h2, #search h2 {
	text-align: center;
}

#menu a {
	font-weight: bold;
}

#misc p {
	text-align: center;
}

#content p {
	margin-left: 6px;
}

.news {
	font-size: small;
	color: purple;
	background-color: OldLace;
	padding-left: 2px;
}

.newsdate {
	color: black;
  	letter-spacing: 2px;
  	font-size: 85%;
	font-weight: normal;
  	padding-left: 16px;
}

ul {
	padding: 5px 0px 15px 20px ;
	margin: 0;
}

li {
	padding-top: 0px;
	padding-bottom: 7px;
	list-style-image: url(arrow.gif);
}

#footer {
	font-family: 'Georgia', times, serif;
	clear: both;
	height: 40px;
	font-size: 80%;
	letter-spacing: 2px;
	padding: 0px 35px 0px 30px;
	background: url('onder.png') no-repeat;
}

h1 {
	font-family: 'Georgia', times, serif;
	font-size: large;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px dotted purple;
  	letter-spacing: 2px;
}

h2 {
	font-family: 'Georgia', times, serif;
	font-size: medium;
	padding-top: 6px;
	padding-bottom: 4px;
  	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: black;
}

tr.even {
	background-color: OldLace;
}

tr.odd {
	background-color: white;
}

td {
	padding: 4px 15px 4px 2px;
}
