/*Changed and adopted to frameworkclass se line 976.*/
html {
    background-color: white;

}
body {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

input {
	color: #666;
}
input, select, textarea
{
	margin: auto 5px;
}
textarea
{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;

}
#mainContainer {
    width: 960px;
    margin: auto;
}
#header {
    padding-top: 20px;
    overflow: hidden;
    height: 60px;
    background: #fff;
}
#logo {
    float: left;
    display: inline;
}
#languages {
    float: right;
    display: inline;
    padding-top: 15px;
    font-size: 0.9em;
}
#navigation {
    overflow: hidden;
    height: 30px;
}
#mainMenu {
    float: left;
    display: inline;
    margin-top: 3px;
    margin:0;
    margin-left:5px;
    padding:0;
}
#mainMenu li {
    float: left;
    display: inline;
    padding-right: 25px;
}
#mainMenu li a {
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-decoration: none;
    display: block;
    padding-bottom: 1px;
}
#mainMenu li a:hover, #mainMenu li.current a {
    border-bottom: 1px solid #666;
    padding-bottom: 0;
}
#search {
    color: #999;
    float: right;
    display: inline;
}
#main {
    overflow: hidden;
    background: #fff;
}


/*Edited width to new framework, old: Widht:215px*/
#subMenu {
    float: left;
    display: inline;
    width: 185px;
    margin: 20px 10px;
}
#subMenu a {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
}
#subMenu ul .current li a 
{
	text-decoration: none;
}

#subMenu ul a {
    font-size: 1em;
    font-weight: normal;
    color: #0089b3;
}

#subMenu li {
    padding-left: 20px;
    margin: 10px 0 10px 5px;
    background: url(../Images/subMenuItemCollapsed.png) no-repeat 2px 4px;
}
#subMenu li.expanded {
    background-image: url(../Images/subMenuItemExpanded.png);
}
#subMenu ul li.expanded 
{
	background-image: none;
}
#subMenu ul li {
    background-image: none;
    padding-left: 5px;
}
#subMenu ul li.expanded a
{
	text-decoration: underline;
}
#subMenu ul li ul li.current a
{
	text-decoration: underline;
}
#subMenu ul li.unselected a
{
	text-decoration: none;
}
#subMenu a:hover{
	color: #333 !important;
	text-decoration: none !important;
}
#subMenu ul a:hover{
	color:#0089B3 !important;
	text-decoration: underline !important;
}

#newsTicker {
    overflow: hidden;
}
#newsTicker em {
    float: left;
    display: inline;
    font-size: 0.85em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 2px;
    margin-right: 10px;
    margin-left: 15px;
    font-style: normal;
}
#NewsLeft {
	width: 100%;
	height: 465px;
	display: block;
	overflow: hidden;
	position: relative;
}
#NewsUpperRight {
	width: 100%;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
}
#NewsVertical {
	width: 100%;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
}
#featuredContainer {
    position: relative;
}
#featuredContainer img {
}
#featuredLinks {
    z-index: 100;
    bottom: 10px;
    right: 495px;
    position: absolute;
}
#featuredLinks a {
    float: left;
    display: inline;
    display: block;
    padding: 7px 10px 8px;
    margin: 3px;
    font-size: 0.8em;
    font-weight: bold;
    background: #fff;
    color: #000;
    filter: alpha (opacity=60);
    opacity: 0.6;
}
#featuredLinks a.activeSlide, #featuredLinks a:hover {
    background: #333;
    color: #fff;
}
#featuredLinks a:focus {
    outline: none;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
	width: 100%;
	height: 185px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	width:96%;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	float: left;
}
#TickerVertical li .NewsTitle{
	display: block;	
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight:bold;
}
#TickerVertical li .NewsTitle a:link, #TickerVertical li .NewsTitle a:Visited
{
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #21AEDB;
	font-weight:normal;
}
#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}

#TickerVertical li .NewsImg{
	float:left;
	margin-right:10px;
}
#TickerVertical li .NewsFooter{
	display: block;
	color: #000000;
	font-size: 10px;
	margin:6px 0 14px 0;
}

#tickerItems {
    float: left;
    width: 100%;
}
#newsTicker .headline {
    float: left;
    display: inline;
}
#newsTicker .headline a {
}
#newsTicker .time {
    color: #ccc;
    font-size: 0.9em;
}
#newsTicker .moreNews {
    height:25px;
    display: inline;
    margin-left: 6px;
    letter-spacing: 1px;
    font-size: 0.9em;
    line-height: 2em;
}


#featuredContainer {
   min-height: 514px;
   max-height: 514px;
    width: 960px;
    position: relative;
    padding-bottom:10px;
    margin: 0;
}

#featuredContainer div.leftmost {
    width:465px;
    min-height: 514px;
    max-height: 514px;
    float:left;
    vertical-align:top;
    margin-left: 0;
    margin-right: 15px;
    padding:0;
    border:none;
}

