/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

body
{
	font: 12px/16px Verdana;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #cccccc;
	overflow: auto;
}

body form
{
}

.stdcolor
{
	color: #7F7F7F;
}
.altcolor
{
	color: #7f7f7f;
}

a
{
	color: #c0a550;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
[href$=".pdf"]
{ 
   background: url(/images/pdf.gif) no-repeat;
   padding: 2px 0px 2px 20px;
}
[href^="http://"]
{
    color: #007a5e;
    text-decoration:underline;
}

h1, h2, h3, h4
{
}
h1
{
	color: #007a5e;
	font-weight: bold;
	font-size: 29px;
	line-height: 35px;
	padding: 0;
	margin: 30px 0 20px 0;
}
h2
{
	color: #7F7F7F;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 30px 0;
}
h2 a
{ color: #007a5e;
}
h3
{
	color: #7F7F7F;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0 0 20px 0;
}
h1.StdColor
{
	color: #007a5e;
}
h2.StdColor
{
	color: #7F7F7F;
}
h3.StdColor
{
	color: #7F7F7F;
}
h1.AltColor
{
	color: #007a5e;
}
h2.AltColor
{
	color: #7F7F7F;
}
h3.AltColor
{
	color: #7F7F7F;
}

p
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #7f7f7f;
}
hr
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:  #7F7F7F;
	color:  #7F7F7F;
	border: 0;
}
span, label 
{
    color: #7f7f7f;
}

hr.clear
{
	clear: both;
}

ul
{
	padding: 0 0 20px 20px;
	margin: 0;
}

img
{
	border: 0;
}

/* --- Divs used for page structure ---*/

table
{
	font-size: 12px;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

/************************/
/* Canvas               */
/************************/
#CanvasTop
{
	display: none;
}
#Canvas
{
	text-align: center; /* background: url(/images/CanvasBg.png) #2d8374 repeat-x; */
	width: 100%;
}
#CanvasBottom
{
	display: none;
}

/************************/
/* Page                */
/************************/
#PageWrapper
{
	background: url(/images/container_bg.png) repeat-y center top;
	text-align: left;
	width: 1000px;
	margin: 0px auto; /* padding-bottom: 10px; */
}
#PageWrapperBottom
{
	height: 10px;
	width: 1000px;
	margin: 0px auto;
}
#PageWrapperBottomLeft
{
	background: url(/images/PageWrapperBottomLeft.png) no-repeat left top;
	height: 10px;
	width: 10px;
	float: left;
}
#PageWrapperBottomMiddle
{
	background: url(/images/PageWrapperBottom.png) repeat-x left top;
	height: 10px;
	width: 980px;
	float: left;
}
#PageWrapperBottomRight
{
	background: url(/images/PageWrapperBottomRight.png) no-repeat left top;
	height: 10px;
	width: 10px;
	float: right;
}
#Page
{
	background: #FFFFFF none repeat scroll 0 0;
	position: static;
	text-align: left;
	width: 980px;
	margin: 0px auto; /*  	background: url(images/PageBg.png) repeat-y right top;  	padding: 0 0.5em;   */
}

#containerdiv /* OK */
{
	width: 980px;
	margin-top: 1em;
	text-align: left;
}
/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	background: url(/images/HeaderAreaBg.gif) repeat-x scroll center top;
	height: 123px;
	min-height: 123px;
	max-height: 123px;
	overflow: hidden;
}

#Header
{
	/* position: relative;
	background: url(images/PageCornerLeft.png) 0 0 no-repeat; */
	padding: 2px;
	/* height: 60px; */
}
#headerdiv /* OK */
{
	text-align: left;
	width: 100%;
}
.mainheader
{
}
#HeaderImage
{
	margin-left: 20px;
}

/************************/
/* Logotype               */
/************************/
#Logotype
{
	float: left;
	margin: 15px 0px 0px 70px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}

#quickbar /* OK */
{
	vertical-align: bottom;
}
#topmenudiv /* OK */
{
	/* background: #E0D2B5 url(../images/topmenubg.gif) repeat-x; */
	text-align: left;
	display: block;
	width: 100%;
}
#topmenucontrol /* OK */
{
	background-color: #cccccc;
	margin-top: 0;
	padding-bottom: 3px;
	width: 100%;
}
.topmenucontrol
{
}
/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	position: static;
    height: 42px;
	color: White;
	font-size: 10px;
	font-weight:bold;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 5px 70px 0px 70px ; /* 5px 70px 11px 70px; */
	overflow:hidden;
	
}

ul#MainMenu  
{
	 height: 36px; 
	line-height: normal;
	width: auto;
	margin: 6px 0 0 0px;
	padding: 0px;
	/* background: url(images/MainMenuLeft.png) no-repeat left top; */ 
	list-style-type: none;
	float: right;
	font-size: 12px;
	font-weight:normal;
	/*overflow:hidden;*/
}

