body{
    background-color: white;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header{

    background-image: url(header.svg);
}
header img
{     
    vertical-align: middle;
    height: 100px;
}
header a{
    text-decoration: none;
    color: inherit;
}
nav{
    background-color: rgb(11, 82, 175);
    text-align: center;
    margin: 0 0 20px 0;
}
nav a{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color:white;
    padding: 5px;
    margin: 0px 1px 0px 1px;
    font-size: 18px;
}
nav a:hover{
    background-color: rgb(23, 113, 230);
}

main
{
    min-height: 600px;
    overflow: auto;
    max-width: 1300px;
    margin: 0 auto;
}
main p 
{
    font-size: 18px;
}
main h1
{
    text-align: center;
}


footer{
    background-color: rgb(190, 190, 190);
    min-height: 220px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    vertical-align: bottom;
    position: relative;
    text-align: center;
    font-size: 20px;
}
footer a
{
    text-decoration: none;
    color: black;
}
.footer_column
{
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    display: inline-block;
    margin-right: 50px;
    text-align: left;
}

.footer_displayContentHeader
{
    vertical-align: top;
    text-decoration: underline;
    margin-bottom: 0px;
}
.footer_logga img
{
    width: 20px;
    vertical-align: middle;
    padding-right: 3px;
}
.underlineText
{
    text-decoration: underline;
}

.activeLink
{
    background: rgb(23, 113, 230);
}

.fastighetsLink
{
    text-decoration: none;
    color: black;
}

.sectionColumn
{
    margin-left: 25%;
    max-width: 700px;
}

.salu table
{
    height: 280px;
    width: 840px;
    margin: 20px auto;
    border-collapse: collapse;
    display: inline-table;

}
.salu tr
{
    border: 1px solid grey;  
    margin: 50px;
}

.salu td
{
    width: 50%;
    text-align: left;
    vertical-align: top;

}

.salu td img
{
    width: 100%;
    height: 280px;
    display:block;    
}

.salu td p
{
    padding-left: 10px;
}

.fastighet
{
    
    margin-left: -10%;
    margin-bottom: 80px;
}

.fastighet table
{
    width: 604px;
    margin: 0 auto;
    border-collapse: collapse;
}
.fastighet tr
{
    border: 1px solid #cecece;  
    margin: 50px;
}

.fastighet td
{

    text-align: left;
    vertical-align: top;
}

.fastighet td img
{
    width:600px;
    height: 400px;   
    display: block;    
}

.fastighet td p
{
    padding-left: 10px;
    padding-right: 5px;
    line-height: 180%;
}
.fastighet td h2
{
    padding-left: 10px;
    line-height: 35%;
}
.fastighetsText
{
    padding-right: 20px;
    font-size: 16px;
}
.fastighetsFaktaText
{
    font-weight: 500;
}


.indexbakgrund
{
    background-image: url(indexbakgrund2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 600px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.column
{
    margin: 0 auto;
    text-align: center;
}