#featuredContainer div.rightmost {
   width: 465px;
   min-height: 514px;
   max-height: 514px;
    float:left;
    vertical-align:top;
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 0;
    padding: 0;
    border: none;   
}

.rightcol {   
   width: 231px;
   min-height: 257px;
   max-height: 257px;
   background-color: #f5f5f5;
    float:right;
    vertical-align:top;
    margin-left: 0px;
    margin-right: 0;
    padding: 0;
    border: none;   
}

.leftcol {   
   width: 231px;
   min-height: 514px;
   max-height: 514px;
   background-color: #f5f5f5;
    float:left;
    vertical-align:top;
    margin-left: 0px;
    margin-right: 0;
    padding: 0;
    border: none;   
}

.sub{
	width:100%;
	min-width: 200px;
	max-width: 200px;
	float:left;
	margin-left:0.4em;
	padding-left:0.8em;
	padding-right:0.8em;
	padding-top:0.7em;
	padding-bottom:0.7em;
	border-bottom: 0.1em solid #c9c9c9;
}
.sub2{
	min-width: 218px;
	max-width: 218px;
	min-height:28px;
	max-height:28px;
	overflow:hidden;
	float:left;
	vertical-align:middle;
	margin-right:0.4em;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0em;
}

.bottomline
{
	margin-right:0.4em;
	margin-top:1em;
	padding-right:0.8em;
	padding-top:0em;
	padding-bottom:0em;
	border-bottom: 0.1em solid #c9c9c9;
}

.sub .bold{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight:bold;
}

.sub .normal{
    padding-top:0.4em;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight:normal;
}

.sub a{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #21aedb;
    font-weight:normal;
    text-decoration:none;    
    }

#featuredContainer img {
border: none;
float:center;
text-align:right;

}

#featuredContainer img.right{
width:20px;
float: right;
vertical-align:middle;
text-align:left;
margin-right:0.1em;

}

#featuredContainer div.left{
	width:196px;
	float: left;
	vertical-align:middle;
	font-weight:bold;
	overflow:hidden;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight:bold;
}

#main {
    border: 1px solid #e2e2e2;
}

/*Updated to the new 711 standard for the framework, see later on*/
#content {
    width: 711px;
    padding: 25px;
    margin-left: auto;
    border-left: 1px solid #e5e5e5;
}
#content {
	border-left:1px solid #E5E5E5;
	margin-left:auto;
	padding:20px 20px 20px 30px;
	width:660px;
}
#content .date {
    font-size: 0.8em;
    color: #808080;
}
#content .author {
    font-weight: bold;
}
#content p {
    line-height: 1.5em;
}
#featurednews p{
    font-size:11px;        
    font-family: arial, helvetica;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

#featurednews td {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}
#featurednews hr {
width:90%;
border-style:thin; 
}
/*Uppdaterad till ny ramstorlek*/
/* old.width: 350px;*/
#content h1 {
    font-size: 2em !important;
    line-height: 1em;
    margin: 10px 0 15px;
}
#content .introduction {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.1em;
}
#related {
    width: 210px;
    margin-left: 55px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 8px 15px 10px;
    font-weight: bold;
    float: right;
    display: inline;
}
#related p
{
	font-weight: normal;
}
#related li {
    margin: 8px 0;
}
#related li.heading {
    font-size: 1.1em;
    font-weight: bold;
}
.faqCategory {
    display: block;
    font-style: italic;
    margin-top: 10px;
}
.faqHeading {
    display: block;
    margin: 20px 40px;
}
.faqItems {
    padding: 0 10px 10px;
    margin-left: 40px;
}
.faqItems dt {
    border: 1px solid #e0e0e0;
    padding: 10px;
    padding-right: 70px;
    color: #0089b3;
    margin: 5px -10px;
    cursor: pointer;
    position: relative;
}
.faqItems dt .flipLabel {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline;
    padding-right: 15px;
    margin: 10px;
    color: #666;
    background: url(../Images/faqItemCollapsed.png) no-repeat right 2px;
}
.faqItems dt .flipLabel.collapse {
    display: none;
    background-image: url(../Images/faqItemExpanded.png);
}
.pageSearch label {
    margin-right: 5px;
}

