/* Stylesheet De Groote Witte Arend */
/* Herman verschooten, (c) 2006        */

body {
	background: #DCD6C2;
}

#frame {
	height: 100%;
	width: 100%;
	border: none;
	padding: 0;
	margin:0;
}

div#body {
	width: 800px;
	height:440px;
	background: #523734;
	margin:0;
}

div#content {
	color: #523734;
	margin: 10px 0px 5px 0px;
	padding-left: 3px;
	padding-right: 2px;
	width: 595px;
	height: 420px;
	overflow: auto;
	float:left;
	text-align:left;
	background: #DCD6C2;
	scrollbar-arrow-color: #DCD6C2;
	scrollbar-face-color: #523734;
	scrollbar-highlight-color: #DCD6C2;
	scrollbar-3dlight-color: #523734;
	scrollbar-shadow-color: #DCD6C2;
	scrollbar-darkshadow-color: #523734;
	scrollbar-track-color: #DCD6C2;
	scrollbar-width: 5px;
}
div#content a {
	text-decoration: none;
	color: #523734;
	font-weight: bold;
	font-style: italic;
}

* html div#content{
	width: 600px;
	
}

div#lmenu, div#rmenu {
	float:left;
	position:relative;
	width: 100px;
	height: 440px;
	display:block;
}
div#lmenu { 
	background: transparent url(/images/left.gif)  no-repeat top left;
	text-align:left; 
}
div#rmenu { 
	background: transparent url(/images/right.gif)  no-repeat top right;
	text-align:left; 
}

* html div#lmenu, * html div#rmenu {
	width:105px;
	w\idth: 100px;
}

div#lmenu ul, div#rmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
	bottom: 15;
}

div#lmenu ul li,div#rmenu ul li {
	margin: 0;
	padding: 0;
}

div#lmenu ul li a, div#rmenu ul li a {
	color: #DCD6C2;
	text-decoration: none;
	display: block;
	width:100px;
}
div#lmenu ul li a {
	text-align:right;
}

div#rmenu ul li a {
	text-align:left;
}

div#lmenu ul li a:hover, div#rmenu ul li a:hover {
	color: #523734;
	background: #DCD6C2;
	display: block;
}


body.idx div#main_box {
		margin: 0;
} 
