﻿

/* HUVUD DELAR
--------------------------------- */
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
min-width: 760px;
height: 100%;
text-align: center;
background: #fff url(../img/backgroun.jpg) repeat-x 50% 0;     											/* PAGE BACKGROUND*/
}

div.container {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 830px;
text-align: center;
background: #fff url(../img/back.gif) repeat-y 50% 0;
}


.container img {
border: 0px;
}

div.footer {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 830px;
height: 40px;
margin: 0px auto;
text-align: center;
background: #fff url(../img/footer.gif) no-repeat top;
}


div.header {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 760px;
height: 240px;
text-align: left;
background: #fff url(../img/header2.jpg) no-repeat bottom right;
}

/*  TEXT DELAR
-----------------------------------       */

div.indexleft {
float: left;
margin: 0px 20px 40px 0px;
padding: 0px 0px 0px 35px;
width: 410px;
text-align: left;
}

div.indexleft p {
padding: 0;
margin: 0;
}

div.indexleft h1 {
padding: 0px 0px 3px 0px;
margin: 0;
}

div.indexmid {
float: left;
margin: 0px 20px 40px 0px;
padding: 0;
width: 20px;
text-align: left;
}

div.indexmid p {
padding: 0px 0px 20px 0px;
margin: 0;
}

div.indexright {
position: relative;
float: left;
margin: 0px 0px 40px 0px;
padding: 0;
width: 230px;
text-align: left;
}

div.indexright p {
padding: 0px 0px 20px 0px;
margin: 0;
}

div.indexright h1 {
margin: 0px;
padding: 0px 0px 3px 15px;
}


/*    LISTOR
------------------------------    */

ul.alignedlist {
margin: 0;
padding: 0;
}

ul.alignedlist li {
margin: 0px 0px 3px 0px;
padding: 0;
list-style-image: url(../img/listarrow.gif);
}

div.alignedlistouter {
color: #333;
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
margin: 2px 0px 0px 15px;
padding: 0;
line-height: 125%;
}


/*      FONTER      
---------------------------*/

a { text-decoration:none }
a:link { text-decoration:none; color:#6699CC }
a:visited { text-decoration:none; color:#6699CC }
a:hover { text-decoration:none; color:#333333 }

p {
color: #817F7F;
font-family: arial, helvetica, sans-serif;
font-size: 78%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 0px;
}

p.green {
color: #9fb452;
font-size: 110%;
margin: 0px;
padding: 0px;
}

p.news {
width: 300px;
margin: 0px;
padding: 0px;
}

/*     RUBRIKER     
---------------------------*/

h1 {
color: #444;
font-family: arial, helvetica, sans-serif;
font-size: 140%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
color: #444;
background: url(../img/line.gi) ;
font-family: arial, helvetica, sans-serif;
font-size: 120%;
font-weight: bold;
margin: 3px 0px 0 0px;
padding: 3px 0 6px 0;
font-weight: normal;

letter-spacing: -1px;
}

h3 {
color: #00000;
background: url(../img/line.gif) ;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
margin: 3px 0px 0 0px;
padding: 3px 0 13px 0;
font-weight: normal;
}

h4 {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 140%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}


h5 {
color: #FF0000;
font-family: arial, helvetica, sans-serif;
font-size: 140%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}
h6 {
color: #444;
background: url(../img/line.gi) ;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
font-weight: bold;
margin: 3px 0px 0 0px;
padding: 3px 0 0px 0;
font-weight: normal;

letter-spacing: 0px;
}

/* NAVIGATION
--------------------------------------*/

div.nav {
float: left;
width: 250px;
padding: 50px 0px 0px 0px;
}

#navcontainer {
width: 175px;
}

#navlist {
list-style: none;
	width: 620px;
	padding: 0px 0px 0 0px;
	margin: 161px 0px 0 30px;
	background:#000 url(../img/bg_border.gif);
	background-repeat:repeat-x ;
	background-position:bottom left;
}

#navlist li {
padding: 0;
font-size: 78%;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
}

#navlist li a {
float: left;
display: block;
margin:0 -1px 0 0;
padding: 5px 8px;
color: #000;
text-decoration: none;
border: 1px solid #000;
border-bottom: none;
background: #CCC url(../img/bg_off.gif);
background-repeat:repeat-x;
}