.pageSearch input[type=text], .pageSearch input[type=submit] {
    padding: 3px 5px;
    border: 1px solid #999;
    
  
}
.paginationPosition {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.pageSummary {
    margin-left: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pageSummary strong {
    display: block;
    margin:  3px 0 5px;
    
}
.pageSummary span {
    color: #666;
    font-size: 0.85em;
    margin: 5px 0 0;
    display: block;
}

div.emphasised {
    background-color: #008ddd;
    color: #fff;
    padding: 20px;
    border: 3px outset #00a8da;
}
div.emphasised.narrow {
    width: 174px;
}
div.emphasised.narrowTipFriend {
    width: 166px;
}
div.emphasised h2 {
    font-size: 20px;
    margin: 10px 0;
}
div.emphasised form {
    margin: 10px 0;
}
div.emphasised label {
    font-size: 1.1em;
}
div.emphasised.narrow input {
    width: 168px;
}
div.emphasised.narrowTipFriend input {
    width: 158px;
}
div.emphasised input {
	margin: 5px 10px 0 0;
}
div.emphasised .comment {
    margin-bottom: 15px;
}
div.emphasised input.button {
    width: auto;
    background-color: #008ddd;
    color: #fff;
    border: 1px outset #00a8da;
}
.paginationBar {
    text-align: center;
    overflow: hidden;
}
.paginationBar .prev {
    float: left;
}
.paginationBar .next {
    float: right;
}
#puffs {
    overflow: hidden;
    padding: 10px 0 0;
}
#puffs div {
    width: 220px;
    height: 220px;
    background-color: white;
    float: left;
    display: inline;
    margin: 0 15px 0;
}

#puffs div.leftmost {
    margin-left: 0;
    margin-right: 10px;
}
#puffs div.rightmost {
    margin-left: 9px;
    margin-right: 0;
}

/*Updated core settings for new theme*/
#footer {
    margin-top: 11px;
    width: 960px;

    color: #4c4c4c;
    padding: 0px 0 0px;
    float:left;
    font-size: 12px;
    font-family: arial, verdana, times;

}

#footer .top-border{
	padding-top: 11px;
}


#footer ul {
    float: left;
    display: inline;
    margin:0;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:40px;
    padding:0;
  
}
#footer ul li {
    float: left;
    display: inline;
    padding-right: 5px;
    padding-left: 0px;
    letter-spacing: -0.055em;
}
td {
    vertical-align: top;
    padding: 4px;
}
a {
    
    color: #0089b3;
    text-decoration: none;
}

ul.noBullets, ul.noBullets li
{
	list-style: none;
	list-style-position: outside;
	padding-left: 0;
}
.login, .questions {
    border: 1px solid #c1c1c1;
    padding: 15px;
    margin: 20px 0;
    line-height: 1.8em;
}
.login { width: 210px; }

.login legend {
    font-weight: bold;
}
.login .legend {
    font-style: italic;
}
.login label input {
    margin-right: 5px;
}
.login input {
    margin-bottom: 10px;
    width: 200px;
}
.login input.button, input.button, input[type=submit], input[type=button] {
    border: 1px solid #999;
    background-color: #fff;
    padding: 3px 5px;
    margin-top: 10px;
    color: #333;
    overflow: visible;
    width: auto;
}
.padding
{
	margin-left: 30px;
	margin-right: 30px;
	border: 0px;
}
.tipFriendRow
{
	clear:both; float: left; padding-top: 4px;
}
.tipFriendTextArea
{
	margin-left: 0px;
	width: 97%;	
}



/*-----------------start of framework-------------------------------*/
/*
    Document   : styles
    Created on : 2010-jul-09, 15:45:19
    Author     : Andreas Larsson, Chas Visual Managment
    Description: Base CSS and framework for ISF frontend integration.

    Adopted for integration against EPI server with the use of span/p for text
    div for logics/specifics and classes for generals.

*/


/*General*/
#print{
	background-image:url("/Templates/Custom/Images/v2/print.png");
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	line-height:22px;
	position:relative;
	text-align:right;
	margin: 0 !important;
	width: auto !important;
}
#loginview{
	display:block;
	height:22px;
	line-height:22px;
	position:relative;
	text-align:right;
	margin: 0 !important;
	width: auto !important;
}
/*Slut general*/
/*Start medlemmskoll*/
#medlemm{
    display: block;
    height: 218px;
    width: 205px;
    height: 205px;

    padding-left: 16px;
    padding-top: 16px;

    margin-top: 30px;
    margin-left: 2px;

    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-image:url(/Templates/Custom/Images/v2/medlemmkoll-plate-blue.png);
}
#medlemm p{
    width: 176px;
    font-size: 13px;
    padding-bottom: 11px;
}
#medlemm p:first-child{
    color: white;
    font-size: 24px;
}
#medlemm-title{
    display: block;
    font-size: 28px;
    padding-bottom: 28px;
}
#medlemm input{
    margin-left: 1px;
    width: 180px;
}
#medlemm img{
    float:right;
    margin-right: 18px;
    padding-top: 12px;
}
/*Slut medlemmskoll*/

