﻿/******************************************
*** Flikinnehåll
******************************************/
#flikContent {
    margin: 0;
    padding: 0;
    height: 163px;
    width: 960px;
    overflow: hidden;
}
    
    #flikContent div.flik { height: 155px; position: relative; }
    

    #flikContent a.more {
        width: 74px;
        height: 22px;
        display: block;
        background: transparent url(../images/flik_merKnapp.gif) no-repeat left top;
        text-indent: -2000px;
        position: absolute;
        bottom: 10px;
        left: 500px;
    }
    
    div.flik h2 {
        padding: 10px 0 0 0;
        margin: 0 0 8px 40px;
        font-size: 20px;
        font-style: italic;
        color: #555;
        width: 540px;
        font-family: Arial, Sans-Serif;
        line-height: 1.2;
    }
    
    div.flik h3 {
        margin: 0 0 0 40px;
        font-size: 14px;
        font-style: italic;
        color: #555;
        width: 500px;
        font-family: Arial, Sans-Serif;
       
    }
    
    div.flik a.prova {
        width: 118px;
        height: 28px;
        background: transparent url(../images/prova_gratis_btn.gif) no-repeat left top;
        text-indent: -2000px;
        display: block;
        position: absolute;
        bottom: 5px;
        left: 135px;
    }
    
    div.flik a.mer {
        width: 85px;
        height: 28px;
        background: transparent url(../images/lasmer.gif) no-repeat left top;
        text-indent: -2000px;
        display: block;
        position: absolute;
        bottom: 5px;
        left: 40px;        
    }
    
    div.flik a.tipsa {
        width: 204px;
        height: 28px;
        background: transparent url(../images/tipsa.gif) no-repeat left top;
        text-indent: -2000px;
        display: block;
        position: absolute;
        bottom: 5px;
        left: 135px;        
    }

    #partnerlogos {
        position: absolute; top: 13px; left: 80px;
    }
    
    #partnerlogos img {
        float: left;
        margin: 0 40px 22px 0;
    }
    
    #statistikdata {
        width: 328px;
        height: 140px;
        position: absolute;
        right: 26px;
        z-index: 20;
        top: 3px;
        color: #444;
        /*background: rgba(255,0,0,0.5)*/
    }
    
    #statistikdata .left {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
        font: normal 9px 'Trebuchet MS', Arial, Sans-Serif
    }
    
    #statistikdata strong {
        font-weight: bold;
        text-transform: uppercase
    }

    #statistikdata span.totalt {
        font-size: 18px;
        text-transform: uppercase
    }    
    
    #statistikdata span.totaltVal {
        font-size: 26px;
    }
    
    #statistikdata .right {
        width: 219px;
        position: absolute;
        right: 0;
        top: 0;
    }

    #statistikdata span.label { float: left; height: 35px; padding: 0 0 0 30px; line-height: 35px; }
    #statistikdata span.value { float: right; }
    #statistikdata br.clear {
        clear: both;
        margin: 0;
        padding: 0;
        height: 0;
    }
    
    #statistikdata .imgTotUp { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/basic_foundation/48x48/plain/nav_up_right_green.png) no-repeat right center }
    #statistikdata .imgTotDown { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/basic_foundation/48x48/plain/nav_down_right_red.png) no-repeat right center }
    #statistikdata .imgTotNeutral { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/basic_foundation/48x48/plain/nav_right_blue.png) no-repeat right center }    
    
    #statistikdata .imgUp { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/basic_foundation/24x24/plain/nav_up_right_green.png) no-repeat right center }
    #statistikdata .imgDown { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/basic_foundation/24x24/plain/nav_down_right_red.png) no-repeat right center }
    #statistikdata .imgNeutral { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/basic_foundation/24x24/plain/nav_right_blue.png) no-repeat right center }
    
    #statistikdata .percent {
        height: 35px;
        width: 40px;
        margin: 0 5px 0 0;
        padding: 0 30px 0 0;
        text-align: right !important;
        line-height: 35px;
        display: block;
    }
    
    #statistikdata .anlagg { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/objects_people_industries/24x24/plain/pylon.png) no-repeat left center; }
    #statistikdata .bostader { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/objects_people_industries/24x24/plain/houses.png) no-repeat left center; }
    #statistikdata .industrier { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/objects_people_industries/24x24/plain/factory.png) no-repeat left center; }
    #statistikdata .lokaler { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/business_finance_data/24x24/plain/office_building.png) no-repeat left center; }
    #statistikdata .anlagg { background: transparent url(http://www.sverigebygger.se/ikonpaket/v_collections_png_vit/objects_people_industries/24x24/plain/pylon.png) no-repeat left center; }
    
    #statistikdata span.totalt {
        display: block;
        margin: 10px auto 0 auto;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }
    
    #statistikdata span.totaltVal {
        height: 48px !important;
        width: 90px !important;
        display: block;
        line-height: 48px;
        margin: 0 auto;
    }

