* { /* nollställer alla marginaler och padding - globalt */
   margin:0; 
   padding:0;
   }

body {
	text-align: center; /* Centrera innehållet MSIE (steg 1/3)*/
	font-size: 12px;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana,  Georgia, Helvetica, Sans-Serif;
	margin-top:50px;
	color:#977144;
	background-color:#a7d6f1;
	background-image:url(../images/bgSite.gif);
	background-repeat: repeat-x;
   }
#wrap {
	margin:0 auto; /* Centrera #wrap */
	width: 912px;
	text-align: left; /* Vänsterställer innehållet i #wrap */ 
	padding:0px 0px 0px 0px;
   }

#one,#two,#three,#four,#five,#six {
	float:left;
	display:inline;
	width:132px;
	height:130px;
	padding:9px;
	margin:1px ;
	background:#0c5e80;
	color:#ffffff;
}
h1 {
	 font-weight: normal;
	 font-size: 10px;
	 font-style: normal;
	 line-height:18px;
	 padding:0px 0px 0px 0px;
	 }
h2 {
	 font-weight: normal;
	 font-size: 10px;
	 font-style: normal;
	 padding:20px 0px 0px 0px;
	 }
#content {
	text-align: center;
	padding:40px 0px 0px 10px;
	width:240px;
	}
#logo {
	padding:0px 0px 0px 0px;
	text-align:center;
}
#content {
	padding:10px 0px 40px 0px;
	text-align:justify;
	width:240px;
	margin:1px auto; /* Centrera #wrap */
}
a {
	 color:#ffffff;
	 font-size:10px;
	 }
a:hover {
	 color: #7ee8e7;
	 }
#mozaik {
	text-align:right;
	padding:0px 0px 0px 0px;
	width:912px;
	margin:0px;
	display:block;
}
#wrapMozaik {
	margin:0 auto; /* Centrera #wrap */
	width: 912px;
	height:20px;
	text-align: center; /* Vänsterställer innehållet i #wrap */ 
	padding:10px 0px 0px 0px;
	border:0px;
   }
.noBorder {
	border:0px;
}

#addressbox {
	width: 912px;
	height: 15px;
	display:block;
	margin-top:2px;
	background:#FFFFFF;
	text-align:center;
	padding:3px 0 3px 0;
}


#addressbox p {

	color:#0c5e80;
	font-size: 12px;
	line-height: 1.0em;
}

#addressbox a {
font-size: 12px;
	color:#0c5e80;
	text-decoration:none;
}

#addressbox a:hover {
	color:#0c5e80;
	text-decoration:underline;
}




