/* Layout instellingen */
*	{
	padding:0;
	margin:0;
	}

html, body {
	height: 100%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CEE7FF;
	}

#container {
	width: 916px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	}

#header {
	width: 916px;
	height: 190px;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	}
	
#menu {
	float: left;
	width: 191px;
	margin-left: 12px;
	margin-right: 5px;
	font-size: 10px;
	z-index: 3;
	}

#main {
	position: relative;
	width: 691px;
	float: right;
	margin-bottom: 90px;
	z-index: 2;
	}

#main_background {
	position: absolute;
	bottom: 80px;
	margin-left: 208px;
	width: 700px;
	height: 296px;
	float: right;
	text-align:center;
	background:  url("../images/background_main.jpg") no-repeat bottom right;
	z-index: 1;
	}

#text {
	width: 520px;
	float: left;
	z-index: 2;
	}

#thumbs {
	width: 156px;
	float: left;
	padding-left: 15px;
	z-index: 2;
	}

.fotofun {
	width: 160px;
	float: left;
	z-index: 2;
	}

.fotofun_clear {
	width: 640px;
	height: 20px;
	float: left;
	z-index: 2;
	text-align: center;
	}

.clear {
	clear: both;
	}

.blankfotobox {
	width: 118px;
	height: 79px;
	padding: 10px;
	background-color: #FFFFFF;
	z-index:2;
	}

.fotobox {
	width: 118px;
	height: 88px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999; 
	z-index:2;
	}

.fotobox_thumb {
	padding: 1px;
	width: 116px;
	height: 86px;
	background-color: #CCCCCC;
	z-index:2;
	}

.fotobox_height {
	height: 118px;
	width: 88px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999; 
	z-index:2;
	}

.fotobox_thumb_height {
	padding: 1px;
	width: 86px;
	height: 116px;
	background-color: #CCCCCC;
	z-index:2;
	}
		
#footer {
	position: absolute;
	bottom: 0;
	width: 916px;
	height: 80px;
	text-align:center;
	font-size: 11px;
	color: #999999;
	z-index:2;
	}

#footer_menu {
	float: left;
	width: 208px;
	padding-top: 5px;
	}

#footer_main {
	float: left;
	width: 700px;
	border-top: 1px solid #CCCCCC;
	}

.footer_logo {
	float: left;
	/*width: 130px;*/
	width: 162px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	}

/* Text instellingen */
h1	{	
	font-size: 13px;
	}

h2 	{  	
	font-size: 12px;
	}

.outline {
	padding-left: 10px;
	}

.grijs {
	color: #808080;  
	}

ul	{ 
	padding-left: 15px;
	}

/* Link instellingen */
a:link {  
	color: #000000;  
	text-decoration: none;
	}
	
a:visited {  
	color: #000000; 
	text-decoration: none; 
	}

a:hover {  
	color: #000000; 
	text-decoration: underline; 
	}
	
a:active {  
	color: #000000; 
	text-decoration: none; 
	}

.main_menu:link { 
	color: #000000;  
	text-decoration: none;
	}

.main_menu:visited { 
	color: #000000;   
	text-decoration: none; 
	}

.main_menu:hover { 
	color: #666666;   
	text-decoration: none; 
	}
	
.main_menu:active { 
	color: #000000;   
	text-decoration: none; 
	}

.footer_menu:link { 
	color: #999999;  
	text-decoration: none;
	}

.footer_menu:visited { 
	color: #999999;   
	text-decoration: none; 
	}

.footer_menu:hover { 
	color: #808080;   
	text-decoration: underline; 
	}
	
.footer_menu:active { 
	color: #999999;   
	text-decoration: none; 
	}

/* Foto viewer */
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
	}

.highslider {
	cursor: url(../../highslide/graphics/zoomin.cur), pointer;
    outline: none;
	}

.highslide-active-anchor img {
	visibility: hidden;
	}

/*.highslide img {
	border: 1px solid gray;
	padding: 10px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

.highslide:hover img {
	border: 1px solid #370606;
	}

.highslide-wrapper {
	background: white;
	}

.highslide-image {
    border-bottom: 1px solid white;
	}

.highslide-image-blur {
	}

.highslide-caption {
    display: none;    
    border-bottom: 1px solid white;
    padding: 5px;
    background-color: silver;
	}*/

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.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;
	}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	}

.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/close.png', sizingMethod='scale');
	}


/* These must always be last */
.highslide-display-block {
    display: block;
	}

.highslide-display-none {
    display: none;
	}