#navlist li a:link, ul#navlist li a:visited {
color: #0000;
text-decoration: none;
}

#navlist li#active a {
background: #fff url(../img/bg_active.gif);
border-bottom: none;
text-decoration: none;
color: #333333;
}

#navlist  a:hover {
color: #333;
padding-bottom: 4px;
border-color: #fff;
background: #FFFFFF url(../img/bg_on.gif);

}

#navlist li a:hover {
color: #333333;
}



/* CONTENT
--------------------------------------*/

}

div.headerfloat h2 {
margin: 4px 0px 0px 15px;
}

div.content {
margin: 0px auto;
padding: 35px 0px 0px 0px;
width: 760px;
text-align: left;
background: #FFF url(../img/index_back.gif) no-repeat bottom right;                           										 /* CONTENT BACKGROUND*/
}

div.content p {
text-align: left;
margin: 0px; 
padding: 0px;
line-height: 150%;
}

/* LEFT
--------------------------------------*/

div.leftcol {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 20px 40px 35px;
width: 210px;
text-align: left;
}

div.leftcol p {
padding: 0px 0px 20px 0px;
}

/* MAIN
--------------------------------------*/

div.maincol {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 40px 0px;
width: 470px;
text-align: left;
}
.list {
color: #999999;

font-family: tahoma, arial, helvetica, sans-serif;
font-size: 78%;
margin: 2px 0px 0px -10px;
padding: 0;
line-height: 125%;
}
/* RIGHT
--------------------------------------*/


img.floatright {
float: right;
margin: 12px 0px 2px 10px;
border: 0px;
}

img.floatleft {
float: left;
margin: 0px 7px 3px 0px;
border: 0px;
}

div.pfloat {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 10px;
width: 210px;
height: 160px;
text-align: left;
}

div.pfloat p {
padding: 0px 0px 0px 10px;
}

div.pfloat h1 {
padding: 0px 0px 0px 10px;
}

/* BOTTOM
--------------------------------------*/

div.contentbottom {
clear: both;
margin: 0px 0px -10px 0px;
padding: 0px 0px 0px 0px;
width: 760px;
text-align: center;
background: #transparant url(../img/bottom-logof) bottom right no-repeat;
border-top: dotted px #CCCCCC;
}

div.contentbottom p {
font-size: 60%;
color: #666666;
}

div.botleft {

float: left;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 253px;
text-align: left;
}

div.botleft p {
margin: 0px 0px 0px 0px;
padding: 0px 20px 0px 30px;
}

div.botmiddle {
float: left;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 253px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botmiddle p {
margin: 0px;
padding: 0px 20px 0px 25px;
}

div.botright {
float: left;
margin:0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 253px;
text-align: right;
border-left: dotted 0px #CCCCCC;
}

div.botright p {
margin: 0px;
padding: 40px 10px 0px 185px;
}

div.clear {
clear: both;
width: 760px;
height: 0px;
}

/*form
----------------------------------------------- */
input.txt {
  color: #00008B;
  background-color: #F7F6F6;
  border: 1px solid #66666;
  width: 400px;
  }
 textarea.txt {
  color: #00008B;
  background-color: #F7F6F6;
  border: 1px solid #66666;
  width: 400px
  }
 select.txt {
  color: #00008B;
  background-color: #F7F6F6;
  border: 1px solid #066666;
  width: 400px;
}
input.btn {
margin:0 0 0 107px;
  color: #00008B;
  background-color: #F7F6F6;
  border: 1px solid #66666;
   margin: 0 -50px 0 50px ;


}
form p {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {

  margin-top: -5px;
  padding: 10px;
}
legend {
  margin:0 0 0 10px;
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #444;
  background-color: #FFFFFF;
}

/*Gallery
----------------------------------------------- */

}
	#dhtmlgoodies_slideshow{
		width:720px;	/* Total width of slideshow */
      margin-left:10px;	
		text-align:center;
		vertical-align:middle;
	


	}
	
	#previewPane{
		border:1px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:580px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/438px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		border:0px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:375px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}

