body
{
	background : #4a0707; /*url('../images/bg2.gif') center no-repeat;*/
	/*background : #626262 url('../images/bg.jpg') left bottom no-repeat;*/
	font-family : Arial;
	font-size : 11px;
	color : #3B3B3B;
	padding : 0px;
	margin : 0px;
	overflow: hidden;
}

#container
{
	background : white;
	width : 925px;
	height : 530px;
	border : 4px solid #642627;
}

#c1_spacer
{
	height : 50px;
	width : 450px;
	margin : 0px;
	padding : 0px;	
	
}

#c2_logo
{
	height : 50px;
	width : 450px;
	margin : 0px;
	padding : 0px;	
	
}

#c3_scrollbars
{
	height : 500px;
	width : 25px;
	margin : 0px;
	padding : 0px;	
	
}

#c4_pictures
{
	height : 480px;
	width : 450px;
	margin : 0px;
	padding : 0px;
	
}

#c5_content
{
	height : 450px;
	width : 450px;
	margin : 0px;
	padding : 0px;	
	
}
		/* horen bij c5_content */
		#divContainer
		{
			position:absolute; 
			height : 450px;
			width : 450px;
			clip:rect(0px 450px 450px 0px);
		}
		#divContent
		{
			position:absolute; 
			visibility:hidden;
			font-family : Arial;
			font-size : 14px;
			color : #3B3B3B;
		}

#c6_menu
{
	height : 30px;
	width : 475px;
	margin : 0px;
	padding : 0px;
	
}
		
#c7_gallery
{
	width : 900px;
	height : 450px;
}
		
#pic1
{
	visibility : hidden;
}

#languages
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
}

	/* navigation */
	
#nav {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	background: white;
	/*border-top : 2px solid #4a0707;*/
	/*border-bottom: 1px solid #999;*/
	}

#nav li { 
	float: right;
	margin: 0;
	padding: 0;
	}

a
{
	color : #362748;
}	
	
#nav a {
	float: left;
	display: block;
	padding: 6px 20px 6px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	color: #362748;
	background: white url("../images/nav_slant.gif") no-repeat top right;
	}

#nav #nav-1 a {
	padding-left: 5px;
	}

#nav a:hover {
	color: #642627;
	text-decoration : underline;
	}

#menu
{
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	color : #3B3B3B;
	/*padding-bottom : 2px;*/
}
