@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	
	line-height: 1;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	
	background:url(../img/css/site-bg.jpg) #f1eee9 no-repeat center top;
}

.ie7 body{
background:url(../img/css/site-bg.jpg) #f1eee9 no-repeat left top;

}

img
{
	border:0;
	
}

a
{
	text-decoration:underline;
	color:#854b13;
}

h1, h2, h3, h4, h5, h6
{

	font-family: 'Swanky and Moo Moo', arial, serif;
	font-weight: normal;
  line-height: 1.2;
  padding:0;
  margin:0;
}

h1{  font-size: 36px; }
h2{  font-size: 28px; }
h3{  font-size: 22px; }

p
{
	line-height:1.6;
	color:#333;
	margin:0 0 10px 0;
}

#postit{
	
	position:absolute;
	margin-top:320px;
	margin-left:650px;
	width:284px;
	height:243px;
	background:url(../img/post-it.png) no-repeat;
	-webkit-transform: rotate(5deg);  
    -moz-transform: rotate(5deg);  
    -ms-transform: rotate(5deg);  
    -o-transform: rotate(5deg);  
    transform: rotate(5deg); 

}

.ie7 #postit {

	margin-top:320px;
	margin-left:350px;
	
}


#site
{
	width:655px;
	height:925px;
	margin:auto;
	margin-top:60px;
	margin-bottom:200px;
	
}

.ie7 #site
{	
	position:absolute
	margin:0px;
	margin-left:240px;
	margin-top:95px;
	

	
}



#twitter{	
	
	position:absolute;
	margin-top:630px;
	margin-left:710px;
  	-webkit-transform: rotate(-9.5deg);  
    -moz-transform: rotate(-9.5deg);  
    -ms-transform: rotate(-9.5deg);  
    -o-transform: rotate(-9.5deg);  
    transform: rotate(-9.5deg);  
	
}

.ie #twitter {

	visibility:hidden;
}

#slideshow
{
	position:absolute;
	/*float:left;*/
	height:225px;
/*	margin-top:25px;
	margin-left:40px;*/
	margin-top:15px;
	margin-left:5px;
} 

#slideshow img { 
	position:absolute;
	

}

.ie7 #slideshow
{
	
	position:absolute;
	height:225px;
	margin-top:40px;
	margin-left:-295px;

	
}

#fb
{
	position:absolute;
	z-index:4;

}

#box1
{
/*	margin:120px 40px 10px 320px;*/
	margin:120px 40px 0px 320px;
	height:340px;	
}

#box2
{
	margin:0px 40px 20px;
/*	margin:20px 40px 20px;*/
	height:220px;
	overflow:visible;
}

#box3
{
	margin:-15px 40px 0;
	height:210px;
}

#text_top
{
	z-index:2;
}

.lista
{
	float:left;
	width:190px;
	margin-left:-8px;
}

.lista .alt
{
	padding:8px 0 4px 8px; /* margin-left bör synkas med .lista -> margin-left */
	height:21px;
	cursor:pointer;
	font-size:13px;
}

.active1, .bg1:hover{ background:url(../img/css/alt-hover-1.png) no-repeat; }
.active2, .bg2:hover{ background:url(../img/css/alt-hover-2.png) no-repeat; }
.active3, .bg3:hover{ background:url(../img/css/alt-hover-3.png) no-repeat; }
.active4, .bg4:hover{ background:url(../img/css/alt-hover-4.png) no-repeat 0 3px; }
.active5, .bg5:hover{ background:url(../img/css/alt-hover-5.png) no-repeat; }
.active6, .bg6:hover{ background:url(../img/css/alt-hover-6.png) no-repeat; }
.active7, .bg7:hover{ background:url(../img/css/alt-hover-7.png) no-repeat 0 3px; }

.column_text
{
	float:right;
	width:360px;
	overflow:hidden;
}


.lista_kontakt
{
	float:left;
	width:180px;
	margin-left:-6px;
	font-size:12px;
}

.lista_kontakt .alt
{
	padding:11px 6px;
	height:12px;
	margin-bottom:2px;
	cursor:pointer;
	margin-top:-10px;
}

.kontakt_box
{
	height:225px;
	padding-top:20px;
	background-position:top right;
	background-repeat:no-repeat;
	display:none;
}

/* ------------------------------ ADD-ONS ------------------------------ */ 

.clear
{
	clear:both;
}



