/*..............................................*/
/*				Nolla allt...					*/
/*..............................................*/
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img,embed,object,a,table,tr {
	margin:0px;
	padding:0px;
	border: 0px;
	text-decoration: none;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #00F;
}

h1 {font-size: 16px; color: #333; font-weight: bold; margin-top: 13px; margin-bottom: 10px;}
h2 {font-size: 14px; color: #333; font-weight: normal;}
h3 {font-size: 14px; color: #333; font-weight: bold;}
h4 {font-size: 11px; color: #333; font-weight: normal; margin-bottom: 2px; }
h5 {font-size: 12px; color: #333; font-style: italic;}
h6 {font-size: 12px; color: #333;}
h7 {font-size: 11px; color: #333; font-style: italic; }

hr { border: 0px; noshade;}
/*..............................................*/
/*				Grundstruktur					*/
/*..............................................*/

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

#centerwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 889px;
	height: 100%;
}
#leftfade {
	float: left;
	height: 100%;
	width: 32px;
}
#rightfade {
	float: left;
	height: 100%;
	width: 32px;
}

#mainwrapper {
	float: left;
	width: 825px;
	height: 100%;
	background-color: #FFF;
}

#topwrapper {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#logowrapper {
	float: left;
	margin-left: 20px;
}

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




#contentwrapper {
	float: left;
	padding-bottom: 40px;
}
#contentwrapper li {
	list-style-type: disc;
	list-style-position: inside;
}
#contentTarget {
	float: left;
	width: 825px;
}

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

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

#menuwrapper {
	position: relative;
	float: left;
	width: 100%;

/*	position: relative;
	float: left;
	width: 610px;
	color: #000;
*/
	z-index: 999;
}
#menuwrapper ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#menuwrapper li {
	list-style : none;
	position : relative;
	float : left;
	font-size: 11px;
	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;
	border-bottom: 3px solid #FFF;
}
#menuwrapper a:hover {
	color: #000;
	border-bottom: 3px solid #98c3c9;
}
#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 : block;
	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;
}

/*..............................................*/
/*					Startsida					*/
/*..............................................*/

#contentArea {
	float: left;
	width: 490px;
	margin-left: 20px;
}

#imageArea {
	float: left;
	width: 785px;
	height: 256px;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
#StandardContentArea {
	float: left;
	width: 410px;
	margin-left: 20px;
}

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

#StandardImage {
	float: left;
	width: 344px;
	border: 1px solid #CCC;
	padding: 2px;
}
#StandardImage img {
	float: left;
	width: 344px;
}
#imageArea img {
}
#image {
	float: left;
	width: 785px;
	overflow: hidden;
}
#thumbs {
	top: 0px;
	float: right;
	padding: 3px;
}
#thumbs img {
	height: 40px;
	margin-left: 3px;
}
#textArea {
	float: left;
}

#headline {
}
#ingress {
	font-size: 11px;
	font-style: italic;
	color: #333;
	width: 480px;
/*	text-align: justify; */
	padding-bottom: 5px;
}
#StandardIngress {
	font-size: 11px;
	font-style: italic;
	color: #333;
	width: 410px;
/*	text-align: justify; */
	padding-bottom: 5px;

}

#text {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	width: 480px;
/*	text-align: justify; */
}

#StandardText{
	font-size: 11px;
	line-height: 16px;
	color: #333;
	width: 410px;
/*	text-align: justify; */
}

#imageNnotes {
	float: right;
	width: 370px;
}
#noteArea {
	float: right;
	width: 275px;
	height: 200px;
	margin-right: 20px;
	margin-top: 45px;

}
#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;
	text-align: justify;
	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;
}
/*..............................................*/
/*					ContactPage					*/
/*..............................................*/
#contactForm {
	float: left;
	width: 760px;
	margin: 20px;
	padding: 10px;
	background-color: #DDD;
	border: 1px dotted #CCC;

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

#mailallert {
	clear: both;
	width: 300px;
	border: 1px solid #FCC;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#mailinfo {
	float: left;
	width: 300px;
}

#mailtext {
	float: right;
	margin-left: 15px;
	width: 300px;
}
#mailtext input {
	width: 280px;
}

/*..............................................*/
/*					NewsPage					*/
/*..............................................*/
#newsPage {
}
#newsList h1 {
	margin-bottom: 10px;
}
#newsList {
	float: right;
	width: 240px;

}
.newslist a {
	float: left;
	width: 150px;
	margin-right: 5px;
}
#newsText {
	float: left;
	width: 560px;
}
#newsHeadline {
	border-bottom: 10px solid #EEE;
}
#NewsImageSwap {
	float: left;
	width: 540px;
	padding-bottom: 10px;
}
#NewsImageSwap img {
	float: left;
	margin-right: 10px;
}

/*..............................................*/
/*					intresseanm�lan				*/
/*..............................................*/

#intresse {
	float: left;
	width: 775px;
}
#int_row {
	float: left;
	width: 100%;
	border: 1px dotted #CCC;
	padding: 5px;
	margin-bottom: 5px;
}
#int_row textarea {
	border: 1px solid #CCC;
}

#third {
	float: left;
	width: 258px;

}


/*..............................................*/
/*					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;
}


/*..............................................*/
/*					Blandat						*/
/*..............................................*/

#ObjektLista {
	float: left;
	width: 785px;
	margin-top: 20px;
	margin-left: 20px;
	color: #333;
}

#ObjektLista h5 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}

#ObjektLista table {
	width: 100%;
}
#ObjektLista tr {
	height: 20px;
	font-size: 11px;
}
#T_header {
	background-color: #bace9b;
	color: #333;
	height: 28px;
}
#T_header td {
}
#ObjektLista img {
	float: left;
	margin-right: 4px;
}
#ObjektLista p {
	font-size: 11px;
	padding-left: 20px;
	line-height: 18px;
}
#ObjektBild {
	float: right;
	width: 350px;
	margin-right: 20px;
}

.table_odd {
	background-color: #f2f2f2;
}

#objectInformation {
	float: left;
	width: 825px;
}
#ObjektLista a {
	cursor: pointer;
}
#map {
	float: left;
	padding: 5px;
}


/*..............................................*/
/*					Bottenmeny					*/
/*..............................................*/

#bottomwrapper ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: #F00;
}
#bottomwrapper li {
	float: left;
	border-right: 1px solid #CCC;
	padding-left: 5px;
	padding-right: 10px;
}
/*..............................................*/
/*					Blandat						*/
/*..............................................*/
#loader {
	margin-left: 20px;
	width: 785px;
	padding-top: 125px;
	height: 130px;
	text-align: center;
}
#imageLoader {
	width: 175px;
	height: 100px;
	padding-top: 100px;
	padding-left: 175px;
	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;
}


/*--------------------- Testar */
#gallery { position: relative; width:785px; height:256px; margin:0; padding:0;}
#gallery li { display: block; overflow: hidden; }