/*start entreprenor*/
#entreprenor{
    margin-top: 22px;
    width: 660px;
    height: 323px;
    background-color: #009ee0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 38px;
    padding-top: 31px;
}
#entreprenor-title{
    display: block;
    font-size: 28px;
    padding-bottom: 6px;
    width: 800px;
}
#entreprenor-user{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

    margin-bottom: 12px;
}
#entreprenor p{
    display: block;
    font-size: 18px;
    padding-top: 11px;

}
#entreprenor p:first-child{


    font-size: 24px;
}
#entreprenor-question-nr{
    display: block;
    font-size: 12px;
    padding-bottom: 18px;

}
#entreprenor img{
    display: block;
    margin-top:15px;
    float:left;
    width: 102px;
    height: 27px;

}
.entreprenor-top-spacer{
    margin-top: 30px !important;
}

/*Slut entreprenor*/

/*star sok*/
#sok{
   
    font-family: Arial, Helvetica, sans-serif;
    width: 575px;
    height: 58px;

    display: block;
    border-bottom: 1px;
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    padding-bottom: 12px;
    margin-left: 32px;
}
#sok-result-text{

    margin-top: 16px;
    position: absolute;
    
}
#search-fied{
    display: inline;
    margin-left: -2px;
    
    width: 230px;
}
#sok img{

}
#sok-footer{
 margin-top: 29px;
 margin-bottom: 53px;
}
#sok-footer-prev{
    margin-left: 0;

}
#sok-footer-numb{
    margin-left:206px;
}
#sok-footer-numb a{
    padding-left: 15px;
}
#sok-footer-next{}
#sok-title{
    display: block;
    font-size: 28px;
    padding-bottom: 28px;
        margin-left: 32px;
}
.search-result{
    display: block;
    border-bottom: 1px;
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    padding-top: 19px;
    padding-bottom: 12px;
    margin-left: 32px;

    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.search-result > p:first-child{
    font-weight: bold;
    color: blue;
}
.search-result-type
{
    font-size: 0.7em;
    vertical-align: 1px;
}

.search-wrapper{
    display: block;
    height: 100px;
    position: absolute;
    margin-left: -6px;
    margin-top: -37px;
}
/*Slut sÃƒÂ¯Ã‚Â¿Ã‚Â½k*/


/*Start artikel*/
#artikel-related-heading{
    margin-bottom: 12px;
}
#artikel-related{
    display: block;
         
}
#artikel-related a{
    display: block;
    padding-bottom: 15px;
    width: 196px;
}

.artikel-introduction{
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}
.artikel-body{
    font-size: 13px;
    margin-left: 3px;
}
.artikel-body p:first-child{
    font-weight: bold;
}
.artikel-body p{
    padding-bottom: 15px;
    
}
.artikel-by-line{
    font-weight: bold;
}


/*Slut artikel*/

/*Start medlemssida*/
.medlemmsida-introduction{
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
.medlemmsida-body{
    font-size: 13px;
    margin-left: 16px;
    
}
.medlemmsida-body p{
    padding-bottom: 16px;
}
.medlemmsida-body p:first-child{
    font-weight: bold;
}


/*Slut medlemmsida*/

/*Start front-page-1*/
#front-col-1{
    width: 472px;
    height: 1325px;
    border:1px solid #E2E2E2;
}
#front-col-2{
    width: 220px;
    height: auto;
    margin-left: 20px;
    overflow: hidden;
}
.front-col-2-height{
  height: 200px !important;
}

#front-col-2-members
{
   margin-bottom: 0px;
   margin-left:4px;   
}

#front-col-2-employer,
#front-col-2-youth{
   margin-bottom: 0px;
   margin-top: 10px;
   margin-left:4px;    
}
#front-col-2-youth{margin-bottom:8px;}
#front-col-3{
    width: 220px;
    height: auto;
    margin-left: 21px;
    border:0px solid #E2E2E2;
}

#front-col-1{
    height: auto;
    padding-bottom: 6px;
}
#front-col-1-top{
    height: 76px;
    margin-top: 17px;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-image: url("/Templates/Custom/Images/v2/ilovetech.png");
}#front-col-1-top-light{
    margin-top: 17px;
    margin-left: 12px;
}
.search-page-selected {
    text-transform: uppercase;
}
.search-page-link {
    text-decoration: underline;
}
#front-col-1-arkiv{
    display: block;
    color: white;
    background-color: #e2007a;
    margin-left: 12px;
    margin-right: 5px;
    width: 53px;
    height: 20px;
	line-height: 20px;
}
#front-col-1-arkiv {
	color:white;
	font-weight: bold;
	text-transform: uppercase;
}
#front-col-1-arkiv p{
	text-align: center;
}
#front-col-1-sok{
	font-weight: bold;
    color: white;
    height: 20px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #e2007a;
    line-height: 20px;
	float:none;
}
#front-col-1-sok p{
    margin-left: 8px;
}
#front-col-1-sok a{
	color:white;
	text-transform: uppercase;
}
#front-col-1-sok a:hover{
	color:white !important;
}
.front-col-1-video{
    overflow: hidden;
    width: 447px;
}


