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

/* begin Page */

body
{
  	margin: 0 ;
  	padding: 0;
	background-attachment: fixed;
	background-image: url('images/bakgrund.jpg');
}

#Main
{
	background-image: url('images/shaddow.png');
	background-repeat:repeat-y;
	width: 912px; 
	margin-left: auto; 
	margin-right: auto;}




/* begin Header */
div#header
{
  margin: 0 auto;
  width: 900px;
  height: 60px;
    background-image: url('images/header.png');
	  background-repeat: no-repeat;
}
/* end Header */


/* meny */
#menubox
{
	width: 800px;
	margin-left:50px;

	}

ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url('images/menu-bg_blue.gif') top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: inline; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #FFF; 
	background: #FFF url("images/current-bg_blue.gif") top left repeat-x; 
	line-height: 40px;
	padding: 0px 15px 0; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg_blue.gif") top left repeat-x; 
	line-height: 40px;
	padding: 0px 15px 0; 
	}
/* end meny */




/* begin startBox Startbild på index */
#startBox
{
	width: 800px;
	height: 600px;
	background-image: url('images/start_frasses.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left:50px;
	margin-right:50px;
}
/* end startBox */



/* begin contentBox Innehållsbox på alla undersidor */
#contentBox
{
	width: 800px;
	height: 600px;
	margin-left:50px;
	margin-right:50px;
	background: none;
}
/* end contentBox */




#welcomeBox
{
	position:absolute;
	top: 450px;
	width: 500px;
	height: 150px;
	margin-left:0px;

}

#Boxflash
{
	position:relative;
	top: 240px;
	left: 600px;
	background-image:none;
	width: 250px;
	height: 250px;
	margin-left:0px;

}

/* begin textbox, behållare för nyhetesboxar på index */
#textbox
{
	position:absolute;
	top: 580px;
	width:900px;
	height:200px;
	margin-left:0px;
}
/* end textbox */

/* nyhetsboxar på index */
#textbox_left
{
	float:left;
	width:250px;
	border-right:1px solid #000000;
	padding-right:10px;
}
#textbox_middle
{
	float:left;
	width:250px;
	border-right:1px solid #000000;
	padding: 0px 10px;
}

#textbox_right
{
	float:left;
	width:250px;
	padding: 0px 10px;
}
/* end textboxar */




/* Start images */
a img
{
  border: 0;
}



/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}


/* Start Content link style */

/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.

*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #004990;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #004990;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #004990;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #00CCFF;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h7,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h7 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-align: left;
  font-weight:bold;
  color: #004990;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  font-weight:bold;
  color: #004990;
  margin-top:0px;

}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  font-weight:bold;
  color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-align: left;
  font-weight:bold;
  color: #004990;
  margin-bottom:10px;
  margin-top:0px;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  font-style:italic;
  font-weight:bold;
  color: #004990;
}
h7, h7 a, h7 a:link, h7 a:visited, h7 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  font-weight:bold;
  color: #004990;
  line-height:28px;

}


h8, h8 a, h8 a:link, h8 a:visited, h8 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-align: left;
  font-weight:bold;
  color: #004990;
}
/* Finish Content headings Fonts & Colors  */


/* Start Content list */

ul
{
  list-style-type: none;
  color: #000000;
  margin:0;
  padding:0;
}

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

/* Finish Content list */







/* begin Footer */
#Footer
{
  position:relative;
  width: 900px;
  height: 25px;
  line-height:20px;
  background-color: #004990;
  margin: 5px auto 0px auto;
  text-align:center;
}

#Footer p
{
color: #FFFFFF;}

/* end Footer */



/* Om frasses contentbox1 */
#Contentbox1
{
	width:500px;
	float:left;
	height:500px;
	
}


#Contentbox2
{
	width:250px;
	float: left;
	height:600px;
	border-left:1px solid #000000;
	margin-left:20px;
	padding: 0px 0px 0px 20px;
}

#contentBox3
{
	width: 800px;
	height: 800px;
	margin-left:50px;
	border-left:1px solid #FFFFFF;
	margin-right:50px;
	background: none;
}

#Contentbox4
{
	width:200px;
	float: left;
	height:600px;
	padding: 0px 0px 0px 0px;

}

#Contentbox5
{
	width:300px;
	float: left;
	height:480px;
	padding: 120px 0px 0px 0px;

}


#contentBoxkort
{
	width: 800px;
	height: 500px;
	margin-left:50px;
	margin-right:50px;
	background: none;
}
#contentBoxkort1
{
	width: 300px;
	height: 350px;
	float:left;
	background: none;
}


	
/* lista kontaktsidan */
ul#kontakt
{ 
	text-decoration: none; 
	display: block;
}
 /* end lista kontaktsidan */
 


#contentBoxKampanj
{
	width: 800px;
	height: 600px;
	margin-left:50px;
	margin-right:50px;
	background: none;
}

 #kampanjcontainer_mars
{
	position:absolute;
	width: 800px;
	height:600px;
	background-color:#f1f1f1;
	margin-top:0;
	margin-right:50px;
	margin-bottom:0;

}

#kampanjbox_topleft
{
	float:left;
	width:365px;
	margin-top:20px;

	
	}
	
	#kampanjbox_topright
	{
		float:left;
		width:250px;
		margin-top:85px;
		margin-left:50px;

	}
	
	#kampanjbox_www
	{
		float:left;
		width:800px;
		margin-top:60px;
		background-color:#FFF;
	}	
	
	#kampanjbox_imgwww

{ 
		position:absolute;
		top: 400px;
		left: 85%;
		background-image:none;
		width: 112px;
		height: 218px;
		margin-left:0px;

}

	#kampanjbox_vinnare
	{
		float:left;
		width:700px;
		margin-top:5px;
		background-color:#FFF;
	}
	
	#kampanjbox_imgvinnare
	{
		float:left;
		width:100px;
		margin-top:5px;
		background-color:#FFF;
	}
	
	
			
	.kampanjrubrik_mars

{
	color:#004990;
	font-size:45px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
	
}
	.kampanjrubrik_ren

{
	color:#e64415;
	font-size:32px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
	
}

.renmeny

{
	color:#e64415;
	font-size:12px;
}




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

