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

html
{
   background: #f8f5f2 url(http://www.testwebben.se/5076/Images/207-html-bg.png) repeat-x center top;
   height: 100%;
}

body
{
   
}

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

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

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

table
{
   
}

h1, h2, h3, h4, h5, h6
{
   color: #aaa89b;
   font-weight: normal;
   line-height: 1.4;
   /*font-family: georgia, serif;*/
   text-transform: uppercase;
}

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

h2, #ViewContactFormHolder h2
{
   font-size: 16px;
   margin: 25px 0 2px 0;
}

h1, h2#Gallery_AlbumTitleText
{
   font-size: 20px;
   margin: 0 0 10px 0;
}

p
{
   margin: 5px 0 10px 0;
}

a,
a:link,
a:visited,
a:active
{
   color: #aaa89b;
   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: #c6bab3;
   background-color: #c6bab3;
}

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

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

#main ul
{
   list-style: square;
}

ol
{
   list-style: decimal;
}

strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}

blockquote
{
   margin: 0em 3em;
}

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

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

#logo
{
   position: absolute; 
   left: 30px;
   top: 25px;
}

#af-logos
{
   margin: 0 30px 0 0;
}

#af-logos img
{
   float: right;
   margin: 20px 0px 0 10px;
}

#main
{
   margin: 0 auto;
   width: 960px;
   background: #f1efed;
}

#main-content
{
   width: 900px;
   padding: 30px 0 5px 0;
   margin: 0 auto;
   overflow: auto;
   
}

#footer
{
   background: url(http://www.testwebben.se/5076/Images/207-footer-bg.png) no-repeat;
   width: 960px;
   height: 40px;
   margin: 0 auto;
   /*border-top: 1px dashed #eee;*/
}

#footer-content
{
   width: 900px;
   margin: 0px auto 0 auto;
   text-transform: uppercase;
   font-weight: bold;
}


#footer-content p
{
   margin: 0;
}


#footer-content a
{
   color: #000;
   text-decoration: none;
}

#flags img
{
   float: right;
   margin: 0 0 0 5px;
}

#smelink
{
   width: 900px;
   margin: 10px auto;
}

#smelink_linkbox a
{
   text-transform: uppercase; 
   text-decoration: none;
   color: #e0d9d5;
}

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

#nav
{
   background: url(http://www.testwebben.se/5076/Images/207-nav-bg.png) no-repeat center top;
   width: 960px;
   height: 50px;
   padding: 0;
   margin: 0px auto;
   position: absolute; 
   bottom: 0;
}

#dmenu
{
   
}

ul#dmenu
{
   height: 50px;
   width: auto !important;
   list-style-type: none;
   padding: 0;
   margin: 0 30px;
}

#dmenu li
{
   margin: 0;
   padding: 0;
   float: left;
}

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

#dmenu li a
{
}

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

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

/* Aktuell sida */
#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
{
   background: #f1efed;
}

/* Aktuell sida, hover */
#dmenu li#current a:hover
{
   color: #000;
}

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

#dmenu a:link,
#dmenu a:visited,
#dmenu a:hover
{
   color: #000;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   padding: 19px 12px;
   font-size: 12px;
   /*border-left: 1px solid #e3e3e3;
   border-right: 1px solid #bababa;*/
}

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

#sub-nav
{
   height: 40px;
   margin: 0 auto;
   width: 960px;
   background: #f1efed;
   border-bottom: 1px dashed #fff;
   position: relative;
   bottom: 1px;
}

#detachedSubMenu
{
   margin: 0 30px;
   padding: 0;
   float: left;
   height: 40px;
}

#detachedSubMenu li a,
#detachedSubMenu li a:link,
#detachedSubMenu li a:visited,
#detachedSubMenu li a:active
{
   color: #000;
   text-decoration: none;
   text-transform: uppercase;
   font-weight: bold;
   padding: 14px 6px;
   display: block;
   font-size: 11px;
}

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

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

#sub-nav ul li
{
   list-style: none;
   float: left;
   margin: 0;
}

/*FORMULÄR ----------------------*/
#mContactForm 
{
   margin: 0;
}

#mContactForm label
{
   float: left; 
   width: 60px;
}

#mContactForm input, #mContactForm textarea 
{
   background:#fbfaf9;
   border: 1px solid #cccaba;
   margin: 0 0 5px 10px;
   padding:3px 2px 2px 2px;
   width:204px;
   height:1.5em;
   overflow:hidden;
}

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

#mContactForm input:focus, #mContactForm textarea:focus 
{
   border:1px solid #cccaba;
   background: #fff;
}

#mContactForm textarea {
   height: 8em;
}

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

#mContactForm button:hover
{
  color: #000;
  background: #b7b5a9;
  cursor:pointer;
}

#mContactForm td {
   text-align: right;
}

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

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

#bildspel {
   width: 960px;
   height:250px !important;
   overflow:hidden;
}

.slideshow-container {
   width: 960px;
   height:250px !important;
   overflow:hidden;
}

div.slideshow-container {position:relative;}

div.slideshow-title {
   width: 400px;
   height: 150px;
   position: absolute;
   left: 35px;
   top: 25px;
   font-family: Arial, Sans-serif;
   font-size: 50px;
   font-weight: normal;
   font-style: italic;
   color:#fff;
   text-align: left;
   margin:0;
   padding:0;
   letter-spacing: -0.03em;
   opacity:0.5;
   z-index: 99 !important;
}

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