.front-col-1-text{
    margin-left:0;
    margin-top: 0;
    width: 447px;
}
.front-col-1-text P:first-child{
    font-size: 27px;
}
.front-col-1-text p{
   
}
#front-col-1-inner{
    position: relative;
    display: block;
    width: 219px;
}

#front-col-1-inner-right-container{
    position: relative;
    margin-right: 10px;
    width: 219px;
    margin-left: 10px;
}
#front-col-1-inner-right-container p{
	padding: 0;
}

#front-col-1-inner-right-container-tools{
    width: 219px;
    border-left: 1px solid #E2E2E2;
    margin-bottom: 10px;
	padding-left:10px;
}

#front-col-1-inner-right-container-read{
    width: 202px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#front-col-1-inner-right-container-links{
    width: 202px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    padding-bottom: 10px;    
}
#front-col-1-inner-right-container-links .arrow,
#front-col-1-inner-right-container-read .arrow{
	margin-left: 9px;
	width: auto;
}

#front-col-3{}
#front-col-3-debate{}
#front-col-3-inovation{
    width: 144px;
    height: 81px;
    background-image: url(/Templates/Custom/Images/v2/banner-1.png);
}

#main-front-top{
    position: absolute;
    
   margin-top: 1201px;
}
#main-front-top a{

 color:gray;
}
#front-col-1-news{
    margin-left:12px;
    margin-top:0;
    margin-right: 12px;
    border-top: 1px solid #E2E2E2;
}
.front-col-3-spott-short{
    margin-bottom: -1px;
}
.front-col-3-spott-medium{
    margin-bottom: 0;
}
.front-col-3-spott-long{
    margin-bottom: 25px;
}
#front-col-3-follow-newsletter{
    margin-top: 2px;
    margin-left: 8px;
}
#front-col-3-follow-rss{
    margin-top: 2px;
    margin-left: 8px;
}
.front-col-2-wrapper{
    margin-top: 0;
    margin-left: 8px;
    /* padding-bottom: 10px;*/
    padding-bottom: 4px;
    overflow: hidden;
    font-size:12px;
}

#front-col-2-wrapper P:first-child{
    margin-top: 15px;
    font-size: 20px;
    color: white;
}
.front-col-2-wrapper-ingress{
    font-weight: bold;
    padding-top: 4px;
}
.front-col-2-wrapper-ingress.white a:hover,
.front-col-2-wrapper-ingress.white a{
	color: #fff !important;
}
.front-col-2-wrapper-body{
    display: block;
    width: 183px;
   /* margin-left: 8px;*/
   margin-left:8px;
    padding-bottom: 1px;
    /* margin-bottom: 10px; */
}
.front-col-2-wrapper-body a,
.front-col-2-wrapper-body a:hover{
	color: yellow !important;	
}
.front-col-2-heading{
    font-size: 11px;
}
.front-col-2-heading.yellow{
	text-transform: uppercase;
	margin-top:0;
}
#front-col-2-members .front-col-2-heading.yellow{
	margin-top:20px;	
}

/*Slut front-page-1*/
/*Start front-page-2*/

.front-2-col-2-text{
    margin-top: 11px;
}
.front-2-col-2-text-inline-ingress{

    font-weight: bold;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 14px;
}


#front-col-inner-tool-bar img{
    width: 14px;
    height: 14px;
    margin-right: 3px;
}
#front-2-col-2{
    width: 209px;
    height: 213px;
    margin-left: 21px;
    border:1px solid #E2E2E2;
    background-image: url("/Templates/Custom/Images/v2/submenue.png");
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 12px;
    padding-left: 12px;
}

.front-2-col-2-top{
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 12px;
}
#front-2-col-2-top a{
    display: block;
    width: 120px;
    color: gray;
}
#front-2-col-2-top a:hover{
    color: black;
}
#front-2-col-2-bottom{
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 12px;
}
#front-2-col-2-bottom a{
    margin-top: 8px;
    display: block;
    width: 120px;
    color: black;
}
#front-2-col-2-bottom a:hover{
    color: black;
}

.front-2-rss-content{}

.front-col-3-debate{
    display: block;
    border:1px solid #E2E2E2;
}
.front-col-3-debate-white{
    background-color: white;
    overflow: hidden;
	padding:0 0 5px;
}
.front-col-3-debate-gray{
    background-color: #e5e5e6;
    overflow: hidden;
	padding:0 0 5px;
}
.front-col-3-debate-36{
    display: block;

}
.front-col-3-debate-54{
    display: block;
	padding-bottom: 7px;
}
.front-col-3-debate-font{
    font-size: 21px;
}
.front-col-3-debate-bubble{
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image:url("/Templates/Custom/Images/v2/bubble.png");
}
.front-col-3-debate-numb{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    padding-left: 10px !important;
}

