html, body {
	margin: 0px;
	height: 100%;
}
body, table {
	font-family: arial;
	font-size: 10pt;
}
img { 
	border: 0px none; 
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header {
	position: relative;
	width: 890px;
	height: 332px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/header.jpg);
}
#header #bieren {
	position: absolute;
	top: 75px;
	left:140px;
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	width:45px;
}
#header #kop {
	position: absolute;
	bottom: 65px;
	left: 320px;
}
#content {
	position: relative;
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	padding-left:50px;
	padding-right:58px;
	padding-bottom: 10px;
	background-color: #9A9A9A;
	z-index: 1;
}
#content #left {
	position: absolute;
	width: 50px;
	top:0px;
	left:0px;
	bottom: 0px;
	background: url(../images/left.jpg);
}
#content #right {
	position: absolute;
	width: 58px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/right.jpg);
}
#content #menu {
	font-size: 14pt;
	display:table-cell;
	width: 172px;
	height: 100%;
	background: url(../images/vertical_bar.jpg) repeat-y right top;
	padding-bottom: 140px;
	vertical-align: top;
}
#content #menu ul li {
	height: 33px;
	line-height: 33px;
}
#content #menu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#content #menu ul li a.selected {
	color: #BEC254;
	text-decoration: none;
	font-weight: normal;
}
#content #menu ul li a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#site {
	display:table-cell;
	width: 450px;
	padding-left: 10px;
	padding-top: 10px;
}

#site .txt_groot {
	font-size: 11pt;
	font-weight: bold;
}
#site .openingstijden td {
	padding-bottom: 20px;
}
#site .openingstijden .dag {
	padding-left: 50px;
	width: 220px;
}
#site #bier {
	border-bottom: 1px solid #ffffff;
}
#site #snacks {
	padding-top: 10px;
}
#site #snacks li {
	position: relative;
	padding-bottom: 13px;
}
#site #snacks .prijs {
	position: absolute;
	top: 0px;
	right: 0px;
}
#site #bl_view {
	padding-bottom: 20px;
}
#site #bl_view td {
	padding-right: 5px;
}

#site .album {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 8pt;
}
#site .album .title {
	width:86px;
}
#site .foto {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 86px;
	height: 115px;
	border: 1px solid #000000;
	background-position: center center;
	background-color: #AAAAAA;
	background-repeat: no-repeat;
	font-size: 8pt;
}
#site .album .cms_toolbar,
#site .foto .cms_toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
}
#site .album .cms_edit,
#site .album .cms_delete,
#site .foto .cms_edit,
#site .foto .cms_delete {
	display: block;
}

#footer {
	position: relative;
	width: 890px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer.jpg) #9A9A9A;
	z-index: 1;
}
#footer #olifant {
	position: absolute;
	width: 221px;
	height: 182px;
	bottom: 0px;
	left: 0px;
	background: url(../images/olifant.png);
}
#footer #boeken {
	position: absolute;
	width: 261px;
	height: 245px;
	bottom: 0px;
	right: 0px;
	background: url(../images/boeken.png);
}
#footer #copyright {
	position: relative;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-weight: bold;
}
#footer #copyright ul li {
	display: inline;
}
#footer #copyright img {
	vertical-align:bottom;
}

.cms_general_toolbar a,
.cms_toolbar a {
	color: #ffffff;
}
.cms_general_toolbar a:hover,
.cms_toolbar a:hover {
	color: #000000;
}
.cms_toolbar {
	display:inline;
}
.cms_edit, .cms_delete {
	display:inline;
	padding-right: 5px;
}
.ui-timepicker {
	z-index: 100;
}
