/* layout til sideopsaetningen */
body {
	margin-top: 0px;	
	background-color: #778592;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: none;
}


/* layout til grundramme strukturen */
.pageLayout {
	border: #000000;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #000000;	
	border-collapse: collapse;
	vertical-align: top;
}


/* layout til logoet, grafik, grafikspacer og copyright */
.logo {
	width: 740px;
	height: 90px;
	padding-left: 40px;
	text-align: left;
}

.grafik {
	width: 740px;
	height: 2px;
	text-align: center;
	background-image: url(../images/top_spacer_1_px_black.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.copyright {
	width: 740px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-align: right;
	vertical-align: bottom;
	padding-right: 30px;
	padding-top: 5px;
}

.topSpacer01 {
	width: 740px;
	height: 25px;
}

.topSpacer02 {
	width: 740px;
	height: 15px;
}


/* layout til menuen */
.tdmenu {
	padding-top: 10px;
	padding-left: 40px;
	vertical-align: top;
}

.menu {
	width: 175px;
	background-color: #ffffff;
	color: #657179;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.menuHeadline{
	border-bottom: solid 1px #e7e7eb;
}


/* layout til specielt */
.menuSpacer{
	height: 25px;
}

.newmenuSpacer{
	height: 12px;
}

h1 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #000000;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #000000;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 13px;
}

.twoCellsHorizontal {
	width: 100%;
	margin-top: -3px;
}

.HorizontalHeadline {
	width: 100%;
	border-bottom: solid 1px #e7e7eb;
	margin: 0px;
	padding: 0px;
}

.twoCellsHorizontalBillede {
	vertical-align: top;
	margin-left: 0px;
}

#twoCellsHorizontalBillede {
	border: solid 1px #000000;
}

.twoCellsHorizontalTekst {
	width: 440px;
	vertical-align: top;
	padding-left: 12px;
}

#nyhedHeadline {
	color: #000000;
	font-size: 12px;
}


/* layout til broedteksten */
.tdtekst {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;	
	vertical-align: top;	
}

.lineTekst {
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;	
	vertical-align: top;
}

.tekst {
	color: #000000;
	font-size: 11px;
	width: 475px;
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
	padding-left: 0px;	
}


/* layout til links */
a:link {
	color: #45586a;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	color: #45586a;
	font-size: 11px;
	text-decoration: none;
}

a:active {
	color: #bf311b;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #bf311b;
	font-size: 11px;
	text-decoration: none;
}

.navniveau3 {
	font-size: 11px;
	padding-left: 1em;
}

.navniveau3red {
	font-size: 11px;
	padding-left: 1em;
	color: #bf311b;
}

.red {
	font-size: 11px;
	color: #bf311b;
}