/* RESET
_____________________________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;}

body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }


/* Fix______*/

/* Lägg class="clearfix" på alla divar som innehåller floatade objekt - i koden, inte css-en */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}

* html .clearfix {
    height: 1%;}
	
.clearfix {
   zoom: 1;}
   
   
/*** ______slideshow___ **/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:470px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 470px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 470px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

   
  


/* Generellt______*/

body {
background: #0094a4 url(../img/bkgr-tapet.jpg) top left;
font-family: arial, verdana, sans-serif;
font-size: small;
font-weight: normal;
line-height: 1.5em;
color: #60410b;
text-align: center;}

h1, h2 {
	font-family: georgia, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 0 0 15px 0;}
	
h1 {
	color: #60410b;}
	
h2 {
	color: #0094a4;}
	
#foot p {
	color: #003534;}
	
#foot h2 {
	color: #003534;}
	
h3 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	background: url(../img/square.png) center left no-repeat;
	padding: 0 0 0 15px;
	text-transform: uppercase;}
	
strong {
	font-weight: bold;}
	
p {
	padding: 0 0 15px 0;}
	
a {
	color: #0094a4;
	text-decoration: none;}
	
a:hover, #nav-2 li a.active {
	text-decoration: underline;}
	
.text-content ul {
	padding: 0 0 10px 0;}

.text-content li {
	padding: 0 0 5px 0;}


#wrapper {
	margin: 0 auto;
	width: 1020px;
	text-align: left;}
	
#head {
	width: 1020px;
	height: 190px;
	background: #fff url(../img/head.png) top left no-repeat;}
	
	
	
/* Nav______*/
	
#nav {
	float: left;
	width: 645px;
	margin: 150px 0 0 0;
	padding: 0 0 0 15px;
	border-top: 1px solid #a97412;
	border-bottom: 1px solid #a97412;}

#nav li {
	display: inline;
	width: 100%;}

#nav li a {
	padding: 0 15px;
	font-size: 100%;
	text-decoration: none;
	text-transform: uppercase;
	color: #a97412;}

#nav li a:hover, #nav li a.active {
	color: #0099a4;}
	
#nav-2 {
	float: left;
	padding: 0 10px 0 0;
	width: 150px;}
	
#nav-2 li {
	padding: 2px 0;
	text-decoration: none;}
		
	
	
/* Content______*/
	
#content-wrapper {
	width: 1020px;
	background: #fff;}
	
.content-inside {
	padding: 0 30px;}
	
#pict-start {
	float: left;
	width: 630px;
	height: 470px;
	padding: 0 0 20px 0;}
	
	
	/*background: url(../img/overas-hus.jpg) top left no-repeat;*/
	
	
.pict-main {
	float: left;
	padding: 0 10px 50px 10px;
	width: 460px;}
	
#text-content-start {
	float: right;
	width: 300px;
	padding: 0 10px 0 20px;}
	
.text-content {
	float: right;
	width: 300px;
	padding: 15px 0 20px 0;
	margin: 0 10px;
	background: url(../img/top-border.png) top left repeat-x;}
	
.text-content-wrapper {
	float: right;
	width: 300px;}
	
.pict-text {
	float: right;
	padding: 0 0 0 5px;}
	
	
#foot {
	width: 1020px;
	background: #006974;}
	
.foot-140 {
	float: left;
	width: 140px;
	height: 300px;
	padding: 15px 10px;
	background: url(../img/foot-border.png) top right repeat-y;}
	
.foot-220 {
	float: left;
	width: 220px;
	padding: 15px 10px;}
	