﻿body 
{
    background-color:#edebcb; /*#edebdb;*/ /*  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
    margin-left: 0;
	margin-right: 0;
}
#poster 
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #edebcb;
    padding: 7px;
}
.logo 
{
    float: left;
}
/* Navigation */
#menycontainer {float: right;}
#menycontainer ul{font: 12px Verdana, Helvetica, sans-serif; margin: 55px 0 5px 0;}
#menycontainer li{display: inline; list-style: none;}
#menycontainer li a{text-decoration: none; padding: 4px 8px; margin-right: 9px;  background: #edebcb; border: 1px solid #c7c5ab;}
#menycontainer a:link{color: #000000;}
#menycontainer a:visited{color: #000000;}
#menycontainer a:hover{border: 1px solid #CC0000;}
#menycontainer a#current{background: #ffffff; border: 1px solid #000000; color: #000000;}
#meny li{display: inline; list-style-type: none;}
#navtop
{
    /* background: url('images/background_nav_main.gif') repeat-x; */
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    /* margin-right: auto;
    margin-left: auto; */
    width: auto;
    height: 50px;
    float: right;

}
#navbottom
{
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 800px; /*726px;*/
    height: 25px;
}
#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: right;
    border: 1px solid #FF00FF;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #333333;
    margin-left: 25px;
}

#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #333333;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

#body 
{
    width: 850px;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
    /*position: relative; */
}

#columnright
{
    margin-left: 250px;
  /*  position:relative; */
}

.leftblock
{
    /* border: 1px solid #DBDB79; */
    padding: 5px 15px 15px 15px;
    /*margin-bottom: 10px;
     background: #FEFAAB url('../images/background_columnleft.gif') repeat-y;*/
    vertical-align: top; 
    /* background-color: #FFFFFF; */
}

.rightblock
{
   /* border: 1px solid #DBDB79; */
    padding: 5px 15px 15px 15px;
    /*margin-bottom: 10px;
     background: #FEFFAB url('../images/background_columnright.gif') repeat-y;
    background-color: #FFFFFF;*/
    position: relative;     
    width: auto;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth
{
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
}
#footer
{
    width: 904px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    font-size: 10px;
}
#footer, #footer a 
{
    color: #999999;
    text-decoration: none;
}
.infotext 
{
    font-size: 0.7em;
    float: right;
}

/* h2 
{
    color: #cc0033;
} 

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}*/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 12px;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}
tr p {
	margin-top: 0;
}
.gallery 
{
    border-left: #eee;
}
.gallery img 
{
    padding: 3px;
    border: 1px solid #d2b48c;
    margin: 5px;
}
.adrotator 
{
    padding: 4px;
    border: 1px solid #d2b48c;
}
.clearall 
{
    clear: both;
    height:1px;
    margin: 0;
    padding: 0;
}
.menupanel 
{
    float: right;
    clear: left;
    padding-bottom: 20px;
    font-size: 0.7em;
    text-align: right;
}