/* Gamla orange nyansen: #f3a41b. Nya: #ff7900 */

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

body
{
  background: #000 url(http://www.testwebben.se/3757/Images/html-bg2.png) repeat-y center top;
}

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

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

table
{
  
}

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

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

h2
{
  font-size: 24px;
  margin: 0 0 10px 0;
}

h1
{
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #ff7900;
}

hr
{
   color: #ff7900;
   background: #ff7900; 
   height: 2px;
}

p
{
  margin: 10px 0;
}

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

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

#main ol, #main ul
{
  margin-left: 1em;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

input 
{
  background: #000;
}

.orange strong
{
  font-weight: bold;
  color: #ff7900;

}

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

#wrapper
{
  border-top: 3px solid #ff7900;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header
{
  width: 960px;
  height: 70px;
  margin: 20px auto;
}

#intresse
{
  position: absolute;
  right: 0;
}

#logo
{
  position: absolute;
  margin: 50px 0 0 0;
}

#main
{
  width: 960px; 
  margin: 0 auto;
  clear: both;
}

#main-left
{
  width: 740px;
  float: left;
}

#main-right
{
  width: 200px;
  float: right;
}

#main-right table.lank
{
  text-align: center; 
}

#main-right table.lank tr
{
  background: url(http://www.testwebben.se/3757/Images/lank-bg.png);
  height: 46px;
}

#main-right table.lank a
{
  color: #fefefe;
  text-decoration: none;
}

#main-right table.lank a:hover
{
  color: #ff7900;
}

#main-right object embed
{
  margin: 0px 0 0 0;
}

#footerline
{
  clear: both;
  height: 3px;
  border-bottom: 3px solid #ff7900;
  width: 1000px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}

#footer
{
  width: 960px;
  padding: 10px 0 10px 0;
  margin: 0 auto;
  clear: both;
}

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

#smelink_linkbox a
{
  float: right;
  
}

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

#nav
{
  margin: 20px auto;
  width: 1000px;
  height: 40px;
  border-bottom: 3px solid #ff7900;
}

#nav ul {
  margin: 0 0 0 309px;
  padding: 0;
}

#nav ul li {
  background: url(http://www.testwebben.se/3757/Images/nav-tableftblack.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/3757/Images/nav-tabrightblack.png) no-repeat right top;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  padding: 12px 14px 15px 5px;
}

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

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


#nav ul li#current, #nav ul li.parent.current {
  background: url(http://www.testwebben.se/3757/Images/nav-tableft.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: #fefefe;
}

#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: #ff7900;
}

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

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

#nav ul li#current a:hover {color: #000;}

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

/* Nivå 2 <------------------------------- */

#nav ul li ul {
  width: 110px;
  float: left;
  background: #464646;
  border: 1px solid #222;
  border-top: 0;
  position: absolute;
  margin: 0 0 0 -10px;
  z-index: 60;
  display: none;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#nav ul li ul li {
  padding: 5px 0;
  background: #464646;
}

#nav ul li ul li a {
  background: #464646;
  color: #fefefe;
  font-size: 11px;
  font-weight: normal;
  width: auto;
  padding: 0px 10px;
  border: 0;
}

#nav ul li ul li a:hover {
  color: #ff7900;
  font-weight: normal;
}

#nav ul li ul li a:active {
  background: #464646;
 
}

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

#nav ul li.parent.current {
  
}

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

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

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

#bildspel,
.slideshow-container
{
  height: 320px !important;
  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:#464646;
  border: 1px solid #333;
  margin: 0 0 5px 10px;
  padding: 1px;
  width:300px;
  height:1.5em;
  overflow:hidden;
}

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

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

#mContactForm textarea
{
  height: 150px;
}

#mContactForm button
{
  font-family: georgia, serif;
  background:#ff7900;
  margin-left:10px;
  font-size: 1em;
  padding: 5px 10px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#mContactForm button:hover
{
  color: #fefefe;
  cursor:pointer;
}

#mContactForm td
{
text-align: right;
}

