/*
Settings
*/
.speech-only{
	display: none;
}

body{
	font-size: 80%;
	line-height: 1.4em;
	font-family: Tahoma, Helvetica, Verdana;
	text-align: center;
}

#wrapper{
	margin:20px auto 20px auto;
	width: 980px;

	text-align: left;
}
#logo{
	padding-left: 9px;
	width:138px; 
	float: left;
}
#logo a{
	display: block;
	width: 138px;
	height: 62px;
	background: url(../images/chas-logo.png) no-repeat;
}
#navigation{
	padding-top: 31px;
}
#navigation > ul{
	height: 42px;
	float: right;
	background: url(../images/navigation-bg.jpg) repeat-x;
        margin-right: -25px;
}
#navigation > ul > li{
	float: left;
	padding: 12px 0 0 0;
	height: 30px;
}
#navigation > ul > li > a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
	height: 23px;
	font-size: 80%;
	border-left: #CCC 1px solid;
	padding: 7px 25px 0 25px;
}
#navigation > ul > li > a:hover, #navigation > ul > li > a.active{
	color: #222;
}
#navigation > ul > li.first{
	display: block;
	padding-left: 39px;
	background: url(../images/navigation-bg-first.jpg) left top no-repeat;
}
#navigation > ul > li.first a{
	border: none;
	padding-left: 5px;
}
#navigation > ul > li.last{
	display: block;
	padding-right: 40px;
	background: url(../images/navigation-bg-last.jpg) right top no-repeat;
}
#navigation > ul > li.last a{
	padding-right: 15px;
}
#navigation > ul > li > ul{
	position: absolute;
	display: none;
	background: #FFF;
}
#navigation ul li:hover ul,#navigation ul li.over ul{ 
	display: block;  
	overflow: visible; 
} 
#navigation ul li ul li{
	float: none;
	background: #FFF;
}
#flash{
	clear: both;
}
.breadcrumbs{
}
.breadcrumbs ul{
	width: 100%;
	padding: 5px;
}
.breadcrumbs ul li{
	display: inline
}
.breadcrumbs ul li a{
	color: #999;
	font-size: 80%;
	text-decoration: none;
	padding: 3px 15px 5px 10px;
	background: url(../images/breadcrumbs-icon.jpg) right center no-repeat;
}
.breadcrumbs ul li a:hover{
	color: #666;
}
.breadcrumbs ul li.last a{
	font-weight: bold;
	color: #666;
	background: none;
}
.breadcrumbs ul li.last a:hover{
	color: #333;
}

/* (START) TL fixed diftrent col amounts */
#content{
	width: 720px;
	float: left;
}

#page-wrapper.bigaside #content{
	width: 480px;
	float: left;
}
/* (END) TL fixed diftrent col amounts */
#content > .header{
	height: 30px;
	background: url(../images/header-bg.jpg) top repeat-x;
}

#page-wrapper.bigaside #content > .header{
	display: none;
}

#content .header .left{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/header-left.jpg) left top no-repeat;
}
#content .header h1{
	display: block;
	float: left;
	padding-top: 5px;
	height: 25px;
	font-size: 125%;
	font-weight: bold;
	color: #1d75cf;
}
#content .header .right{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	float: right;
	background: url(../images/header-right.jpg) right top no-repeat;
}

/* ################# */


#content .content .servicecontent{
	padding-left: 50px;
	margin-bottom: 2em;
}

#content .content .servicecontent ul{
	font-size: 85%;
}

/* ################# */

/* (START) TL fixed diftrent col amounts */
#content .content .left .content{ 
	padding: 20px 30px;
	width: 300px;
	float: left;
}
#content .content .right .content{
	padding: 20px 30px;
	width: 300px;
	float: left;
}

#content.onecol .content .left .content{ 
	padding: 20px 30px;
	width: 660px;
	float: left;
}

#page-wrapper.bigaside #content.onecol .content .left .content{ 
	padding: 0px 0px 20px 0px;
	width: 100%;
	float: left;
}

#content.onecol .content .right .content{
	display: none;
}

/* (END) TL fixed diftrent col amounts */
/*	border-top: #999 1px solid; */
#content > .footer{
	clear: both;
	padding-top: 20px;
}

#page-wrapper.bigaside #content > .footer{
	border-top: 0px;
}

#content > .footer .files li a{
	color: #666;
	padding: 0 0 0 30px;
	font-size: 80%;
}

#content > .footer .files li a:hover{
	color: #333;
}

/* (START) TL fixed diftrent col amounts */
#aside{
	float: right;
	width: 225px;
}

#page-wrapper.bigaside #aside{
	float: right;
	width: 494px;

}
/* (END) TL fixed diftrent col amounts */
#aside > .header{
	height: 30px;
	background: url(../images/header-bg.jpg) top repeat-x;
}