.front-col-3-debate-text{
    width: 177px;
    font-size: 11px;
    line-height:90%;

}
.front-col-3-debate-text .date{
	font-size: 9px;
}
.front-col-3-debate-text a{
	padding-bottom: 2px;
	display: block;
}
/*Slut front-page-2*/


/*Start I love tech search*/

#sok-tech{
    font-family: Arial, Helvetica, sans-serif;
    width: 450px;
    height: auto;

    display: block;
    
    padding-bottom: 12px;
    margin-top: 10px;
    margin-left: 12px;
}
#search-field-tech{
    margin-left: 0;
    width: 250px;
    z-index: 10;
}

.search-checkbox-tech{
    display: inline;
    margin-left: 0;
    margin-top: 0;    
}

.search-result-tech{
    display: block;
    border-top: #e5e5e5 1px solid;
    padding-top: 12px;
    padding-bottom: 19px;
    margin-left: 12px;

    width:450px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.search-result-tech > p:first-child{
    font-weight: bold;
    color: #0089b3;
}

.sok-tech-inner-wrapper-upper{
    z-index: 2;

    margin-top: 10px;
    margin-left: 0px;
    display: block;
    height: auto;
}
.sok-tech-inner-wrapper-lower{
    position: absolute;
    z-index: 2;
    margin-left: 1px;
    margin-top: 60px;
}
.sok-tech-result-text{
    margin-top: 14px;
}
.sok-tech-footer{
 border-top: 1px solid #E2E2E2;
 padding-top: 12px;
 width: 447px;
 margin-left:12px;
 margin-right: 12px;
}
.sok-tech-footer-prev{
    margin-right: 12px;
}
.sok-tech-footer-numb{
    alignment-adjust: center;
}
.sok-tech-footer-numb a{
    padding-left: 15px;
}
.sok-tech-footer-next{

    float: right;
    margin-left:12px;
}

#sok-result-text{
    margin-top: 7px;
}
.sok-result-text-date{
   
    font-size: 10px;
}

#sok img{

}

.sok-checkbox-margin-left{
    margin-left: 22px;
}

#sok-footer-next{}
#sok-title{
    display: block;
    font-size: 28px;
    padding-bottom: 28px;
    margin-left: 32px;
}


.h1-spacers{
    margin-top: 4px;
    margin-left: 8px;
}


/*Slut I love tech search*/


/*
Framework classes to be resuable and overrides.
outerwrappers and inner containers. 
*/
.framework{
    display: block;
    width: 1010px;
    margin-top: -8px;
    background-color: #003495;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
.framework-left{
    display: none;
    width: 92px;
    min-height: 100%;
    height: 200px;

    background-color: #003495;
    overflow: hidden;
    clear: both;
}
.framework-top{
    width: 1108px;
    height: 189px;
    background-repeat: no-repeat;
    background-image:url("/Templates/Custom/Images/v2/03.png");
    position: relative;
}
.framework-top .logo{
	display:block;
	/*height:64px;*/
	height: 54px;
	/*margin:64px 30px 32px;*/
	margin:64px 30px 5px;
}
#top-intro{
	display:block;
	/*height:32px;*/
	height:37px;
	margin:0px 30px 0px;
	color:white;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}
#top-intro a, #top-intro a:hover
{
    color: White !important;
}
.framework-top-nav{
    position: absolute;
    display: inline;
    margin-left: 23px;
    font-size: 20px;
    color: black;
    z-index: 1;
}
.framework-top-nav a{
	color:#474747;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
	padding:5px 2px;
	text-transform:uppercase;
	width:120px;
}
.framework-top-nav a:hover{
    color: #0089B3 !important;
    text-decoration: none !important;
}

.framework-top-nav-item{
    display: inline;
    background-repeat: no-repeat;
    background-image:url("/Templates/Custom/Images/v2/menue-btn2.png");
    width: 124px;
    height: 22px;
    text-align: center;
    margin-top: 4px;
    margin-right: 6px;
    padding-top: 3px;
   
}