#MainMenu li
{
  display: block;
  float: left;
  margin: 0px; /* 2px 0px 2px 0px; */
  padding: 0px 0px 0px 0px;
  height: 36px;
  background: url(/images/MainMenuDivider.gif) repeat-y right top;
 /* overflow:hidden;*/
}

#MainMenu li a 
{
    color: #7f7f7f;
	display: block;
	padding: 0px 10px 0 4px;
	/*height: 35px;*/
	text-decoration: none;
	text-transform: uppercase;
	/*overflow:hidden;*/
}


#MainMenu li.selected
{
}

#MainMenu li.selected a 
{
  color:#007a5e;
	display: block;
	font-weight: bold;
}

#MainMenu li.unselected a:hover 
{
  color:#7f7f7f;
}

/************************/
/* Languages            */
/************************/
ul#Languages
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:right;
	/* width: 80px; */
	height:42px;
	display:none;   /*Remove for now ...*/
}
#Languages li
{
	display: block;
	float: left;
	padding: 0px;
	height: 42px;
	margin: 0px 0px 0px 6px;
	overflow: visible;
}
#Languages li.current_language{ background: url(/images/language_current.gif) no-repeat center bottom; height: 42px; }
#Languages li a 
{
	display: block;
	text-decoration: none;
	float: left;
	padding: 0px; 
	height:25px;
	width: 25px;
}
#Languages li a.sv_flag { background: url(/images/flagsround/SV.gif) no-repeat; height:25px; }
#Languages li a.en_flag { background: url(/images/flagsround/EN.gif) no-repeat; height:25px; }
#Languages li a.sv_flag_off { background: url(/images/flagsround/SV_off.gif) no-repeat; height:25px; }
#Languages li a.en_flag_off { background: url(/images/flagsround/EN_off.gif) no-repeat; height:25px; }


/*************************/
/* SUBMENUAREA           */
/*************************/

#SubMenuArea, .rightRegion
{
 
  margin-left: 3px;
	width: 330px;
	max-width: 330px;
	overflow: visible;
	float:right;
	
}

div#SubMenuTop
{

  display: none;
	width: 330px;
 	height: 140px;
 	/* z-index: -1; */
}

#SubMenu
{
  padding: 41px 0px 20px 40px;
  width: 250px;
  max-width: 250px;
    color: #7f7f7f;
}

#SubMenu h2, #SubMenu h2 a
{
  font-size: 17px;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
}

#SubMenu a
{
	text-decoration: none;
}

#SubMenu a:hover
{
  /* font-weight:bold; */
  text-decoration: underline;
}

#SubMenu ul
{
  border: none;
	padding: 0;
	margin: 0 0 0 5px;
	list-style-type: none;
}

#SubMenu ul ul 
{
  background: transparent;
}

#SubMenu li ul { margin:0px;}

#SubMenu li
{
  background: transparent url(/images/dotted_border.png) repeat-x scroll left bottom;
  padding: 0px 0px 0px 3px;
  margin: 0px;
}
#SubMenu li ul li
{
  background: transparent;
}


#SubMenu ul li a
{
  background: transparent url(/images/arrow_grey.png) no-repeat left center;
  color: #7F7F7F;
  font-size:12px;
  line-height: 16px;
	display: block;
	padding: 14px 0px 14px 10px;
	text-decoration: none;
}



#SubMenu a.selected
{
  color: #007a5e;
  background: transparent url(/images/arrow_down_grey.png) no-repeat left center;
 
}

#SubMenu li li
{	
  padding: 0px 0px 0px 17px;
}

#SubMenu li li.selected
{
}



#SubMenu li span.newsitemdate{ display:inline; font-size: 10px; font-weight: normal; background: none; padding: 0 0 0 3px; }
#SubMenu li li span.newsitemdate{ display:inline; font-size: 10px; font-weight: normal; background: none; padding: 0 0 0 3px;}


/* IE 6 doesn't understand the > selector and ignores it */
/* html>body #MainContentArea {height: auto;} */

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
  position:relative;
  background-color: #ffffff;
  width: 980px;
  min-width: 980px;
  max-width: 980px;
  height: auto;
}
 
/* IE 6 doesn't understand the > selector and ignores it */
/* html>body #MainContentArea {height: auto;} */

/*************************/
/* MAINBODYAREA           */
/*************************/
#MainBodyArea
{
  position: static;
  width: 537px;
  max-width: 537px;
	float: left;
	margin: 30px 0 30px 65px;
	overflow: visible;
}