#aside .header .left{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/header-left.jpg) left top no-repeat;
}
#aside > .header span{
	display: block;
	float: right;
	padding-top: 8px;
	height: 25px;
	font-size: 18px;
	color: #b3b3b3;
}
#aside > .header span strong{
	font-size: 18px;
	font-weight:bold;
	color: #1d75cf;
}
#aside .header .right{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	float: right;
	background: url(../images/header-right.jpg) right top no-repeat;
}
#aside .content div .content{
	color: #FFF;
	font-size: 80%;
}
#aside .content > div{
	margin-top: 15px;
}
#aside .content div .content a{
	color: #CCC;
	display: block;
	float: right;
}

#aside .content .programming{
	background: url(../images/badges/programming-bg.jpg) repeat-y;
}
#aside .content .programming .header{
	height: 47px;
	background: url(../images/badges/programming-header.jpg) top left no-repeat;
}
#aside .content .programming .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/programming-footer.jpg) bottom left no-repeat;
}

#aside .content .education{
	background: url(../images/badges/education-bg.jpg) repeat-y;
}
#aside .content .education .header{
	height: 47px;
	background: url(../images/badges/education-header.jpg) top left no-repeat;
}
#aside .content .education .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/education-footer.jpg) bottom left no-repeat;
}

#aside .content .management{
	background: url(../images/badges/management-bg.jpg) repeat-y;
}
#aside .content .management .header{
	height: 47px;
	background: url(../images/badges/management-header.jpg) top left no-repeat;
}
#aside .content .management .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/management-footer.jpg) bottom left no-repeat;
}

#aside .content .interactive{
	background: url(../images/badges/interactive-bg.jpg) repeat-y;
}
#aside .content .interactive .header{
	height: 47px;
	background: url(../images/badges/interactive-header.jpg) top left no-repeat;
}
#aside .content .interactive .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/interactive-footer.jpg) bottom left no-repeat;
}
#footer{
    background: url("../images/footer-bg.jpg") repeat-x scroll center bottom transparent;
    clear: both;
    height: 30px;
    margin: auto;
    padding-top: 20px;
    width: 980px;
}

#footer a{
	display: block;
	float: left;
	color: #1d75cf;
	margin-top: 7px;
	padding: 0 10px;
	font-size: 80%;
	text-decoration: none;
	border-left: #1d75cf 1px solid;
}
#footer a:hover{
	color: #144e8a;
}
#footer a.first{
	border: none;
	padding-left: 0;
}
#footer .footer_text{
	margin: 0 auto;
}
#footer span{
	display: block;
	float: left;
	color: #666;
	margin: 7px;
	padding: 0 0 0 10px;
	font-size: 80%;
}



#footer .left{
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/footer-left.jpg) left top no-repeat;
}

#footer .right{
	float: right;
	height: 30px;
	width: 30px;
	background: url(../images/footer-right.jpg) right top no-repeat;
}

.clear{
clear: both;
}


/* CSR custom design */

#csr li{
list-style-type: none !important;
height:280px;
margin-bottom:1px;
border-bottom:3px solid;
border-bottom-color:#1D75CF;
}

/* Start Jobba hos oss-styles */

#jobba-hos-oss{
    background: url("http://chas.se/images/wave.png") no-repeat scroll left top transparent;
    width: 980px;
}

#jobba-hos-oss p {
    padding: 0 0 7px 0;
}

#konsulten-i-fokus{
        width: 522px;
        height: 398px;
        background: url('http://chas.se/images/pappa.png') no-repeat 190px 123px;
        float: left;
}

#spannande-kunder{
        width: 458px;
        height: 398px;
        background: url('http://chas.se/images/kunder.png') no-repeat 45px 39px;
        float: left;
}

#engagemang{
        width: 522px;
        height: 300px;
        background: url('http://chas.se/images/csr-logos.png') no-repeat;
        float: left;
}

#kontoret{
        width: 458px;
        height: 300px;
        background: url('http://chas.se/images/kontoret.png') no-repeat;
        float: left;
}

#konsulten-i-fokus #word-cloudL li,
#konsulten-i-fokus #word-cloudR li{
    list-style: none outside none;
    padding-bottom: 8px;
}

#konsulten-i-fokus #word-cloudL{
    margin-left: 0;
    position: relative;
    top: 76px;
    width: 230px;
}

#jobba-hos-oss a{
    text-decoration: none;
}

#konsulten-i-fokus #word-cloudR{
    bottom: 160px;
    left: 305px;
    position: relative;
    width: 230px;
}


#konsulten-i-fokus .word1 a{
    color: #4d4d4d;
    margin-left: 30px;
    font-size:17px;
    font-weight:400;
}

#konsulten-i-fokus .word2 a{
    color: #4d4d4d;
    margin-left: 35px;
    font-size:14px;
    font-weight:400;
}

#konsulten-i-fokus .word3 a{
    color: #4d4d4d;
    font-size:21px;
    font-weight:400;
}

#konsulten-i-fokus .word4 a{
    color: #4d4d4d;
    margin-left: 80px;
    font-size:14px;
    font-weight:400;
}

#konsulten-i-fokus .word5 a{
    color: #486776;
    margin-left: 50px;
    font-size:16px;
    font-weight:400;
}

