{} /* <--- Dette er en meget artig hack, men body egenskapene blir ikke klarert hvis ikke den er der */


BODY 
{ 
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color: #ffffff;
	font-size: 15px;
	/* behavior: url(csshover2.htc); */
	
}

/* --------------------------- Kant rundt hele greia, bredden er det eneste som er satt ---------*/
.leftBorder
{
	position: relative;
	background-image: url(line2.jpg);
	background-repeat: repeat-y;
	width: 697px; 
	height: auto;	
	
	padding-left: 7px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: none;

	text-align:center;
	
}
.rightBorder
{
	height: auto;
	background-image: url(line2.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 7px;
}
.topBorder
{
	height: auto;
	background-image: url(line3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 7px;
}
.bottomBorder
{
	
	background-image: url(line3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 7px;
}

/* denne trenger ikke være med egentlig, men her kan da innhold settes. */	
.Content {
	padding-left: 0px;
	width:100%;
	text-align:left;
	height: auto;
	}
	
	
/* ------------------ Lagene på siden. ------*/	
/* Øverste laget */	
#topLayer
{
	width: 690px;
	height: 140px;
	background-image: url('toppen.jpg');
}

/* Meny laget */
#menuLayer
{
	
	width: 690px;
	height: 40px;
	top: 140px;
	background-image: url('webMenu.jpg');

}


#mainContentLayer
{
	
	
	width: 690px;
	height: auto; 
	padding-top: 15px;
	background-color: #ffffff;
	background-image: url('lerretTopp.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	margin-top: 10px;
	
	overflow: visible;	
}


#innsideContent
{
	text-align: center;
	margin: auto;
	width: 590px;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 2px #000000 solid;
	border-left: 3px #000000 ridge;	
	border-right: 3px #000000 groove;	
	border-bottom: 3px #000000 solid;
	margin-bottom: 5px;		
}
	
#bottomContentBorder
{
	
	background-image: url('lerretBunn.jpg');
	background-repeat: repeat-x;
	width: 690px;
	margin: auto;
	background-position: bottom;
	padding-bottom: 7px;
}


img 
{

		

}
/* bokser */
.mainHeading
{

	background-image: url('eple.jpg');
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
	font-variant:caption;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px #660000 dashed;
	border-top: 2px #660000 dashed;
	width: 170px;
	text-align: center;
}


.secondHeading
{
	
	background-image: url('nyheter.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #000000;
	
	font-weight: bolder;
	font-size: 17px;
	font-variant: caption;

	text-align: center;
	margin-bottom: 5px;
	border-bottom: 2px #660000 dashed;
	padding-top: 60px;
	padding-bottom: 0px;
	
	
}

.bottomHeading
{                                                   
	
	background-image: url('bunn.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	color: #000000;	
	margin-top: 5px;
	font-size: 12px;
	font-variant: caption;

	text-align: left;
	
	border-top: 2px #660000 dashed;

	padding-bottom: 30px;


}	
/* ------------ tabell klasser */

/* meny tabellen */
.webMenuTable
{
	text-align: center;
	color: #ffffff;
	font: 17px;
}

.webMenuTableColumn
{
padding-top: 7px;
}
/* MainTable */
.mainTable
{
	text-align: left;	
     
}

/* nyhets tabell */
.news
{	
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px #660000 solid;
}
.news:hover
{
	border: 1px  solid;
}
.newsDate
{
	text-align: center;
	background-color: #660000;
	color: #ffffff;
	font-style: oblique;
	font-size: 14px;
	
}

.newsAuthor
{
	padding-top: 4px;
	font-style: oblique;
	font-size: 12px;
}

fieldset
{
	border: 1px #660000 solid;
	font-size: 14px;
}
/*------------ Linker ----- */


/*  linker */
a.menu {
	
	color: #ffffff; 
	font-weight: bold;      
	              
 }

a.menu:hover
{
	text-decoration: underline;	
	font-weight: bolder;
}
a.menu:visited {text-decoration: none; }