/******************************************
*** Fliksystem
******************************************/
#fliksystem { height: 92px; }    

    #fliksystem li { display: inline; }

    #fliksystem li a {
        float: left;
        width: 190px;
        height: 92px;
        border-left: 1px solid #337c8d;
        border-right: 1px solid #74bcc8;
        background: transparent url(../images/flik_bg.gif) repeat-x left top;
        text-align: center;
        font: normal 14px 'Trebuchet MS', Arial, Sans-Serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    }

    #fliksystem li a span       { display: block; height: 21px; padding: 70px 0 0 0; }
    #fliksystem li.selected a   { background: transparent url(../images/flik_selected_bg.gif) repeat-x left top; }

    /* Ta bort yttre borders från första och sista fliken */
    #start a        { border-left: none !important; width: 191px !important; }
    #samarbetspartners a        { border-right: none !important; width: 191px !important; }

    /* Sätt bakgrundsbilder på de olika flikarna */
	#start span					{ background: transparent url(../images/flikbilder/start.png) no-repeat center 10px; }        
    #mittsverigebygger span     { background: transparent url(../images/flikbilder/msb.png) no-repeat center 10px; }    
    #skraddarsy span            { background: transparent url(../images/flikbilder/skraddarsy.png) no-repeat center 10px; }    
    #byggstatistik span         { background: transparent url(../images/flikbilder/statistik.png) no-repeat center 10px; }
    #informationssamling span   { background: transparent url(../images/flikbilder/information.png) no-repeat center 10px; }
    #samarbetspartners span     { background: transparent url(../images/flikbilder/partner.png) no-repeat center 10px; }
    
/*******************************************
*** Vad, Varför, Vem?
******************************************/


#pageContent div.mainBlock {

    float: left;
    width: 278px;
    border: solid 1px #d8e2e6;
}
	#pageContent div.mainBlock.what
	{
		background: #f3fbff url(../images/mainblockbg_left.jpg) no-repeat left top;
		}
	#pageContent div.mainBlock.who
	{
		background: #f3fbff url(../images/mainblockbg_middle.jpg) no-repeat left top;
		}
	#pageContent div.mainBlock.why
	{
		background: #f3fbff url(../images/mainblockbg_right.jpg) no-repeat left top;
		margin: 0;
		}

#pageContent div.mainBlock h3 {
    text-transform: uppercase;
    color: #555;
}

#pageContent div.blockContent {
    padding: 10px 10px 0 10px;
}


/******************************************
*** Kundomdömen 
******************************************/
#kundomdomen { background: #f3f8fc url(../images/citatbg.gif) no-repeat left top; width: 284px; height: 340px; }

    #kundomdomen div.scroller {
        height: 220px;
        width: 239px;
        position: relative;
        overflow: hidden;
        margin: 0 0 10px 2px;
    }
    
    #kundomdomen div.scroller div.items { width: 20000em; position: absolute; }
    
    #kundomdomen div.scroller div.items div.citat {
        float: left;
        width: 224px;
        height: 215px;
        color: #444;
        margin-left: 15px;

    }
    
    #kundomdomen div.scroller a.next {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #kundomdomen h3 {
        text-transform: uppercase;
        color: #555;
        margin: 0 0 0 0;
    }

    #kundomdomen div.citat {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border-bottom: 1px dashed #dddddd
    }
    
    #kundomdomen em {
        font: italic 13px/1.5 Georgia, 'Times New Roman', Sans-Serif;
        display: block;
        margin: 0 0 5px 0;
    }
    
    #kundomdomen span {
        display: block;
        text-align: right;
        font: normal 11px 'Trebuchet MS', Arial, Sans-Serif;
    }
    

