body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body,p,h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
}

ul,li{
	list-style-type:none;
}
img{
	border:none;
}
a{
	color:inherit;
	text-decoration:none;
}
#wrapper{
	width:960px;
	height:950px;
	margin:12px auto;
}

/*
 * 
 * Header
 */

#header{
	height:274px;
	margin-bottom:20px;
}
div#top{
	height:126px;
	width:848px;
	margin:0 auto;
	
}
div#logo{
	margin-top:17px;
	margin-left:-5px;
}

div#image{
	height:117px;
	clear:both;

	background:#dfdfdf;
}

#content{
	width:881px;
	margin:0 auto;
}

#left{
	width:640px;
	float:left;
	margin-right:15px;
}

#right{
	width:225px;
	float:left;
}

/*
 * 
 * startpuffar
 */

div.startPuff{
	width:315px;
	height:178px;
	margin-bottom:10px;
	float:left;
	color:#fff;
}
div.startPuff.left{
	margin-right:10px;
}
div.startPuff div.wrapper{
	padding-right:10px;
	padding-left:20px;
	padding-top:14px;
}

div.startPuff div.content{
	float:left;
	width:155px;
	margin-right:10px;
}
div.startPuff div.imageWrapper{
	width:115px;
	height:150px;
	float:left;
}
div.startPuff h3{
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:6px;
}

div.startPuff a.readMore{
	margin-top:5px;
	display:block;
	padding-left:8px;
	background-image:url(graphics/arrow.png);
	background-repeat:no-repeat;
	font-weight:bold;
	background-position:0 4px;
	color:#fff;
}
div.startPuff.ett{
	background-image:url(graphics/puff-bla.jpg);
}
div.startPuff.tva{
	background-image:url(graphics/puff-orange.jpg);
}
div.startPuff.tre{
	background-image:url(graphics/puff-turkos-1.jpg);
}
div.startPuff.fyra{
	background-image:url(graphics/puff-gron.jpg);
}
div.startPuff.fem{
	background-image:url(graphics/puff-ljusbla.jpg);
}
div.startPuff.sex{
	background-image:url(graphics/puff-turkos-2.jpg);
}
/*
 * högerpuffar
 */
div.puffRight{
	margin-bottom:7px;
}
div.puffRight h3{
	font-weight:bold;
	font-size:17px;
}

div.puffRight p{
	color:#000;
}

div.puffRight.karta{
	height:57px;
	color:#129f9f;
	background-image:url(graphics/right_01.jpg);
}
div.puffRight.karta h3 a{
	color:#129f9f;
}
div.puffRight.karta div.wrapper{
	padding-top:17px;
	padding-left:19px;
}
div.puffRight.hitta{
	height:58px;
	color:#f57f20;
	background-image:url(graphics/right_02.jpg);
}
div.puffRight.hitta h3 a{
	color:#f57f20;
}
div.puffRight.hitta div.wrapper{
	padding-top:18px;
	padding-left:19px;
}
div.puffRight.weather{
	height:68px;
	margin-top:-7px;
	color:#ffcd07;
	background-image:url(graphics/right_03.jpg);
}
div.puffRight.weather h3 a{
	color:#ffcd07;
}
div.puffRight.weather div.wrapper{
	padding-top:28px;
	padding-left:19px;
}
div.puffRight.weather p{
	margin-top:4px;
	width:160px;
}

div.puffRight.hemesterbloggen div.wrapper{
	margin-top:10px;
}

div.puffRight.facebook{
	height:276px;
	color:#00a5e2;
	background-image:url(graphics/right_04.jpg);
	position:relative;
	z-index:3;
}
div.puffRight a#bloglink{
	margin-left:-6px;
	margin-bottom:-5px;
	display:block;
}
div.puffRight a#bloglink img{
	margin-right:0;
}
div#tavling{
	position:absolute;
	width:130px;
	height:130px;
	bottom:25px;
	right:-15px;
	z-index:11;
}
div#tavling a{
}
div.puffRight.facebook h3 a{
	color:#00a5e2;
}
div.puffRight.facebook img{
	float:left;
	margin-right:14px;
}
div.puffRight.facebook h3{
	padding-top:3px;
}
div.puffRight.facebook p{
	margin-bottom:12px;
	position:relative;
	z-index:10;
}
div.puffRight.facebook div.text{
	margin-top:15px;
	clear:both;
}
div.puffRight.facebook div.wrapper{
	padding-top:14px;
	padding-left:19px;
}
div.puffRight.logo{
	margin-top:91px;
}
div.puffRight.logo img{
	float:right;
}
div.puffRight.logo img.fb{
  margin-left: 18px;
  margin-right: 5px;
}

/*
 * huvudmeny
 */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   background-image:url(graphics/menu-bar.jpg);
   height:31px;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
   background-image:url(graphics/menu-divider.png);
   background-repeat:no-repeat;
   background-position:100% 4px;
}
#centeredmenu ul li.last{
	background-image:none;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em 40px .4em 40px;
   font-size:14px;
   line-height:1em;
   text-decoration:none;
   color:#fff;
   font-weight:bold;
   text-transform:uppercase;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   color:#fff;
   text-decoration:underline;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:27px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:100%; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
   border-bottom:1px solid #2db9ee;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#02a6e3;
   color:#fff;
   font-size:12px;
   line-height:1.2em; /* overwrite line-height value from top menu */
   padding-top:4px;
   padding-bottom:5px;
   padding-left:3px;
   padding-right:3px;
   text-align:center;
   font-weight:bold;
   text-transform:none;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/*
 * 
 * Undersida
 */

ul.links{
	font-weight:bold;
}
ul.links a{
	padding-left:8px;
	background-image:url(graphics/ul-arrow.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	color:#000;
}

div.undersida img{
	margin-top:20px;
	margin-bottom:20px;
}

div.undersida ul{
	margin-bottom:10px;
}

div.undersida p{
	margin-bottom:18px;
}
div.undersida h2{
	font-size:30px;
	margin-bottom:20px;
}
div.undersida h3{
	font-size:15px;
}

div.undersida.turkos h2{
	color:#129f9f;
}
div.undersida.bla h2{
	color:#02a6e3;
}
div.undersida.orange h2{
	color:#f57f20;
}
div.undersida.orange h3{
	color:#f57f20;
}

