html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em
{
	font-style: oblique;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	background: url('images/background.jpg') left top repeat-x #171717;
	font-family: Verdana;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

#container {
	width: 800px;
	margin: 0 auto;
	background: transparent;
}

#navcontainer {
	text-align: left;
	margin-top: 19px;
	height: 27px;
	width: 100%;
}

#navigation {
	height: 27px;
	width: 800px;
}

#navigation li {
	height: 27px;
	line-height: 27px;
	float: left;
	text-transform: lowercase;
	font-size: 12px;
}

#navigation li#nav-home a { width: 31px; }
#navigation li#nav-evenement a { width: 69px; }
#navigation li#nav-entertainment a { width: 93px; }
#navigation li#nav-bruiloft a { width: 42px; }
#navigation li#nav-artiest a { width: 39px; }
#navigation li#nav-catering a { width: 48px; }
#navigation li#nav-referenties a { width: 67px; }
#navigation li#nav-diverse a { width: 42px; }
#navigation li#nav-concepten a { width: 60px; }
#navigation li#nav-contact a { width: 44px; }

#navigation li a {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 9px 0 9px;
	color: #171717;
	background: #FFF;
	text-decoration: none;
	margin: 0 0 2px 4px;
}

#navigation li a:hover {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 9px 0 9px;
	color: #171717;
	background: #FFF;
	text-decoration: underline;
	margin: 0 0 2px 4px;
}

#navigation li.active a {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 9px 2px 9px;
	color: #171717;
	background: url('images/background-navigation.jpg') left bottom repeat-x #FFF;
	text-decoration: none;
	margin: 0 0 0 4px;
}

#navigation li.active a:hover {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 9px 2px 9px;
	color: #171717;
	background: url('images/background-navigation.jpg') left bottom repeat-x #FFF;
	text-decoration: underline;
	margin: 0 0 0 4px;
}

#site {
	margin-top: 25px;
	width: 800px;
	background: #FFF;
}

#leftcol {
	float: left;
	width: 264px;
	min-height: 450px;
	height: auto !;
	height: 450px;
	background: #FFF;
}

#leftcol #logo {
	width: 264px;
	height: auto;
	height: 247px;
	background: url('images/background-logo.jpg') left top no-repeat;
	position: relative;
}

#leftcol #logo a {
	position: absolute;
	left: 12px;
	top: 0;
	display: block;
	width: 240px;
	height: 235px;
	text-indent: -9999px;
}

#rightcol {
	float: left;
	width: 536px;
}

#content {
	width: 536px;
	padding-top: 42px;
	background: url('images/background-content.jpg') left top repeat-x #FFF;
	min-height: 250px;
}

#content {
	line-height: 150%;
	font-size: 12px;
	letter-spacing: 0.2px;
}

#content a {
	color: #1BA4C8;
	background: transparent;
	text-decoration: none;
}

#content a:hover {
	color: #1BA4C8;
	background: transparent;
	text-decoration: underline;
}

#content h1 {
	padding: 3px 3px;
	color: #171717;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px; 
	font-weight: normal;
	line-height: 32px; 
	margin: 8px 10px 4px 10px;
	border-bottom: 1px solid #171717;
}

#content h2 {
	padding: 3px 3px;
	color: #171717;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px; 
	font-weight: normal;
	line-height: 32px; 
	margin: 8px 10px 4px 10px;
	border-bottom: 1px solid #171717;
}

#content h3 {
	padding: 3px 3px;
	color: #171717;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	font-weight: normal;
	line-height: 32px; 
	margin: 8px 10px 4px 10px;
	border-bottom: 1px solid #171717;
}

#content h4 {
	padding: 3px 3px;
	color: #171717;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	font-weight: bold;
	line-height: 32px; 
	margin: 4px 10px 0 10px;
}

#content p {
	margin: 5px;
	padding: 10px;
	line-height: 175%;
	text-align: justify;
}

#bottomrow {
	clear: left;
}

#footer {
	border-top: 2px solid #1BA4C8;
	width: 800px;
	background: #000;
}

#footerlinks {
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footerlinks a {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#footerlinks a:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
}

#footercopyright {
	text-align: center;
	padding: 20px 0 45px 0;
	font-size: 10px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footercopyright a {
	font-size: 10px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#footercopyright a:hover {
	font-size: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.lijst {
	margin: 0 0 15px 35px;
}

.lijst li {
	list-style: disc;
	padding: 5px 0;
}

.contact-tabel {
	width: 516px;
	padding: 10px;
}

.contact-tabel tr td {
	padding: 5px 10px 5px 0;
}

.contact-tabel tr td.firstcol {
	font-weight: bold;
	text-align: right;
}

.contact-div {
	width: 516px;
	padding: 10px;
}

.photoContainer td
{
	padding: 2px;
}
.photoContainer
{
	margin: 0 auto;
}

.veldVergeten
{
	font-style: oblique;
	border-bottom: 1px solid #171717;
	border-top: 1px solid #171717;
	
}

#slideShowContainer
{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}
#slideShowContainer a, #slideShowContainer img, #slideShowContainer a img
{
	margin: 0 auto;
}

.artiest-display
{
	width: 370px;
	margin: auto;
	margin-bottom: 10px;
	border: solid 1px black;
	padding: 10px;
	text-align: center;
}
.artiest-display h2, .artiest-display img, .artiest-display h2 a
{
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}
.artiest-display h2
{
	border-bottom: none !important;	/*Shouldn't be needed, but at least in Gecko 0.9, it is. */
}
