﻿body {
	background-color: #282828;
	background-image: url(images3/bg_trueindex_2011.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:verdana;
	font-size:12px;
	line-height: 130%;
	color: #000;
}

* {
margin:0;
padding: 0;
}


img {
	border:0px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}

/* Länkar*/
a:link, a:visited{
	COLOR: #FFF;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid white;
	padding-bottom: 1px;
}
a:active {
	color: #F14C63;
	border-bottom: 1px solid #F14C63;
	padding-bottom: 1px;
}
#h-logo-slice:hover {
	border-bottom: 1px solid white;
}
#h-logo-slice:active {
		border-bottom: 1px solid #F14C63;
}

/* Huvudet*/

#huvudet {
	width:100%;
	height: 120px;
	margin-right: auto;
	background-image: url(images3/logo-bg-tonad-ljus-svart_4-702.jpg);
	background-repeat: no-repeat;
	background-color: #282828;
}
#h-logo-slice {
	width:200px;
	height:34px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#logo-conteiner {
	margin-left:20px;
	margin-top:20px;
	width:200px;
	height:38px;
	float:left;
	display:inline;
}

#huvudet ul {
	list-style-type: none;
	float: right;
	margin-top: 36px;
}
#huvudet li {
	margin-right:20px;
	margin-top:34px;
	width:auto;
	margin-bottom:0px;
	display:inline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;
}

/*  Kroppen*/

#kroppen {

	width:100%;
	margin: 0px auto 0px 0px;

}

#kroppen-conteiner {
	margin-left:30px;
	margin-top:10px;
	width:350px;
	float: left;
}
#logo-kroppen {
	top: 158px;
	left: 400px;
	position: absolute;
}

h1, h2 {
	margin-bottom: 6px;
	margin-top: 20px;
	line-height: 120%;
}
p {
	margin-bottom: 8px;
}
#kroppen ul {
	margin-bottom: 8px;
}
#kroppen li {
	margin-bottom: 4px;
}
/* Länkar kroppen*/
#kroppen a:link, 
#kroppen a:visited{
	color: #F14C63;
}


/* Automatisk bild växlare */

#foten {
	padding-left:30px;
	padding-top:20px;
	padding-bottom:30px;
	float: left;
	clear: left;
}

#photoShow {
	height:130px;
	width:550px;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

