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

body
{
   background: #c3c9ce url(http://www.testwebben.se/4545/Images/193-body-bg.png) repeat-y center top;
}

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

body, select, input, textarea, table
{
   font-family: Arial, sans-serif;
   font-size: 13px;
   color: #000;
   line-height: 1.2;
}

table
{
   
}

h1, h2, h3, h4, h5, h6
{
   
}

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

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

h1, #news h2, #contactform h2
{
   font-size: 24px;
   padding: 0 0 5px 0;
   margin: 0 0 0 0;
}

p
{
   margin: 7px 0;
}

a,
a:link,
a:visited,
a:active
{
   color: #174e8c;
   text-decoration: underline;
}

a:hover
{
   color: #103f73;
   text-decoration: none;  
}

#main ol, #main ul
{
   margin: 7px 0 7px 15px;
}

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

strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}

blockquote
{
   margin: 0em 3em;
}

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

#wrapper
{
   height: 100%;
   position: relative;
}

#header
{
   height: 189px;  
}

#nav-container
{
   background: #0092a1 url(http://www.testwebben.se/4545/Images/193-header-bg.png) repeat-x bottom;
   width: 100%;
   height: 52px;
}

#top-container
{
   width: 100%;
   height: 140px;
   background: #fff url(http://www.testwebben.se/4545/Images/top-bg.png) repeat-x bottom;
   margin: -3px auto 0 auto;
   position: relative;
}

#top
{
   width: 1000px;
   height: 80px;
   padding: 10px 0;
   margin: 0 auto;
}

#main
{
   clear: both;
   width: 960px;
   height: 100%;
   padding: 20px 0px;
   margin: 0 auto;
   overflow: auto;
}

#main-content-left
{
   float: left;
   width: 180px;
   padding-right: 10px;
   margin-right: 10px;
}

#main-content-right
{
   float: right;
   width: 720px;
}

