html,body {
	padding:0px;
	margin:0px;
	height:100%;
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	background:#90B9D2;
}

h1 {
	font-size:100%;
	margin:2px 0 8px 0;
	border-bottom:1px solid #2489B0;
	color:#2489B0;
}
td#content div.csc-header-n1 H1 {
	font-size:150%;
	border:0;
}
a:link, a:hover, a:visited {
	color:#2489B0;
	text-decoration:underline;
}
tr#spacer {
	height:5px;
}
td#content a:link, td#content a:visited, div#relatedbar a:link, div#relatedbar a:visited {
	font-weight:bold;
}
a:hover, a:visited {
	text-decoration:none;
}
td.content li {padding-bottom:10px;}
a#logohomelink {
position:absolute;
z-index:1000;
top:30px;
width:650px;
left:50%;
margin-left:-325px;
height:150px;
}

table#body {
  width:100%;
  height:100%;
  border-collapse:collapse;
}
table#body td {
	font-size:80%;
	color:rgb(40,40,40);
	padding:3px;
}
table#body td p {
	line-height:1.7em;
	margin-top:0;
}
td.left {
	width:155px;
}
td#adress  {
	width:640px;
}
td#adress p {
	font-size:85%;
}
td.content {
	width: 485px;
	padding:10px;
}

tr#top td {
	height:30px;
}
tr#darkerline td {
	background:rgb(40,40,40);
	height:150px;
}
tr#darkerline td#imagearea {
	background-image:url('Nyt-logo-med-streg.gif');
	background-position:80%;
}
tr#quicknav td.left, tr#quicknav td.content {
	height:30px;
 	background:rgb(240,240,240);
}
td#menu {
	border-right:1px solid #2489B0;
}
tr#main {
	vertical-align:top;
}
tr#top td.left, tr#top td.content, tr#main td.left, tr#main td.content, td.spacercontent {
 	background:rgb(240,240,240);
}


div#relatedbar p {
	margin:2px;
	margin-bottom:8px;
	font-size:85%;
line-height:0.7em;
}
div#relatedbar p a {
	text-decoration:none;
font-weight:normal ! important;
}

table#body td#content p, table#body td#content h1 {
margin-left:5px;
padding-right:5px;
}

p.csc-caption {font-size:80%;}
p.csc-form-label-req {
	font-weight:bold;
}
td.csc-form-fieldcell input, td.csc-form-fieldcell textarea {
	width:300px;
}


/* Liste-menu */
#navcontainer { 
	width: 100%; 
	margin-top:3px;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
#navcontainer ul ul
{
margin-left: 5;
padding-left: 5;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 100%;
background-color: #2489B0;
border-bottom:2px solid rgb(240,240,240);
white-space:nowrap;
}
#navcontainer li.act a
{
background-color: rgb(40,40,40);
}


#navcontainer a:link, #navcontainer a:visited
{
color: rgb(240,240,240) ! important;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: rgb(60,60,60);
}

#navcontainer li li a, #navcontainer li.act li a
{
display: block;
padding: 2px;
width: 100%;
background-color: rgb(240,240,240);
}
 #navcontainer li li.act a {
font-weight:bold;
}
#navcontainer li li a:link, #navcontainer li li a:visited
{
font-size:85%;
color: rgb(40,40,40) ! important;
text-decoration: none;
}

#navcontainer li li a:hover
{
background-color: rgb(240,240,240);
text-decoration:underline ! important;
}

/* Specifik FE-edit-menu */
div.lvl1_fe_edit a, div.lvl2_fe_edit a {
	text-decoration:none;
}
div.lvl1_fe_edit img, div.lvl2_fe_edit img {
	border:0;
}
div.lvl1_fe_edit a {
	font-weight:bold;
}
div.lvl2_fe_edit a {
	font-size:85%;
	margin-left:10px;
}


/* Dropdown-menu */
div#selectmenu {
	position:absolute;
	top:5px;
	left:50%;
	margin-left:185px;
	z-index:30;
}
div#selectmenu select {
	font-size:9px;

}