/*************************************************************
Boxes
*************************************************************/

.box {
	border: 1px solid #eeede7;
	background-color:#ffffff;
	padding: 1px;
	margin:0 0 10px 0;
	float:left;
}

.siteMainCol .box {
	width: 526px;
	margin-right: 10px;
	margin-top: 8px;
}

.boxFrame {
	background-image: url(/gfx/global_box_bg.gif);
	background-repeat:repeat-x;
	background-color: #fcfbf8;
	padding: 8px;
}

.boxTitle {
	background-image: url(/gfx/global_box_title_bg.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	min-height: 15px;
	font-weight:bold;
}


.boxContent {
	background-color: #ffffff;	
	padding: 10px 8px 10px 10px;
}

.boxFilter {
	margin-top: -20px;
	float: right;
}

.boxFrame.arr {
    margin-top: 3px;
    }

.boxFilter.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.boxFilter.clearfix {display: inline-table;}

/* Skjul for IE-mac \*/
* html .boxFilter.clearfix {height: 1%;}
.boxFilter.clearfix {display: block;}
/* End skjul for IE-Mac */


.boxFilter select {
	font-size: 10px;
	width: 180px;
}

.siteRightCol .boxFilter {
	position:static;
	margin-left: 0;
	margin-top: 0;
	float: none;
	}

.siteRightCol .boxFilter select {
	width: 180px;
	float:none;
	clear: both;
}

.box.layout1 {
	width: 320px;
	float: left;
}

.box.layout2 {
	width: 192px;
	float: left;
}

/* 2 cols */
.box.layout3 {
	width: 256px;
	float: left;
}

/* 3 cols */
.box.layout4 {
	width: 167px;
	float: left;
}

/* Full width */
.box.layout5 {
	width: 522px;
	float: left;
}


.spacer{
	width: 450px;
	height: 306px;	
}


/* Kampagneboks og Videnbank */
.box.campaign, .box.knowledge {
	border: 1px solid #eeede7;
	background-color:#ffffff;
	padding: 1px;
	margin-bottom: 10px;
}

.box.campaign .boxFrame, .box.knowledge .boxFrame {
	background-image: none;
	background-color: transparent;
	padding: 0;
}

.box.campaign .boxTitle, .box.knowledge .boxTitle {
	background-image: none;
	background-color: #e7e5d6;
	min-height: 15px;
	font-weight:bold;
	padding: 5px 10px 3px 10px;
}

.box.campaign .boxContent, .box.knowledge .boxContent {
	background-color: #f7f6f2;
	border: 1px solid #eeede7;
	padding: 10px;
	height: 0.1%;
}

.box.knowledge .boxContent .col{
	float: left;
	width: 205px;
	margin: 0 10px 10px 0;
	xborder:1px solid red;
	padding-bottom:3px;
}

.box.knowledge .boxContent .col.wide{
	width: 285px;
	margin: 0 0 10px 0;
}

.box.knowledge .boxFilter {
	position:static;
	margin: 0;
	float: none;
	}


.box.knowledge .active {
	font-weight: bold;  
}

.siteRightCol .box {
	width:98%;
}
    
.box.teaser .boxFrame p
{
    padding: 7px;
    font-size: 12px;
    line-height: 17px;
    }
    
.box.teaser .boxFrame .link 
{
    font-weight: bold;
    padding: 0 7px 7px 7px;
    }

/*Traenerguiden/Ny Videnbank*/
    
.boxTagCloud {
     background-image: url(/gfx/Traenerguiden/TagCloudbaggrund.png);
     background-repeat: repeat-x;
     min-height: 50px;
     height: auto !important;
     height: 400px;
     padding: 5px;
     border-style: solid none none none;
     border-width: 1px;
     border-color: #ffffff;
     overflow:hidden;
}
    
.tagCloudInfo {
     background-image: url(/gfx/Traenerguiden/infoIkon.png);
     border: 1px solid #A59E90;
     cursor: pointer;
     display: inline;
     float: right;
     height: 23px;
     width: 19px;
}

.tagCloudInfoluk {
     background-image: url(/gfx/Traenerguiden/infoIkonluk.png);
     border: 1px solid #A59E90;
     cursor: pointer;
     display: inline;
     float: right;
     height: 23px;
     width: 19px;
     display: none;
}
    
.boxTagSearch {
     border-top: solid 1px #ffffff;
     background-color: #DEDFCE;
     padding: 5px 5px 1px 5px;
     height: 26px;
 }

.boxTagInfoBjaelke {
     padding: 0 10px 0 10px;
     height: 15px;
     background-image: url(/gfx/Traenerguiden/VidenbankInfoBjaelkeBg.png);
     background-repeat: repeat-x;
    }
    
.TagKontrolBox .col1 {
     width: 235px;
    }
    
.TagKontrolBox .col2 {
      width: 133px;
    }
    
.TagKontrolBox .boxContent .tagTable td {
      border-bottom: 1px dashed #D4CBB6;
    }
    
.tagKontrolFilter, .tagKontrolFilter p {
		display:inline;
		float:left;
		font-size:10px;
		font-weight:bold;
		padding-top:4px;
    }
    
  .tagControlMedieTable, .tagControlMedieTable p {
        float:left;
        display: inline;
        cursor: pointer;    
        }
   
   .tagControlMedieTable .sprite {
       padding-bottom: 3px;
       }
   
   .boxFilter.tagControlMedieTable p {
       width: 58px;
       }
    
.tagKontrolFilter .sprite {
      padding-bottom: 3px;
    }
    
.boxFilter.tagKontrolFilter {
      width: 58px;
    }
    
.TagKontrolBox .noBg {
      background-image: none;
    }

/* Kortboks */

.box.map {
	width: 170px;
	margin-right: 5px;
	float:left;
}

.box.map .boxFrame {
	background-image: none;
	background-color: #f1f0e8;
	height: 180px;
}

.box.mapList {
	width: 347px;
}

.box.mapList .boxFrame, .mapContent .boxFrame {
	background-image: none;
	background-color: #f1f0e8;
	min-height: 180px;

}

.mapContent 
{
	background-image:none;
	float:left;
}

.mapContent .mapbox 
{
	background-image: none;
	background-color: #f1f0e8;
	padding-left: 11px;
	padding-top: 11px;
	padding-bottom: 11px;	
	} 

.box.banner {
	background-color: #FAF9F7;
	}
	
/*arrlisteAdvanced*/

