body {
	width: 1024;
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

p {margin: 0px;}

a:link {
	color:#000;
	text-decoration: none;
	}

a:hover {
	color:#B5B5B5;
	}
a:visited {
	color:#000;
	text-decoration: none;
	}
a:visited:hover {
	color:#B5B5B5;
	}
em {
	font-family: Georgia, serif;
	font-size: 12px;
	color:#B5B5B5;
	}

ul {
	margin: 0px;
	margin-left: 16px;
	}
h1 {
	margin-top: 0px;
	}

.location {
	margin: 0px;/* disable default paragraph padding */
	float : left ;
	width : 96px;
	}

.projectlist {
	margin: 0px;/* disable default paragraph padding */
	float : left ;
	width : 140px;
	}

.mainimg {
	margin: 0px;
	margin-left: 17px;
	width: 410px; /* AFFIRMA 19-04-07 info@affirma.nu , big pictures should not touch text on the second column */
	text-align: center;
	float : left ;
	}

.maintext {
	float : left ;
	width: 540px;
	text-align: justify;
	}

.info a:link {
	color:#B5B5B5;
	text-decoration: none;
	}

.info a:hover {
	color:#000;
	text-decoration: none;
	}

.info a:visited:hover {
	color:#000;
	text-decoration: none;
	}

.info a:visited {
	color:#B5B5B5;
	text-decoration: none;
	}

.info {
	/*text-align: justify; justify disabled, lines too short for nice results */
	background-color: #FFF;
	color: #B5B5B5;
	margin: 0px;/* disable default paragraph padding */
/*	float : left ;
	width : 140px; no longer needed since it's now a <p> tag instead of own div*/
	}

/* AFFIRMA 19-04-07 <info@affirma.info>
******************************************************************************/
/* Project item tunners */
.imgSelecterArrowBlock{

 }
.imgSelecterArrowLeft, .imgSelecterArrowLeft a:link, .imgSelecterArrowLeft a:visited{
 color:#B5B5B5;
 }
.imgSelecterArrowLeft a:hover, .imgSelecterArrowLeft a:focus{
 color:#000000;
 }
.imgSelecterArrowRight, .imgSelecterArrowRight a:link, .imgSelecterArrowRight a:visited{
 color:#B5B5B5;
 }
.imgSelecterArrowRight a:hover, .imgSelecterArrowRight a:focus{
 color:#000000;
 }
.clickableImg {
  border:0px;
 }
/* Project lists navigation items */
.activeNavItem, .activeNavItem a:link, .activeNavItem a:visited{
  color:#B5B5B5;
 }