body {
	margin: 0;
	font: 11px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #8f8e8e;
	background: #fafdfb url(images/bg-body.gif);
}
img{
	border-style: none;
}
a{
	color: #8f8e8e;
	text-decoration: underline;
}
a:hover{
	color: #869bad;
}
h1{
	font-size: 15px;
	color: #869bad;
	margin-bottom: 35px;
}
h2{
	font-size: 12px;
	color: #545353;
	margin-bottom: 3px;
	margin-top: 8px;
}
h3{
	font-size: 13px;
	margin-bottom: 2px;
	padding-bottom: 0px;
}
h4{
	font-size: 14px;
	font-style: italic;
}
h5{
	font-size: 13px;
	margin: 0;
	padding-top: 5px;
}
li{
    list-style: none;
}
ul, li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#wrapper{
	width: 1036px;
	background: transparent url(images/bg_main.png) repeat-y;
	margin: 0px auto 0px auto;
}
#wrapper .t{
	width:1036px;
}
#wrapper .b{
	width:1036px;
}
#header{
	height:113px;
	background: url(images/bg-header.png) top left no-repeat;	
}
.logo{
	margin: 25px 0px 0px 25px;
	position:relative;
	float:left;
}
.lang{
	position:relative;
	float:right;
	margin: 63px 51px 0px 0px;

	padding:0;
	list-style:none;
	font-size:12px;
	color:#c7c7c7;
	text-align:right;
}
.lang li{
	display:inline;
	padding:0 4px;
}
.lang a{
	color:#c7c7c7;
	text-decoration:none;
}
.lang a:hover{
	color:#7d7d7d;
	text-decoration:underline;
}
.top-menu{
	font: 12px/14px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width:1036px;
	background: transparent url(images/bg-menu.png) repeat-y;
	height: 36px;
	margin:0;
	padding:0;
}
.top-nav {
	list-style:none;
	float:left;
	padding-left: 60px;
}
.top-nav li{
	float:left;
}
.top-nav li a{
	font-size: 12px;
	line-height:36px;
	color:#ffffff;
	text-decoration:none;
	height: 36px;
	padding: 0 14px 0 14px;
	margin:  0 14px 0 14px;
	display: block;
}
.top-nav .active a,
.top-nav li a:hover{
	height: 36px;
	color:#969696;
	background-color: #ffffff;	
}

#main{
	height:1%;
	overflow:hidden;
	background: transparent url(images/bg-main.png) repeat-y;
}

#twocolumns{
	float:right;
	width:986px;
	background: transparent url(images/bg-center.png) bottom left repeat-x;
	margin: 0px 25px 0px 25px;
	padding-top: 54px;
	
}
#onecolumn{
	float:right;
	width:986px;
	background: transparent url(images/bg-center.png) bottom left repeat-x;
	margin: 0px 25px 0px 25px;
	color: #545353;
	font-size: 12px;
	
}
#insideonecolumn{
	float:right;
	width:936px;
	margin: 0px 25px 0px 25px;
}
#insideonecolumn ul{
	list-style:none;
	float:left;
	padding-top: 40px;
	padding-bottom: 20px;
}
#insideonecolumn li{
	float:left;
	display: block;
	text-transform: uppercase;
	padding: 0px 11px 0px 11px;
}
#insideonecolumn li a.textindex{
	background: transparent url(images/arrow-index.png) no-repeat 0 50%;
	font-size: 9px;
	color:#8f8e8e;
	text-decoration:none;
	padding: 0px 0px 0px 15px;
	margin-bottom: 5px;
}
#insideonecolumn li a:hover{
	height: 36px;
	color:#545353;
}
#content{
	width:876px;
	float:left;
	padding: 0px 65px 20px 70px;
}
.item{
	height:1%;
	overflow:hidden;
	padding-bottom: 10px;
}

#item-holder-left {
	float:left;
	width:500px;
}
#item-holder-left .uploaded-image img {
	position: relativ;
	float:right;
	padding: 0px 0px 10px 30px;
}
#item-holder-left li{
	line-height:20px;
	margin-bottom:0;
	background: url(images/li.gif) no-repeat 0 50%;
	padding-left: 10px;
}
#item-holder-left ul{
	padding-top: 8px;
}
#item-holder-right {
	float:right;
	width:356px;
	float:left;
	padding-left: 20px;
}
.sidebar-box{
	height:1%;
	overflow:hidden;
	padding-bottom:11px;
}

.intro {
	color: #869bad;
	font-weight: bold;
	padding-bottom: 10px;
}

.frame{
	width:320px;
	float:left;
	padding-bottom:16px;
}
#footer {
	width:1036px;
	margin:0 auto;
	overflow:hidden;
	background: url(images/bg-footer.png) no-repeat;
	color: #aeaeae;
	text-align: center;
	height:37px;
	line-height: 30px;
}
#footer a{
	color:#aeaeae;
	text-decoration:none;
}
#footer a:hover{
	height: 36px;
	color:#869bad;
	text-decoration: underline;
}