/******************************************
*** Pressmeddelanden
******************************************/
#pressmeddelanden {
        background: #ededed;
        border: solid 1px #ddd;
    }
    
    #pressmeddelanden #pressarkiv {
        display: block;
        background: #ededed url(../images/myNewsDeskLogo.gif) no-repeat right bottom;
        height: 20px;
        line-height: 20px;
        padding: 5px 0 0 0;
        text-decoration: none;
        color: #444
    }
    
    #pressmeddelanden h3 {
        background: transparent url(../images/press_bottomborder.gif) repeat-x left bottom;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        color: #555;
    }
    
    #pressmeddelanden div.meddelande {
        background: transparent url(../images/press_bottomborder.gif) repeat-x left bottom;
        padding: 5px 0 10px 0;
    }
    
    #pressmeddelanden div.meddelande h4 a {
        color: #444;
        font: bold 11px/1.5 'Trebuchet MS', Arial, Sans-Serif;
        text-decoration: none;
    }
    
    #pressmeddelanden div.meddelande span {
        color: #444;
        font: normal 10px/1.5 'Trebuchet MS', Arial, Sans-Serif;
    }
    
/******************************************
*** Byggprojektplatsen
******************************************/
#byggprojektplatsen {
    width: 580px;
    height: 232px;
    background: #f7f7f7 url(../images/bpp_bg.gif) no-repeat left top;
    font: normal 13px/1.35 'Trebuchet MS', Arial, Sans-Serif;
}
    #byggprojektplatsen h3 {
        margin: 0 0 5px 0; font: normal 24px/1 'Trebuchet MS', Arial, Sans-Serif; color: #0061b1
    }    

    #byggprojektplatsen a {
        float: left; 
        clear: left;
        margin: 10px 25px 0 0;
        background: transparent url(../images/goToBs_btn.gif) no-repeat left top;
        width: 272px;
        height: 33px;
        text-indent: -2000px
    }
    
    #byggprojektplatsen img {
        float: left;
        margin: 0 25px 0 0
    }
    
    #byggprojektplatsen small {
        font-size: 10px;
        display: block;
        margin: 10px 0 0 0;
    }


/******************************************
*** Byggsök
******************************************/
#byggsok {
    font: normal 13px/1.35 'Trebuchet MS', Arial, Sans-Serif;
}

    #byggsok h3 {
        margin: 0 0 5px 0; font: normal 24px/1 'Trebuchet MS', Arial, Sans-Serif; color: #0061b1
    }    
    
    #byggsok a {
        float: right;
        margin: 10px 0 0 0;
        background: transparent url(../images/byggsok_btn.gif) no-repeat left top;
        width: 180px;
        height: 37px;
        text-indent: -2000px
    }
    
    #byggsok img {
        float: left;
        margin: 0 25px 0 0
    }        
/******************************************
*** Punktlista
******************************************/
    #punktlista 
    {
		background: #aacee3 url(../images/punktlistaBg.jpg) no-repeat left top;
		}
    
    #punktlista h3 {
        margin: 3px 0 9px 0; 
        font: bold 17px 'Trebuchet MS', Arial, Sans-Serif !important; 
        color: #0061b1;
    }
	
	#punktlista img {
	margin: 12px 0 0 0;
    }
	
	#punktlista li {

	list-style-type: none;
	background: transparent url(../../../ikonpaket/v_collections_png_vit/basic_foundation/16x16/plain/check.gif) no-repeat left 1px;
	padding: 0px 0 3px 22px;
	margin: 2px 0 0 0;
}


div.divider {
    background: transparent url(../images/dotted_line.gif) no-repeat left center;
    height: 5px;
    clear: both;
    margin: 1px 0 10px 0;
    padding: 0;
}

/******************************************
*** Exponeringspaketet
******************************************/
#expokunder a.logo {
    float: left;
    width: 80px;
    margin: 0 13px;
}

#expokunder div.blockContent { padding-left: 15px !important }

#expokunder p {
    font: normal 11px/1 'Trebuchet MS', Arial, Sans-Serif;
    text-align: center
}