.framework-top-search{
    margin: 0;
    display: block;
    position: absolute;
    right: 114px;
    top: 164px;
    background-color: transparent; 
    background-image:url("/Templates/Custom/Images/v2/sok_bg.png");
    background-repeat: no-repeat;
    background-position:0 0;
    width:168px;
    height:66px;
    padding-left:24px;
}
input.framework-top-search-box {width:136px!important;line-height:18px!important;height:18px!important;}
/*.framework-top-search-box:focus{ background-color:#fff; position:absolute; width:136px!important;z-index:2;}*/
.qs-label {position:absolute;left:4px;top:8px;color:#474747;font-size:11px; text-transform:uppercase;z-index:1;}

.framework-content{
    width: 1012px;
    height: auto;
    min-height: 700px;

    background-color: white;
    padding-bottom: 30px;
}
.framework-content {
	background-color:white;
	height:auto;
	min-height:700px;
	padding:0 25px 30px;
	width:960px;
}
.framework-right-wrapper{
        width: 96px;
		display:none;
}
.framework-right-top{
    width: 96px;
    height: 206px;
    background-repeat: no-repeat;
    background-image:url("/Templates/Custom/Images/v2/framework/06.png");
}
.framework-right-bottom{
    width: 96px;
    height: 200px;

    background-color: #003495;
}
.framework-currenttab,
.framework-currenttab a{
    color: #0689b4 !important;
	font-weight:bold !important;
}
div.framework-currenttab{
    height: 29px;
    text-align: center;
    margin-top: 0px;
    margin-right: 6px;
    padding-top: 3px;
}

/*Ovverrides and complimentclasses*/
.top-blue{
    display: block;
    background-color: #0089b2;
    color: white;
    padding: 3px 15px;
    font-size: 11px;
    text-transform: uppercase;
}
.front-heading{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 39px;
    color: #333333;
}
.front-heading-ingress{
    color: #333333;
    font-size: 19px;
    margin-bottom: 11px;
}
a .front-heading:hover,
a .front-heading-ingress:hover{
	text-decoration: none;
	color: #0089B3;
}

.front-heading-textstart{
	background-image:url("/Templates/Custom/Images/v2/arrow-pink.png");
	background-position:-5px 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:12px;
	overflow:hidden;
	padding-right:15px;
	width:0;
}
.front-col-1-news-spots{
     border-bottom: 0px solid #E2E2E2;
}

.front-col-1-news-article-container{
  overflow: hidden;
  margin-left:12px;
  margin-right:12px;
  clear: both;
  border-top: 1px solid #E2E2E2;
  padding-top: 12px;
  padding-bottom: 12px;
}

.front-col-1-news-spots-container{
   width:   447px;
 
   border-top: 1px solid #E2E2E2;
   padding-top: 12px;
   padding-bottom: 12px;
   overflow: hidden;
}
.front-col-1-news-article-container:first-child,
.front-col-1-news-spots-container:first-child{
 border:none;
}
.front-col-1-news-spots-container .front-col-1-video{
	width: auto;
	padding-right: 8px;	
	float: left;
}
.front-col-1-news-spots-container .front-col-1-video a{
	display: block;
	overflow: hidden;
}
.front-col-1-news-spots-container .front-col-1-text{
	margin-top:0;
	width: 310px;
	float: left;
}
.front-col-1-news-spots-container .inline-image{
	float: right;
	padding: 0 0 8px 8px;
}
.front-col-1-news-spots-container-textstart{
    padding-left: 20px;
    margin-left: 8px;
    width: 297px;
    background-repeat: no-repeat;
    background-image:url("/Templates/Custom/Images/v2/arrow-pink.png");
    float: left;
    color: #0089B3;
    display: block;
}
.arrow-light-blue{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image:url("/Templates/Custom/Images/v2/arrow-pink.png");
	background-position: -4px 0;
	color: #0089B3;
	display: block;
	
}
.front-col-1-news-article-container p{
margin:0;
padding:0 0 5px;
}

.front-col-1-news-spots-container-text{
    display: block;
    width: 300px;
    padding-left: 10px;
    overflow: hidden;
}
.front-col-1-news-spots-container-title,
.front-col-1-news-spots-container h1,
.front-col-1-news-spots-container h2{
    font-size: 19px;
}
.front-col-1-news-spots-container a h2:hover,
.front-col-1-news-spots-container a h1:hover{
	text-decoration: none !important;
	color: #0089B3 !important;
}

.follow{
    display: block;
    width: 220px;
    margin-bottom: 1px;
    border-bottom: 1px solid #E2E2E2;
}
.follow-wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.top-heading{
    margin-top: 14px;
}


/*
Specific elements, both placeholder ids for future changes and implementation
and current settings/specific values
*/

.framework-top-search-box{
    margin-top: 2px;
    width: 185px;
    height: 25px;
    border: 0;
    font-size: 13px;
    background:transparent;
}

/*
Ovverrides and replacements

Note:
Temporary override on a{} for framework-top-nav a{} for handeling hover effect.
Please se change above in framework library(general).

Permanent replacement on mainContariner-front{} for front-page pages(3colum layout).

*/


#mainContainer{

    margin-top: 20px; /*changed--*/
    overflow: hidden;
}

#mainContainer-front{
    margin:auto;
    width:960px;
    margin-top: 20px; /*changed--*/
    overflow: hidden;
    height: auto;
}
#main-front{
    display: block;
    width: 960px;
    height: auto;
    overflow: hidden;
    border-bottom: 0px solid #E2E2E2;
    padding-bottom: 23px;
}

