*
{
padding: 0px;
margin: 0px;
}

body
{
background: url('Pictures/Design/bodybackground.gif') repeat; /* bakgrunnsbilde utenfor området */
font-size: 13px;
font-family: "trebuchet ms", helvetica, sans-serif; 
color: Black;
line-height: 18px;
}

h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 22px;
color: #656551;
letter-spacing: 0px;
background: url('Pictures/Design/line.gif') bottom repeat-x;
padding: 0px 0px 5px 0px;
margin-bottom: 5px
}

a
{
color: #FF7800;
text-decoration: none;
}

a:hover
{
text-decoration: none;
color: Red;
}

p
{
margin-bottom: 14px;
text-align:left; /* venstrestiller all tekst, hvis ønske om rett høyremarg - bruk "justify;" */
}

img.primarypicture  /* plassering av bilder i teksten */
{
position: relative;
top: 0px;
padding: 2px;
}

img.floatleft  /* til venstre, med tekst til høyre */
{
float: left;
margin: 0px 7px 3px 2px;
}

img.floatright   /* til høyre, med tekst til venstre */
{
float: right;
margin: 7px 0px 3px 2px;
}

img.alone   /* til venstre, uten tekst på sidene */
{
float:none;
margin: 7px 0px 3px 2px;
}

#outer  /* rammen på siden av siden (den grå fadingen) */
{
position: relative;
width: 747px;
margin: 0 auto;
background: #fff url('Pictures/Design/border.gif') repeat-y;
}

#inner /* området innenfor rammen */
{
position: relative;
padding: 13px 30px 13px 30px;
z-index: 2;
}

#header  /* rammen der navn og klubb nå er oppført */
{
position: absolute;
background: #228B22; 
width: 202px;
height: 92px;
color: #fff;
padding-left: 20px;
}

#header h1  /* navn font */
{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 30px;
height: 92px;
font-weight: bold;

}

#header h2  /* klubb font */
{
position: absolute;
font-size: 14px;
font-weight: bold;
top: 51px;
}

#splash   /* bildet til høyre for navnet i headingen */
{
position: absolute;
right: 30px;
background: #EAEAE2 url('Pictures/Design/Header.jpg') no-repeat;
width: 458px;
height: 92px;
}

#menu  /* menylinjen under headingen */
{
position: relative;
background: #B0E0E6;
height: 26px;
padding: 0px 20px 0px 5px;
margin: 98px 0px 15px 0px;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 26px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
padding: 8px 5px 8px 5px;
font-size: 13px;
color: Blue;
font-weight: bold;
text-decoration: none;
}

#menu ul li a:hover  /* formatering når musen holdes over menyvalg */
{
background: Blue;
color: #fff;
text-decoration: none;
}

#rightcolumn   /* kolonnen til høyre på siden */
{
position: relative;
width: 180px;
float: right;
background: #fff;
list-style: none;
}

#rightcolumn p
{
margin-bottom: 2px;
}

#rightcolumn a
{
color: Blue;
}

#rightcolumn a:hover
{
color: Red;
}

#rightcolumn .content .linklist
{
list-style: none;
}

#rightcolumn .content .linklist a
{
color: Blue;
text-decoration:none;
}

#rightcolumn .content .linklist a:hover
{
color: Red;
text-decoration:none;
}

#primary   /* "arbeidsområdet", der eks. nyhetene står */
{
position: relative;
width: 480px;
float: left;
background: #fff;
}

#primary a
{
color: Blue;
}

#primary a:hover
{
color: Red;
}

#primary h2
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 20px;
color: Black;
letter-spacing: 0px;
padding: 0px 0px 5px 15px;
margin-bottom: 10px;
}

#primary h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 20px;
color: #DAA520;
letter-spacing: 0px;
background: url('Pictures/Design/line.gif') bottom repeat-x;
padding: 0px 0px 5px 15px;
margin-bottom: 5px;
}

#primary h4
{
position: relative;
top: 2px;
font-size: 13px;
line-height: 15px;
color: Black;
letter-spacing: 0px;
padding: 0px 0px 5px 0px;
margin-bottom: 2px;
}

#primary h5
{
position: relative;
top: 2px;
font-size: 12px;
line-height: 14px;
color: Black;
letter-spacing: 0px;
padding: 0px 0px 5px 10px;
margin-bottom: 2px;
}

#primary .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 5px;
}

#primary .post
{
margin-bottom: 5px;
}

#primary .post .header
{
position: relative;
}

#primary .post .date
{
position: absolute;
right: 15px;
top: -3px;
line-height: 36px;
color: #808080;
font-weight: bold;
}

#primary .post .footer
{
position: relative;
top: -10px;
height: 16px;
}

#primary .post .footer .readmore
{
position: relative;
right: 15px;
float: right;
color: Blue;
}

#footer   /* bunntekst */
{
position: relative;
clear: both;
height: 26px;
text-align: center;
line-height: 26px;
background: #B0E0E6;
color: Black;
}