/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2008, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Global
--------------------------------------------------------------------*/
* { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: century, arial, sans-serif; 
	margin: 0 0 15px 0;
	padding: 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-family: century, arial, sans-serif; 
	margin: 0 0 21px 0;
	padding: 0;
	color: #ec008c;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-family: georgia, century, arial, sans-serif; 
	margin: 33px 0 8px 0;
	padding: 0;
	color: #bf1f6f;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-family: verdana, sans-serif; 
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
}

a {
	margin: 0;
	padding: 0;
	color: #cab4bf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(css/images/background.jpg) #aeaeae repeat;
}

input {
	margin: 0;
	padding: 3px;
	border: 1px #ec008c solid;
	color: #000000; 
}

textarea {
	margin: 0;
	padding: 3px;
	border: 1px #ec008c solid;
	color: #000000; 
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table td {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}


/* Website
--------------------------------------------------------------------*/
div#site {
	position: relative;
	margin: 0 auto;
	width: 999px;
	text-align: left;
}


/* Header
--------------------------------------------------------------------*/
div#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 234px;
	width: 999px;
	background: url(css/images/header1.jpg) no-repeat;
	z-index: 4;
}

div#header div#img_logo {
	position: absolute;
	top: 7px;
	left: 75px;
}

div#header div#kerst {
	display: inline;
	position: absolute;
	top: 267px;
	left: 708px;
}

div#header.header_1 {
	background: url(css/images/header2.jpg) no-repeat;
}

div#header.header_2 {
	background: url(css/images/header3.jpg) no-repeat;
}

div#header.header_3 {
	background: url(css/images/header4.jpg) no-repeat;
}

div#header.header_4 {
	background: url(css/images/header5.jpg) no-repeat;
}

div#header.header_5 {
	background: url(css/images/header6.jpg) no-repeat;
}

div#header a {
	font-family: georgia, century, arial, sans-serif; 
	color: #ffffff;
	font-size: 12px;
	margin-right: 20px;
}

div#header.index {
	position: absolute;
	top: 0;
	left: 0;
	height: 359px;
	width: 999px;
	background: url(css/images/header_index_orig.jpg) no-repeat;
	z-index: 4;
}


/* Content
--------------------------------------------------------------------*/
div#content {
	position: relative;
	width: 893px;
	padding: 0px 0 0 54px;
	margin: 0 0 0 27px;
	color: #000000;
	line-height: 19px;
	background: url(css/images/content_bg.jpg) #690235 repeat-x;
}

div#content div.bbq {
	display: none;
}

div#content div#height {
	position: relative;
	height: 709px; /* 709 - 284 */
	float: left;
	width: 1px;
}

div#content div#index2 a {
	line-height: 57px; 
	font-family: century, arial, sans-serif; 
	font-size: 21px;
	color: #ffffff;
}

div#content p img {
	margin: 5px;
	border: 5px #ffffff solid;
}

div#content div.box {
	position: relative;
	float: left;
}

div#content div.errors {
	color: red;
}

div#content input.error , div#content textarea.error{
	border: 1px red solid;
}

div#content ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 30px;
}



div#content ul li {
	width: 150px;
	padding-left: 20px;
	line-height: 25px;
	background: url(css/images/li_left.jpg) no-repeat left;
}

div#content ul li .index {
	width: 150px;
	padding-left: 20px;
	line-height: 25px;
}

div#content td {
	line-height: 30px;
	color: #ffffff;
}


/* Footer
--------------------------------------------------------------------*/
div#footer {
	position: relative;
	height: 41px;
	padding: 0;
	width: 947px;
	margin: 0 0 0 27px;
	background-color: #690235;
	color: #964e71;
}

div#footer div#info {
	position: relative;
	float: left;
	height: 21px;
	width: 304px;
	margin: 10px 0 0 20px;
	font-family: verdana, sans-serif; 
	color: #964e71;
	text-decoration: none;
}

div#footer div#info a {
	font-family: verdana, sans-serif; 
	color: #964e71;
	text-decoration: none;
}

div#footer div#info a:hover {
	text-decoration: underline;
}

div#footer div#lunchlijn {
	position: relative;
	font-family: verdana, sans-serif; 
	font-weight: bold;
	float: right;
	height: 26px;
	width: 260px;
	margin: 0 0 0 223px;
	padding-top: 15px;
	text-align: center;
	background-color: #4e0127;
	color: #ffffff;
}


