/* -------------------------------------------------------------- */

@import "lib/reset.css"; /* 0 versie */

/*kleuren overzicht
-------------------------------------------------------------- 
*/
/*
--------------------------------------------------------------*/
html 											{ overflow-y: scroll;}
#oostindischekers 								{ background-image:url(../pics/body_bg.gif); background-repeat: repeat;}

/* Page
-------------------------------------------------------------- */

#page 											{ margin: 0px auto; width: 820px; height:100%;}

/* Header
-------------------------------------------------------------- */

#header 										{ clear:both; height:180px; background-image:url(../pics/logo.jpg); position:relative;
												background-repeat:no-repeat; background-color:#7f007f;}
#adresblok										{ width:200px; height: 140px; position: absolute; bottom:0; left:10px;}
#adresblok p, #adresblok a						{ color: #fff;}

/* Content
-------------------------------------------------------------- */
.wrapper 										{ min-height: 100%;height: auto;  }
#container										{ background-image:url(../pics/content_bg.gif); background-repeat:repeat-y; 
												background-color:#7F007F; background-position:right top; padding-bottom: 30px;}
#nav 											{ float: left; width: 200px; margin-top: 20px;}
#content 										{ float: left; width: 530px;margin: 20px 35px; display:inline;} 
.hr 											{ height: 1px;border: 1px solid #AB0132;}
#content img 									{ float:right;margin-left:10px; padding:3px; border: 1px solid #666; background-color:#FFF}

/*  Zoekvenster
--------------------------------------------------------------*/
#invul, #zoeken									{ border: 1px solid #000; width: 110px;}
#invul											{ margin-left: 5px}
#zoeken											{ width: 50px;}
/* Footer
-------------------------------------------------------------- */

#footer 										{ color:#000; text-align:center;border-top: 3px solid #7F007F;}
#footer a 										{ color:#000;}


/* form
---------------------------------------------------------------*/
#formulier label 								{ display: block; width: 50px; float: left; margin-bottom: 10px; padding:2px; }
#naam, #email, #formulier textarea 				{ display: block; width: 200px; float: left; margin-bottom: 10px; padding:2px; border: 1px solid #ccc; }

#formulier label 								{ text-align: right; padding-right: 20px; }
#formulier br 									{ clear: left; }

#submit 										{margin-left: 80px; width:100px; border:1px solid #ccc; background-color:#eee; display:inline;}

