/* **************************** /*
** green lush css based layout  **
** ---------------------------- **
** author: Yamazaki             **
** this layout is free for      **
** download, however you can't  **
** redistribute it and put the  **
** zip / rar file in your web   **
** without any permissions from **
** the author. thank you        **
** ---------------------------- **
** have fun with the layout     **
/* **************************** */

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url('bg.png') top left repeat;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           683px;
	position:        relative;
	background:      transparent url('containerbg.png') top left repeat-y;
}

/*
.grgk_logo 
{
  float:         right;
  background:    url(logo_bar.png) no-repeat;
  height:        80px;
	width:         92px;
	color:         #fff;
	margin-top:     7px;
  margin-right:  10px;
}
 */
#loddrett_hvit_strek
{
  float: left;
  background-color: red;
  width: 2px;
  height: 420px;
}

#hoved_bilde
{
  float: right;
	width:  300px;
  height: 200px;
  border: 1px solid green;
	margin-top:     10px;
  margin-right:   10px;
	margin-left:    10px;
  margin-bottom:  10px;
}

#mini_bilde
{
  float: right;
	width:  1px;
  height: 1px;
  border: 0px;
	margin-top:     0px;
  margin-right:   10px;
	margin-left:    10px;
  margin-bottom:  0px;
}

#mat_bilde
{
	width:  120px;
  height:  84px;
  border: 1px solid green;
	margin-top:     15px;
  margin-right:   0px;
	margin-left:    0px;
  margin-bottom:  0px;
}

#header
{
	margin:          0 auto;
	width:           640px;
	height:          96px;
	background:      transparent url('header3.jpg') top left no-repeat;
}

acronym 
{
  border-bottom: 0px;
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #b3d24e;
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}


#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	/*
    ORIGINAL
    color:           #767676;	
	 */
  color:           black;	
  padding:         13px 7px 15px 7px;
	/*
  font-size:       1em;
	 */
  background:      transparent url('menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#egen_link
{
	/*
  color:           #00C000;	
	color:           #0F0FFF;	
   */
	color:           green;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
}

#menu ul li a:hover
{
	background:      transparent url('menuon.png') center left repeat-x;
	color:           blue;
}

#roundedheader
{
	width:           640px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('belowheader.png') top left no-repeat;
}

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('contentbg.png') top left repeat-y;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           600px;
	height:  580px;
}

#insidecontent p
{
	margin:          5px 0px 15px 0px;
	color:           black;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
  line-height:     150%;
}

td
{
	color:           black;
  font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	line-height:     150%;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #d8f7af;
	font-size:       3.2em;
}

h2
{
	margin-top:          0.0em;
	margin-left:         0.0em;
	margin-bottom:      -1.0em;
	position:        relative;
	font-size:       1.8em;
	font-weight:     normal;
	color:           green;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           green;
}

#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;
	background:      transparent url('footer.png') top left repeat-x;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.1em;
	padding:         10px;
	color:           black;
}
#footer a
{
	color:           black;
}

#footer a:hover
{
	color:           blue;
}

span.fet_groenn 
{
  	font-weight:     bold;
	  color:           green;
}

span.fet_roed 
{
  	font-weight:     bold;
	  color:           red;
}
