body {
	
	background-color: #666;
	background-image:url(design/bg_ny.jpg);
	background-repeat:repeat;
	margin: 0;

}
a
{
  outline: none;
}
/* Dette midtstiller hele designet */

div#wrapper {
	width: 810px;
	position: relative;
	margin-top: 10px;
	margin-left: auto; /* automarg - for å kunne midstille */
	margin-right: auto;
	text-align: left;
	
}

/* Dette er hovedboksen */



div#toppdel {
	float: left;
	left: 0;
	width: 802px;
	height: 253px;
	background-color: #fff;
	padding: 0px;
	
}

div#header {
	float: left;
	width: 775px;
	height: 152px;
	margin-left: 14px;
	margin-top: 10px;
	background-image: url(design/header.jpg);
	background-repeat:no-repeat;


}

div#logo {
	float:left;
	left: 0px;
	margin-left: 15px;
	margin-top: 15px;
	width: 250px;
	height: 70px;
	background-image: url(../bilder/fokuslogo.gif);
	background-repeat:no-repeat;
}


/* Formattering til meny */

div#meny {
	float:left;
	margin-left: 40px;
	padding-left: 15px;
	padding-top: 10px;
	width: 480px;
	height: 22px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	
}

div#meny a {
	
	font-size: 1em;
	font-weight: normal;
	color: #745f72;
	text-decoration: none;
	padding: 0px;
	margin-right: 5px;
}

div#meny a:hover {
	
	font-size: 1em;
	font-weight: normal;
	color: #ccc;
	text-decoration: underline;
	padding: 0px;
	margin-right: 5px;
}

div#facebook {
	float:right;
	padding-right: 10px;
	padding-top: 10px;
	width: 30px;
	height: 42px;
	color: #666;

	background-color: #fff;
	
}

div#hoveddel {
	float:left;
	left: 0px;
	margin-top: 5px;
	width: 802px;
	background-color: #fff;
	
	
	padding-bottom: 10px;
	
}


/* Dette er innhold i hoveddel */

div#bilde {
	width: 240px;
	float: right;
	padding-right: 15px;
	text-align: right;
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
}


div#senterdel {
	width: 500px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 50px;
	/*overflow: auto; denne brukes for å få scrolling i laget - hvis teksten blir lenger enn høyden på laget */
}
div#senterdel p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 17px;
	color: #666;
	margin-right: 5px;
	padding-left: 2px;
}

div#senterdel h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #8b7389;
	border-bottom: #ccc dotted 1px;
	padding-bottom:2px;
	margin-right: 10px;
}
div#senterdel h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	border: #ccc 1px solid;
	background-color:#ccc;
	padding: 2px;
	margin-right: 10px;
}

div#senterdel ul {
	list-style: disc inside;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}

div#senterdel a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

div#senterdel a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

/* Dette er formattering for produkt-siden */
div#ramme {
	float:left;
	width: 300px;
	padding-bottom: 5px;
	padding-left: 3px;
	top: 0px;
	height: 450px;
	margin-right: 35px;
	margin-top: 0px;
	text-align: justify;
	
}

div#produkter {
	float: left;
	width: 780px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	overflow: auto; /* denne brukes for å få scrolling i laget - hvis teksten blir lenger enn høyden på laget */
	
	
}

div#produkter p {
	line-height: 17px;
	color: #000;
	padding-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 90%;
}
div#produkter h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #666;
	border-bottom: #ccc 1px dotted;
	padding: 2px;
	margin-right: 10px;
}

div#produkter h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	border: solid 1px #cccccc;
	background-color: #ccc;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#produkter a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 80%;
}

div#produkter a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-size: 80%;
}

.produkter {
	border: solid 1px #cccccc;
	background-color: #ccc;

}




.bilde {
	float: right;
	margin-right: 5px;
	padding-left: 10px;
}

div#adresse {
	float: left;
	margin-left: 10px;
	background-image:url(design/bg.png);
	background-repeat:repeat-x;	
	width: 772px;
	height: 35px;
	background-color: #ccc;
	padding-top: 15px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

div#adresse a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	
}

div#adresse a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	
}

#kitsch {
	padding-left: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding-right: 5px;
}



a.kitsch:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	
}

a.kitsch:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	
}


/* Formattering til bunnen */

.annonse {
	float: right;
	border: #333 solid 1px;
	
}
div#validate {
	float:right;
	padding-right: 10px;
	bottom: -25px;
	width: 350px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align:right;
}
div#validate a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

div#validate a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}