#MainBody
{
	margin: 0px 0px 20px 5px;
}
#MainBody h1 {margin: 0 0 15px 0; font-weight: normal;}
#MainBody h2 {margin: 0 0 15px 0; font-size: 12px; line-height: 16px; }
#MainBody h3 {margin: 0;}
#MainBody img.IntroImage{ margin-bottom: 15px; }
#MainBody .BodyText{color:#7f7f7f; font-size: 12px; line-height: 16px; margin: 0;}
#MainBody .BodyText img
{
  float:left;
  margin: 15px 15px 15px 0;
}

#MainBody h1.StdColor{color: #7F7F7F;} 
#MainBody h2.StdColor{color:#7f7f7f;} 
#MainBody h3.StdColor{color #7F7F7F;} 
#MainBody h1.AltColor{color:#7F7F7F;} 
#MainBody h2.AltColor{color:#000000;} 
#MainBody h3.AltColor{color:#7F7F7F;} 

#MainBodyArea .pageList
{
	padding: 0;
	margin: 0 0 0 5px;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}


#maincontainerdiv
{
	min-height: 480px;
	/*width: 100%;*/
	
}
.maincontainer
{
	width: 100%;
	height: 100%;
	border-left: solid 1 #cccccc;
	border-bottom: solid 1 #cccccc;
	border-right: solid 1 #cccccc;
}
.leftregion
{
	border: none;
	
	vertical-align: top;
	
	max-width: 330px;
	height: 100%;
}
td.leftregion
{

	max-width: 330px;
	height: 100%;
}
.mainAndRightRegion
{
	border-left: solid 1 #cccccc;
	
	vertical-align: top;
	height: 100%;
}
td.mainAndRightRegion
{
	max-width: 980px;
	height: 100%;
}
.mainAndRightContainer
{
	vertical-align: top;
	margin: 0;
	height: 100%;
	width: 100%;
}
.pagePictureRegion
{
}
td.mainRegion
{
	padding: 34px 24px 12px 24px;
	vertical-align: top;
	height: 100%;
	
	
}
td.rightRegion
{
	padding-top: 34px;
	vertical-align: top;
	height: 100%;
}
.RightImagesContainer
{
	width: 100%;
}
#footerdiv
{
	width: 100%;
}
table.footer
{
	width: 100%;
}
td.footer
{
	vertical-align: middle;
	text-align: center;
	min-height: 19px;
}


#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display: none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}

#FocusArea
{
	clear: both;
	padding: 0 0 20px 0px;
	margin: 0px;
	width: 532px;
	max-width: 532px;
}
.FocusArea
{
	width: 246px;
	max-width: 246px;
	overflow: hidden;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0 0px 20px 0;
}
#FocusBody
{
	margin: 20px 0px 0px 16px;
	width: 220px;
	max-width: 240px;
}
#FocusBody h2
{
	padding: 2px 0 14px 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal; 
}
#FocusBody h3
{
	margin: 0 0 6px 0;
}

#FocusBody .FocusText
{
	color: #7f7f7f;
	margin: 0;
}
#FocusBody .FocusText img
{
	float: right;
	margin: 0px 0px 00px 20px;
}
#FocusBody a.FocusLink
{
	color: #c0a550;
	padding: 0 8px 0 0;
	font-weight: bold;
	text-decoration: none;
}
#FooterArea
{
	background: #f2f2f2 url(/images/FooterBg.png) left top no-repeat;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	clear: both;
	
	height: 55px;
	max-height: 55px;
	min-height: 55px;
}

ul#Footer
{
	font-size: 11px;
	width: 840px;
	margin: 12px 70px 10px 70px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#Footer li
{
	color: #999999;
	display: block;
	float: right;
	padding: 0;
	margin: 0px;
}

#Footer li.first
{
	float: left;
}

#Footer li.ContactArea div
{
	color: #999999;
	font-size: 9px;
	float: left;
}
#Footer li.ContactArea div p
{
	margin-bottom: 0px;
}
#Footer li.ContactArea a.ContactMail
{
	display: inline-block;
	font-size: 9px;
	width: auto; 
	margin: 0 0 0 5px;
	color: #c0a550;
	text-decoration: underline;
}
#Footer li.ContactArea a.ContactMail img
{
	padding-top: 2px;
	border: none;
}

#Footer li.first div#NewsFlash
{
	padding-top: 0px;
}
#Footer li.first div#NewsFlash h2
{
	margin-bottom: 10px;
}
#Footer li.first div#NewsFlash div
{
	width: 100%;
	max-width: 100%;
	padding-top: 0px;
	cursor: hand;
	color: #888888;
}

#Footer li.first a
{
	text-decoration: none;
	color: #c0a550;
}


#Footer li a
{
	text-decoration: none;
	color: #c0a550;
}

#Footer li a:hover
{
	text-decoration: none;
}

.estateinfopanel p
{
	margin: 0px;
}

