* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	margin-top: 1em;
	font-size: 0.75em;
	text-align: center;
}

h1 {
	color: red;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.4em;
}
/* Underrubrik */
h3 {
	font-weight: bold;
	margin-top: 0.7em;
	font-size: 1em;
	padding-left: 1px;
}
/* Ingress */
h2 
{
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.2em;
	margin-top: 0.6em;
	font-size: 1em;
}
p 
{
	line-height: 1.5em;
	margin-bottom: 0.7em;
	margin-top: 0;
	padding-left: 0;
}
#MainSite
{
	text-align: left;
	width: 792px;
	margin-left: auto; 
    margin-right: auto; 
}
#LeftColumn {
	width: 180px; 
	float: left;
	_height: 480px;
	min-height: 480px;
} 
#RightColumn{
	float: left;
	width: 592px;
	clear: right;
	margin-left: 20px;
}
#MainContentArea
{	
	float: left;
	width: 580px;
}
#MainContentAreaShort
{	
	float: left;
	width: 414px;
}
#PuffArea
{
	float: right;
	width: 160px;
	font-size: 0.8em;
}

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}

/***********************/
/* HEADER              */
/***********************/

.quickSearchField
{
	width: 115px;
	height: 21px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	vertical-align: middle; 
	padding: 2px 0px 0px 3px;
	margin-top: 1px;
}
#MenuBar 
{
	padding-bottom: 16px;
	float: left;
	width: 792px;
}
#MenuBar table
{
	width: 792px;
}
#SecondaryMenu
{
    float: left;
	height: 28px;
	background-color: #E2E2E2;
	vertical-align: middle;
}
#QuickSearch
{
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}
.quickSearchField
{
	border: solid 1px #999;
	width: 130px;
}
#TopImage
{
	float: left;
	margin-bottom: 0.3em;
	padding-left: 0.2em;
}
#Logotype
{
	float: right;	
	text-align: right;
	margin-bottom: 0.5em;
	padding-right: 0.5em;
}

/***********************/
/* LEFT COLUMN         */
/***********************/
.leftMenuOptionTop {
	background: url(/images/leftmenutop1.gif) no-repeat top left;
	width: 186px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
}
.menuOption 
{
	text-decoration: none;
	cursor: hand;
}
.menuOption:hover
{
	text-decoration: none;
}
.leftMenuOption {
	background-image: url(/images/leftmenu1.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 32px;
	font-weight: bold;
	color: #FFFFFF;
}

.leftMenuOption:hover
{
	text-decoration: none;
}

.leftMenuOptionBottom {
	margin-bottom: 1em;
}

#leftBottomMenuTop {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/leftbottommenutop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 2em;
}
#leftBottomMenuTop a 
{
	color: #FFFFFF;
}

#leftBottomMenuBody {
	background-color: #EAE8D9;
	padding: 10px 0px 11px 0px;
	width: 186px;
}
#leftBottomMenuBody a 
{
	color:#000000;
	text-decoration: none;
}
#leftBottomMenuBody a:hover 
{
	color:#FF0000;
	text-decoration: none;
}
.leftBottomMenuItem {
	position: relative;
	left: 11px;
	font-size: 0.9em;
	width: 160px;
	padding-bottom: 7px;
}
div.leftMenuMemberItem 
{
	padding: 5px 0px 5px 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D7D7D7;
}
div.leftMenuMemberItemHover {
	padding: 5px 0px 5px 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D7D7D7;
	background-color: #EBEBEB;
}
div.leftMenuMemberItemActive {
	padding: 5px 0px 5px 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D7D7D7;
	background-color: #FF0000;
}

a.leftMenuMemberItem 
{
	color:black;
	text-decoration:none;
	width: 100%;
	height: 100%;
}
a.leftMenuMemberItemActive 
{
	color:white;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
	height: 100%;
}



/***********************/
/* MID COLUMN          */
/***********************/
.selectedPagingItem
{
	font-weight: bold;
}
.pathPanel
{
	margin-bottom: 14px;
}

.newsDate {
	color: #7A7A7A;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-top: 8px;
}

