*
{

  outline: 0;
}

html
{
  background: #000;
  overflow: auto;
  overflow-y: scroll;
  font-size: 62.5%;
}

body
{
  text-align: left;
  margin: 0;
  padding: 0;
}

/*CONTENT (start) ---------*/

body
{
  /*Content editor body*/
  /*background-color: #fff;*/
}

body, select, input, textarea, table
{
  font-family: calibri, verdana, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5;
}

table
{
  font-size: inherit;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6
{
  color: #fff;
  padding: 0em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}

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.4em;
  margin: 1em 0em 0em 0em;
}

h2
{
  font-size: 1.5em;
  margin: 0.5em 0em 0em 0em;
}

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
  text-transform: none;
  font-size: 1.7em;
  margin: 0em 0em 0em 0em;
}

p
{
  margin: 1em 0em 0em 0em;
}

a,
a:link,
a:visited,
a:active
{
  color: #e70e2c;
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
  color: #fff;
}

a img
{
  border: 0;
}

hr
{
  height: 1px;
  margin: 0.5em 0 1em 0;
  color: #999999;
  background-color: gray;
}

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;
}

#main-content ul
{
  list-style: url(http://www.testwebben.se/3644/Images/) square;
}

ol
{
  list-style: decimal;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

blockquote
{
  margin: 0em 3em;
}

/*CONTENT (end) -----------*/

/*FOOTER ------------------*/

#footer
{
 /* width:920px;*/
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  clear: both;
  color: #999999;
  height: 10em;
      border-top: 1px solid gray;
}

#pFooterText
{
  
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}

/*LAYOUT ------------------*/

#wrapper
{
  /*background: #3C3C3C url(http://www.testwebben.se/3758/Images/wrapperBg.png) repeat-x left top;*/
  background: #000;
  text-align: left;
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0em auto;
  position: relative;
  z-index: 0;
  overflow: auto;
}

#container {
  width: 100%;
  min-height: 450px;
  height: auto !important;
  height: 450px;
}

#header {
    border-bottom: 1px solid gray;
  background: #000;
  width: 100%;
  height: 130px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#logo {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left:-480px;
}

#main-content {
  width: 905px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  min-height: 14em;
  height: auto !important;
  height: 14em;
}

#main-content img {
  bordeR: 1px solid gray;
  padding: 2px;
}

#main-content-top {
  color:#fff;
  width: 920px;
  height: 340px;
  padding: 20px 0 100px 0;
  margin: 0 auto;
}

#main-content-top-left {
  background:;
  color:#fff;
  width:520px;
  height:338px;
  margin:0 40px 0 0;
  float:left;
}

#main-content-top-right {
  background:;
  color:#fff;
  width:350px;
  height:338px;
  float:left;
}

#main-content-bottom {
  width: 910px;
  margin: 100px auto;
  padding: 0px 20px 0px 20px;
  background: #313131;
  color: #fff;
}

.clear
{
  clear: both;
  line-height: 0.01;
  border-style: none;
}

/* NAV ---------------------- */
/* menu box */
#nav
{
  font-family: arial, helvetica, sans-serif !important;
  line-height:1.5;
        width: auto;
        line-height: normal;
        padding: 0em 0em 0em 0em;
        margin: 0em auto 0em auto;
        text-align: left;
  height: 56px;
  position: absolute;
  right: 50%;
  margin-right: -420px;
  bottom: 0px;

}

#nav ul
{
  margin: 0px;
  list-style: none;
}

#nav li
{
  margin: 0em;
  float: left;
}

#nav ul li li
{
  float: left;
  width: 10em;
}

#dmenu li
{
  list-style-type: none;
  float: left;
  padding-right:0 !important;
  display: block;
  margin-top: -1px;
}

#dmenu ul
{
  float: left;
  border: 1px #6b6b6b solid;
  border-top: 1px white solid;
  position: absolute;
  display: none;
  margin-top: 0px !important;
  margin-top: 0px;
  margin-left: 10px;
  width: 10em;
  z-index: 99;
  background-color: #a1a1a1;
}

#dmenu li a
{
  display: block;
  text-decoration: none;
  border: 0px;
  color: #fff;
}

#dmenu ul a
{
  display: block;
}

#dmenu a:hover
{
  display: block;
}

#dmenu ul li a:hover
{
  display: block;
}

#dmenu ul ul
{
  display: none;
  position: absolute;
  margin-left: 119px;
  margin-top: -25px !important;
  margin-top: -25px;
  z-index: 99;
  border-left: 1px #fff solid;
}

#dmenu ul li>ul, #dmenu ul ul li>ul
{
  margin-top: -1em;
}

#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: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;
}

li>ul
{
  top: auto;
  left: auto;
}

/* Aktuell sida, 1-3 */
#dmenu li#current {
  background: url(http://www.testwebben.se/3758/Images/tabLeft.png) no-repeat 3px 27px;
  padding: 0 5px 0 9px;
  margin-top:0;
  border-bottom:1px solid #5b5b5b;
}

#dmenu li#current a:link,
#dmenu li#current a:visited
{
  background:  url(http://www.testwebben.se/3758/Images/tabRight.png) no-repeat right bottom;
  color: #fff;
  margin-right: 0;
  padding-left:6px;
  border-bottom:1px solid #5b5b5b;
}

#dmenu li#current a:hover {

}

#dmenu li.parent.current {
  background: url(http://www.testwebben.se/3758/Images/tabLeft.png) no-repeat 3px 24px;
  padding: 0 5px 0 9px;
}

#dmenu li.parent.current a {
  background: url(http://www.testwebben.se/3758/Images/tabRight.png) no-repeat right bottom;
  color: #fff;
  margin-right: 0;
  padding-left:6px;
}

/* Nivå 1, onmouseover */
#dmenu li a:hover,
#dmenu li #current .current a:hover,
#dmenu li#current a:hover
{
  color: #D5D5D6;
 
}

/* 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
{
  color: #8fa2e3;
  background-color: transparent;
}

/* Alla nivåer */
#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
        font-size: 12px !important;
        font-weight: normal;
  text-transform: normal;
        text-decoration: none;
        letter-spacing: 0em;
        padding: 33px 15px 9px 15px;
  /*border-left: 1px solid #ccc;*/
        margin: 0;
}

/* Nivå 2-3 */
#dmenu ul li a:link,
#dmenu ul li a:visited,
#dmenu ul li a:hover
{
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        font-size: 1em;
        letter-spacing: 0em;
  padding: 0.5em;
  margin: 0em;
}

/*FORMULÄR--------------------*/
#mContactForm {
margin:1em 0;
}

#mContactForm input, #mContactForm textarea {
background:#575757;
color:#fff;
border: 1px solid #666;
margin: 0 0 5px 10px;
padding:3px 2px 2px 2px;
width:220px;
height:1.2em;
overflow:hidden;
}

#mContactForm input:hover, #mContactForm textarea:hover {border:1px solid #666;}
#mContactForm input:focus, #mContactForm textarea:focus {border:1px solid #777;}

#mContactForm textarea {
height: 5em;
}

#mContactForm td {
text-align: right;
color:#fff;
}

/*IE PNG Fix------------------*/

#wrapper img, #wrapper div
{
  
}

