html {
	overflow-y: scroll;
	/* height: 101%;
	scrollbar: yes; */
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	/* overflow: hidden; /* skal vre i BODYtag, hvis scrollbaren skal forsvinde */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

p {
	/* color: #FFFF00; */
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #DDDDDD;
	letter-spacing: 0px;
	line-height: 18px;
	margin: 0px;
}

.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #999999;
	letter-spacing: 0px;
	line-height: 17px;
	margin: 0px;
}

.poettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #888888;
	letter-spacing: 0px;
	line-height: 19px;
	margin: 0px;
}

a, a:link, a:visited, a:active {
	color: #E0FF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Black Arrow Links */

.BackArrow a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline-block;
	clear:both;
	color: #E0FF00;
	padding: 2px 0px 2px 30px;
	background: url(../bundgrafik/pil_left_black.gif) top left no-repeat;
}

.TopArrow a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline-block;
	clear:both;
	color: #E0FF00;
	padding: 2px 30px 2px 0px;
	background: url(../bundgrafik/pil_up_black.gif) top right no-repeat;
}

/* ++++++++++++++++++++++++++ CONTENT tags +++++++++++++++++++++++++++ */

.subheader {
	font-size: 16px;
	margin-bottom: 5px;
}

.img_border {border: 1px solid #555555;}

.yellow_line {border-bottom: 1px solid #E0FF00;}

.grey_line {border-bottom: 1px solid #666666;}

#black_text {
	color: #111111;
	/* background-color: #111111; */
	background-color: #FCFCFC;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#black_text .header {
	display: block;
	/* width: 446px; */
	/* height: 60px; */
	/* float: left; */
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	/* margin: 0px 0px 35px 0px; */
	margin: 0px;
	padding: 0px;
}

#black_text .underheader {
	display: block;
	/* width: 446px; */
	/* height: 60px; */
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	color: #333333;
	margin-bottom: 20px;
	padding: 0px;
}	

#black_text .subheader {
	/* display: block; */
	/* width: 150px; */
	/* float: left; */
	font-size: 16px;
	/* margin-bottom: 5px; */
}

#black_text .billedtekst {
	/* width: 208px; */
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#black_text .small {
	width: 208px;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}

/* ++++++++++++++++++++++++++ TEKSTER tags +++++++++++++++++++++++++++ */

.textlink {
	width: 984px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border-top: 1px solid #555555;
}

.textlink a:link, .textlink a:visited, .textlink a:active {
	display: block;
	padding: 7px 0px 9px 12px;
	background-color: #111111;
	color: #CCCCCC;
	border-bottom: 1px solid #555555;
	text-decoration: none;
}

.textlink a:hover {
	display: block;
	padding: 7px 0px 9px 12px;
	/* background-color: #E0FF00; */
	background-color: #222222;
	color: #DDDDDD;
	border-bottom: 1px solid #555555;
	text-decoration: none;
}


