/* CSS Document */

body, html	{
margin-top:0;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#ffffed;
}


#container	{
width:900px;
margin-left:auto;
margin-right:auto;
}


#header	{
background-image:url(images/header.png);
width:900px;
height:314px;
}


#menu	{
background-color:none;
width:900px;
height:50px;
text-align:right;
word-spacing:20px;
}


#content	{
background-color:none;
width:750px;
min-height:200px;
text-align:left;
margin-left:70px;
}


#box	{
width:900px;
text-align:left;
margin-left:50px;
word-spacing:70px;
}


#slideshow	{
	background-image:url(slideshow.swf);
	width:808px;
	height:254px;
	position:absolute;
	z-index:100;
	margin-left:46px;
	margin-top:55px;
}


p.menu	{
font-family:Impact;
font-size:14px;
color:#666666;
margin-right:50px;
}


p	{
font-size:11px;
color:#888888;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom:20px;
}


p.contactgegevens	{
	font-size:10px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	margin-left:200px;
	margin-top:500px;
	left: 60px;
	top: 90px;
}


p.openingsuren	{
	font-size:10px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	margin-left:200px;
	margin-top:500px;
	left: 655px;
	top: 90px;
	text-align:right;
}


a.nav {
    color:#888888;
    text-decoration:none;
}

a.nav:hover {
    color:#680000;
    text-decoration:none;
}

a.nav:active {
    color:#680000;
    text-decoration:none;
	}
	
	
a.mailto {
    color:#888888;
    text-decoration:underline;
}

a.mailto:hover {
    color:#680000;
    text-decoration:none;
}

a.mailto:active {
    color:#680000;
    text-decoration:none;
	}	
