﻿body 
{
	background-color: #23589e;
	font-family: Arial;
	font-size:small;
	color: #616161;
	margin-top: 30px;
}
#AllAround
{
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
}
#Top
{
	width: 100%;
	height: 5px;
	background-image: url('images/top.gif');
	background-repeat: no-repeat;
}
#Header
{
	width: 100%;
	height: 95px;
	background-color: #FFFFFF;
}
#HL
{
	float:left;
	text-align: left;
	height: 100%;
}
#HR
{
	float:right;
	text-align: right;
	height: 95px;
}
#Language
{
	float:right;
	text-align: right;
	height: 40px;
}
#GoogleSearch
{
    clear:both;
    text-align: right;
    vertical-align: bottom;
	height: 55px;
}
#Menu
{
	padding-left: 5px;
	width: 895px;
	height: 35px;
	background-image: url('images/menubg.gif');
}
#Content
{
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('images/contentbg.gif');
	background-repeat: repeat-x;
}
#SubContent
{
	padding-left: 15px;
	width: 885px;
}
#Footer
{
	clear: both;
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
}
#FL
{
	float:left;
	text-align: left;
	height: 100%;
}
#FR
{
	float:right;
	text-align: right;
	height: 100%;
}
#Bottom
{
	width: 100%;
	height: 33px;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
}
.ContentPlace
{
	float: left;
	width: 630px;
	text-align: left;
}
.RightMenu
{
	float: right;
	width: 150px;
	text-align: left;
}
/* andet */
a
{
	color: #5B97D5;
	Text-decoration:none;
}
div#Menu a
{
	color: #FFFFFF;
	Text-decoration:none;
}
h4
{
  margin-bottom: 0;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li
{
position: relative;
display: inline;
float: left;
background-color: #757575; /*overall menu background color*/
background-image: url('images/menubg.gif');
background-repeat:  repeat-x;
vertical-align: middle;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
height: 32px;
padding: 1px 8px;
border: 1px solid #6E706F;
border-bottom-width: 0;
border-top-width: 0;
border-left-width: 0;
text-decoration: none;
color: White;
vertical-align: middle;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
vertical-align: middle;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
vertical-align: middle;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: White;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
vertical-align: middle;
}

.suckertreemenu ul li a:hover{
/*background-color: black;*/
background-image: url('images/onmenubg.gif');
background-repeat:  repeat-x;
color: white;
vertical-align: middle;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
{
	background-image: url('images/menubg.gif');
/*background: #757575 url(media/arrow-down.gif) no-repeat center right; */
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon
{
	background-image: url('images/menubg.gif');
/*background: #757575 url(media/arrow-right.gif) no-repeat center right; */
}

#News
{
	width: 100%;
	height: 234px;
}