/*Font Squirrel */
@font-face {
   font-family: 'UbuntuRegular';
   src: url('Ubuntu-Regular-webfont.eot');
   src: url('Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('Ubuntu-Regular-webfont.woff') format('woff'),
      url('Ubuntu-Regular-webfont.ttf') format('truetype'),
      url('Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

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

html 
{
   background: #eee url(http://www.testwebben.se/5883/Images/212-html-bg.png) repeat-x center 30px;
}

body
{
   background: url(http://www.testwebben.se/5883/Images/212-body-bg.png) repeat-y center top fixed;
   font-size: 13px;
}

html, body
{
   min-height: 100%;
   width: 100%;
   position: absolute;
}

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

body, select, input, textarea, table
{
   font-family: helvetica, arial, sans-serif;
   color: #666;
   font-size: 12px;
   line-height: 1.5;
}

table
{
   
}

h1, h2, h3, h4, h5, h6
{
   color: #aaa;
   font-weight: bold;
   line-height: 1.4;
   font-family: 'UbuntuRegular', helvetica, arial, sans-serif;
}

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

h2
{
   font-size: 18px;
   margin: 15px 0 2px 0;
}

h1, h2#NewsList_ViewSidebarHeader, h2#NewsList_ViewArchiveHeader
{
   font-size: 25px;
   margin: 0 0 10px 0;
}

p
{
   margin: 10px 0;
}

a,
a:link,
a:visited,
a:active
{
   color: #ed1c29;
   text-decoration: underline;
   font-weight: bold;
}

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: 1.2em 0em 1.2em 1.5em;
   padding: 0;
}

ul li,
ol li
{
   margin: 5px 0;
   list-style-position: outside;
}

#main ul
{
   list-style: square;
}

ol
{
   list-style: decimal;
}

strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}

blockquote
{
   margin: 0 10px;
}


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

#wrapper
{
   width: 960px;
   margin: 0 auto;
   background: #fff;
   height: 100%;
   position: relative;
}

#header
{
   width: 900px;
   padding: 0 30px;
   height: 130px;
   background: #f5f5f5 url(http://www.testwebben.se/5883/Images/212-header-bg.png) repeat-x center bottom;
}

#logo
{
   float: left;
   margin: 15px 0;
   overflow: hidden;
}

#snabblankar
{
   float: right; 
   width: 230px;
   margin: 15px 0;
}

#snabblankar a
{
   color: #666;
   text-decoration: none;
}

#snabblankar a:hover
{
   text-decoration: none;
   color: #333;
}

#snabblankar img
{
   vertical-align: middle;
   margin: 0 0 4px 5px;
}

#slogan h2
{
   margin: 20px 0 0 0;
   padding: 0;
   float: right; 
   clear: right;
   font-style: italic;
   font-size: 23px;
}

#knapp
{
   position: absolute; 
   right: -30px;
   top: 380px;
   z-index: 999;
}

#knapp:hover
{
   right: -31px;
   top: 381px;
}

#knapp:active
{
   right: -32px;
   top: 382px;
}

#main
{
   width: 960px;
   padding: 30px 0;
   overflow: auto;
}

#main-content
{
   width: 670px;
   min-height: 100px;
   margin: 0 30px;
   float: left; 
}

#main-content-left
{
   width: 440px;
   min-height: 100px;
   margin: 0 0 0 30px;
   float: left;
}

#main-content-right
{
   width: 200px;
   min-height: 100px;
   margin: 0 30px 0 14px;
   padding: 0 0 0 14px;
   border-left: 2px dotted #e5e5e5;
   float: left;
}

#footer
{
   width: 900px;
   padding: 10px 0;
   margin: 0 auto;
   font-weight: bold;
   border-top: 2px dotted #e5e5e5;
}

#footer p
{
   margin: 0;
}

#footer a
{
   color: #666;
   text-decoration: none; 
   font-weight: bold;
}

#smelink_linkbox
{
   float: right;
}

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

#nav
{
   float: left;
   width: 200px;
   margin: 0 0 0 30px;
   padding: 5px 0;
   min-height: 200px;
   background: url(http://www.testwebben.se/5883/Images/212-nav-bg.png) repeat-x;
   /*-moz-border-radius-topright: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-left-radius: 5px;*/
}

#nav ul
{  
   margin: 0;
   padding: 0;
   border-top: #ccc solid 1px;
}

#nav ul li
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   line-height: 1em;
}

#nav li a
{
   font-size: 14px;
   font-weight: bold;
   margin: 0;
   padding: 10px;
   color: #666;
   text-decoration: none;
   display: block;
   border-bottom: #ccc solid 1px;
   width: 180px;
   text-transform: none;
}

#nav li a:hover
{
   background: #eee;
   color: #000;
}

#nav ul li.current a:hover
{
   
}

ul#dmenu li#current.parent.current ul li a:hover,
ul#dmenu li.parent.current ul li#current.current a:hover,
ul#dmenu li.parent.current ul li a:hover
{
   background-image: none;
}


/* Undernivåer <----------------*/

#nav ul ul
{
   border-top: 0px;
   background: #e9e9e9;
}

#nav ul ul li
{
   line-height: 1em;
}

#nav ul ul li a,
#nav ul li#current.parent.current ul li a
{
   font-weight: bold;
   display: block;
   color: #666;
   border-bottom: 1px solid #ccc;
   padding: 7px 10px;
   font-size: 12px;
   
}


/* Nivå 3 */

#nav ul ul ul
{
   border-top: 0px;
   background: #ddd;
}

#nav ul li ul li ul li a,
#nav ul li ul li#current.parent.current ul li a
{
   font-size: 10px;
   border-bottom: 1px solid #ccc;
   padding: 7px 10px;
}


/* Nivå 4 */

#nav ul ul ul ul
{
   border-top: 0px;
   padding: 0 0 0 10px;
   background: #d5d5d5;
}

#nav ul li ul li ul li ul li a,
#nav ul li ul li ul li#current.parent.current ul li a
{
   font-size: 10px;
   border-bottom: 0px solid #ccc;
   padding: 7px 10px;
   width: 170px;
}

/**/

#nav ul li a:hover,
#nav ul li.parent.current ul li#current.parent.current ul li a:hover
{
   color: #333;
   background: #eee;
   font-weight: bold;
}

#nav ul li#current.current a:hover,
#nav ul li#current.parent.current ul li a:hover,
#nav ul li ul li#current.parent.current ul li a:hover,
#nav ul li.parent.current ul li#current.current a:hover
{
   color: #333;
   background-color: #eee;
}

#nav ul li#current.parent.current ul li a
{
   color: #666;
   background: transparent;
}

/* Aktuell sida <----------------------*/

#nav ul li#current.current a,
#nav ul li#current.current a:hover,
#nav ul li ul li#current.parent.current ul li a:hover,
#nav ul li.parent.current ul li#current.current a:hover
{
   color: #ed1c29;
   font-weight: bold;
   background: url(http://www.testwebben.se/5883/Images/212-nav-current-bg.png) no-repeat 97% center;
}

#nav ul li ul,
#nav ul li ul li ul,
#nav ul li.current ul li ul
{
   display:none;
   font-weight: bold;
}

#nav ul li.current ul,
#nav ul li.current ul li.current ul
{
   display: block;
}

/* Bildspel <----------------------------------- */

#slider-wrapper {
   width: 960px;
   height: 300px;
   margin: 0;
   overflow: hidden;
   z-index: 99;
}

.nivo-directionNav a {
   display:block !important;
   width:30px !important;
   height:30px !important;
   background:url(http://www.testwebben.se/5883/Images/212-arrows.png) no-repeat !important;
   text-indent:-9999px !important;
   border:0 !important;
}


a.nivo-nextNav {
   background-position:-30px 0 !important;
   right: 15px !important;
}

a.nivo-prevNav {
   left: 15px !important;
}


/* Kontaktformulär <---------------------*/

#mContactForm
{
   margin:10px 0;
}
#mContactForm input, #mContactForm textarea
{
   background:#fff;
   border: 1px solid #ddd;
   margin: 0 0 5px 0;
   padding: 2px;
   width:200px;
   height:1.5em;
   overflow:hidden;
}

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

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

#mContactForm textarea
{
   height: 100px;
}

#mContactForm button
{
   background:#ddd;
   color: #000;
   margin-left:10px;
   font-size: 1em;
   padding: 2px 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   float: right;
}

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

#mContactForm td
{
   text-align: left;
}

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

