body {
	font: 12px/20px verdana, arial, tahoma; 
	background-color: #e8d399;
}

.main {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	right: 10px; 
	bottom: 0px; 
	background: url("midden.gif"); 
	background-repeat: repeat-x; 
	min-width: 1000px;
}

.top {
	position: absolute; 
	top: 15px; 
	left:310px; 
	font: 10px/18px verdana, arial, tahoma; 
	font-weight:bold; 
	color: #2a4434;
}

.rechts {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width:19px; 
	height:40px; 
	background: url("rechts.gif"); 
	background-repeat: no-repeat;
}

.links {
	position:absolute;
	top:10px; 
	left:10px; 
	width:297px; 
	bottom:0px; 
	background-image:url("links.gif"); 
	background-repeat:no-repeat;
}

.content {
	position: absolute; 
	left:307px; 
	top:65px;
}

.frame {
	position: absolute; 
	left: 50px; 
	top: 50px; 
	width:351px; 
	height:273px; 
	background-image:url("frame.gif");
	background-repeat:no-repeat;
}

.frame-table {
	position: absolute; 
	width: 306px; 
	left: 22px; 
	top: 100px;
}

a.menu {
	color: #2a4434;
	padding-right: 10px;
	text-decoration:none;
}

a.menu:hover {
	color: red;
}

h1 {
	color: #2a4434;
}

h2 {
	color: #2a4434;
}

h3 {
	color: #2a4434;
}

h4 {
	color: #2a4434;
}

.table-head {
	background-color:#2a4434; 
	color: white;
}

.table-groupheader {
	background-color: #e1dbdb;
}

.table-highlightrow{
	background-color:  #bbcfa7; 
	cursor: pointer;
}

.table-filterhighlight{
	background-color:  #bbcfa7; 
	cursor: pointer;
}

td {
	text-align: left;
}