﻿#innerLeftFrame, #lowerLeftFrame, .innerLeftFrame
{
    float:left;
    width:230px;
}
#innerLeftFrameDouble, #lowerLeftFrameDouble, .innerLeftFrameDouble
{
    float:left;
    width:470px;
}
#innerMiddleFrame, .innerMiddleFrame
{
    width:230px;
    clear:none;
    margin:0 auto 0;
}
#innerRightFrame, #lowerRightFrame, .innerRightFrame
{
    float:right;
    width:230px;
}
#innerRightFrameDouble, #lowerRightFrameDouble, .innerRightFrameDouble
{
    float:right;
    width:470px;
}
#innerFrameTripple, #lowerFrameTripple, innerFrameTripple
{
    width:710px;
}
#NewsImage
{
    float:right;
    max-width:230px;
}
#CvImage
{
    float:right;
    max-width:230px;
}

.CvListItem
{
    display:block;
    width:710px;
}
.CvListItemImage
{
    float:right;
    padding-bottom:10px;
    margin-right:20px;
}
.push
{
    clear:both;
}
.blåRubrik
{
    font-size:14px;
    font-weight:bold;
    color:#002395;
}
.orangeRubrik
{
    font-size:14px;
    font-weight:bold;
    color:Red;
}
.floatLeft
{
    float:left;
    border:thin solid blue;
}
