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


/* ---------------------------------------------------------------------------------------------------------------- */
/* Global */
/* ---------------------------------------------------------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
}
body {
	font: 11px "Trebuchet MS", Arial, Verdana, Arial, sans-serif;
	color: #ffffff;
	background-color: #7b003b;
	text-align: center;
	
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}
#container {
	width: 926px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	height:226px;
}
#main {
  	margin: 3px 0px 3px 0px;
	overflow: hidden;
	background-image:url(../images/content-bg.gif);
	background-repeat: repeat-y;
}
#footer{
	height: 24px;
	color: #261c0b;
	text-align: right;
}
a{color: #f8b323; text-decoration: none; }
a:hover{ color: #f8b323; text-decoration: underline; }

/* ---------------------------------------------------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------------------------------------------------- */
#header #logo {
	float: left;
	
	margin-left: 0px;
	margin-top: 0px;
	height: 183px;
  	width: 184px;
	background-color: #261c0b;
}
#header #language {
	float: left;
	
	margin-top: 3px;
	margin-left: 0px;
	line-height: 40px;
	height: 40px;
  	width: 184px;
	background-color: #261c0b;
}
#header #headerimage {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	height: 224px;
  	width: 737px;
	border: 1px solid #261c0b;
	background-color: #261c0b;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Body */
/* ---------------------------------------------------------------------------------------------------------------- */
#main #leftmenu {
	float: left;
	text-align: right;
	padding: 20px 30px 20px 30px;
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
  	width: 124px;
	background-color: #261c0b;
}
#main #content {
	float: right;
	text-align: left;
	padding: 20px 30px 20px 30px;
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
  	width: 679px;
	background-color: #261c0b;
}
#main #content #contentleft {
	float: left;
	text-align: left;
  	width: 250px;
}
#main #content #contentright {
	float: right;
	line-height: 19px;
	text-align: left;
	height: auto;
  	width: 397px;
}

#main .line {
	height: 1px;
	background-color: #45330f;
}
#main .head {
	font-size: 18px;
	color: #f8b323;
	font-weight: bold;
	height: 30px;
	text-align: right;
	margin-bottom: 30px;
	border-bottom: 1px solid #45330f;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Menu's */
/* ---------------------------------------------------------------------------------------------------------------- */
/* Mainmenu */
/* Level 0 */
#leftmenu ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 30px;
	list-style: none;
}
#leftmenu ul li{
	border-top: 1px solid #45330f;
}
#leftmenu ul li.first{
	border: 0;
}
#leftmenu ul li.active a{
	color: #FFFFFF;
}
#leftmenu ul li a{
	color: #f8b323;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
#leftmenu ul li a:hover {
	color: #FFFFFF;
}
/* Level 1 */
#leftmenu ul ul {
	font-size: 10px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	list-style: none;
}
#leftmenu ul ul li{
	border: 0;
}
#leftmenu ul ul li.first{
	border: 0;
}
#leftmenu ul ul li.active a{
	color: #f8b323;
}
#leftmenu ul ul li a{
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
#leftmenu ul ul li a:hover {
	color: #f8b323;
}



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



/* ---------------------------------------------------------------------------------------------------------------- */
/* Forms */
/* ---------------------------------------------------------------------------------------------------------------- */
input.myInput, select.myInput, textarea.myInput{
	color: #FFFFFF;
	font-size: 11px; 
	padding: 3px;
	background-color: #45330f; 
	border: 1px solid #f8b323; 
}
input.myInput:focus, select.myInput:focus, textarea.myInput:focus{
	background-color: #594318; 
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Calender */
/* ---------------------------------------------------------------------------------------------------------------- */

td.resheader01{
	font-size : 9px;
	color: #FFFFFF;
	text-align: center;
	cursor: default;
}
td.resheader02{
	font-size : 9px;
	color: #f8b323;
	text-align: center;
	cursor: default;
}

td.resheader03{
	font-size : 10px;
	color: #FFFFFF;
	cursor: default;
	background-color: #45330f;
	padding-left: 3px;
}

td.resheader04{
	font-size : 10px;
	color: #FFFFFF;
	cursor: default;
	padding-left: 3px;
}

td.resheader05{
	font-size : 10px;
	color: #FFFFFF;
	text-align: right;
	cursor: default;
	padding-left: 3px;
}

td.resfree01{
	font-size : 9px;
	color: #FFFFFF;
	text-align: center;
	background-color: #45330f;
	cursor: default;
}
td.resbooked01{
	font-size : 9px;
	color: #FFFFFF;
	text-align: center;
	background-color:#765b25;
	cursor: default;
}

td.resheader01, td.resheader02, td.resfree01, td.resbooked01{
	height: 17px;
	width: 17px;
}

