/* ---------------------------------------------------------------------------------------------------------------- */
/* ------------------------ Copyright ©2009  Los Banditos. -----  All rights reserved! ---------------------------- */
/* -------------------------- http://www.losbanditos.nl -------- info@losbanditos.nl------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------------- */
/* Global */
/* ---------------------------------------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	padding:0;
	margin:0;
}
body {
	font: 12px "Arial", Verdana, Arial, sans-serif;
	color: #00792d;
	background: #FFFFFF;
	text-align: center;
}
#container {
	width: 913px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	height:283px;
	font-size: 10px;
}
#main {
	padding: 0px 0px 0px 0px;
}
#footer{
	
}
a{color: #bad380; text-decoration: underline; }
a:hover{ color: #c3a6cc; text-decoration: underline; }

/* ---------------------------------------------------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------------------------------------------------- */
#headerpicture {
	float: left;
	width: 501px;
	height: 171px;
	margin-top: 12px;
}
#logo {
	float: right;
	width: 340px;
	height: 112px;
	cursor: pointer;
	background: url(../images/vlielandlogo.gif) 0 0 no-repeat;
	margin-left: 0px;
	margin-top: 33px;
	margin-right: 19px;
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* Menu's */
/* ---------------------------------------------------------------------------------------------------------------- */
#menu {
	float: left;
	height: 71px;
	margin-top: 14px;
	width: 600px;
}

#menuitem01, #menuitem01-hover, 
#menuitem02, #menuitem02-hover, 
#menuitem03, #menuitem03-hover, 
#menuitem04, #menuitem04-hover, 
#menuitem05, #menuitem05-hover, 
#menuitem06, #menuitem06-hover {
	float: left;
	width: 71px;
	height: 71px;
	cursor: pointer;
	display: block;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 11px;
	font-variant:small-caps;
	line-height: 71px;
}
#menuitem01-hover, 
#menuitem02-hover, 
#menuitem03-hover, 
#menuitem04-hover, 
#menuitem05-hover, 
#menuitem06-hover {
	color: #596665;
}

#submenu01, #submenu02, #submenu03, #submenu04, #submenu05, #submenu06 {
	height: 30px;
	text-align: left;
	padding-left: 17px;
	color: #FFFFFF;
	font-size: 11px;
	font-variant:small-caps;
	line-height: 30px;
	margin-bottom: 14px;
}

a.submenulink{color: #596665; text-decoration: none; }
a.submenulink:hover{ color: #FFFFFF; text-decoration: none; }

#menuitem01, #menuitem01-hover, #submenu01{
	background-color: #c4a6cc;
}
#menuitem02, #menuitem02-hover, #submenu02{
	background-color: #91b4ae;
}
#menuitem03, #menuitem03-hover, #submenu03{
	background-color: #bbd481;
}
#menuitem04, #menuitem04-hover, #submenu04{
	background-color: #ccb097;
}
#menuitem05, #menuitem05-hover, #submenu05{
	background-color: #b2a06b;
}
#menuitem06, #menuitem06-hover, #submenu06{
	background-color: #b1b3b4;
}



/* ---------------------------------------------------------------------------------------------------------------- */
/* Body */
/* ---------------------------------------------------------------------------------------------------------------- */

#content01, #content02, #content03, #content04, #content05, #content06{
	text-align: left;
	color: #455560;
	border: 4px solid #c4a6cc;
	border-style: solid;
	border-width: 4px;
  	padding: 45px 30px 45px 30px;
}
#content01{
	border-color: #c4a6cc;
}
#content02{
	border-color: #91b4ae;
}
#content03{
	border-color: #bbd481;
}
#content04{
	border-color: #ccb097;
}
#content05{
	border-color: #b2a06b;
}
#content06{
	border-color: #b1b3b4;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------------------------- */
/* Forms */
/* ---------------------------------------------------------------------------------------------------------------- */