/* CSS Document */

div {
	position: relative;
}

body {
	font-family: Georgia, Trebuchet MS, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size: 13px;
	margin: 0px; 
	padding: 0px;
	background-image:url(../graphics/bakgrunn.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.6em;
}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

img {
	border: none;
}

a {
	/*color: #2b292c;*/
	color: #2a75bd;
    outline: none;
    text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: #2b292c;
	font-size: 24px;
	font-weight:500;
	line-height: 26px;
}

h1 a 
{
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: #2b292c;
	font-size: 24px;
	font-weight:500;
}

h2
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 1.3em;
	line-height:1.4em;
	font-weight: normal;
}

h3
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.2em;
}

h4
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.0em;
}

.boksHeader
{
	text-transform: uppercase;
}

p.nospace {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	
}

ul
{
	
	/* list-style-image: url(/images/listeprikker.gif); */
	margin-top: 0px;
	padding-top: 0px;

}

/* Ny Clearfix-kode (IE7) ----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div.articleListIMG {
  border: solid 1px black;
  height: 81px;
  width: 700px;
  overflow:hidden;
}

div.articleListIMG_small {
  border: solid 1px black;
  height: 81px;
  width: 450px;
  overflow:hidden;
}

div.articleListIMG img {
  margin-top: -50px;
}