#copyright{
	width:1036px;
	margin:0 auto;
	overflow:hidden;
	padding: 20px 0px 20px 0px;
	color: #c1c0c0;
	text-align: center;
	font-size: 11px;
}
#copyright a {
	color: #c1c0c0;
}
#copyright a:hover {
	color: #ffffff;
}

.print-text{
	margin:0;
	display:none;
}

/* -- Forms -- */
input {
	border: 0px;
	border-bottom: #a2afb4 1px solid;
	width: 215px;
	height: 18px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 2px;
	color: #8f8e8e;
	background-color: transparent;
}
textarea {
	border: #a2afb4 1px solid;
	height: 80px;
	width: 215px;
	margin-bottom: 2px;
	padding-left: 2px;
	color: #8f8e8e;
	background-color: transparent;
	font:12px/15px Verdana, Arial, Helvetica, sans-serif;
}
input.button {
	border: #a2afb4 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #8f8e8e;
}
input.checkbox {
	width: auto;
	border: 0;
}
input.button1 {
	border: #b7aa6b 0px solid;
	padding: 0px;
	width: 50px;
	height: 14px;
	background: transparent url(images/button_skickaSE.gif) no-repeat;
}
input.button2 {
	border: #b7aa6b 0px solid;
	padding: 0px;
	width: 50px;
	height: 14px;
	background: transparent url(images/button_skickaEN.gif) no-repeat;
}
.error {
	color:#594acd;
}
.formleft {
	width: 130px;
	float: left;
	height: 33px;
}
.formleftpad {
	width: 130px;
	float: left;
	height: 20px;
	padding-top: 13px;
}
.formright {
	width: 215px;
	float: left;
	height: 33px;
}
.formleftarea {
	width: 130px;
	float: left;
	height: 85px;
}
.formrightarea {
	width: 215px;
	float: left;
	height: 85px;
}
input.dateinput{
	width: 190px;
}
.contactform {
	padding-top: 87px;
}


/* GALLERY */
#content .gallery{
	overflow:hidden;
	height:1%;
	padding: 0;
}
#content .photo{
	float:right;
	width:292px;
	padding:0px 35px 0px 0px;
}
#content .photo span{
	float:right;
	font-size:11px;
	color:#888;
}
#content .photo ul{
	margin:0;
	height:446px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	position:relative;
}
#content .photo ul li{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
#content .photo ul li.active{
	z-index:10;
}
#content .photo span a{
	color:#888;
	cursor:default;
}
#content .photo span a:hover{
	text-decoration:none;
}
#content .photo img{
	vertical-align:top;
	margin-bottom:8px;
}
#content .copy-holder{
	overflow:hidden;
	height:1%;
	padding:0 5px 0 3px;
}
#content .photo .copy{
	float:left;
	font-size:8px;
	color:#0b2c4a;
}
#content .sub-info{
	width:430px;
	float:left;
	padding-bottom:13px;
	overflow:hidden;
}
#content .info-holder{
	padding:0 10px 0 42px;
}
#carousel{
	width:292px;
	margin-left:29px;
	overflow:hidden;
	position:relative;
	padding:0 23px;
}
#carousel a{
	text-indent:-9999px;
	overflow:hidden;
	width:9px;
	height:9px;
	margin-top:30px;
}
#carousel a.link-prev{
	background:url(images/arrow-prev.png) no-repeat;
	position:absolute;
	left:0;
	top:30px;
	margin:0;
	display:none;
}
#carousel a.link-next{
	background:url(images/arrow-next.png) no-repeat;
	position:absolute;
	right:46px;
	top:30px;
	margin:0;
}
#carousel div{
	width:228px;
	height:77px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-left:8px;
	display:inline;
}
#carousel div ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:99999px;
}
#carousel div ul li{
	float:left;
}
#carousel div img{
	display:block;
	margin:0 3px 0 0;
}
#alla-bilder {
	float:right;
	padding: 5px 30px 0px 0px;
	font-weight: bold;
}
#visa-alla-bilder {
	width: 840px;
	text-align: center;
	margin: 0px auto 0px auto;
}
.en-bild {
	text-align: center;
	margin: 0px auto 15px auto;
	width: 530px;
	color: #545353;
}
.en-bild img {
	
}
.en-bild .text {
}

/* -- window around pictures --*/
.corner_lower_left {
	background: transparent url(images/bg-lb.gif);
	width: 11px;
	height: 16px;
}
.corner_upper_left {
	background: transparent url(images/bg-lt.gif);
	width: 11px;
	height: 11px;
}
.corner_lower_right {
	background: transparent url(images/bg-rb.gif);
	width: 15px;
	height: 16px;
}
.corner_upper_right {
	background: transparent url(images/bg-rt.gif);
	width: 11px;
	height: 11px;
}
.corner_right {
	background: transparent url(images/bg-r.gif);
	width: 15px;
}
.corner_left {
	background: transparent url(images/bg-l.gif);
	width: 11px;
}
.corner_upper {
	background: transparent url(images/bg-t.gif);
	height: 11px;
}
.corner_lower {
	background: transparent url(images/bg-b.gif);
	height: 16px;
}

