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

body
{
   background: #fbfbfa url(http://www.testwebben.se/5871/Images/body-bg.png) repeat-x center top;
}

/* Content <------------------------------------------------ */

body, select, table
{
   font-family: helvetica, arial, sans-serif;
   font-size: 12px;
   color: #797978;
}

table
{
   
}

h1, h2, h3, h4, h5, h6
{
   font-weight: normal;  
}

h3
{
   font-size: 14px;
   margin: 10px 0;
}

h2
{
   font-size: 20px;
   margin: 20px 0 10px 0;
   color: #8eab3b;
}

h1
{
   font-size: 30px;
   margin: 0 0 10px 0;
}

p
{
   margin: 10px 0;
}

a,
a:link,
a:visited,
a:active
{
   color: #8eab3b;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
   color: #96b345;
}

#main ol, #main ul
{
   margin-left: 15px;
}

#main ul
{
   list-style-type: disc;
}

strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}

/* Layout <------------------------------------------------------ */

#wrapper
{
   width: 1080px;
   margin: 0 auto;
}

#header
{
   width: 1000px;
   height: 123px;
   margin: 0 auto;
   position: relative; 
}

#logo
{
   position: absolute; 
   left: 0; 
   top: 10px;
}

#login
{
   position: absolute; 
   top: 15px;
   right: 0;
   padding: 0;
   width: 350px;
   height: 35px;
   position: relative;
   float: right;
   color: #858585;
}

#login a
{
   font-size:12px;
   color: #858585;
}

#login h2 {
   font-family: arial, san-serif;
   color: #858585;
   font-size: 14px;
   padding: 0px 0px 0px 0px;
   margin-top: 3px;
}


#login h3 {
   font-family: arial, san-serif;
   color: #858585;
   font-size: 11px;
   margin-top: -5px;   
   margin-bottom: 1px;
   padding: 0px 0px 0px 0px;
}

#login h4 {
   margin-top: 10px;
}

#login h5
{
   margin-top: 15px;
}

#main-top
{
   width: 1080px;
   height: 60px;
   margin-top: -35px;
   background: url(http://www.testwebben.se/5871/Images/main-top-bg.png) no-repeat center bottom;
}

#main-bottom
{
   width: 1080px;
   height: 60px;
   background: url(http://www.testwebben.se/5871/Images/main-bottom-bg.png) no-repeat center top;
}

#main
{
   padding: 0 60px;
   width: 960px;
   margin: 0 auto;
   background: url(http://www.testwebben.se/5871/Images/main-bg.png) repeat-y center top;
   overflow: auto;
   line-height: 1.4;
}

#footer
{
   width: 960px;
   margin: -25px auto 20px auto;
}

/* Navigering <---------------------------------------------------- */

#nav
{
   clear: both;
   position: absolute; 
   bottom: 10px;
   left: 20px;
   width: 960px;
}

/* Alla nivåer */
#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover,
#kontakt,
#foreningar
{
   font-weight: normal;
   text-decoration: none;
   text-transform: none;
   color: #797978;
   font-size: 16px;
   margin: 0 30px 0 0;
}

#kontakt
{
   float: right;
   margin: 0 0px 0 0;
}

#foreningar
{
   float: right;
   margin: 0 0 0 0;
}

#dmenu li
{
   float: left;
}

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

/* Hover */
#dmenu li a:hover, 
a#kontakt:hover, 
a#foreningar:hover
{
   text-decoration: underline;
   
   
}

/* Aktuell sida */
#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,
a#kontakt.current,
a#foreningar.current
{
   color: #8eab3b;
}

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

/* Formulär <------------------------------------------- */

/* Formulär -----------------------------*/


#mContactForm fieldset legend {
  display: none; }

#mContactForm ul,
#mContactForm li {
  list-style-type: none; }

#mContactForm
{
  background-color: #ffffff;
  border: 1px solid #e9e2d8;
  width: 277px;
  min-height: 105px;
  float: right;
  margin: 0;
  margin-top: 10px;
  padding: 13px 0px 13px 20px;
}
#mContactForm input, #mContactForm textarea
{

   margin: 0 0 5px 0;
   padding: 2px;
   width:245px;
   height: 24px;
   overflow:hidden;
   border: 1px solid #e9e2d8;
   background-color: #f8f4ef;
}

#mContactForm input:hover, #mContactForm textarea:hover
{
   border:1px solid #ccc;
}

#mContactForm input:focus, #mContactForm textarea:focus
{
   border:1px solid #bbb;
}


#mContactForm textarea
{
   height: 100px;
   border: 1px solid #e9e2d8;
}

#mContactForm button
{
   background:#8eab3b;
   color: #fff;
   height: 32px;
   text-transform: uppercase;
   font-size: 18px;
   margin: 12px 25px;
   padding: 2px 5px;
   padding-top: 2px;
   overflow: hidden;
   float: right;
   line-height: 30px;
   font-family: helvetica, arial, sans-serif;
   background-image: url(Images/button_back_form.png);
   font-weight: bold;
   width: 120px;
}

#mContactForm label
{
   color: #000000;
}
#mContactForm h1
{
   color: #000000;
   font-family: helvetica, arial, sans-serif;
   font-size: 20px;
}

#mContactForm h2
{
   color: #000000;
   font-family: helvetica, arial, sans-serif;
   font-size: 12px;
}

#mContactForm button:hover
{
   background: #ddd;
   cursor:pointer;
}

#mContactForm td
{
   text-align: left;
}

#contactFormErrorSpan
{
   position: relative;
   bottom: 8px;
}



