﻿/*   
	Lokkeskrift - Arbmo v1.9
	http://www.arbeidmedord.no

	CSS & XHTML by Kjetil Haugland, kjetilda@gmail.com	
*/

html {
	text-align : left;
	font : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #FFFFFF;
}
		
body {
	text-align : left;
	width : auto;
	margin-top : 0px;
	margin-left : 0px;
	}

/* LAYERS */
/* Header & Footer */

#headbak {
	background-image: url('headerback.gif');
	background-repeat: repeat-x;
	background-position: left;
	position: absolute;
	width: auto;
	height: 190px;
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#headerboks {
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #FFFFFF;
	width: 600px;
	height: 190px;
	z-index: 2;
	background-color: #FFFFFF;

	text-align:left;
	margin:0 auto;
}

#footbak {
	background-image: url('footerback.gif');
	background-repeat: repeat-x;
	background-position: left;
	position: absolute;
	width: auto;
	height: 130px;
	z-index: 1;
	top: 720px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
}

#footboks {
	background-image: url('footerlogo.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #FFFFFF;
	width: 600px;
	height: 130px;
	z-index: 2;
	background-color: #FFFFFF;

	text-align:left;
	margin:0 auto;
}

/* Hovedlayer */

#innhold {
	position: absolute;
	position: relative;
	width: 600px;
	height: 530px;
	margin: 0 auto;
	border: 0px solid;
	z-index: 3;
	background-color: #FFFFFF;
	font-size : 13px;
	text-align: left;
	color: #333333;
}


/* Visuelt */

#arbmo {
	position: absolute;
	width: 100px;
	height: 149px;
	left: 20px;
	top: 570px;
	z-index: 3;
	background-image: url('http://www.arbeidmedord.no/produkter/logo_liten.png');
	background-repeat: no-repeat;
	background-position: center;
}


.bilder {
	text-align: center;
	border: 1px #2aaad3 solid;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #E8E8E8;
}

.bildene {
	border:1px black solid;}


  /* --tekst-- */

.overskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

  
a:visited {
		color            : #b55555;
 		text-decoration  : none;
		}
a:link {
		color            : #b55555;
 		text-decoration  : none;
		}
a:active {
  		color            : #386084;
 		text-decoration  : underline;
		}
 a:hover {
  		color            : #386084;
 		text-decoration  : underline;
		}

  /* ----------- */
  
td {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 12px;
		color            : #333333;
		}
tr {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 18px;
		color            : #333333;
		}
p {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 12px;
		color            : #333333;
		}
div {
		font-family      : Verdana, Arial, Helvetica, sans-serif;
		font-size        : 12px;
		color            : #333333;
		}
ul {
		margin-left		: 25px;
		padding			: 0;
		}
hr {
		background		: #CCCCCC;
		height			: 1px;
		width			: 100%;
		}
		
		  /* ----------- */

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	line-height: 18px;
	}
