/* CSS Document */

div {
	position: relative;
}

body {
	font-family: Georgia, Trebuchet MS, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image:url(/media/graphics/bakgrunn.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	line-height: 25px;
}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

img {
	border: none;
}

a.textLink {
	/*
	color: #2b292c;
	color: #2a75bd;
	*/
	color: Black;
    outline: none;
    background-color: #e9e8e8;
    text-decoration:none;
    margin-bottom: 10px;
}

a.textLinkHeader {
	/*
	color: #2b292c;
	color: #2a75bd;
	*/
	color: Black;
    outline: none;
    background-color: #e9e8e8;
    text-decoration:none;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 50px;
}


a {
	 padding: 0px;
}

a:hover
{
	text-decoration: none;
	background-color: #D9D9D9;
}

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;
}

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: 680px;
  overflow:hidden;
}

div.articleListIMG_small {
  border: solid 1px black;
  height: 81px;
  width: 450px;
  overflow:hidden;
}

div.galleryIMG {
  border: solid 1px black;
  height: 81px;
  width: 215px;
  overflow:hidden;
  margin-bottom: 5px;
}

div.galleryIMG img {
  margin-top: -20px;
}

.artIMGThumb
{
	padding-right: 6px;
	margin-bottom: -5px;
}

div.space-line 
{
	border: solid 1px red;
	background-color: green;
	display: none;
}

.heading
{
	color: Black;
    text-decoration:none;
    margin-bottom: 10px;
    font-size: 22px;
    /*
    background-color: #e9e8e8;
    border: solid 1px #CCCCCC;
*/
}

.rssheading
{
	color: Black;
    text-decoration:none;
    font-size: 18px;
}
