#ode {
	position:absolute;
	right:0;
	z-index:100;
	margin-top:475px;
	margin-right:10px;
}
#overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	margin-left:1600px;
	background-color:#2e1d0f;
	/* -moz-opacity: 0.90;*/
	opacity: 0.90;
	display:none;
	text-align:left;
}
#overlay_content {
	position:absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	margin-left:1600px;
	display:none;
	text-align:left;
}

#overlay_logo {
	padding-top:29px;
	padding-bottom:30px;
}

#overlay_text {
	color:#FFFFFF;
	margin-left:65px;
	width:750px;
}
#overlay_text a{
	color:#d5d110;
	text-decoration:none;
}
#overlay_text a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

body{

	margin:0px;
	font-family:Arial, Trebuchet MS,Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#393939;
}

html, body {height:100%}
/* end hide */
body {
   padding:0;
   margin:0;
   min-width:760px;/* for mozilla*/
   background-image:url(../images/ach.jpg);
   background-position:400px 0px;
   background-repeat:no-repeat;
}
#outer{
   min-height:100%;
   width:760px; /* add 2px if borders are not used */
   text-align:left;

   position:relative;
   background-image:url(../images/balk2.jpg);
   background-repeat:repeat-y;
/* The background image needs to be the same width as the #left div. The one I used is 138px X 9px */
}
 
* html #outer{
	height:99.9%;
} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header{
   position:relative;
   width:760px;
   height:178px;
}
#voorwaarden {
	position:absolute;
	z-index:99;
	padding-top:380px;
	padding-left:101px;
}
#logo {
	padding-top:58px;
	margin-left:116px;
}
#balk {
	position:absolute;
}
#navitems {
	width:156px;
	text-align:right;
	margin-left:150px;
	padding-top:2px;
}
#navitems li {
	list-style-type:none;
	height:24px;
}

#navitems a{
	color:#d5d110;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;
	outline:none;
}
#navitems a:hover {
	color:#80561b;
}
#navitems .li_selected {
	color:#80561b;
}

.menuItemButtons {
	position:absolute;
	margin-top:-13px;
	margin-left:0px;
}
.addMenuDiv {
	width: 160px;
}
.content {
	display:inline;
}
#text {
	margin-left:341px;
	margin-top:100px;
	color:#80561b;
	line-height:18px;
	width:300px;
	font-size:11px;
}
.edit_text {
	width:300px;
}
.help {
	width:300px;
	margin-top:-13px;
	padding-right:20px;
}
#text h1 {
	font-size:12px;
	display:inline;
}

#text h2 {
	font-size:12px;
	display:inline;
	padding-left:5px;
	font-style:italic;
}
a {
	color:#80561b;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#80561b;
	text-decoration:underline;
}
#footer_menu a {
	color:#d5d110;
	text-decoration:none;
	outline:none;
}
#footer_menu a:hover {
	color:#d5d110;
	text-decoration:underline;
}
#footer {
   clear:both;
   height:36px;
   text-align:center;
   left:0;
   bottom:0;
   position: absolute;
   border-bottom:4px solid black;
}
* html #footer {/*only ie gets this style*/
   \height:36px;/* for ie5 */
   he\ight:34px;/* for ie6 */
   margin-bottom:-1px;
}

#footer_content {
	height:69px;
	position:absolute;
	bottom:0;
    margin-left:341px;
}
#footer_content ul{
	padding-top:40px;
}
#footer_content li{
	list-style-type:none;
}
#clearfooter {
	width:100%;
	height:52px;
	clear:both;
}




/* input fields */
input{
	font-size:10px;
	border:1px solid #C2C2C2;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.input{
	font-size:10px;
	border:1px solid #C2C2C2;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.input.text{
	width:300px;
	padding-left:3px;
	border:1px solid #C2C2C2;
}
.textarea{
	width:300px;
	height:200px;
	padding-left:3px;
	border:1px solid #C2C2C2;
}
select{
	border:1px solid #C2C2C2;
	padding-left:1px;
	font-size:10px;
}
.input.file{
	border:1px solid #C2C2C2;
}
.input.radio{
	border:0;
}
.input.checkbox{
	border:0;
}
.input.image{
	border:0;
	width:auto;
	cursor:pointer;
	background-color:Transparent; /*MAKE BRACKGROUD TREANSPARENT FOR PNG AND GIF*/
}
.input.button{
	cursor:pointer;
	border:1px solid #C2C2C2;
}
.button.button{
	cursor:pointer;
	border:1px solid #C2C2C2;
	background-color:#FFF;
	font-size:10px;
}