body{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;

}
.date {
    font-size: 0.8em;
    color: #808080;
}
/*General framework and extension library*/

.right{
    float: right;
}
.left{
    float:left;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.black{
    color: black;
}
.gray{
    color:gray;
}
.dark-gray{
    color: #4d4d4d;
}

.blue{
    color:blue;
}
.yellow{
    color: yellow;
}
.white{
    color: white;
}
.new{
    margin-top: -7px;
}
.ingress{
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}
.numb{
    /*font-size: 37px;*/
    font-size:24px;
    line-height:24px;
}
.block{
    display:block;
}
.inline{
    display: inline;
    
}
.bold{
    font-weight: bold;
}

.top{
    margin-top: 7px;
}
.bottom-padding{
    padding-bottom: 7px;
}
.left-margin-col-2{
    margin-left: 8px;
}
.left-margin-col-2-yourmemebershipp{
    margin-left: 20px;
}
.top-margin-col-2{
    margin-top: 20px;
}

.arrow{
    display: block;
    padding-left: 20px;
    width: 190px;
    margin-top: 7px;

    background-repeat: no-repeat;
    background-image: url("/Templates/Custom/Images/v2/arrow-pink.png");
}
.top-border{
    margin-top: 7px;
    border-top: 1px solid #E2E2E2;
}
.front-new-top-img img{
    padding-top: 4px;
}
.newsBlue,
.light-blue{
    color: #0089B3;
}


.padding-7px{
    padding-left: 8px;
    padding-top: 7px;
}

.margin-7px{
    margin-left: 11px;
    margin-top: 7px;
}

.underscore{
    text-decoration: underline;
}
.margin-head{
    padding-top: 10px;
    margin-bottom: 10px;
}

.italic{
    font-style: italic;
}
.light-black{
    color:#333333 !important;
}
.light-black:hover{
    color:#333333 !important;	
}


.top-spacer{
    margin-top: 10px;
}

.search-width{
    width: 200px;
}

a:hover{
    color: #0089B3 !important;
    text-decoration: underline !important;

}
#main-front a.white:hover{
    color: #FFF !important;
}

.margin-left{
    margin-left: 10px;
}



.margin-sok-h1{
    
    position: absolute;

        margin-top: -21px !important;
        margin-left: 0px !important;

    padding-bottom: 100px;
}

.margin-sok-left{
          
            margin-left: 0px !important;
}
.padding-left{
    padding-left: 3px;
}

/*
    End of internal CSS framework
*/
 
.framework-top-search-box {
	border:0 none;
	font-size:13px;
	width:177px;
	margin:5px 14px 0 5px;
}

.search-field-tech{
    margin-left: 0;
    margin-bottom: 10px;
    width: 250px;
    z-index: 10;
}

.puff-block{
	overflow: hidden;
	clear:both;
	margin-bottom:15px;
}
.puff-image-block{
	overflow: hidden;
	line-height: 0;
	clear:both;
	margin-bottom:15px;
}
.puff-list-block{
	overflow: hidden;
	clear:both;
    background: #193463 url("/Templates/Custom/Images/v2/col-2-blue.png") no-repeat;
	margin-bottom:15px;
}
.puff-link-block{
	overflow: hidden;
	clear:both;
	background: #193463 url("/Templates/Custom/Images/v2/col-2-blue.png") no-repeat;
	margin-bottom:15px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.puff-link-block div{
	text-transform: uppercase;
}

.front-col-3-debate-54 p{
	padding:10px 10px 0;	
	font-family: "TradeGothic", Arial, Helvetica, sans-serif;
	font-weight: 100;
}
.front-col-3-debate-54{
}

.front-col-3-debate-54 .teknikdebatt-title{
	color:#4C4C4C;
	font-size:160%;
	font-weight:bold;
	padding:0 10px;
}


//Articles CSS
.article h1,
.article .media{
	margin: 0 0 15px 0;
}
.article .heading{
	clear: both;
	overflow: hidden;	
	margin: 0 0 15px 0;
}
.article .heading h1{
	font-size: 39px;
}
.article .footing,
.article-changed,
.article-published{
	color: #808080;
	font-size: 80%;
	font-weight: bold;
}
.article-published{
	float: left;
	padding: 10px 0;
}
.article-changed{
	float: right;
	padding: 10px 0;
}
.article-links{
	float: right;
	padding:0 0 10px;
}
.article .footing{
	margin: 15px 0;
}

.puff-link-block {
    padding-left: 10px;
}
.puff-link-block div.white {
    color: yellow;
}
.puff-link-block a.white {
    text-indent: -13px;
	display:block;
}
.type-heart
{
    background-image: url("/Templates/Custom/Images/v2/heart.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 13px;
    overflow: hidden;
    padding-right: 20px;
    padding-top: 4px;
    margin-top: 3px;
}


