/*..............................................*/
/*				Nolla allt...					*/
/*..............................................*/
a { color: #F58229; text-decoration: none; outline:none;}

a:hover { text-decoration: none; color: #00F; }
img { border: 0px; }

h1 {font-size: 24px; font-weight: normal; color: #333; margin-top: 10px; margin-bottom: 5px;}
h2 {font-size: 18px; font-weight: normal; color: #f99d1c; margin: 0px; }
h3 {font-size: 12px; font-weight: bold; color: #f99d1c; text-transform: uppercase; margin: 0px; margin-top: 5px; }
h4 {font-weight: bold; font-size: 12px; color: #333; margin: 0px; margin-bottom: 2px; }
h5 {font-style: italic; font-size: 12px; color: #333;}
h6 {font-size: 12px; color: #f99d1c; text-transform: uppercase; margin: 0px; }
table { table-collapse: collapse; border: 0px; }
td { border: 0px; }
p { padding: 0px; margin: 0px; margin-bottom: 5px; line-height: 16px; }

/*..............................................*/
/*				Grundstruktur					*/
/*..............................................*/

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: black; 
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	background-image: url('/images/background_01.gif');
	background-repeat: repeat-x;
}

#centerwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 100%;
}

#logowrapper {
	float: left;
	height: 150px;
	width: 700px;
}

#langBox {
	float: right;
	width: 200px;
	margin-right: 40px;
	margin-top: 20px;
}
#langBox img {
	float: right;
	margin-left: 4px;
}

#contentwrapper {
	float: left;
	width: 936px;
	padding-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
#contentTarget {
	float: left;
	width: 100%;
}

#bottomwrapper {
	float: left;
	width: 914px;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	border: 1px dotted #CCC;
	background-color: #EEE;
	font-size: 11px;
	color: #666;
}
#bottomwrapper a {
	color: #333;
}

/*..............................................*/
/*						meny					*/
/*..............................................*/

#menuwrapper {
	float: left;
	width: 936px;
	margin-left: 20px;
}
#menuwrapper ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#menuwrapper li {
	list-style : none;
	position : relative;
	float : left;
	font-size: 16px;
	color: #FFF;
	line-height: 21px;
}
#menuwrapper li ul { /* second-level lists */
	display: block;
	position: absolute;
	z-index: 999;
	float: left;
}

#menuwrapper ul li {
	padding-left: 20px;
}
#menuwrapper a {
	text-decoration : none;
	display : block;
	color: #FFF;
	height: 31px;
}
#menuwrapper a:hover {
	color: #f99d1c;
	height: 31px;
	background: transparent url(/images/pointer_act.gif) bottom center no-repeat;
}
#menuwrapper ul li:hover, #menuwrapper ul li a:hover {
}
#menuwrapper ul ul, #menuwrapper ul ul ul {
	display : none;
	position : absolute;
}
#menuwrapper li:hover ul ul, #menuwrapper li:hover ul ul ul, #menuwrapper li:hover ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul ul ul {
	display : none;
	position : absolute;
}
#menuwrapper li:hover ul, #menuwrapper ul li:hover ul, #menuwrapper ul ul li:hover ul, #menuwrapper ul ul ul li:hover ul, #menuwrapper ul ul ul ul li:hover ul, #menuwrapper ul ul ul ul ul li:hover ul, #menuwrapper ul ul ul ul ul ul li:hover ul {
	display : none;
	position : absolute;
	width: 180px;
	padding-left: 0px;
}
#menuwrapper ul li ul li {
	width: 180px;
	padding-left: 0px;
}
#menuwrapper ul li ul li a {
	text-decoration : none;
	display : block;
	border-bottom: 0px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding-left: 10px;
	background-color: #FFF;
} 
#menuwrapper ul li ul li a:hover {
	text-decoration : none;
	display : block;
	border-bottom: 0px;
	background-color: #e5effc;
	padding-left: 10px;
} 
#menuActive {
	color: #f99d1c;
	height: 31px;
	background: transparent url(/images/pointer.gif) bottom center no-repeat;
}
/*..............................................*/
/*					Startsida					*/
/*..............................................*/

#imageArea {
	float: left;
	width: 640px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	padding-bottom: 0px;
	background-color: #EEE;
}
#image {
	float: left;
	width: 640px;
	overflow: hidden;
}
#contentArea {
	float: left;
	width: 640px;
	margin-left: 15px;
	padding: 15px;
	padding-top: 0px;
	background-color: #EEE;
}

