/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #669933;}
a:hover {color: #9A6;}
body {
	background: #5F8000 url(/img/1.jpg) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul,table {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: green;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* top */
.top {
	background: #567300;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 630px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFF;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item {clear: both;}
.item .date {
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 420px;
}
.item h1 {
	background-image: url(img/yorinde.jpg);
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h4 {
	background-image: url(img/bgcontainer.jpg); 
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}

/* footer */
.footer {
	background: url(img/bgfooter.jpg) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}


.tealtable, .tealtable TD, .tealtable TH
{
background-color:teal;
color:white;
}

img {border: 0px;}

a.fotoservice {

font-size: 10pt;}

img.citrus {

display: block;
margin-left: auto;
margin-right: auto;

}

img.feest {

display: block;
margin-left: auto;
margin-right: auto;

}

p.red {

color: red;

}

strong.orange {

color: orange;
font-weight: bold;

}

strong.red {

color: red;
font-weight: bold;

}

strong.red1 {

color: red;
font-weight: normal;

}

td.groen {

background-color: #688B00;
color: white;
padding: 3px;

}

td.zwart {

background-color: #D5E8AD;
color: black;
padding: 3px;

}

td.rood {

background-color: #D5E8AD;
color: red;
padding: 3px;

}

p.sterretje {

font-size: 7pt;

}

h3.onzecocktails {
	background-image: url(img/yorinde.jpg);
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
	font-size: 1.4em;
}

h2.cocktail {

font-size: 1.2em;

}

h3.cocktail {

color: blue;

}

p.cocktail {

text-align: justify;

}

img.cocktail {

float: right;

}

ul.cocktail {

margin-left: 14px;

}

h2.blog {

font-size: 1.4em;

}

h3.blog {

color: blue;

}

p.blog {

text-align: justify;

}

ul.blog {

margin-left: 14px;

}

a.blog {

font-size: 1.2em;

}

ul.cocktail {

margin-left: 14px;

}

fieldset{

border: 0px;

}

	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 365px;	/* IE 5.x */
		width/* */:/**/365px;	/* Other browsers */
		width: /**/365px;
		
		/* CSS HACK */
		height: 200px;	/* IE 5.x */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
		
		background-color:#000;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:365px;
		height:200px;

		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}

