body {
	background		: white;
	font-size		: 75%; /* = 10px */
	margin			: 0;
	padding			: 0;
}


/* ---------------------------------------------------------------------------------------------------- */
/* Feitelijke website 																					*/
/* ---------------------------------------------------------------------------------------------------- */
div#container {
	position		: absolute;
	left			: 50%;
	width			: 932px;	
	text-align		: left;
	margin			: 0 0 0 -465px;
}
.all {
	float			: left;
	background		: url(plaatjes/container.gif) repeat-y;	
	border-right	: 1px solid black;
	border-left		: 1px solid black;
	border-bottom	: 1px solid black;
}
.logo {
	width			: 930px;
	height			: 164px;	
	background		: url(plaatjes/logo.jpg) no-repeat;	
}
.menubalk {
	width			: 930px;
	height			: 29px;	
	background		: black;	
	border-bottom	: 1px solid white;
}

.notime {
	background		: url(plaatjes/notime.gif) no-repeat;	
	width			: 930px;
	height			: 42px;
	border-bottom	: 1px solid black;
}
.linkerkolom {
	float			: left; 
	width			: 230px;
	margin			: 0;
	padding			: 0;
}
.copyright {
	width			: 930px;	
	font			: normal 0.9em Verdana;
	color			: #AAA;
	text-align		: left;
	padding			: 5px 0 5px 0;
}
.content {
	float 			: left;
	width			: 685px;
	font			: normal 1.0em Arial, Verdana, Helvetica;
	color			: #444444;
	overflow		: auto;
	padding			: 5px;
}
.flash {
	float			: left;
}
.vestigingen {
	text-align		: center;
	font			: normal 1.2em Arial;
	color			: white;
	padding-top		: 3px;
}
h1 {
	margin-top		: 0;
	font			: bold 2.0em Arial;
	color			: #929292;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Formulier																							*/
/* ---------------------------------------------------------------------------------------------------- */
A:link, 
A:visited, 
A:active {
	text-decoration	: underline; 
	color			: #ec6a0c; 
	font			: bold 1.0em Arial, Verdana, Helvetica, sans-serif; 
}
A:hover {
	text-decoration	: none; 
	color			: #e39320; 
	font			: bold 1.0em Arial, Verdana, Helvetica, sans-serif; 
}
.copy:link, 
.copy:visited, 
.copy:active {
	text-decoration	: none; 
	color			: #929292; 
	font			: bold 1.0em Arial, Verdana, Helvetica, sans-serif; 
}
.copy:hover {
	text-decoration	: underline; 
	color			: #929292; 
	font			: bold 1.0em Arial, Verdana, Helvetica, sans-serif; 
}
.standard {
	background		: white;
	font			: normal 1.2em Arial, Verdana, Helvetica;
	color			: #444444;
}

.inleiding {
	background		: white;
	font			: bold 1.2em Arial, Verdana, Helvetica;
	color			: #444444;
	color			: #5d8d86;
}

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

#nav li {
	float			: left;
	width			: 120px;
	border-bottom	: 1px solid white;
}
#nav li li {
	float			: left;
	width			: 120px;
	border-top		: 0;
	border-bottom	: 1px solid white;
}

#nav ul {
	position		: absolute;
	width			: 200px;
	left			: -1000px;
}

#nav li:hover ul, 
#nav li.ie_does_hover ul {
	left			: auto;
	background-position: 0 0;
}

#nav a:link,
#nav a:active,
#nav a:visited {
	display			: block;
	margin			: 7px 5px 8px 5px;
	text-decoration	: none;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 1em;
	color			: white;
}

#nav a:hover {
	display			: block;
	margin			: 7px 5px 8px 5px;
	text-decoration	: none;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 1em;
	color			: orange;
}

ul a {
	font-weight		: bold;
	color			: white;
	cursor			: pointer;
}

ul ul a:link, 
ul ul a:visited {
	font-weight		: normal;
	color			: #CCC;
	cursor			: pointer;
}

ul ul a:hover, 
ul ul a:active {
	font-weight		: normal;
	color			: #FFF;
	cursor			: pointer;
}

ul li{
	background		: black url(plaatjes/pijl.gif) center left no-repeat;
	border-left		: 1px solid #ccc;
	padding-left	: 10px;
}

ul ul li{
	margin			: 1px 0 0 -11px;
	background		: #666;
	border-top		: 1px solid #FFF;
	border-right	: 1px solid #FFF;
	border-left		: 1px solid #FFF;
}

/* IE only hack \*/
* html ul li, 
* html ul ul li {
	border-bottom	: 1px solid #FFF;
}
 
* html ul ul li {
	border-top		: 0;
}	
/* Einde IE only hack */ 
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.pinhide {
	background			: url(plaatjes/vestiging.gif);
	width				: 230px;
	height				: 279px;
}
.pinhide2 {
	background			: url(plaatjes/video.gif);
	width				: 227px;
	height				: 159px;
}
