﻿table.NewsContent
{
	margin: 0px auto;
	width: 98%;
	height: 100%;
	
	border-style: solid;
	border-width: 0px;
	border-color: #555555;
	background-repeat: no-repeat;
	background-image: url('/images/forside/background_logo.png');
	background-position: center 2.4em;
}

.NyhedForfatter 
{
	background-color:transparent;
	font-weight:bold;
	font-style:italic;
	font-size:95%;
}

div.NewsText
{
	font-family:Times New Roman, Times New Roman, Arial;
	margin: 0px auto 2em auto;
	text-align:left;
	width: 92%;
}
hr.NewsDottedLine
{
	border-style: dotted;
	color: #306fa0;
	height: 1px;
	margin: 1px;
	width: 12em;
}
