
html
{
   background-color: #000;
   background: url("design/bg.jpg");
   background-repeat: repeat-x;
   background-position: top left;
}
body, p, table, tr, td
{
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	line-height: 1.5;
	color:#dcceb2;
	margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	  font-family: verdana, arial, sans-serif;
	  color: #dcceb2;
    padding: 0em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1;
}
h4
{
    font-size: 1em;
    margin: 0.3em 0em 0.2em 0em;
    font-weight: bold;
    color: #c1a56f;
}
h3
{
    font-size: 1.2em;
    margin: 1em 0em 0.8em 0em;
}
h2
{
    font-size: 1.7em;
    margin: 0em 0em 0.8em 0em;
}
h1
{
    font-size: 1.7em;
    margin: 1em 0em 0.8em 0em;
}
p
{
    font-size: 1em;
    margin: 0em 0em 0.8em 0em;
}
a,
a:link,
a:visited,
a:active
{
    color: #c1a56f;
    text-decoration: underline;
    font-weight: normal;
}

a:hover
{
    text-decoration: underline;
	  color: #dcceb2;
}

img
{
    border: none;
}
hr
{
    height: 0px;
    margin: 1em 0 0.5em 0;
	  border-top: 1px solid #b3a991;
	  border-right: 0px solid #b3a991;
  	border-bottom: 0px solid #b3a991;
  	border-left: 0px solid #b3a991;
}

.clear
{
    clear: both;
    line-height: 0.01;
    border-style: none;
}
.logo
{
    margin: 20px 0 0 0;
    padding:0 0 0 20px;
    float:left;
}

/*Layout*/

#wrapper
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 821px;
}

#header
{
	margin: 0 0 0 0;
	padding: 0;
	width: 821px;
	height: 72px;
}
#content
{
	margin: 0;
	padding: 0;
	width: 821px;
}
#content_top
{
	margin: 0;
	padding: 0;
	width: 821px;
	height: 15px;
	background: url("design/bg_top.png");
  background-repeat: no-repeat;
  background-position: top left;
}
#nmcmain
{
	margin: 0;
	padding: 30px 60px 20px 50px;
	width: 711px;
	min-height: 400px;
	background: url("design/bg_main.png");
  background-repeat: repeat-y;
  background-position: top left;
}
#content_bottom
{
	margin: 0 0 0 0;
	padding: 0;
	width: 821px;
	height: 36px;
	background: url("design/bg_bottom.png");
   background-repeat: no-repeat;
   background-position: top left;
}

/* MENU ----------- */

/* menu box */
div#nav
{
    	padding: 0px;
    	margin: 45px 0 0 30px;
	    float: left;	    
}

#dmenu li a:link,
#dmenu li a:visited
{
    
}
#dmenu li a:hover
{
 	background: url("design/bg_menu_c.gif");
   background-repeat: no-repeat;
   color: #ddc79d;
   background-position: top right;
}
#nav #dmenu .aCurrent
{
 	background: url("design/bg_menu_c.gif");
   background-repeat: no-repeat;
   color: #ddc79d;
}

#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
        text-decoration: none;
        font-size: 11px;
        padding: 5px 0 0 0;
        height: 25px;
        width: 80px;
        margin: 0;
      	color: #968f83;
        background: url("design/bg_menu.gif");
        background-repeat: no-repeat;
        text-align: center;
} 

/* Layout */ 
#dmenu
{
        background-color: transparent; 
        z-index: 20;
}

#dmenu ul
{
        position: absolute;
        z-index: 99;
}
#dmenu li
{
     	margin: 0px 0px 0 0px;
     	padding: 0px 0px 0 0px;
        float: left;
}

#dmenu,
#dmenu ul,
#dmenu li,
#dmenu ul li
{
        margin: 0;
        padding: 0;
}
#dmenu li a
{
        text-align: left;
}
#dmenu ul, 
#dmenu ul ul
{
        position: absolute;
} 
li>ul
{
        top: auto;
        left: auto;
}
#dmenu ul,
#dmenu ul ul,
#dmenu li:hover ul ul, 
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul
{
        display:none;
}
#dmenu li,
#dmenu li a,
#dmenu ul a,
#dmenu a:hover,
#dmenu ul a:hover,
#dmenu ul li a:hover,
#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul
{
        display: block;
}
/* Admin */ 
#dmenu ul,
#dmenu ul li,
#dmenu ul a,
#dmenu ul li a:hover,
#dmenu ul a:hover
{
        width: 13em;
}
#dmenu ul
{
        margin: 0 !important;
        margin: 0 0 0 0em;
}
#dmenu ul ul
{
        margin-left: 11em !important;
        margin-left: 1em;
        margin-top: -1.5em !important;
        margin-top: -1.5em;
}
/* meny slut*/