.puff1
{
   float: left;
   width: 290px;
   min-height: 75px;
   padding: 50px 10px 5px 10px;
   background: url(http://www.testwebben.se/4545/Images/puff1-bg.png) no-repeat center center;
   color: #fff;
   margin-right: 15px;
}

.puff1:hover
{
   background: url(http://www.testwebben.se/4545/Images/puff1-bg-hover.png) no-repeat center center;
   cursor: pointer;
}

.puff2
{
   float: left;
   width: 290px;
   min-height: 75px;
   padding: 50px 10px 5px 10px;
   border-top: 0;
   border-bottom: 0;
   background: url(http://www.testwebben.se/4545/Images/puff2-bg.png) no-repeat center center;
   color: #fff;
}

.puff2:hover
{
   background: url(http://www.testwebben.se/4545/Images/puff2-bg-hover.png) no-repeat center center;
   cursor: pointer;
}

.puff3
{
   float: right;
   width: 290px;
   min-height: 75px;
   background: url(http://www.testwebben.se/4545/Images/puff-bg3.png) no-repeat center center;
   padding: 50px 10px 5px 10px;
   color: #fff;
}

.puff3:hover
{
   background: url(http://www.testwebben.se/4545/Images/puff3-bg-hover.png) no-repeat center center;;
   cursor: pointer;
}

.puff1 h1 a, .puff2 h1 a, .puff3 h1 a
{
   font-size: 18px;
   color: #fff;
   text-decoration: none;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-transform: uppercase;
   font-weight: normal;
}

.puff1 h1 a:hover, .puff2 h1 a:hover, .puff3 h1 a:hover
{
   
}

#contactform
{
   width: 230px;
   padding-left: 20px;
   margin-left: 20px;
   border-left: 2px solid #0099A9;
   min-height: 270px;
   float: right;
}

#footer
{
   width: 960px;
   margin: 0 auto;
   padding: 10px 0;
   color: #666;
   font-size: 10px;
}

#footer a
{
   color: #666;
   text-decoration: none;
}
#button
{
   position: absolute;
   right: 50%;
   top: 120px;
   height: 200px;
   width: 200px;
   z-index: 999999999;
   margin: 0 -555px 0 0;

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

#nav
{
   margin: 0 auto;
   height: 55px;
   width: 1000px;
   position: relative;
}

#nav ul
{
   position: absolute;
   left: 0;
   bottom: 0;
}

#nav ul li {
   background: url(http://www.testwebben.se/4545/Images/193-nav-bgleft.png) no-repeat left top;
   list-style: none;
   margin: 0;
   padding: 0 7px 0 9px;
   float: left;
}


#nav ul ul, #nav ul ul ul, #nav li:hover ul ul, #nav li:hover ul ul ul {
   display: none;
}

#nav ul li, #nav ul li a, #nav ul ul a, #nav ul a:hover, #nav ul ul a:hover, #nav ul li:hover ul, #nav ul ul ul li:hover ul {
   display: block;
}

#nav ul li a {
   background: url(http://www.testwebben.se/4545/Images/193-nav-bg.png) no-repeat right top;
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   font-style: normal;
   padding: 12px 15px 15px 5px;
}

#nav ul li a:hover {
   color: #eee;
   text-decoration: none;
}

#nav ul li a:active {
   color: #333;
}


#nav ul li#current, #nav ul li.parent.current {
   background: url(http://www.testwebben.se/4545/Images/193-nav-bg-currentleft.png) no-repeat left top;
}

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

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

#nav ul li#current a, #nav ul li.parent.current a {
   background: url(http://www.testwebben.se/4545/Images/193-nav-bg-current.png) no-repeat right top;
   color: #333;
}

#nav ul li.parent.current a:hover
{
   
}

#nav ul li#current a:hover {}

#nav ul li#current ul li a {
   border: 0;
}

/* Nav undersida <--------------------------------------------------------- */

#nav-under
{
   background: #009464;
   width: 180px;
   min-height: 210px;
   padding: 0;
}

#subMenuHeader
{
   background: #1cabb9 url(http://www.testwebben.se/4545/Images/193-submenuheader-bg.png) repeat-x bottom;
   margin: 0;
   padding: 10px 15px;
   color: #000;
   font-size: 14px;
}

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

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

.main-content-left ul
{
   list-style-type: none;
}

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

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

ul#detachedSubMenu li.active a
{
   color: #ccc;
   list-style-type: none;
}

ul#detachedSubMenu ul
{
   margin: 0 10px;
}

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

ul#detachedSubMenu ul li
{
   margin-left: 10px;
   list-style-type: none;
}

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

img[src="Images/loader.gif"]
{
   margin: 140px auto;
}

#bildspel
{
   float: left;
   margin: 0 0 20px 0;
}

#bildspel,
.slideshow-container
{
   height: 320px !important;
   width: 960px;
   overflow:hidden;
}

div.slideshow-title
{
   width: 740px;
   margin: 0 auto;
   position: absolute;
   right: 20px;
   bottom: 15px;
   line-height: 1.2;
   font-family: georgia, serif;
   font-size: 24px;
   color:#ccc;
   text-align: right;
   font-weight: normal;
   padding:0;
   z-index: 99 !important;
   text-shadow: 0 1px 1px #000;
}

div.slideshow-container:hover
{
   cursor: default !important;
}

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

#mContactForm
{
   margin:10px 0;
}
#mContactForm input, #mContactForm textarea
{
   background:#fff;
   border: 1px solid #ddd;
   margin: 0 0 5px 0px;
   padding: 1px;
   width:220px;
   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: 150px;
}

#mContactForm button
{
   font-family: arial, sans-serif;
   background:#009464;
   color: #fefefe;
   margin-left:0px;
   font-size: 1em;
   padding: 2px 7px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

#mContactForm button:hover
{
   background: #01ad75;
   cursor:pointer;
}

#mContactForm td
{
   text-align: right;
}


#bildspel {
   width: 960px;
   position: relative;
}
#nyheter {
   background: url(http://www.testwebben.se/4545/Images/white80.png);
   background: url(http://www.testwebben.se/4545/Images/newbg.png) no-repeat left top;
   width: 230px;
   height: 300px;
   padding: 10px 20px;
   position: absolute;
   right: 20px;
   top: 20px;
   z-index: 9999999;
}