#StandardContentArea {
	float: left;
	width: 410px;
	margin-left: 15px;
}

#StandardImageArea {
	float: right;
	width: 250px;
	margin-right: 15px;
	margin-top: 15px;
}

#StandardImage {
	float: left;
	width: 244px;
	border: 1px solid #CCC;
	padding: 2px;
	overflow: hidden;
}
#StandardImage img {
	float: left;
	width: 245px;
}
#imageArea img {
}
#thumbs {
	top: 0px;
	float: right;
	padding: 3px;
}
#thumbs img {
	height: 40px;
	margin-left: 3px;
}
#textArea {
	float: left;
	width: 675px;
}
#ContactTextArea {
	float: left;
	width: 450px;
}
#headline {
	font-size: 24px;
	margin-top: 5px;
}

#text {
	font-size: 12px;
	line-height: 17px;
	color: #333;
	width: 100%;
}
#StandardText{
	float: left;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	width: 100%;
}

#noteArea {
	float: right;
	width: 215px;
	margin-top: 15px;
	margin-right: 15px;
}
#noteArea a {
	color: #FFF;
}
#noteArea a:hover {
	color: #000;
}

#noteArea2 {
	float: right;
	width: 350px;
	margin-right: 20px;
	margin-top: 20px;
}


.note {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
.note h4 {
	float: left;
	width: 224px;
	height: 35px;
	padding-top: 15px;
	padding-left: 30px;
	background-image: url("/images/note_head.gif");
	background-repeat: no-repeat;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.note p {
	width: 194px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #bace9b;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#pageList {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;

}
#pageList li {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 20px;
	border-top: 1px dotted #CCC;
}
#pageList li:hover {
	color: #333;
	background-color: #e5effc;
}

#pageList a, a:hover {
	color: #333;
}
/*..............................................*/
/*		fasta Notisbubblor första sidan			*/
/*..............................................*/

#noteBostad {
	float: left;
	width: 185px;
	height: 45px;
	background-image: url(../images/lediga_bostader.png);
	margin-bottom: 15px;
	padding: 15px;
	padding-top: 58px;
	color: #FFF;
}
#noteLokal {
	float: left;
	width: 185px;
	height: 45px;
	background-image: url(../images/lediga_lokaler.png);
	margin-bottom: 15px;
	padding: 15px;
	padding-top: 58px;
	color: #FFF;
}
#noteNews {
	float: left;
	width: 185px;
	height: 45px;
	background-image: url(../images/nyheter.png);
	margin-bottom: 15px;
	padding: 15px;
	padding-top: 58px;
	color: #FFF;
}


/*..............................................*/
/*					ContactPage					*/
/*..............................................*/
#contactForm {
	float: right;
	width: 400px;
	margin: 15px;
	padding: 15px;
	background-color: #EEE;
}

#contactForm img {
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #CCC;
}
#contactForm h4 {
	font-size: 11px;
}
#contactForm textarea {
	float: left;
	border: 1px solid #CCC;
}

#mailallert {
	clear: both;
	width: 915px;
	border: 1px solid #FCC;
	background-color: #FEE;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
}

#mailinfo {
	float: left;
	width: 300px;
}
#mailtext {
	float: left;
	width: 300px;
}
#mailtext input {
	width: 280px;
}
/*..............................................*/
/*					NewsPage					*/
/*..............................................*/
#NewsContentArea {
	float: left;
	width: 550px;
	margin-left: 15px;
}
#newsList {
	float: right;
	width: 300px;
	margin: 15px;
	padding: 15px;
	padding-top: 0px;
	background-color: #EEE;
}
.newslist a {
	float: left;
	width: 250px;
	margin-right: 5px;
}
#newsText {
	float: left;
	width: 300px;
	background-color: #0F0;
}
#newsHeadline {
	border-bottom: 10px solid #EEE;
}
#NewsImageSwap {
	float: left;
	width: 540px;
	padding-bottom: 10px;
}
#NewsImageSwap img {
	float: left;
	margin-right: 10px;
}

/*..............................................*/
/*					sitemap						*/
/*..............................................*/

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(/images/dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(/images/dottedangle.gif) scroll no-repeat left top;
}


