

@charset "utf-8";
/* CSS Document */
html
	{
	overflow-y:scroll;
	}
body
	{
	font-family:Verdana;
	margin:0 0 0 0 ;
	overflow:hidden;
	background:#fff;
	}
	
#view
{
	position:absolute;
	left:720px;
	top:27px;
}

#view a
{
	color:#666;
	text-decoration:underline;
	font-size:9px;
}

#gradient_background {
	position:absolute;
	width:775px;
	z-index:2;
	left:50%;
	margin-left:-385px;
	top:67px;
	background:#000000;
	background-image: url(/../templates/include/images/gradient_background.jpg);
	background-repeat:no-repeat;
	min-height:500px;
	height: auto;
	border-bottom:3px solid #f58220;
	padding-bottom:10px;
}
#gradient_background_down
	{
	height:14px;
	width:775px;
	position:absolute;
	margin-top:0px;
	left: 149px;
	background:#000000;
	/*background-image: url(images/gradient_background-down.jpg);*/
	border-bottom:3px solid #f58220;
	top: 514px;
	}
#topcolor 
	{
	background:#f58220;
	width:100%;
	height:27px;
	position:relative;
	top:5px;
	z-index:3;
	}
#logo
	{
	position:absolute;
	width:100px;
	height:100px;
	z-index:5;
	left: 38px;
	top: -40px;
	background-image: url(/../templates/include/images/logo.png);
	}
#head
	{
	position:absolute;
	width:482px;
	height:21px;
	z-index:6;
	margin-top:2px;
	left: 226px;
	top: 4px;
	font-family:Arial;
	font-size:14px;
	color:#5a553d;
	letter-spacing:7px;
	text-align:center;
	text-transform:uppercase;
	}
#outercontent
	{
	width:426px;
	height:auto;
	top:200px;
	z-index:10000;
	}
	
#sidelinks
	{
	position:absolute;
	width:158px;
	float:left;
	z-index:4;
	left: 30px;
	top: 78px;
	padding-top:30px;
	padding-left:10px;
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	}

#sidelinks a
{
	color:#FFF;
	text-decoration:none;
}

#copy
{
	position:absolute;
	left:250px;
	bottom:5px;
	color:#333;
	font-size:9px;
	width:600px;
}

#copy a
{
	color:#333;
	text-decoration:none;
}
	
a
{
	color:#f58220;
	text-decoration:none;
}
.sidehead
{
	color:#f58220;
	font-size:14px;
}

h1, h2
{
	color:#f58220;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

#sidelinks a.hoofdmenu_open, #sidelinks a.submenu_open
{
		color:#f58220;
}

#content 
	{
	width:426px;
	float:left;
	z-index:3;
	margin-left: 252px;
	padding-top: 50px;
	padding-right:50px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
	/* following css works only for IE 7 */
	
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #1c1c1c;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	}
.welcome {font-weight:bold; font-size:14px; font-family:"Times New Roman";}

/* Gallery */

#gallery img
{
	border:1px solid #f58220;
}

#gallaryouter
	{
	width:440px;
	height:auto;
	float:left;
	}
.photos
	{
	float:left;
	width:77px;
	height:77px;
	margin-left:10px;
	margin-top:10px;
	}

