body
{
	padding: 0px;
	margin: 0px;
	background: white;
	/*background: url(background.gif); */
	text-align: center;
}

html
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

select
{
	font: 10px verdana,Sans-Serif; 
}

/*************** Start header *******************/
#containerdiv
{
	width: 742px;
	margin: 60px auto 60px auto;
	text-align:left;
	background:white;
}

#headerdiv
{
	z-index:100;
}

#logodiv
{
	float:left;
	margin-bottom: 18px;
}

#bannerdiv
{
	float:right;
	margin-bottom: 18px;
}

#topmenudiv
{
	background-image:url('/Images/bg_topmenu.gif');
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	height:14px;
}

#topmenudiv a
{
	font-family:Verdana, Sans-Serif ;
	font-weight:normal;
}

#menuleftenddiv
{
	float:left;
	background-image:url('/Images/bg_menuleftend.gif');
	background-repeat:no-repeat;
	width:4px;
	height:14px;
}

#menucenterdiv
{
	float:left;
}

#inEnglishLink
{
	float:right;
	font-style:italic;
	font-size:x-small;
	color:White;
	margin-right:20px;
}

#menurightenddiv
{
	float:right;
	background-image:url('/Images/bg_menurightend.gif');
	background-position:right;
	width:4px;
	height:14px;
}

.menuItem
{
	background-image:url('/Images/bg_topmenu.gif');
	background-repeat:repeat-x;
	height:14px;
	border-right:solid 1px white;
}

.menuItem a
{
	color:White;	
	padding: 0 35px;	
	height:14px;
}

.subMenuItem
{
	background-color:#378059;
	border-top:solid 1px white;
	height:20px;
	line-height: 20px;
}

.subMenuItem a
{
	color:White;
	display:block;
	padding: 0 35px;	
	height:20px;
}

.menuItemHover
{
	background-color:white;
}

.menuItemHover a
{
	color:black;
	height:20px;	
}

/*
#searchbar
{
	height:8px;
	width:90px;
	font-size:6pt;
	margin-left:5px;
	border-bottom:solid 1px #97bdaa;
	border-right:solid 1px #97bdaa;
	border-top:solid 1px #32754f;
	border-left:solid 1px #32754f;
	color:White;
	background-color: #689e81;
}
*/

/*************** End header *******************/
/************* Start content ******************/
#contentdiv
{
	width:742px;
	border-top: solid 10px white;  /*Use of border instead of margin (otherwise IE7 creates a margin above the floated footer)*/
	z-index:0;
}

#leftcolumndiv
{
	width:365px;
	float: left;
	margin-right: 10px;
}

#welcomeimagediv
{
	width:365px;
	height:244px;
}

#externalsearchdiv
{
	margin-top:14px;
}

#puffsdiv
{
	float:left;
	width: 178px;
	color:#b0b1b4;
	font-size:7pt;
	font-weight:bold;
}

#puffsdiv a
{
	color:#e4801b;
}

#puffsdiv img
{
	width:100%;
}

.puff
{
	margin-bottom:16px;
}


#quicklinksdiv
{
	float:right;
	width: 178px;
	color:White;
	font-size:7pt;	
	font-family:Verdana, Sans-Serif;
}

#quicklinksdiv a
{
	color:White;
}

.quicklinksheader
{
	background-image:url('/Images/bg_quicklinksheader.gif');
	background-repeat:repeat-x;
	height: 17px;
	border-bottom: solid 1px white;
	padding-left:5px;
	font-size:9pt;	
}

.quicklinkscontent
{
	border-bottom: solid 1px white;
	background-color:#a9abae;
	padding:10px 5px;
}


#quicklinksbottomdiv
{
	border-bottom:none; /* Removes the bottom border defined in quicklinkscontent */
	height: 90px;
}

#newsdiv
{
	height:125px;
	overflow: auto;
}

.newsitem
{
	margin-bottom: 10px;
}

.newsitem a
{
	font-weight:bold;
}

#merServicePlus
{
	float:left;
	padding-right:5px;
}

#merServiceHeader
{
	float:left;
}

#merservicediv
{
	height:59px;
}

#ddlAddressSelector
{
	margin-top:10px;
}

/*Tenant*/
.headingbrostaden
{
	font-weight:bold;
	font-size:11pt;
	color:#336633;
}
/*End tenant*/
/*************** End content *******************/
/************* Start footer ******************/
#footerdiv
{
	height:96px;
	clear:both;
	width:100%;
}

.startpagefooter
{
	background-image:url('/Images/bg_footerstartpage.gif');
}

.footer
{
	background-image:url('/Images/bg_footer.gif');
}

#contactinfo
{
	
}
/*************** End footer *******************/