* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #582501 url(../images/bg.jpg) no-repeat center 0;
}

h1, h2, h3, h4 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: normal;
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

a:link, a:visited {
	color: #059edc;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #522200;
}

/*  HEADER */

#header {
	width: 803px;
	margin: 0 auto;
	height: 216px;
	padding-top: 8px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

#header #logo {
	float: left;
	display: inline;
	width: 259px;
	height: 214px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 87px;
	z-index: 1;
	background: url(../images/logo.png) no-repeat;
}

#header #pictures {
	position: relative;
	height: 216px;
}

#header #pictures img {
	position: absolute;
}

#header #overlay {
	height: 216px;
	width: 803px;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 20px;
	background-image: url(../images/header_bg.png);
}

/*  NAVIGATION */

#navigation {
	height: 45px;
	position: relative;
	background: url(../images/navigation_bg.png) repeat-x 0 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: -8px;
	margin-top: -4px;
}

#navigation ul {
	width: 789px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	height: 45px;
	padding-left: 7px;
	padding-right: 7px;
}

#navigation ul li {
	display: inline;
	float: left;
	height: 45px;
}

#navigation ul li.current a {
	background: url(../images/navigation_current.jpg) no-repeat center 33px;
}

#navigation ul li a {
	text-decoration: none;
	color: #fff;
	float: left;
	height: 33px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	padding-top: 12px;
}

#navigation ul li a:hover {
	background: url(../images/navigation_current.jpg) no-repeat center 33px;
}

/*  MAIN */

#main {
	width: 803px;
	margin: 0 auto;
	background-image: url(../images/main_bg.jpg);
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}

/* --- */

#content {
	width: 430px;
	float: left;
	background-color: #f5e6d2;
	background: url(../images/logo_top.jpg) no-repeat right bottom;
	padding: 20px 20px 0;
	min-height: 260px;
	height: auto !important;
	height: 260px;
}

#content h1 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* --- */

#sidebar {
	width: 331px;
	height: 330px;
	background: url(../images/sidebar_bg.jpg) no-repeat 0 bottom;
	right: 20px;
	bottom: 0;
	position: absolute;
}
#sidebar01 {
	width: 331px;
	height: 330px;
	background: url(../images/sidebar_bg_01.jpg) no-repeat 0 bottom;
	right: 20px;
	bottom: 0;
	position: absolute;
}
#sidebar02 {
	width: 331px;
	height: 330px;
	background: url(../images/sidebar_bg_02.jpg) no-repeat 0 bottom;
	right: 20px;
	bottom: 0;
	position: absolute;
}
#sidebar03 {
	width: 331px;
	height: 330px;
	background: url(../images/sidebar_bg_03.jpg) no-repeat 0 bottom;
	right: 20px;
	bottom: 0;
	position: absolute;
}
#sidebar04 {
	width: 331px;
	height: 330px;
	background: url(../images/sidebar_bg_04.jpg) no-repeat 0 bottom;
	right: 20px;
	bottom: 0;
	position: absolute;
}

.btn-menukaart {
	width: 253px;
	height: 239px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(../images/buttons/menukaart.png);
	text-indent: -9999px;
	cursor: pointer;
}

.btn-verassing {
	width: 247px;
	height: 158px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(../images/buttons/verassing.png);
	text-indent: -9999px;
	cursor: pointer;
}

.btn-kerst {
	width: 253px;
	height: 239px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(../images/buttons/kerstmenu.png);
	text-indent: -9999px;
	cursor: pointer;
}

.btn-valentijn {
	width: 253px;
	height: 239px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(../images/buttons/valentijn.png);
	text-indent: -9999px;
	cursor: pointer;
}

/*  FOOTER */

#footer {
	width: 843px;
	margin: 0 auto 10px;
	text-align: center;
	padding-top: 105px;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #fff;
	font-style: italic;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#footer strong {
	color: #059edc;
}

#footer #slogan {
	display: none;
}

.kleineletters {
	font-size: 10px;
}

.icon {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}