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

html
{
   
}

body
{
   
}

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

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


body, select, input, textarea, table
{
   font-family: "lucida grande", "lucida sans", lucida, arial, sans-serif;
   font-size: 12px;
   color: #333;
}

table
{
   
}

.over {background: #eee;}

h1, h2, h3, h4, h5, h6, #NewsList_ViewSidebarHeader
{
   font-family: garamond, times, "times new roman", serif;
   color: #002E66;
   font-weight: normal;
}

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

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

h1,
#Catalog_StartPage .Catalog_StartPageDescription h2,
#Gallery_AlbumTitleText, #GuestbookHeadContent h1, h1#ResultTitle 
{
   font-size: 29px;
   margin: 0 0 0.1em 0;
}

p, #smelink_linkbox
{
   margin: 10px 0;
}

a,
a:link,
a:visited,
a:active
{
   color: #002E66;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

ol, ul
{
   
}

#main ul
{
   list-style-type: disc;
   margin: 5px 0 5px 15px;
}

strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}

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

#wrapper
{
   min-height: 100%;
}

#header-container
{
   width: 100%; 
   height: 120px;
   background: url(http://www.testwebben.se/4865/Images/204-header-bg.png);
}

#header
{
   width: 960px;
   margin: 0 auto;
   position: relative;
}

#logo
{
   padding: 27px 0 0 0px;
   padding: 17px 0 10px 0;
}

#main-container
{
   width: 100%;
   min-height: 500px;
   background: url(http://www.testwebben.se/4865/Images/204-main-container-bg.png) repeat-x;
}

#main
{
   background: url(http://www.testwebben.se/4865/Images/204-main-bg.png) no-repeat top center;
   min-height: 390px;
   overflow: auto;
   width: 900px;
   padding: 30px 45px;
   margin: 0 auto;
   line-height: 1.5;
}

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

#clearfooter
{
   clear:both;
   height:96px;
}

#footer
{
   position: relative;
   bottom: 0;
   text-align: left;
   width: 900px;
   height: 40px;
   padding: 10px 30px;
   margin: -61px auto 0 auto;
   clear: both;
   background: url(http://www.testwebben.se/4865/Images/204-footer-bg.png) repeat-x center bottom;
   color: #333;
   border-top: 1px solid #0054b9;
}

#footer a
{
   color: #333;
}

#smelink_linkbox
{
   float: right;
}

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

#nav-container
{
   width: 100%;
   background: url(http://www.testwebben.se/4865/Images/204-nav-bg.png) repeat-x;   
}

#nav
{
   clear: both;
   height: 40px;
   margin: 0 auto;
   width: 960px;
   padding: 0 20px;
   position: relative;
}

/* Alla nivåer */
#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
   font-weight: normal;
   text-decoration: none;
   color: #eee;
   font-size: 13px;
}

#dmenu
{
   z-index: 20;
   float: left;
   border-left: 1px solid #06193a;
   border-right: 1px solid #2965d1;
}

#dmenu ul
{
   
}

#dmenu li
{
   float: left;
}

#dmenu,
#dmenu ul,
#dmenu li,
#dmenu ul li
{
   
}

#dmenu li a
{
   text-align: center;
   padding: 11px 15px 12px 15px;
   border-left: 1px solid #2965d1;
   border-right: 1px solid #06193a;
   text-transform: none;
}

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

/* Admin */
/* Aktuell nivå, 1*/
#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: #fff;
   background: #002E66;
}

/* Nivå 1, onmouseover */
#dmenu li a:hover
{
   color: #eee;
   background: #0054b9;
}

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

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

#subnav
{
   float: left; 
   background: url(http://www.testwebben.se/4865/Images/204-submenufooter-bg.png) no-repeat center bottom;
   padding-bottom: 10px;
}

#subMenuHeader
{
   background: url(http://www.testwebben.se/4865/Images/204-submenuheader-bg.png) no-repeat;
   width: 170px;
   font-size: 13px;
   padding-bottom: 0;
   padding: 4px 10px 2px 20px;
   margin-bottom: 0;
   font-weight: bold;
}

#dmenu ul li
{
   display:none;
}

ul#detachedSubMenu
{
   padding-top: 0;
   margin-top: 0;
   margin-left: 0;
   width: 200px;
   background: #eee;
   border-bottom: 1px solid #ccc;
}

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

ul#detachedSubMenu li a
{
   display: block;
   padding: 8px 10px 8px 20px;
   width: 170px;
   text-decoration: none;
   text-transform: none;
   background: #eee;
   color: #000;
   border-top: 1px solid #ccc;
}

ul#detachedSubMenu li a:hover
{
   background: #eaeaea;
}

ul#detachedSubMenu ul li a:hover
{
   background: #eaeaea;
}

ul#detachedSubMenu ul li.active a:hover
{
   background: #eaeaea;
}

ul#detachedSubMenu li.active a
{
   color: #333;
   background: #ddd;
}

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

ul#detachedSubMenu ul li a
{
   text-transform: none;
   padding: 8px 0px 8px 30px;
   color: #333;
   border-bottom: 0;
   margin-left: 0;
}

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

ul#detachedSubMenu ul li.active a:hover
{
   background: #ddd;
}


ul#detachedSubMenu li.not-empty a
{
   background: url(http://www.testwebben.se/4865/Images/204-nav-notempty.png) no-repeat left center;
}

ul#detachedSubMenu li.not-empty a:hover
{
   background: #eaeaea url(http://www.testwebben.se/4865/Images/204-nav-notempty.png) no-repeat left center;
}

ul#detachedSubMenu li.active-not-empty a
{
   background: #ddd url(http://www.testwebben.se/4865/Images/204-nav-notempty-current.png) no-repeat left center;
}

ul#detachedSubMenu li.active-not-empty a:hover
{
   background: #ddd url(http://www.testwebben.se/4865/Images/204-nav-notempty-current.png) no-repeat left center;
}

/* Nyhetsfunktion <---------------------------------- */

ul.NewsList li
{
   margin: 10px 0 10px -15px;
   list-style-type: none;
}

/* Sökfunktion <------------------------------------- */

#search
{
   position: absolute;
   right: 20px;
   top: 5px;
}

#search input
{
   background: transparent url(http://www.testwebben.se/4865/Images/204-search-bg.png) no-repeat;
   width: 190px;
   height: 16px;
   padding: 5px;
}

#search button
{
   background: transparent url(http://www.testwebben.se/4865/Images/204-button-bg.png) no-repeat;
   width: 50px;
   height: 28px;
   font-size: 13px;
   color: #333;
   font-family: "lucida grande", "lucida sans", lucida, arial, sans-serif;
}

#search button:hover, #search button:active
{
   background: transparent url(http://www.testwebben.se/4865/Images/204-button-bg-hover.png) no-repeat;
   cursor: pointer;
}

#search button:active
{
   position: relative; 
   top: 1px;
   left: 1px;
}

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

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

#mContactForm button
{
   background: transparent url(http://www.testwebben.se/4865/Images/204-button-bg.png) no-repeat;
   width: 50px;
   height: 28px;
   font-size: 13px;
   color: #333;
   font-family: "lucida grande", "lucida sans", lucida, arial, sans-serif;
}

#mContactForm button:hover, #mContactForm button:active
{
   background: transparent url(http://www.testwebben.se/4865/Images/204-button-bg-hover.png) no-repeat;
   cursor: pointer;
}

#mContactForm button:active
{
   position: relative;
   top: 1px;
   left: 1px;
}

#mContactForm td
{
   text-align: left;
}

#ViewContactFormHolder h2
{
   margin-top: 0;
}