.newsHeading {
	margin-bottom: 4px;
}
.newsHeading a {color:#000000;font-weight:bold;}
.newsHeading a:hover {color:#FF0000;font-weight:bold;}

.newsBody {
	line-height: 14px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	padding-bottom: 5px;
}

.greyLink {color:#7F7F7F;text-decoration:none;}
.greyLink:hover {text-decoration:underline;}

.mainBody
{
	padding-bottom: 2em;
}
.introduction
{
	font-weight: bold;
}
.black
{
	color: Black;
}
.seeMoreLink
{
	margin-top:11px;
	margin-bottom:27px;
}

/*********************/
/* STARTPAGE          /
/*********************/
#MiddleArea
{
	width: 100%;
}
#BottomArea
{
	width: 100%;
	_height: 21em;
	min-height: 21em;
	padding: 0.2em 0.1em 0.2em 0.1em;
}
.startPageList
{
	width: 370px;
	padding: 0;
}
.startPageList h2
{
	background: #ACA68B url(/images/StartNewsListHeading.gif);
	width: 370px;
	height: 21px;
	line-height: 21px;
	text-indent: 25px;
	color: White;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	
}
.startPageList .listItem
{
	padding: 5px;
}
.startPageList .listItem a
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}
.startPageList .listItem .newsExcerpt
{
	font-size: 0.9em;
}
.startPageList .puffLink
{
    float: left;
    margin-right: 5px;
}
.startPageList .puffImage
{
	width: 88px;
}
.startPageList .left
{
	float: left;
	width: 100px;
}
#MainBodyStart 
{
	float: left;
}
#StartPageMap
{
	float: right;
	clear: right;
}


/***********************/
/* FOOTER              */
/***********************/
#footer {
	margin-top: 2em;
	background-color: #E2E2E2;
	width: 792px;
	font-size: 0.8em;
}
.leftFooterArea
{
	float: left;
	font-weight: bold;
	padding-left: 15px;
}
.rightFooterArea
{
	float: right;
	margin-right: 10px;
	text-align: right;
}
.footerItem {
	color: #717171;
	float: left;
	padding-left: 25px;
}
.footerItem a{
	color: #444;
	text-decoration: none;
}
.footerItem a:hover{
	color: #222;
	text-decoration: none;
}


/*********************/
/* SEARCH             /
/*********************/
input.search
{
	width: 180px;
	border: solid 1px #6D8CA8;
	height: 20px;
	padding: 2px 0px 0px 4px;
	vertical-align: middle;
}
#SearchHelpButton
{
	text-decoration: underline;
	cursor: hand;
	background-color: White;
	vertical-align: middle;
}
.searchHelpBlock div
{
	margin-left: 25px;
	padding-right: 20px;
}
th.search
{
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}




/*********************/
/* MISC               /
/*********************/

.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.red
{
	color: Red;
}
.show
{
	visibility: visible;
}
.dontshow
{
	visibility: hidden;
}


/*********************/
/* DROPDOWN           /
/*********************/

#MainMenu a
{
	text-decoration: none;
}
#MainMenu
{
	font-size: 0.9em;
	table-layout: fixed;
	float: left;
}

#MainMenuLeftCorner
{
	position: relative;
	background: url(images/menu_leftcorner.gif) no-repeat top left;
	width: 3px;
	height: 3px;
	top: 3px;
	float: left;
	font-size: 1px;
}
#MainMenuRightCorner
{
	position: relative;
	background: url(images/menu_rightcorner.gif) no-repeat top right;
	width: 3px;
	height: 3px;
	font-size: 1px;
	top: 3px;
	float: right;
}
.menuTitleInactive
{
	background-color: black;
	color: white;
	height: 20px;
	padding: 8px 0 0 11px;
}
.menuTitleInactive a
{
	color: White;
}

.menuTitleActive
{
	background-color: red;
	height: 20px;
	color: red;
	padding: 8px 0 0 11px;
}
.menuTitleOver
{
	background-color: #4A4A4A;
	height: 20px;
	padding: 8px 0 0 11px;
}
.menuTitleOver a
{
	color: White;
}

.menuTitleLink
{
	width: 100%;
	height: 20px;
	text-decoration: none;
	color: #666;
}
.menuTitleLinkActive
{
	width: 100%;
	height: 20px;
	text-decoration: none;
	color: white;
}

.dropDownMenu
{
	width: 190px;
	display: block;
	vertical-align: top;
	position: absolute;
	border: solid 1px #BABABA;
	z-index: 2;
}
.dropDownMenu a
{
	font-weight: normal;
}
.menuSeparator
{
	float: left;
	width: 1px;
	height: 25px;
	background-color: White;
}

/*********************/
/* SUBMENU            /
/*********************/
#Submenu
{
	font-size: 0.9em;
	width: 180px;
}
.submenuItem
{
	width: 180px;
	border-top: solid 1px #DFDFDF;
}
.submenuItem div
{
	line-height: normal;
}
a.submenuLink
{
	display: block;
	background-color: #F5F5F5;
	color: #666;
	padding: 6px 5px 6px 11px;
	_width: 100%;
}
a.submenuLink:hover
{
	background-color: #DFDFDF;
}
.submenuSeparator
{
	border-bottom: solid 1px #DFDFDF;
}
#SubmenuHeading
{
	background-color: #777;
	height: 25px;
	font-weight: bold;
	font-size: 0.9em;
	width: 180px;
}
#SubmenuHeading .padding
{
	padding-top: 6px;
	padding-left: 8px;
}
#SubmenuHeading a
{
	color: White;
	text-decoration: none;
}

/*********************/
/* LINKPANEL          /
/*********************/
#leftBottomMenuTop {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('images/leftbottommenutop.gif');
	background-position:  left top;
	background-repeat: no-repeat;
	height: 23px;
	font-size: 0.9em;
}
#leftBottomMenuTop a {color:#FFFFFF;}

#leftBottomMenuBody {
	background-color: #F2F1E8;
	width: 180px;
}
#leftBottomMenuBody a {color:#000000;text-decoration: none;}
#leftBottomMenuBody a:hover {color:#FF0000;text-decoration: none;}


#leftBottomMenuTop .padding
{
	padding-top: 6px;
	padding-left: 8px;
}

/*********************/
/* SEARCH            */
/*********************/
#SearchResult
{
	font-size: 0.9em;
}
#SearchResult a
{
	font-weight: bold;
	color: Black;
}

.helpButton
{
	vertical-align: middle;
	background-color: White;
	font-weight: bold;
	cursor: help;
}
.searchField
{
	border: solid 1px Gray;
	float: left;
	width: 200px;
}

/*********************/
/* COUNTRY PAGE      */
/*********************/
.countryLinks
{
    width: 260px;
    float: right;
}
.countryLinks #leftBottomMenuTop 
{
	background-image: url(images/CountryLinksTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 2em;
	margin-top: 6px;
}
.countryLinks #leftBottomMenuBody
{
    width: 260px;
}
.countryBody
{
    margin-top: 0.5em;
    height: 21em;
    min-height: 21em;
    width: 520px;
    float: left;
    padding: 0 0.1em 0 0.1em;
}