/* Noguchi main stylesheet */
/* Last revision: 2008-03-19 */
/* Copyleft: Balazs Szanto */
/* ------------------------ */

/* The basics */
/* ------------------------ */

/* Fix a silly bug in Mozilla; thanks, Carey Evans */

html { 
	min-width: 770px;
	 }

body	{
		margin: 0;
		padding: 0;
		background: #e6e6e6;
		text-align: center;
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		color: #555;
		font-size: x-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: small;
		}

 /* Be nice to Opera */
 html>body {font-size: small;}

p {
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		line-height: 1.3;
		font-weight: normal;
		color: #555;
		text-align: left;
		margin: 10px 15px 0 15px;
		font-size: x-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: small;
}

h1, h2, h3	{
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		color: #009A64;
		}

h1		{
		font-size: 130%;
		margin: 20px 0 6px 15px;
		font-weight: bold;
		}

h2		{
		font-size: 120%;
		margin: 12px 0 6px 15px;
		font-weight: bold;
		}


h3		{
		font-size: 120%;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 12px 0 6px 15px;
		}

h4		{
		font-size: 125%;
		font-style: normal;
		font-weight: bold;
		margin: 10px 0 6px 15px;
		}

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

a:visited {
		color: #010099;
		text-decoration: none;
		}

a:hover	{
		color: #010066;
		text-decoration: underline;
		}

a:active {
		color: #010066;
		text-decoration: underline;
		}
		
a.bovebben {
	color: #ff9909;
	font-weight: bold;
}

img 	{
		margin: 0;
		border: 0;
		}

object	{
		margin: 0 0 -5px 0;
		padding: 0;
}

blockquote {
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		text-align: left;
		text-indent: 0;
		margin: 15px 15px 0 15px;
		font-size: x-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: small;
		}

blockquote p {
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		text-align: left;
		text-indent: 0;
		margin: 0;
		padding: 0;
		}


/* Custom classes */
/* ----------------- */

.date	{
		color: #999;
		font-style: italic;
		}

.small	{
		font-size: xx-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: x-small;
		margin: 0 0 0 20px;
}

.pagination {
		text-align: right;
		font-size: xx-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: x-small;
		margin: 0 0 0 20px;
}

/* The boxes */
/* ------------------------ */

#contentarea {
		width: 768px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #fff url("/images/bg.gif") top center repeat-y;
		}

#static	{
		position: absolute;
		top: 0;
		width: 284px;
		background: #fff;
		padding: 0;
}

#newsbox {
		width: 270px;
		height: 232px;
		margin: 0 0 10px 0;
}

#content {
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		position: relative;
		top: 0;
		width: 484px;
		text-align: left;
		background: #fff url("/images/bg_right_top.gif") no-repeat top left;
	/* False margin value for all versions of IE Win, including 6.0 */
		margin: 0 0 0 284px;
		padding: 48px 0 0 0;
		font-size: xx-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: x-small;
		}

html>body #content {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
		margin: 0 0 0 284px;
		}

#menu {
		margin: 0 0 -3px 0;
		padding: 0;
}

#entries {
		width: 484px;
		margin: 0;
		padding: 10px 0 0 0;
		background: transparent url("/images/bg_right.gif") no-repeat top left;
		}

#entries img {
		margin: -7px 0 0 0;
}

#entries ul {
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		line-height: 1.4;
		text-align: left;
		font-size: x-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: small;
		margin: 0 2em;
		padding: 0 1px;
		list-style-type: none;
		vertical-align: middle;
		}

#entries ul li {
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		line-height: 1.4;
		text-align: left;
		font-size: x-small;
		voice-family: "\"}\"";
	/* We've just tricked IE 5.x */
		voice-family: inherit;
		font-size: small;
		background-image: url("/images/nbullet.gif");
		background-repeat: no-repeat;
		background-position: 0;
		padding: 0 0 0 15px;
		margin: 0;
		}

#clientlogo {
		float: right;
}

#footer {
		position: absolute;
		left: auto;
		right: 0;
		width: 768px;
		font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
		line-height: 1.4;
		text-align: left;
		color: #999;
		background-color: transparent;
		margin: 0;
		font-size: 9px;
		}