<!--
/*******************
** General styles **
** #namn = ID     **
** .namn = CLASS  **
*******************/

/****************************
** Anpassning av satsbredd **
** för olika enheter       **
****************************/
/* Bredd för mobiltelefon */
/*#mobwid {
    width: 95%;
    margin: 0 auto;
}

/* Bredd för padda */
/*#tablwid {
    width: 60%;
    margin: 0 auto;
}

/* Bredd för dator 2-spalt */
/*#compwid {
    width: 60%;
    margin: 0 auto;
}

/* Bredd för dator 1-spalt */
/*#enspalt {
    width: 60%;
    margin: 0 auto;
}

/**************
** För tutti **
**************/

* {
	  border: none; 
	  margin: 0; 
    padding: 0;
    background: url(/hagen/pics/efef8f.gif);
}


body {
    font: normal 12pt/13pt "Times New Roman", Times, serif;
    text-align: justify;
}


/****************************
** Skala & centrera bild   **
** efter bildytans storlek **
****************************/

.fit {
    max-width: 100%;
    max-height: auto;
}

.center {
    display: block;
    margin: auto;
}


#slide_container {
}


/******************
** Header styles **
******************/
#header {
	clear: both;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
  font-size: 22pt;
	border-bottom: thin #996633 solid;
}

#header h1 {
    margin: .8em 0 .2em 0;
    padding: 0;
    color: #996633;
    text-align: center;
/*	text-indent: 1em; */
    font-weight: 700;
    line-height: 1.1;
    margin: 10 0 0 0;
}

#ingresscnt {
	  clear: both;
	  background: #efef8f;
	  border-top: 2px solid #996633;
	  margin: 0;
	  padding: 6px 15px !important;
    font-size: 14pt;
	  text-align: center;
}

.avstava {
    text-align:justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;	
}

.avstava_ej {
    text-align:left;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;	
}

#bodybag_cmp {
	  width: 55%;
	  margin: 0 auto 0 auto;
	  padding: 0 0 0 5px;
}

#bodybag_tbl {
	  width: 90%;
    margin: 0 auto 0 auto;
	  padding: 0 0 0 5px;
}

#bodybag_mob {
	  width: 95%;
    margin: 0 auto 0 auto;
	  padding: 0 0 0 5px;
}

.photo{
}

.ic_container{
vertical-align: baseline;
margin: 0 auto 10px auto;
position: relative;
/*-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
-moz-box-shadow: 0 1px 3px #888;
-webkit-box-shadow: 0 1px 3px #888;*/
}

.overlay{
opacity:0.2;
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ic_caption{
position:absolute;
opacity:0.9;
overflow:hidden;
margin:0px;
padding:0px;
left:0px;
right:0px;
cursor:default;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.ic_category{
text-transform:uppercase;
font-size: 12pt;
letter-spacing:2px;
padding:5px;
margin:0px;
}

.ic_caption h3{
padding:0px 5px 5px 5px;
margin:0px;
font-size: 16pt;
font-weight: 700;
}

.ic_text{
padding:5px;
margin:0px;
text-align:justify;
font-size: 16pt;
line-height: 17pt;
font-weight: 500;
}

/***** Malsup Bildspel *****/

.mitti {
width: 50%;
  position: center;
  margin: 0 auto;
}
/* caption */
.cycle-caption {
	position: absolute;
	color: black;
	bottom: 15px;
	right: 15px;
	z-index: 500;
}


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: none;
    color: black;
    padding: 15px;
    opacity: .7;
}

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cycle-slideshow {
  position: center;
	width: 100%;
	margin: 0 auto;
}

-->
