html * {
	font-family: "Times New Roman", Times, Serif;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 0.3em;
	margin-top: 1.7em;
}
h1, h2, h3 {
	font-weight: normal;
	font-family: Arial, Helvetica;
	margin-bottom: 0;
}
h1#toplogo {
	font-size: 2.5em;
	padding: 0;
	margin: 0;

	display: list-item;                /* 1. */
	list-style-image: url('../grafik/nydesign_logotype.jpg'); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                     /* 5. */
	color: #fff;               
}
#q_design {
	padding: 0;
}
h2 {
	margin-top: 1.5em;
	padding-bottom: 0.3em;
}
table {
	margin-top: 1em;
}
table th {
	text-align: left;
}
#content p {
	margin-top: 0;
	line-height: 1.5em;
}
#content a:link, a:active, a:visited {
	color: black;
}
#content a:hover {
	border-bottom: 1px solid black;
}
#content table td {
	line-height: 2em;
	padding-right: 1em;
}
#footer {
	text-align: center;
	clear: both;
	margin-top: 5em;
}
#settings, #nav, #bmenu, .noprint {
	display: none;	
}
a img {
	border: 0;
}
/* ---- Webbportfolio bilder */
ul.nolist {
	display: block;	
	overflow: auto;
	margin-left: 1em;
}
#content ul.nolist {
	list-style: none;
	clear: right;
}
#content ul.nolist li a {
	text-decoration: none;
}
#content ul.nolist li {
	float: left;
	padding: 0;
	margin: 1em 0.7em;
	text-align: center;
}
#content ul.nolist img {
	margin: 0;
	float: none;
}
#wrap #content ul.nolist a {
	display: block;
	color: black;
}
#wrap #content ul.nolist a {
	border: 0 !important;
}
 #wrap #content ul.nolist a.works {
	opacity: 1;
}
#wrap #content ul.nolist a.works:hover span, #wrap #content ul.nolist a.works:focus span {
	text-decoration: underline;
}