html
{
        margin: 0;
      padding: 0;
  background-image: url(http://www.testwebben.se/1211/Images/092_bg_html.gif);
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #B2B9CC;
}

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

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

body, textarea, table
{
      font-family: tahoma, helvetica, sans-serif;
      /*color: #011aa8;*/
  color: #000;
      font-size: 11px;
}

table
{
      font-size: inherit;
      font: 100%;
}

body, p, li, td
{
      line-height: 1.5;
}

h1, h2, h3, h4, h5, h6
{
      /*color: #011aa8;*/
  color: #000;
      padding: 0em;
  font-weight: bold;
      text-decoration: none;
      line-height: 1.1;
}

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

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

h4
{
      font-size: 0.8em;
      margin: 1.5em 0em 0em 0em;
}

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

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

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
      text-transform: none;
      font-size: 1.8em;
      margin: 0em 0em 0.8em 0em;
}

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

a,
a:link,
a:hover,
a:visited,
a:active
{
      /*color: #011aa8;*/
  color: #000;
  text-decoration: underline;
}

a:hover
{
  text-decoration: underline;
}

img
{

}

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

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

ul li,
ol li
{
      margin: 0.2em 0em 0em 0em;
      list-style-position: outside;

}

ul
{
      
}

ol
{
      list-style: decimal;
}

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

table td
{
      vertical-align: top;
      /*padding: 0.2em 0.5em 0.2em 0.3em;*/
}

strong
{
      font-weight: bold;
}

em
{
      font-style: italic;
}

blockquote
{
      margin: 0em 3em;
}


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

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

#footer
{  
  font-size: 1em;
      text-align: center;
      margin: 0;
        padding: 10px 0px 20px 0px;
      clear: both;
        /*color: #011aa8;*/
  color: #000;
  border-top: 1px #abbeff solid;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
      /*color: #011aa8;*/
  color: #000;
  text-decoration: none; 
      font-weight: normal;
}

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

#wrapper
{
      text-align: left;
      margin: 1px  auto;
    width: 780px;
  padding: 0px;
}

#header
{
  background-image: url(http://www.testwebben.se/1211/Images/092_bg_header.jpg);
      background-position: center top;
      background-repeat: no-repeat; 
  height: 160px;
  margin: 0px auto;
  padding: 0px;
}

#main
{
      margin: auto;
        padding: 20px 10px 10px 10px;
        text-align: left;
}

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


/*
form
{
      margin: 1em 0em 0em 0em;
}

form fieldset
{
      position: relative;
      display: block;
      width: 740px;
      background-color: #dddddd;
      border: 1px #777777 solid;
      padding: 20px;
      margin: 1.5em 0em ;
}

form fieldset legend
{ 
      background-color: #777777;
      border: 1px #1d647b solid;
      color: white;
      font-weight: bold;
      font-variant: small-caps;
      font-size: 0.9em;
      padding: 2px 5px;
      margin: 0px 0px 10px 0px;
      position: relative;
      top: -12px;
}

textarea,
input
{
      padding: 0 0.2em;
}

textarea
{
      height: 4em;
}

select,
input
{
      font-size:inherit;
      font:100%;
}

button
{
      line-height: 1.1em;
      padding-top: 0.05em;
}
*/

/* KONTAKTFORMULÄR --------- */

#mContactForm input,
#mContactForm textarea
{
  color: black;
  width: 250px;
  margin: 0em;
}

#mContactForm textarea
{
  height: 100px;
}


/* STANDARD NAV (horisontell css) */ 

/* menu box */
div#nav
{
  background-color: #a3b2e5;
      height: 25px;
      font-size: 12px;
     line-height: normal;
      padding: 0px 20px 0 7px;
      margin: 0px;
  text-align: left;
}

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

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


#dmenu li
{
       margin: 5px 0px 0 10px;
       padding: 0px 20px 0 20px;
        float: left;
}

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

#dmenu li a
{
        text-align: left;
}

#dmenu ul a,
#dmenu ul li a:hover
{
  
}

#dmenu a:hover
{

}

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

#dmenu a:link,
#dmenu a:visited
{
  
}

/* Nivå 1 */
#dmenu li a:link,
#dmenu li a:visited
{
        color: #fff;

}

/* Nivå 2-3 */
#dmenu li ul li a:link,
#dmenu li ul li a:visited
{
        color: #fff;
        background-color: #abbeff;
}

/* Nivå 2-3, kantlinje skugga */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
        border-bottom: 1px #0119a9 solid;
        border-right: 1px #0119a9 solid; 
}

/* Nivå 2-3, kantlinje högdager */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
        border-top: 1px #0119a9 solid;
        border-left: 1px #0119a9 solid; 
}

/* Nivå 1, onmouseover */
#dmenu li a:hover
{
   color: #011aa8;
}

/* Nivå 2-3, onmouseover */
#dmenu li ul li a:hover,
#dmenu li ul li a:hover
{
        color: #011aa8;
}

/* Nivå 1 */
#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
        font-weight: normal;
        text-decoration: none;
        font-size: 10px;
        letter-spacing: 0.1em;
        padding: 5px 10px 5px 10px;
        margin: 0 0 0 5px;
  text-transform: uppercase;
  border-left: 1px #a3b2e5 solid;
  border-right: 1px #a3b2e5 solid;
} 

#dmenu a:hover
{
  background-image: url(http://www.testwebben.se/1211/Images/092_bg_nav_on.gif); 
      background-position: left top;
      background-repeat: repeat-x; 
  border-left: 1px #7489d2 solid;
  border-right: 1px #7489d2 solid;
}

/* Nivå 2-3 */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
        font-weight: normal;
        text-decoration: none;
        letter-spacing: 0.1em;
        padding: 1px 10px 2px 10px;
        margin: 0 0 0 10px;
  text-transform: none;  
} 


/* Formulär */

form {

}

form fieldset {
background: #eef1fb;
width: 715px;
border:0;
float:left;
display:block;
margin: 0 0 20px 0;
padding: 20px;
border: 1px solid #6677b2;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

form legend {
font-weight: bold;
display:none;
}

form h2 {
  margin: 0.2em 0 0.5em 0;
}

form label {
display:block;
  font-size: 12px;
  margin: 3px 0 0 0;
font-weight:normal;
}

form input, form textarea, form select {
border:0;
}

form input[type="text"] {
width:170px;
margin: 0 0 7px 0;
padding: 4px;
border:1px solid #ccc;
}

form select {
border:1px solid #ccc;
}

form input[type="checkbox"] {
margin:0 0 0 5px
}

form textarea {
width:500px;
height:12em;
padding: 2px;
overflow-y:auto;
border:1px solid #ccc;
}

form div.inline {
clear:both;
margin:7px 0;
}

form #Skicka {
display: block;
float:left;
margin: 0px 0 10px 0;
padding:3px 4px;
  font-size: 14px;
clear:both;
}

form span.obligatorisk {
color: #ff0000;
}

