@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url('images/ny/bg.png');
	
	margin: 0px;
	
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

A:link {
	color: #333333;
	text-decoration: none
}

A:active  {
	color: #333333;
	text-decoration: none
}

A:visited {
	color: #333333;
	text-decoration: none
}

A:hover {
	color: #d0202d;
	text-decoration: underline
}


/* DIV */

div.space {
	float: left;
	width: 100%;
}

div.linie {
	float: left;
	width: 100%;
	height: 1px;
}


/* TEkst */

p {
	margin: 0px;
	line-height: 150%;
}

.overskrift {
	color: orange;
	font-size: 20px;
}

.venstre_overskrift {
	color: orange;
	font-size: 24px;
}

.venstre_forsiden_small {
	font-size: 11px;
}


/* Billeder */

img {
	border: 0px;
}

img.venstre_billede {
	max-width: 250px;
	margin: 0px 0px 10px 10px;
}

img.billede_hojre {
	max-width: 50%;
	margin: 0px 0px 10px 10px;
}
