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

/*-------------------------------------
		 Startsidan
---------------------------------------*/

/**
 * Välkommensektionen 
 */
 
/*#flashspel{
	margin: 0 0 12px 0;
	
}*/
 
#callout_1{
	width: 292px;
	background: url(../images/blot_callout_bg_top.jpg) top left repeat-x;
	margin: 0;
	float: left;
	
}


#callout_1 .ce_text{
	margin: 40px 30px 40px 30px;
	
}


#callout_2{
	width: 292px;
	background: url(../images/blot_callout_bg_top.jpg) top left repeat-x;
	margin: 0;
	float: left;
	
}

#callout_2 .ce_text{
	margin: 40px 30px 40px 30px;
	
}

#callout_3{
	width: 292px;
	background: url(../images/blot_callout_bg_top.jpg) top left repeat-x;
	margin: 0;
	float: left;
	
}


#callout_3 .ce_text{
	margin: 40px 30px 40px 30px;
	
}


#avdelare{
	background: url(../images/blot_callout_bg_top.jpg) top left repeat-x;
	float: left;
}

#avdelare .image_container{
	width: 12px;
	margin: 40px 0 0 0;
	background: url(../images/blot_startsida_avdelare.png) top left no-repeat;
	float: left;
	height:175px;
}

.xfacebook{
	margin: 4px 0 0 22px;
}

/**
	Bannersliden
*/
#banner{ 
	float: left;
	width: 900px;
	height: 350px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#items_container {
	position: relative;
	float: left;
	width: 450px;
	height: 350px;
	overflow: hidden;
}
div.slide_item, div.first_item {
	position: absolute;
	left: 0;
	top: 350px;
	width: 450px;
	height: 350px;
}
div.first_item {
	top: 0;
}
/* Slide 2*/

#items_container_2 {
	position: relative;
	float: left;
	width: 450px;
	height: 350px;
	overflow: hidden;
}
div.slide_item2, div.first_item2 {
	position: absolute;
	left: 0;
	top: 350px;
	width: 450px;
	height: 350px;
}
div.first_item {
	top: 0;
}


