*
{
   margin:0;
   padding:0;
   outline:0;
}

html
{
   background: #666 url(http://www.testwebben.se/3751/Images/187_html_bg.png) repeat-y center top;
   height: 100%;
   overflow: scroll;
}

body
{
   height: 100%;
   text-align: left;
}

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

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

body, select, input, textarea, table
{
   font-family: "trebuchet ms", verdana, sans-serif;
   color: #000;
   font-size: 13px;
   line-height: 1.5;
}

h1, h2, h3, h4, h5, h6
{
   color: #000;
   font-weight: normal;
   text-decoration: none;
   line-height: 1.4;
}

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

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

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

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

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

h1
{
   text-transform: none;
   font-size: 2em;
   margin: 0;
   padding: 0em;
}

p
{
   margin: 0.7em 0;
}

a,
a:link,
a:visited,
a:active
{
   color: #0d557b;
   text-decoration: none;
   font-weight: normal;
   text-decoration: underline;
}

a:hover
{
   text-decoration: none;
}

a img
{
   border: 0;
}

hr
{
   border: 0;
   height: 1px;
   margin: 0.5em 0 1em 0;
   color: #d8d8d8;
   background-color: #d8d8d8
}

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

ul li,
ol li
{
   list-style-position: outside;
   line-height: 1em;
   padding: 0 0 0.2em 0;
}

#wrapper ul
{
   list-style: square;
}

#main-content ul li
{
   line-height: 1.5em;
}

ol
{
   list-style: decimal;
}

strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}

blockquote
{
   margin: 0em 3em;
}

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

#wrapper
{
   height: 100%;
   background: #ed1f24;
   
   text-align: left;
   width: 880px;
   margin: 0 auto;
   position: relative;
}

#header
{
   padding-top: 0px;
   border-bottom: #000 solid 0px;
   width: 100%;
   height: 120px;
   background: #ed1f24;
}

#logo
{
   z-index: 99;
   position: absolute;
   top: 10px;
   left: 0;
}

#bildspel {
   height:200px !important;
   overflow:hidden;
   z-index: 99;
}

#main-content
{
   border-bottom: #000 solid 1px;
   background: #fefefe;
   width: 840px;  
   min-height: 320px;
   padding: 10px 20px 20px 20px;
}

#main-content img
{
   bordeR: 1px solid black;
   padding: 1px;
}

#contactform
{
   float: right;
}

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

#footer
{
   border-top: #ed1f24 solid 0px;
   /*background: #fff;*/
   background: #ed1f24 url(http://www.testwebben.se/3751/Images/187_nav_bg.png) repeat-x top;
   padding: 10px 20px 20px 20px;
   clear: both;
   color: #fff;
   line-height: 1em;
}

#footer tbody tr td
{
   
   color: #fff;
}

#footer a
{
   color: #fff;
   text-decoration: none;
   font-weight: normal;
}

/* NAV ---------------------- */

#nav
{
   border-top: #ed1f24 solid 0px;
   border-bottom: #ed1f24 solid 1px;
   background: #ed1f24 url(http://www.testwebben.se/3751/Images/187_nav_bg.png) repeat-x bottom;
   width: 880px;
   height: 32px;
   margin: 0px auto;
   
}

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

#dmenu ul
{
   position: absolute;
   z-index: 99;
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#dmenu li
{
   float: left;
}

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

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

#dmenu li,
#dmenu li a,
#dmenu ul a
{
   display: block;
}

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

/* Aktuell sida, 1-3 */
#dmenu li#current a:link,
#dmenu li#current a:visited,
#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: #000;
}

/*DropDown ska inte visas*/
#dmenu ul li
{
   display:none;
}

/* Alla nivåer */
#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
   font-weight: normal;
   text-decoration: none;
   padding: 0.7em 0.4em;
   margin: 0 0.5em;
   font-size: 1em;
}

/* NAV UNDERSIDA -------------------- */

#nav-bottom
{
   height: 30px;
   margin: 0 auto;
   width: 880px;
   border-top: #000 1px solid;
   background: #fefefe url(http://www.testwebben.se/3751/Images/187_navbottom_bg.png);
}

#detachedSubMenu {
   margin: 7px 0 0 5px;
   padding: 0;
   float: left;
}

#detachedSubMenu a,
#detachedSubMenu a:link,
#detachedSubMenu a:visited,
#detachedSubMenu a:active
{
   color: #000;
   text-decoration: none;
   font-weight: normal;
}

#detachedSubMenu a:hover
{
   text-decoration: none;
   color: #61c9ff;
}

ul#detachedSubMenu li.active a
{
   color: #61c9ff;
}

#nav-bottom ul li
{
   list-style: none;
   padding: 0;
   display: inline;
   float: none;
}

#nav-bottom ul li a
{
   padding: 0 1em;
   margin: 0 0 0 0;
}

/* FORMULÄR -------------------- */
#mContactForm 
{
   margin:10px 0;
}
#mContactForm input, #mContactForm textarea 
{
   border: 1px solid #ccc;
   margin: 0 0 5px 10px;
   padding:3px 2px 2px 2px;
   width:200px;
   height:1.5em;
   overflow:hidden;
}

/*
#mContactForm input:hover, #mContactForm textarea:hover 
{
   border:1px solid #999;
}

#mContactForm input:focus, 
#mContactForm textarea:focus 
{
   border:1px solid #999;
}
*/

#mContactForm textarea 
{
   height: 10em;
}

/*
#mContactForm button 
{
   color:#333;
   border: 1px solid #999;
   margin-left:10px;
}

#mContactForm button:hover 
{
   cursor:pointer;
}
*/

#mContactForm td 
{
   text-align: right;
}

