﻿/* Css för Tjänster */

.tjh1
{
    font-size: 18px;
    font-weight: normal;
    color: #efefef; 
    display:inline;
    width:550px; 
    
}

.floatingtext
{
    position: relative;
    float: left;
    clear: left;
    font-size: 15px;
    font-weight: normal;
    color: #efefef; 

    width:550px; 
    
    
 }

.intro
{
    position: relative;
    float: left;
    clear: left;
    width: 500px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 30px 10px 0;
}
.intro2
{
    position: relative;
    float: left;
    clear: none;
    width: 400px;
    margin: 0 0px 10px 0;
}

.textblock1
{
    position: relative;
    float: left;
    clear: left;
    width: 550px;
    min-height: 200px;
    padding: 0 0px 0 0;
    margin: 0;
}


.textblock2
{
    position: relative;
    float: left;
    clear: none;
    width: 260px;
    min-height: 200px;
    padding: 0 30px 0 0;
    margin: 0;
}
.imgblock
{
    position: relative;
    float: right;

    width: 420px;
    min-height: 200px;
    padding: 20px 0px 0 0;
    margin: 0;
}
