﻿/* Startsidan */
#page_start div#startblocks {
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 12px;
}
#page_start div#startblocks div {
    float: left;
    width: 166px;
    height: 192px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: solid 1px #1A1A1E;
}
#page_start div#startblocks div.last {
    margin-right: 0;
    border: none;
}
#page_start p.readmore {
    text-align: right;
}

/* Överisiktssida med funktioner */
#page_features table#features td {
    padding-top: 8px;
}
#page_features table#features td.icon {
    padding-top: 11px;
    width: 68px;
    vertical-align: top;
}

/* Integrationssidan */
#page_integration span.note {
    color: #1A1A1E;
    font-size: 11px;
}
#page_integration table#features {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #1A1A1E;
}
#page_integration table#features td.feature {
    width: 306px;
    padding-right: 10px;
}
#page_integration table#features td.featurebox {
    border-left: dashed 1px #1A1A1E;
    text-align: center;
}
#page_integration table#features td.firstfeature {
    padding-top: 6px;
}
#page_integration table#features td.system {
    width: 116px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: solid 1px #1A1A1E;
}

/* Administationsssida */
#page_administration div#features {
    overflow: hidden;
}
#page_administration div#features div {
    margin-top: 10px;
    float: left;
    width: 240px;
    margin-right: 30px;
}
#page_administration div#features div.last {
    margin-right: 0;
}
#page_administration div#features div h2 {
    margin-bottom: 2px;
}
#page_administration div#features div img {
    margin-bottom: 15px;
    height: 190px;
    width: 240px;
}

/* Referenssida */
#page_references div.clientRef {
    margin-top:20px;   
}

#page_references div.clientRef img {
    float:left;
    margin-right:20px;
}

#page_references div.clientRef h2 {
    margin-bottom:0px;
}

#page_references div.client {
    margin-top:20px;
    float:left;
    width:240px;
}

#page_references div.client img {
    margin-bottom:15px;
}

#page_references div.client h2 {
    margin-bottom:0px;
}

#page_references div.xspace {
    width:30px;
    height:150px;
    float:left;
}

/* Bloggsida */
#page_blog h2 {
    margin-top: 18px;
}