#dmenu * {
outline:0;
}
html
{
/*    background-image: url("http://www.testwebben.se/416/Images/");
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #abbfda; */

background:#c4c3c3 url(http://www.testwebben.se/1845/Images/htmlBg.gif) repeat-x left top;
overflow-y:scroll;
}


body
{
    text-align: center;
    margin: 0;
    padding: 0;
}

/* CONTENT (start) --------- */

body, textarea
{
    font-family: "trebuchet ms",arial,verdana,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6
{
    color: #225597; /*#21569a;*/
    padding: 0em;
    font-weight: normal;
    text-decoration: none;
}

h6
{
    font-size: 0.7em;
    margin: 1em 0em 0em 0em;
}

h5
{
    font-size: 0.8em;
    margin: 1em 0em 0em 0em;
}

h4
{
    font-size: 0.9em;
    margin: 1em 0em 0em 0em;
}

h3
{
    font-size: 1em;
    margin: 1em 0em 0em 0em;
}

h2
{
    font-size: 1.3em;
    margin: 1em 0em 0em 0em;
}

h1,
.modGallery h3,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
    text-transform: none;
    letter-spacing: 0.1em;
    font-size: 2.1em;
    margin: 1em 0em 0em 0em;
}

strong {
font-weight:bold;
color:#333;
}

/* från h1 till h2 */
.modGuestbook form h2
{
    font-size: 1.3em;
}

p
{
    font-size: 1em;
    margin: 0.5em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #225597;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border-style: none;
}
#main img {
padding:2px;
border:1px solid #2d61a0;
}
#Page30637 #main img {border:0;}

hr
{
    height: 1px;
    margin: 0.5em 0 1em 0;
    color: gray;
    background-color: gray;
}

ul,
ol
{
    margin: 1.2em 0em 1.2em 2em;
}

ul li,
ol li
{
    margin: 0.2em 0em 0em 0em;
}

ul li
{
    list-style: circle;
}

table
{
    border-collapse: collapse;
    margin: 1em 0em 0em 0em
}

table td
{
    vertical-align: top;
    padding: 0.1em 0.5em 0em 0em;
}

table#kontakt td a
{
   font-size: 0.7em;
}

table#kontakt td img
{
    border: 4px solid rgb(240,240,240);
}

/* CONTENT (end) ----------- */

/* FOOTER ------------------ */

#footer
{
    font-size: 0.8em;
    text-align: center;
    margin: 5em 1em 1em 1em;
    clear: both;
}

/* LAYOUT ------------------ */

#wrapper
{
    text-align: left;
    width: 956px;
    margin: 1em auto 1em auto;
    border: 4px #225597 double;
    background-color: white; 
}

#header
{
    background-image: url("http://www.testwebben.se/1845/Images/headerBg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 160px; 
    position:relative;
}
#header #logo {
position:absolute;
top:0px;
left:10px;
}

#main
{
    margin: 2em 2em 5em 2em;
min-height: 200px;
height: auto !important;
height: 200px;

}


.clear
{
    clear: both;
    line-height: 0.01;
    border-style: none;
}


/* MENU DROPDOWN ----------- */ 

/* menu box */
div#nav
{
    width: 100%;
    height: 32px;
    font-size: 85%;
    line-height: normal;
    padding: 0px 0px 0em 0px;
    margin: 0px 0px 0em 0px;
    background-image: url(http://www.testwebben.se/416/Images/bg_nav_off.gif);
    text-align: left;
    /* background-color: #8c8c8c; */
}

/* Layout */ 

#dmenu
{
    background-color: transparent; 
    z-index: 20;
}

#dmenu ul
{
    position: absolute;
    z-index: 99;
}

#dmenu li
{
 list-style-type: none;
 float: left;
 background-image: url(http://www.testwebben.se/416/Images/bg_nav_border_right.gif);
background-position: right center;
background-repeat: no-repeat;
}

#dmenu,
#dmenu ul,
#dmenu li,
#dmenu ul li
{
 margin: 0;
 padding: 0;
}

#dmenu li a
{
    /* background: url(http://www.testwebben.se/); */
    text-align: left;
}

#dmenu ul a,
#dmenu ul li a:hover
{
    background-image: none;
}

#dmenu a:hover
{
    background-image: url(http://www.testwebben.se/416/Images/bg_nav_on.gif);
}

#dmenu ul, 
#dmenu ul ul
{
    position: absolute;
}

#dmenu ul li>ul, #dmenu ul ul li>ul
{
    margin-top: -2em;
}

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: 13em !important;
    margin-left: 13em;
    margin-top: -1.5em !important;
    margin-top: -1.5em;
}

/* level 2 background */
#dmenu ul a
{
    background-color: #8c8c8c;
} 

/* onmouseover */
#dmenu a:hover,
#dmenu ul a:hover
{
    background-color: #aaa9a9;
}

/* level 2 onmouseover */
#dmenu ul li a:hover
{
    background-color: #aaa9a9;
}

/* shadow */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
    /* border-bottom: 1px rgb(35, 73, 143) solid;
    border-right: 1px rgb(35, 73, 143) solid; */
}

/* highlight */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
    /* border-top: 1px rgb(60, 124, 243) solid;
    border-left: 1px rgb(60, 124, 243) solid; */
}

/* onmouseout */
#dmenu a:link,
#dmenu a:visited,
#dmenu ul a,
#dmenu ul li a
{
    color: #becfe4;
}

/* onmouseover */
#dmenu a:hover,
#dmenu ul a:hover,
#dmenu ul li a:hover
{
   color: white;
}

/* current page */
#dmenu li a.aCurrent
{
	background-image: url(http://www.testwebben.se/416/Images/bg_nav_on.gif);
	color: white;
}

#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 0.1em;
    padding: 7px 1.2em 7px 1.2em;
    font-family: arial,verdana,sans-serif; 
}
