/*
  * CSS For the layout of the website
  */
 
/* General css */  
html,body{
	width 	: 100%;
	height	: 100%; 
	padding	: 0px;
	margin	: 0px;
} 

img{
	border : 0px;
}

/* Logo enter page */
#logo_intro{
	position		: absolute;
	width 			: 360px;
	height			: 135px;
	top				: 50%;
	left			: 50%;
	margin-top		: -67px;	
	margin-left		: -180px;
}

/* Wrapper */
#main{
	position		: absolute;
	width 			: 100%;
	height			: 680px;
}

/* Header */
#header{
	position			: relative;
	width				: 100%;
	height				: 62px;
}

/* Logo on the left */  
#logo{
	width				: 174px;
	height				: 62px;
	position			: relative;
	left				: 70px;
	background-image 	: url(../images/layout/logo.jpg);
}

/* Menu */
#menu{
	position	: relative;
	left		: 314px;
	bottom		: 40px;
	width		: 66%;
}

/*CMS button */
.button{
	cursor : pointer;
}

/* Menu divider */
.menu_divider{
	position			: relative;
	top					: 3px;
	width				: 1px;
	height				: 13px;
	padding-left 		: 35px;
	padding-right		: 35px;
}

/* Contact text */
#contact{
	position 	: absolute;
	right		: 70px;
	top			: 26px;
	font-size 	: 11px;	
	text-align	: center;
}

/* The content with the photo's */
#content{
	position	: relative;
	width		: 100%;
	height		: 521px;
	overflow 	: auto;
	margin-top	: 42px;
}

#content_table{
	position 	: relative;
	top			: 4px;
}

/* Photo inside the content div */
.photo{
	padding-right : 1px;
	display		  : block;
}

#photo_add{
	position 	: absolute;
	right		: 70px;
	bottom		: 110px;
	
}

/* Copyright sign */
#copyright{
	position 	: absolute;
	right		: 70px;
	bottom		: 0px;
	font-size	: 11px;
}

/* Inlog overlay black transparent */
.overlay{
	display				: none;
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width 				: 100%;
	height				: 100%;
	background-image	: url(../images/layout/popup_bg.png);
	z-index				: 5;
}

/* Inlog form */
.logform{
	position			: absolute;
	width				: 350px;
	height				: 175px;
	top					: 50%;
	left				: 50%;
	margin-left			: -175px ;
	margin-top			: -10em;
	background-color 	: #ffffff;
	border				: 1px solid #000000
}
