﻿/* Övergripande
****************************/
*
{
    margin: 0px;
    padding: 0px;
}

html, body
{
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 180%;
    background-color: #4b4c4f;
}
A
{
    color: #000000;
    text-decoration: none;
    z-index: 1;
}
A:active
{
    color: #000000;
    text-decoration: none;
}
A:visited
{
    color: #000000;
    text-decoration: none;
}
A:hover
{
    color: #000000;
    text-decoration: underline;
}
h1
{
    font-size: 220%;
    font-weight: normal;
    line-height: 100%;
}
h1.start, h2.start
{
    font-size: 180%;
    font-weight: normal;
    line-height: 100%;
}
h3
{
    font-weight: bold;
    font-size: 98%;
}
.Container
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.phone
{
    font-size: 150%;
}
.IMGframe
{
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #c2c2c2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.IMGCenter
{
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.logo
{
    height: 65px;
    width: 297px;
    top: 21px;
    right: 20px;
    position: absolute;
}
.header
{
    float: left;
    height: 152px;
    width: 980px;
    position: relative;
}
.menu
{
    height: 50px;
    width: 500px;
    position: absolute;
    left: 5px;
    top: 124px;
}
.menuObj
{
    height: 50px;
    width: 500px;
    position: absolute;
    left: 671px;
    top: 133px;
    z-index: 1000;
}

.content
{
    float: left;
    width: 980px;
    background-color: #f7f6f2;
    height: 475px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #4b4c4f;
    overflow:hidden;
}
.SpaltLeft
{
    float: left;
    width: 290px;
    padding-right: 10px;
    line-height:19px;
}
.SpaltRight
{
    float: left;
    width: 287px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    padding-left: 13px;
    line-height:19px;
}
.columnMain
{
    float: left;
    width: 634px;
    margin-left: 28px;
    padding-top: 20px;
}

.columnObj
{
    float: left;
    z-index: 1000;
    width: 278px;
    height: 460px;
    padding-top: 15px;
    padding-left: 22px;
    border-right-width: 9px;
    border-left-width: 9px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    background-color: #d8d6c7;
    overflow: auto;
}

.footer
{
    background-image: url(/Staticfiles/Graphics/bgSidfot.gif);
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    width: 980px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
}

/* Kontakta oss
****************************/

.SpaltLeftContact
{
    float: left;
    width: 230px;
    line-height: 140%;
}
.SpaltRightContact
{
    float: left;
    width: 400px;
    text-align:center;
}
.SpaltRightContact img
{
    margin-top:36px;
}


/* Objektlista
****************************/


.imgObjBorder
{
    border: 8px solid #c7c2aa;
    margin-top: 15px;
}

.ObjHolder
{
    text-align: center;
    float: left;
    width: 255px;
}

.LinkContent
{
    font-weight: bold;
    font-size: 98%;
}
.LinkContent a
{
    font-weight: normal;
    font-size: 100%;
}
.hide
{
    display:none;
}
.ContactLink, .ContactLink a 
{color:#00529A;}