#konsulten-i-fokus .word6 a{
    color: #4d4d4d;
    margin-left: 92px;
    font-size:12px;
    font-weight:400;
}

#konsulten-i-fokus .word7 a{
    color: #4d4d4d;
    margin-left: 10px;
    font-size:16px;
    font-weight:400;
}

#konsulten-i-fokus .word8 a{
    color: #9e9e9e;
    margin-left: 20px;
    font-size:16px;
    font-weight:400;
}

#konsulten-i-fokus .word9 a{
    color: #4D4D4D;
    font-size:13px;
    font-weight:400;
}

#konsulten-i-fokus .word10 a{
    color: #486776;
    margin-left: -4px;
    font-size:18px;
    font-weight:400;
}

#konsulten-i-fokus .word11 a{
    color: #4D4D4D;
    margin-left: 30px;
    font-size:12px;
    font-weight:400;
}

#konsulten-i-fokus .word12 a{
    color: #4d4d4d;
    margin-left: 50px;
    font-size:17px;
    font-weight:400;
}

#konsulten-i-fokus .word13 a{
    color: #4D4D4D;
    margin-left: 30px;
    font-size:14px;
    font-weight:400;
}

#konsulten-i-fokus .word14 a{
    color: #9e9e9e;
    margin-left: 45px;
    font-size:12px;
    font-weight:400;
}

#konsulten-i-fokus .word15 a{
    color: #486776;
    margin-left: 12px;
    font-size:18px;
    font-weight:400;
}

#konsulten-i-fokus .word16 a{
    color: #4D4D4D;
    margin-left: 75px;
    font-size:15px;
    font-weight:400;
}


#jobba-hos-oss a.konsult-btn, #jobba-hos-oss a.kunder-btn, #jobba-hos-oss a.csr-btn, #jobba-hos-oss a.kontor-btn{
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
span.kontor-smaller-text{
    font-size: 14px;
}
.konsult-btn{
    background: url("http://chas.se/images/btn-218x142.png") repeat scroll left bottom transparent;
    display: block;
    height: 23px;
    position: relative;
    top: 62px;
    width: 218px;
}

.kunder-btn{
    background: url("http://chas.se/images/btn-218x142.png") repeat scroll left bottom transparent;
    bottom: 125px;
    display: block;
    height: 23px;
    left: 88px;
    position: relative;
    width: 218px;
}
.csr-btn{
    background: url("http://chas.se/images/csr-btn-336x142.png") repeat scroll left bottom transparent;
    display: block;
    height: 23px;
    left: 36px;
    position: relative;
    top: 84px;
    width: 336px;
}
.kontor-btn{
    background: url("http://chas.se/images/kontor-btn-374x142.png") repeat scroll left bottom transparent;
    display: block;
    height: 23px;
    left: 60px;
    position: relative;
    top: 48px;
    width: 374px;
}
.konsult-btn:hover, .kunder-btn:hover, .csr-btn:hover, .kontor-btn:hover{
    background-position:top left;
}

.konsult{
    width: 500px;
}
.popup-image{
    width:50%;
    float: left;
}
.popup-image img{
    width:400px;
}
.popup-text{
    width: 50%;
    float: left;
    font-size: 90%;
}
#cirkel-jobb{
    bottom: -6px;
    position: relative;
    right: 136px;
}
#cirkel-trainee{
    bottom: 76px;
    position: relative;
}

#cirkel-jobb a.klister-lapp-a,
#cirkel-trainee a.klister-lapp-a{
    background: url(http://chas.se/images/klistermarke.png) bottom transparent;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-weight: 400;
    height: 138px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    width: 140px;
}
#cirkel-jobb a.klister-lapp-a:hover,
#cirkel-trainee a.klister-lapp-a:hover{
    background-position: top;
}
#cirkel-jobb a.klister-lapp-a .klister-lapp-jobb{
    font-size: 20px;
    position: relative;
    top: 37px;
}
#cirkel-trainee a.klister-lapp-a .klister-lapp-trainee{
    position: relative;
    top: 20px;
}

.break{
    clear: both;
}

/* End, jobba hos oss-styles */

/* Trainee-programmet-styles */

.trainee img{
    margin-bottom: 25px;
}

.trainee-heading{
    font-size:20px;
    color:#1d75cf;
   margin: 20px 0 10px 0;
}

.trainee-inner{
    float: left;
    width: 430px;
}

/* End, Trainee-programmet-styles */

/* Fancy box-styles */
#fancy_div p{
    padding-bottom: 8px;
    text-align: left;
}

#fancy_content{
    padding:15px;
}

.popup-col-right{
    width:60%;
    float:right;
}

.kunder-popup-col-right{
    width:72%;
    float:right;
}

#fancy_div img{
    background-color: #FFFFFF;
    float: left;
    padding: 4px;
}

#fancy_div a{
    color: #FFFFFF;
}

#fancy_div a:hover{
    color: #1D75CF;
}

/* End, Fancy box-styles */



