body {
    font-family: 'helvetica', sans-serif;
    text-align: justify;
    line-height: 20px;
    font-size: 12px;
    color: #222;
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:750px;		/* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    height:100%
}
a {
    color:#f00;
}
a:hover {
    color:#fff;
    background:#222;
    text-decoration:none;
}
h1 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0 2px 0;
    clear:both;
}
h2 {
    font-size: 16px;
    margin: 0;
    padding: 10px 0 2px 0;
    clear:both;
}

h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 0 2px 0;
    clear:both;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

.figure {
	float:right;
	width: 80px;
	padding: 0.25em;
	margin-left: 1em;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 10px;
        border-radius: 3px;
        -moz-border-radius: 3px;
}

.figure p {
  text-align: center;
  font-style: italic;
  font-size: xx-small;
  text-indent: 0;
  padding: 0;
  margin: 0;
}


/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
/*    height:147px;*/
    height: 238px;
    border-bottom: 0px solid #ccc;
    background: #fff url(logotype/liggande-v3.jpg)  center center no-repeat; 
/*    background: #000 url(images/gavagai-logga-svart.jpg)  center center no-repeat; */
}

#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}

.hdr {
  text-align:left;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.hdr ul {
    clear:both;
    float:left;
    list-style:none;
    margin:0 0 0 0;
    padding:0;
    font-size:x-small;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;

}
.hdr ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
.hdr ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    text-transform: uppercase;
    position:relative;
/*    left:15px;*/
    line-height:1.3em;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.hdr ul li a:hover {
    background:#f00;
    color:#fff;
}
.hdr ul li a.active,
.hdr ul li a.active:hover {
    color:#fff;
    background:#222;
/*    font-weight:bold;*/
}
.hdr ul li a span {
    display:block;
}


.sdr {
  text-align:left;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}


.sdr ul {
    clear:both;
    float:left;
    list-style:none;
    margin:0 0 0 0;
    padding:0;
    font-size:x-small;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;

}
.sdr ul li {
    list-style:none;
    margin:0;
    padding:0;
}
.sdr ul li a {
    float:left;
width: 100px;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    text-transform: uppercase;
/*    left:15px;*/
    line-height:1.3em;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.sdr ul li a:hover {
    background:#f00;
    color:#fff;
}
.sdr ul li a.active,
.sdr ul li a.active:hover {
    color:#fff;
    background:#222;
/*    font-weight:bold;*/
}
.sdr ul li a span {
    display:block;
}




#header img {
    position: absolute;
    top: -60px;
    left: -30px;
    z-index:-1;
}
/* column container */
.colmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */

}
/* common column settings */
.colright,
.colmid,
.colleft {
    float:left;
    width:100%;			/* width of page */
    position:relative;
}
.col1,
.col2,
.col3 {
    float:left;
    position:relative;
    padding:0 0 3em 0;	/* no left and right padding on columns, we just make them narrower instead 
			   only padding top and bottom is included here, make it whatever value you need */
    overflow:hidden;
}
/* 3 Column settings */
.threecol {
    background:#fff;		/* right column background colour */
}
.threecol .colmid {
    right:25%;			/* width of the right column */
    background:#fff;		/* center column background colour */
/*    border-right: 1px solid #eee;*/
}
.threecol .colleft {
    right:50%;			/* width of the middle column */
    background:#fff;	/* left column background colour */
}
.threecol .col1 {
    width:46%;			/* width of center column content (column width minus padding on either side) */
    left:102%;			/* 100% plus left padding of center column */
    min-width: 600px;
}
.threecol .col2 {
    width:21%;			/* Width of left column content (column width minus padding on either side) */
    left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
    padding-top: 50px;
}
.threecol .col3 {
    width:21%;			/* Width of right column content (column width minus padding on either side) */
    left:85%;			/* Please make note of the brackets here:
				   (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
    padding-top: 50px;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    text-align:right;
    background: #eee;
    position:relative;

}
#footer p {
    padding:10px;
    margin:0;
}

.featured {
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    float:right;
    color: #000;
    position: relative;
    text-decoration: none;
    background: #fff;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Helvetica", "arial", sans-serif;
    font-size: x-small;
}

.featured ul {
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.featured ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.featured ul li a {
    display: block;
    float: left;
    margin: 0 3px 0 3px;
    padding: 3px 3px;
    text-align: left;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.featured ul li a:hover {
    background:#f00;
    color:#fff;
}
.featured ul li a.active,
.featured ul li a.active:hover {
    color:#fff;
    background:#222;
}
.featured ul li a span {
    display:block;
}

.featured .heading {
   text-transform: uppercase;
   background: #eee;
   border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   clear: both;
   margin-top: 0px;
   margin-left: -5px;
   margin-right: -5px;
   margin-bottom: 5px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 1px;
   padding-bottom: 0px;
/*   border-bottom: 1px solid #ccc;*/
   font-family: "Helvetica Neue", "Oswald", "Helvetica", sans-serif;
   font-size: x-small;
   font-weight: normal;
   color: #000;
}

.ref {
font-size: x-small;
color: #444;
    text-align: right;
}

