html 
{
  background-image: url(http://www.testwebben.se/1070/Images/000_bg_html.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #294b6a;
  overflow:auto;
}

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

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

body 
{
  /* Content editor body 
  background-color: white; */
}

body, select, input, textarea, table 
{
  font-family: georgia,garamond,"times new roman",times, serif;
  font-family: "trebuchet ms",arial,verdana,sans-serif;
  color: black;
  font-size: 80%;
}

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

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

h1, h2, h3, h4, h5, h6 
{
  color: #395a85;
  padding: 0em;
  font-weight: normal;
  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: 1.2em;
  margin: 1.5em 0em 0em 0em;
}

h2 
{
  font-size: 1.5em;
  margin: 2em 0em 0em 0em;
}

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

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

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

a:hover 
{
  text-decoration: underline;
}

img 
{
  border-style: none;
}

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.3em 0em 0em 0em;
  list-style-position: outside;
  line-height: 1em;
  padding: 0 0 0.5em 0;
}

ul 
{
  list-style: url(http://www.testwebben.se/1070/Images/icon_li.gif) disc;
}

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.2em 0.2em 0.2em;
  /* border: 1px solid silver; */
}

table#projekt-list
{

}

table#project td, 
table#projekt-list td
{
  border: 1px solid white;
  font-size: 0.9em;
  padding: 0.1em 0.5em 0.1em 0.1em
}

table#project td, 
table#projekt-list td p
{

  padding: 0em;
  margin: 0;
}

table#projekt-list tr#head td
{
  white-space: nowrap;
}

  tr.even
    {
         background-color: #FCFCFC;
    }

    tr.over
    {
         background-color: #F4F3CA;
    }

    tr.odd
    {
         background-color: #E9EDF0;
    }
       

strong 
{
  font-weight: bold;
}

em 
{
  font-style: italic;
}

blockquote 
{
  margin: 0em 3em;
}

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

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

#footer 
{
  font-size: 0.7em;
  text-align: center;
  font-family: arial,verdana,sans-serif; 
  clear: both;
  background-image: url(http://www.testwebben.se/1070/Images/000_bg_footer.jpg);
  background-position: right top;
  background-repeat: no-repeat;
/**/
  min-height: 70px; 
  height: auto !important;  
  height: 70px; 

}

#footer p
{
  /* padding: 0.7em 0em 0em 0em;*/
}

#footer,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active 
{
  color: #7693b1;
}

#footer a:hover 
{
  text-decoration: underline;
  color: #ec4533;
}


/* LAYOUT ------------------ */
div
{
  /* border: 1px solid black; */
}

#wrapper 
{
  text-align: left;
  width: 844px;
  margin: 20px auto 0em auto;
  background-image: url(http://www.testwebben.se/1070/Images/000_bg_wrapper.gif);
  background-position: center top;
  background-repeat: repeat-y;
}

#container
{
  text-align: left;
  width: 844px;
  margin: 0em auto 0em auto;
  background-image: url(http://www.testwebben.se/1070/Images/000_bg_container_ny.jpg);
  background-position: center top;
  background-repeat: no-repeat;

  min-height: 382px;
  height: auto !important;
  height: 382px;
}

#header 
{
  height: 93px; 
}

#main 
{
  margin: 1em 2em 1em 2em;
}

#main-content 
{
  float: left;
  width: 770px;
  padding: 0em 0em 0em 0em;
}

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

/* STANDARD NAV (horisontell css) */ 

/* menu box */
div#nav
{
  height: 22px;
  font-size: 80%;
  line-height: normal;
  padding: 0px 0px 0em 0px;
  margin: 0px 0px 0em 10px;
  text-align: left;
}

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

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

#dmenu li
{
  list-style-type: none;
  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
{
  background-image: none;
}

#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: 13em !important;
  margin-left: 13em;
  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: white;
  /* background-color: #d8d8d8; */
}

/* Aktuell sida, 1-3 */
#dmenu li#current a:link,
#dmenu li#current a:visited
{ 
  color: #ed442d;
}

/* Nivå 2-3 */
#dmenu li.current ul li a:link,
#dmenu li.current ul li a:visited,
#dmenu li#current ul li a:link,
#dmenu li#current ul li a:visited,
#dmenu li ul li a:link,
#dmenu li ul li a:visited
{
  color: black;
  background-color: white;
}

/* Nivå 2-3, kantlinje skugga */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
  border-bottom: 1px rgb(132, 132, 132)  solid;
  /* border-right: 1px rgb(132, 132, 132) 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 rgb(235, 235, 235) solid;
  border-left: 1px rgb(240, 240, 240) solid; */
}

/* Aktuell nivå, 1-3 */
#dmenu li.current a:link,
#dmenu li.current a:visited,
#dmenu li.current ul li.current a:link,
#dmenu li.current ul li.current a:visited
{
  color: black;
  /* background-color: #ffffff; */
}

/* Nivå 1, onmouseover */
#dmenu li a:hover
{
  /* background-color: #e4e4e4; */
  color: #ed442d;
}

/* Nivå 2-3, onmouseover */
#dmenu li ul li a:hover,
#dmenu li.current ul li a:hover,
#dmenu li.current ul li.current a:hover,
#dmenu li#current ul li a:hover,
#dmenu li ul li a:hover
{
  background-color: white;
  color: #ed402f;
}

/* Alla nivåer */
#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 8px 0.7em 5px 0.7em;
  margin-left: 1px;
  font-family: arial,verdana,sans-serif; 
} 


/* FORMULÄR ---------------- */

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

textarea,
input 
{
  padding: 0 0.2em;
}

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

textarea 
{
  height: 6em;
}

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

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

#mContactForm input,
#mContactForm textarea
{
  color: black;
}

#mContactForm input,
#mContactForm textarea
{
  width: 220px;
  margin: 0em;
}

/*NYHETSMODUL------------------*/

.modNewsList
{
  margin: 1em 0 0 0em;
  clear: both;
}

.modNewsList h3
{
  font-size: 1.2em;
  margin: 0;
  padding: 1em 0;
  border-top: solid 1px #bbbbbb;

}

.modNewsList ul 
{
  margin: 0;
  padding: 0;
}

.NewsList li
{
  list-style-type: none;
  margin: 0 1.5em 2em 0;
  padding: 0.5em;
  border-right: solid 1px #bbbbbb;
  float: left;
  width: 11em;
  min-height: 6em;
  height: auto !important;
  height: 6em;
}

.NewList li
{
      list-style-type: none;
      margin: 0;
      padding: 1em;
      border-bottom: #ccc 1px solid;
}

.image
{
      margin: 0 1em 1em 0;
}

.aNewsLink 
{
      font-weight:bold;
}

.modNewsList ul.NewsList li, 
.date
{
      font-weight:bold;
}

.modNewsList a, 
.modNewsList a:hover
{
      font-weight: bold;
  line-height: 1.5;
}

