/* CSS Document */
/* ****
body{padding:0px; margin:18px 0 0; 	background-color: #F3D897; color:#CD7A7A; font:12px/14px Arial, Helvetica, sans-serif;}
*/


/* **************************************************************************** */
/* *****                            HEADER                                ***** */
/* **************************************************************************** */

/*** TOP LOGO  ***/
#toplogo {margin:0 auto; width:800px; height:138px; padding:0;}
#toplogo img {margin: 0; padding: 0;}

/*** TOP MENU ***/
#topmenu {margin:0 auto;width:800px; height:35px; background:url(images/menu-bg.gif) 0 0 repeat-x #DC8D0C;}
/*** TOP MENU: Vertical start position        ***/
#topmenu ul{height:35px; margin: 0; padding:0; list-style-type:none;}
/*** TOP MENU: Menu item width                ***/
#topmenu ul li{width:110px; height:35px; float: left; margin: 0; padding: 0;}
/*** TOP MENU: Menu item background image     ***/
#topmenu ul li a{width:110px; height:35px; display:block; color:#fff; font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
/*** TOP MENU - BACKGROUND COLOR (MOUSE OVER) ***/
#topmenu ul li a:hover{background:#DC8D0C; color:#f00; text-decoration:none;}
/*** TOP MENU - Layout selected menu item     ***/
#topmenu ul li.home{width:110px; height:33px; background:#DC8D0C; color:#fff; font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}

/* **************************************************************************** */
/* *****                           CONTENT                                ***** */
/* **************************************************************************** */

#content {
	margin:0 auto; 
	width:800px;
	color:black;
	background-color:#F3D897;
}
#content h2 {margin: 0px; padding: 15px 15px 15px 15px;}
#content img {margin: 5px; padding: 0; border: 2px solid orange;}
#content img.noborder {margin: 5px; padding: 0; border: 0px solid orange;}
#content p {margin:0px; padding:15px 15px 15px 15px;}
#content_center {margin: 0px; padding: 0; text-align:center;}
#content table {margin:15px; padding: 0; text-align:center; border:0px solid orange;}
#content_links {margin: 0px; padding: 15px 15px 15px 15px; text-align:center;}
div.content_huis {background:url(images/Huis.png) no-repeat; height:480px; width:720px}
#content table img {margin: 5px; padding: 0; border: 0px solid green;}
#content table a img {margin: 5px; padding: 0; border: 0px solid black;}
#content .bodyiframe {background-color: #F3D897;}

/* **************************************************************************** */
/* *****                            FOOTER                                ***** */
/* **************************************************************************** */

#footer{
   width:800px; 
   height:90px; 
   background-color:#F3D897; 
   color:#000; 
   margin:0 auto; 
   font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
   clear:both; 
   padding:20px 0 0 0;
}

/*** FOOTER MENU - List style     ***/
#footer ul{width:400px; margin:0 auto; padding: 0 0 0 5px; list-style-type:none; background-color:#DC8D0C; text-align: center;}
/*** FOOTER MENU - Hor. align     ***/
#footer ul li{display:inline; margin: 0 5px 0 0; padding: 0;}
/*** FOOTER MENU - Mouse over     ***/
#footer ul li a:hover{text-decoration:underline;}
/*** FOOTER MENU - Text layout    ***/
#footer ul li a{padding:0 0px 0 0; color:#fff; background-color:#DC8D0C; text-decoration:none; }

/*** FOOTER MENU - Copyright      ***/
#footer p.copyright{width:400px; text-align:center; background:#F3D897; color:#000; position:relative; top:6px; left:195px; font-size:12px;}

