/* CSS Document by Dieter Schneider 2006 */

*
{
    margin: 0;
    padding: 0;
}

a:hover 
{
    font-weight: bold;
}

html
{
    height: 100%;
    font-size: 100.01%;
}

body
{
    height: 100%;
    font-size: 1em;
    background-image: url(../images/forestcreek.jpg);
    background-repeat: repeat-y;
    background-position: top;
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-align: center;
}

/*********************************************  image gallery start **************************************/

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: left;
}	

div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.img a:hover img {border: 1px solid #0000ff;}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

/*********************************************  image gallery end **************************************/

#container
{
    height: 1131px;
    width: 789px;
    margin: 0px auto;
    font-size: .9em;
    background-repeat: repeat-y;
    filter: alpha(opacity=98);
    -moz-opacity: .98;
    opacity: .98;
    background-color: #d1ba84;
    text-align: left;
}

#standardcontainer
{
    height: 800px;
    width: 789px;
    margin: 0px auto;
    font-size: .9em;
    background-repeat: repeat-y;
    filter: alpha(opacity=98);
    -moz-opacity: .98;
    opacity: .98;
    background-color: #d1ba84;
    text-align: left;
}

#container1300
{
    height: 1300px;
    width: 789px;
    margin: 0px auto;
    font-size: .9em;
    background-repeat: repeat-y;
    filter: alpha(opacity=98);
    -moz-opacity: .98;
    opacity: .98;
    background-color: #d1ba84;
    text-align: left;
}

#container1500
{
    height: 1500px;
    width: 789px;
    margin: 0px auto;
    font-size: .9em;
    background-repeat: repeat-y;
    filter: alpha(opacity=98);
    -moz-opacity: .98;
    opacity: .98;
    background-color: #d1ba84;
    text-align: left;
}

#container1700
{
    height: 1700px;
    width: 789px;
    margin: 0px auto;
    font-size: .9em;
    background-repeat: repeat-y;
    filter: alpha(opacity=98);
    -moz-opacity: .98;
    opacity: .98;
    background-color: #d1ba84;
    text-align: left;
}

#containerCustomHeight
{
    width: 789px;
    margin: 0px auto;
    font-size: .9em;
    background-repeat: repeat-y;
    filter: alpha(opacity=98);
    -moz-opacity: .98;
    opacity: .98;
    background-color: #d1ba84;
    text-align: left;
}

#contenttext
{
    float: left;
    width: 608px;
    background-color: #F7F7F7;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-top: dotted 1px #CCCCCC;
    min-height: 360px;
}

#gallery
{
    width: 534px;
    position: relative;
    height: 60px;
    padding-top: 50px;
    margin: 10px 0px 90px 0px;
}

#header
{
    height: 113px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

#subheader
{
    height: 71px;
    clear: both;
    background-image: url(../images/sub_header.jpg);
    background-repeat: no-repeat;
}

#content
{
    margin-right: 202px;
    padding: 10px;
    height: inherit;
    position: relative;
}

#right
{
    width: 168px;
    float: right;
    clear: both; 
    /*background-color: #c5ac71; */
    background-color: #d1ba84;
    padding-top: 3px;
    font-size: 0.8em;
    height: 700px;
}

#footer
{
    clear: both;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    height: 21px;
    font-size: 0.7em;
    padding-top: 10px;
    padding-left: 20px;
}

#footerNyheter
{
    padding-left: 250px;
    height: 21px;
    font-size: .7em;
    clear: both;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*********************************************  linkbar start **************************************/

#navcontainer ul
{
    font-size: small;
    background-image: url(../images/linkbar_bg.jpg);
    height: 37px;
}

#navcontainer ul li
{
    display: inline;
}

#navcontainer ul li a
{
    color: #2A240A;
    text-decoration: none;
    float: left;
    margin-left: 20px;
    padding-top: 8px;
}

#navcontainer ul li a:hover
{
    /* color: #2a4d73; */
    color: #FFFFFF;
    background-image: url(../images/hover.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 10px;
}

/********************************************   linkbar end ***********************************/


/********************************************    linkpanel start************************************/

.imgleft
{
    float: left;
    margin-right: 20px;
    padding: 2px 2px 2px 2px 
}

.imgright
{
    float: right;
    margin-left: 20px;
    padding: 5px 0px 0px 0px 
}

.section
{
    margin-left: 25px;
    width: 525px;
}

p
{
    margin-left: 25px;
    width: 525px;
}

.section ol
{
    margin-left: 50px;
    list-style-type: decimal;
}

.section ul
{
    margin-left: 25px;
    list-style-type: disc;
}

p.section
{
    margin-left: 25px;
    width: 515px;
}

.navcontainer
{
    text-decoration: none;
}

/*
ul.generell
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 0.9em;
    color: #CC0000;
    list-style-image: url(../images/arrow.gif);
}
*/
.navcontainer ul
{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    background-color: #D3D582;
}

.navcontainer a
{
    display: block;
    padding: 4px 0 4px 10px;
    width: 158px;
    border-bottom: 1px solid #7C7C3C;
    background-image: url(../images/linkpanel.jpg);
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
}

.navcontainer a:link
{
    color: #000000;
    text-decoration: none;
}

.navcontainer a:hover
{
    color: #fff;
    background-image: url(../images/linkpanel_hover.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

/************************************************* linkpanel end **********************************/

h1
{
    padding-top: 40px;
    font-size: 3em;
    color: #FFFFFF;
    text-align: right;
    margin-right: 67px;
    font-style: italic;
    font-family: Garamond;
    color: #2A240A;
}

h2
{
    background-image: url(../images/h2.jpg);
    background-repeat: no-repeat;
    font-size: 1em;
    height: 39px;
    padding-top: 20px;
    padding-left: 40px;
    clear: left;
    color: #FBE09D;
}

h3
{
    font-size: 1em;
    padding-left: 13px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-top: 15px;
    background-repeat: no-repeat;
    height: 18px;
}

p
{
    margin: 7px;
}
