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

/**********************************************/
/******************* BOX 1 *******************/
/********************************************/
div.box_1{
	width: 215px;
	float: left;
	margin: 0 10px 10px 0;
}

div.box_1_top{
	background:url(../graphics/winter_boxes/box_1_top.png) no-repeat;
	height: 10px;
	margin:0;
	padding:0;
}

div.box_1_center{
	background:url(../graphics/winter_boxes/box_1_center.png) repeat-y;	
	margin: 0;
	padding:10px 20px;
}

div.box_1_center a{
	color:#ed1b2e;
}

div.box_1_bottom{
	background:url(../graphics/winter_boxes/box_1_bottom.png) no-repeat;
	height: 9px;
	margin:0;
	padding:0;
	clear: both;
}

div.box_1 ul{
	margin: 0;
	padding: 0;
}

div.box_1 li{
	margin: 15px 0;
}

/**********************************************/
/******************* BOX 2 *******************/
/********************************************/
div.box_2{
	width: 450px;
	float: left;
	margin: 0 0 10px 0;
}

div.box_2_top{
	background:url(../graphics/winter_boxes/box_2_top.png) no-repeat;
	height: 10px;
	margin:0;
	padding:0;
}

div.box_2_center{
	background:url(../graphics/winter_boxes/box_2_center.png) repeat-y;	
	margin: 0;
	padding:10px 20px;
}

div.box_2_bottom{
	background:url(../graphics/winter_boxes/box_2_bottom.png) no-repeat;
	height: 9px;	
	margin:0;
	padding:0;
	clear: both;
}

/**********************************************/
/******************* BOX 3 *******************/
/********************************************/
div.box_3{
	width: 675px;
	float: left;
	margin: 0 0 10px 0;
}

div.box_3_top{
	background:url(../graphics/winter_boxes/box_3_top.png) no-repeat;
	height: 10px;
	margin:0;
	padding:0;
}

div.box_3_center{
	background:url(../graphics/winter_boxes/box_3_center.png) repeat-y;	
	margin: 0;
	padding:10px 20px;
}

div.box_3_bottom{
	background:url(../graphics/winter_boxes/box_3_bottom.png) no-repeat;
	height: 9px;	
	margin:0;
	padding:0;
	clear: both;
}



/**********************************************/
/******************* BOX 4 *******************/
/********************************************/

div.box_4{
	width: 900px;
	float: left;
	margin: 0 0 10px 0;
}

div.box_4_top{
	background:url(../graphics/winter_boxes/box_4_top.png) no-repeat;
	height: 10px;
	margin:0;
	padding:0;
}

div.box_4_center{
	background:url(../graphics/winter_boxes/box_4_center.png) repeat-y;	
	margin: 0;
	padding:10px 20px;
}

div.box_4_bottom{
	background:url(../graphics/winter_boxes/box_4_bottom.png) no-repeat;
	height: 9px;	
	margin:0;
	padding:0;
	clear: both;
}

/****** Pantespillet bg ******/

div.box_4_center_spill{
	background:url(../graphics/winter_boxes/box_4_centerSpill.png) repeat-y;	
	margin: 0;
	padding:10px 20px;
}