/*..............................................*/
/*					Objektlista						*/
/*..............................................*/
#ObjektLista {
	float: left;
	width: 906px;
	padding: 15px;
	padding-top: 5px;
	margin-top: 15px;
	background-color: #EEE;
}

#ObjektLista h1 {
	float: left;
	width: 935px;
	color: #f99d1c;
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
}
#objList {
	float: left;
	width: 600px;
	height: 135px;
	padding: 10px;
	margin-bottom: 3px;
	background-image: url(/images/obj_back.png);
	background-repeat: no-repeat;
}
#objName {
	float: left;
	width: 570px;
	height: 15px;
}
#objDesc {
	float: left;
	width: 570px;
	height: 40px;
}
#objButtons {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	height: 35px;
}
#objIntresse {
	float: left;
	width: 520px;
	height: 20px;
}
#objImageBox {
	float: left;
	width: 250px;
	height: 150px;
	margin-top: 2px;
}
#objImage {
	top: 0px;
	left: 0px;

	width: 225px;
	height: 149px;
	overflow: hidden;
	border: 1px solid #ababab;

	position: relative;
	top: -39px;
}
#arrowBox {
	position: relative;
	top: 10px;
	left: -40px;
	z-index: 10;
}
#objImage img {
	width: 225px;
}
#objVal {
	float: left;
	width: 520px;
	height: 40px;
}
.objCell {
	float: left;
	width: 85px;
}

/*..............................................*/
/*					Undermenyer					*/
/*..............................................*/

#menuArea {
	float: left;
	width: 215px;
	background-color: #000;
	background-image: url(/images/subMenu_back.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
#menuArea h2 {
	width: 215px;
	font-size: 18px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #FFF;
}
#menuArea ul {
	padding: 0px;
	margin: 0px;
}
#menuArea a {
	color: #FFF;
}
#menuArea a:hover {
	color: #f99d1c;
}
#menuArea li {
	list-style: none;
	float: left;
	width: 200px;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 15px;
}
#menuArea li:hover{
	color: #f99d1c;
	background-image: url(/images/subm_hover.gif);
}

/*..............................................*/
/*					Intresse					*/
/*..............................................*/

#intresse {
	float: left;
	width: 900px;
	margin: 15px;
	margin-top: 0px;
	background-color: #EEE;
}
#StandardText th {
	text-align: left;
}
#intresse textarea {
	border: 1px solid #CCC;
}

#intUppg {
	float: left;
	width: 420px;
	padding: 15px;
}
#intSoker {
	float: left;
	width: 420px;
	padding: 15px;
}
.UppgLeft {
	text-align: right;
}
/*..............................................*/
/*					Blandat						*/
/*..............................................*/
#loader {
	margin-left: 20px;
	width: 785px;
	padding-top: 125px;
	height: 130px;
	text-align: center;
}
#imageLoader {
	width: 125px;
	height: 100px;
	padding-top: 50px;
	padding-left: 120px;
	text-align: center;

}
#imageLoader img {
	width: 16px;
}
#objectLoader {
	margin-left: 20px;
	width: 785px;
	padding-top: 125px;
	height: 130px;
	text-align: center;
}

#granvik {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
}



a.button {
	float: left;
	background: transparent url(/images/buttons/button.png) no-repeat scroll top right;
	display: block;
	font: normal 12px arial, sans-serif;
	color: #222;
	height: 21px;
	padding-right: 15px; /* sliding doors padding */
	margin-right: 2px;
	margin-top: 2px;
	text-decoration: none;
	cursor:pointer;
}
a.button img {
	float: left;
	margin: 0px;
	margin-top: 2px;
	margin-right: 5px;
}
a.button span {
    background: transparent url(/images/buttons/button_span.png) no-repeat;
    display: block;
    line-height: 21px;
    padding-left: 15px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    line-height: 21px;
    padding-left: 15px;
}
a.button:active {
	background: transparent url(/images/buttons/buttonPush.png) no-repeat scroll top right;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background: transparent url(/images/buttons/buttonPush_span.png) no-repeat scroll top right;
	background-position: bottom left;
	line-height: 21px;
	padding-left: 15px;
}


#gallery { position: relative; z-index: 9; width:640px; height:320px; margin:0; padding:0;}
#gallery img {
	width: 640px;
}
#gallery li { display: block; overflow: hidden; }

