/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
#rightTextContentAreaSplit ul{
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 15px;
}
#rightTextContentAreaSplit ul li{
	font-size: 13px;	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_test.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */

td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000;
	margin-bottom: 6px;
	line-height: 120%;
	font-weight: bold;
}



h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 3px;
	color: #000;
	line-height: 120%;
	font-weight: bold;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 0px;
	margin: 0;
	color: #333;
	font-weight: bold;	
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 3px;
	color: #333;
	font-weight: bold;
	padding-bottom: 0px;
}

h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 9px;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
ol{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 19px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#aboveTop{
	text-align: center;
	clear: both;
	padding-top: 60px;
	padding-bottom: 20px;
}

#siteContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
	text-align: center;
}
/* Main container styles - END */

#topContainer{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 60px;
	text-align: center;
}

#contentAreaContainer{
	width: 100%;
	clear: both;
	text-align: center;
	position: relative;
}
/* Content split container - START - holds the two div columns that make up the main page layout */
#contentSplitContainer{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 648px;
	min-height: 475px;
	padding-left: 138px;
}
/* Content split container - END */
#contentSplitSideContainerLeft{
	position: absolute;
	z-index: auto;
	left: -247px;
	top: 0;
	width: 385px;
	min-height: 475px;
}

#contentSplitLeftArea{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	width: 445px;
}
#contentSplitRightArea{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	margin-left: 1px;
	width: 202px;
}
.mainbarHeader{
	background-color: #1E2A2F;
	height: 16px;
	padding-top: 2px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 1px;
	font-size: 11px;
}
.sidebarHeader{
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 16px;
	padding-top: 2px;
	color: #FFFFFF;
	padding-left: 10px;
	border-top: 1px solid #FFFFFF;
	font-size: 11px;
}
.rightBoxContainer{
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	clear: both;
	background-color: #1E2A2F;
}
#rightBoxContainer{
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	clear: both;
	background-color: #1E2A2F;
}
.rightBoxImage{
	padding-top: 10px;
	text-align: center;
}
.rightBoxText{
	padding: 20px 15px 20px 15px;
	color: #FFFFFF;
}
.profileText p{
	color: #FFFFFF;
}

#bottomArea{
	margin: 0;
	padding: 0;
	clear: both;
	width: 786px;
	height: 12px;
}
#logoArea{
	margin: 0 auto;
	width: 576px;
	height: 46px;
	padding-left: 210px;
	padding-top: 14px;
	text-align: left;
}
#searchArea{
	float: left;
	width: 350px;
	height: 60px;
	margin-left: 100px;
}
#searchGraphic{
	padding-top: 5px;
	float: left;
}
#searchField{
	margin-top: 5px;
	float: left;
	padding-left: 20px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.closed{
	display: none;
}
.open{
	display: block;
}
#newsfeedArea{
	font-size:11px;
	color:#999999;
	float: left;
	margin-left: 45px;
	width: 100px;
	height: 20px;
	padding-top: 40px;
	background-color: #FFFFFF;
}
.blogArticleContainer{
	background-color: #FFFFFF;
	position: relative;
	clear: both;
}
.blogArticleHeader{
	margin-top: 10px;
	margin-bottom: 10px;
}
.floater{
	float: left;
}
.blogArticleDate{
	float: left;
	color: #999999;
}
.blogArticleImage{
	clear: both;
	padding-top: 10px;
}
.blogArticleAuthor{
	float: left;
	color: #999999;
}
.blogArticleText{
	padding: 10px 10px 10px 0px;
	clear: both;
	margin-bottom: 10px;
}
.blogArticleBottomLine{
	clear: both;
	color: #666666;
	height: 15px;
	padding-top: 3px;
	background-color: #CCCCCC;
	padding-left: 10px;
	font-size: 11px;
}
.articleContainer{
	background-color: #FFFFFF;
}
.articleHeader{
	margin-top: 10px;
	margin-bottom: 10px;
}
.articleDate{
	float: left;
	color: #999999;
}
.articleImage{
	clear: both;
	padding-top: 10px;
}
.articleAuthor{
	float: left;
	color: #999999;
}
.articleText{
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.articleBottomLine{
	clear: both;
	color: #FFFFFF;
	height: 15px;
	padding-top: 3px;
	background-color: #666666;
	padding-left: 10px;
	font-size: 11px;
}
#profileContainer{
	margin-top: 1px;
	clear: both;
	background-color: #1E2A2F;
}

.textDoubleColumnContainer{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}
.leftColumnText {
	width: 70%;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 110%;
}
.leftColumnText a{
	color: #FFFFFF;
	line-height: 110%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rightColumnText{
	width: 30%;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 110%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rightColumnText a{
	color: #FFFFFF;
	line-height: 110%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rightMenuContainer{
	margin: 0;
	padding: 0;
	clear: both;
}
.rightMenuContainer ul{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
}
.rightMenuContainer li{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 110%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.rightMenuContainer li a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.rightMenuContainer li a.selected{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.searchItemHighlighted{
color:#000000;

}
.firmaDescr{
float:left;
width:350px;
margin-bottom:10px;
margin-right:10px;
}

#factContainer{
	margin-top: 1px;
	clear: both;
	background-image: url(../images/bg_green.jpg);
	background-repeat: no-repeat;
}
.profileText{
	padding: 20px 15px 20px 15px;
	color: #000000;
	font-size: 11px;
}
hr{
	color: #FFFFFF;
	height: 1px;
}
#activitiesContainer{
	clear: both;
	padding: 15px;
	padding-top: 40px;
	background-color: #882025;
	background-image: url(../images/activity_bg.jpg);
	color: #FFFFFF;
	min-height: 198px;
	border-top: 1px solid #FFFFFF;
	font-size: 11px;
	position: relative;
}
#activityHeader{
	position: absolute;
	left: 15px;
	top: 15px;
}
.activityInnerContainer{
	padding-top: 15px;
	background-image: url(../images/activity_transparent_square.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.activityInnerContainer p{
	color: #FFFFFF;
}
.activityName, .activityName a{
	background-color: #00CCCC;
	color: #000;
	text-decoration: none;
}
#flashAreaContainer{
	width: 100%;
	height: 352px;
	background-color:#333333;
	background-image: url(../images/content_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#kartholder{
	width: 785px;
	height: 352px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#backLayer{
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 500;
	text-align: center;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat;
}
#positionBox{
	width: 650px;
	position: relative;
	text-align: center;
	margin: auto auto;
}
.closeBox{
	float: left;
	width: 20px;
	padding-top: 20px;
}
#commentBox{
	position: absolute;
	width: 610px;
	display: none;
	z-index: 1000;
	left: 0;
	top: 0;
	margin-top: 200px;
	text-align: left;
	background-color: #00CCFF;
}
.commentHeader{
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18px;
	width: 550px;
	float: left;
	font-weight: bold;
}
.commentContainer{
	clear: both;
	position: relative;
	background-color: #DBFF0D;
	padding-bottom: 10px;
}
.commentInsideContainer{
	
}
.commentArrow{
	position: absolute;
	left: -84px;
	top: 10px;
	width: 84px;
	height: 30px;
	background-image:url(../images/comment_arrow.gif);
	background-repeat: no-repeat;
}
.commentClose{
	position: absolute;
	left: 415px;
	top: 10px;
	width: 84px;
	height: 10px;
}
.commentContentHeader{
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
}
.commentAuthorDate{
	padding-left: 13px;
	padding-right: 13px;
	font-style: italic;
}
.commentContent{
	padding-top: 6px;
	padding-left: 13px;
	padding-right: 13px;
}
.commentTeaser{
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #DBFF0D;
	margin-bottom: 1px;
}
.projectContent{
	padding-top: 6px;
	padding-right: 13px;
}
.searchResultContainer{
	clear: both;
	padding-top: 15px;
}
.searchItemContainer{
	clear: both;
	padding-right: 10px;
	margin-bottom: 10px;
}
.searchItemName{
	
}
.searchItemDescription{
	
}
.activityListContainer{
	clear: both;
	padding: 10px 10px 10px 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.activityListContainer h4{
	font-size: 12px;
}
.activityListText{
	font-size: 12px;
	clear: both;
	margin-bottom: 10px;
}
.activityListContent{
	clear: both;
}
.formPiecesContainer{
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.formPiecesContainer input{
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;
	margin-top: 3px;
}
.formLeft{
	float: left;
	width: 380px;
}
.formRight{
	float: left;
	width: 180px;
}
.buttonContainer{
	text-align: center;
}

.textBgColorBedrift{
	background-color: #C5FFAB;
}
.textBgColorProsjekt{
	background-color: #B8DFE6;
}
.textBgColorFront{
	background-color: #F0F054;
}
.textContentContainer{
	padding: 10px 10px 10px 0px;
}
.textContentContainer h1{
	padding: 0;
}

.topFront{
	background-color: #000000;
	background-image: url(../images/ost_logo_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.topBedrift{
	background-color: #59BAD9;
	background-image: url(../images/ost_logo_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.topProsjekt{
	background-color: #CE132E;
	background-image: url(../images/ost_logo_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.topBydelleks{
	background-color: #4D4643;
	background-image: url(../images/ost_logo_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.topByutvikling{
	background-color: #5C050B;
	background-image: url(../images/ost_logo_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.topUrban{
	background-color: #8ED3C7;
	background-image: url(../images/ost_logo_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.articleListContainer{
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
}
.articleItemContainer{
	clear: both;
	padding-top: 10px;
}
.articleListImage{
	clear: both;
	padding-top: 10px;
}
a.articleListHeader{
	font-size: 14px;
	color: #000000;
	margin-bottom: 12px;
}
.prosjektText{
	margin-top: 9px;
	font-size: 11px;
	color: #FFFFFF;
}
.prosjektText hr{
	color: #FFFFFF;
	border: 0;
	border-top: 1px solid #FFFFFF;
	clear: both;
}
.prosjektText p{
	margin-bottom: 6px;
}
.prosjektText a{
	color: #FFFFFF;
	text-decoration: underline;
}
.prosjektText h4{
	color: #FFFFFF;
	margin-bottom: 9px;
}
a.selectedletter{
	color: #FFFFFF;
}
.bannerContainer{
	float: left;
	padding: 10px;
	width: 182px;
	margin-top: 1px;
	border-top:1px solid #fff;
}
.bannerHeader{
	float: left;
/*	background-color: #DCFF0D;*/
background-image: url(../images/activity_transparent_square.png);
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 142px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
/*	border-bottom:1px solid #fff;*/
margin-bottom:1px;
}
.bannerHeader h4{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.bannerTextContainer{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 142px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/activity_transparent_square.png);
	background-repeat: no-repeat;
	
}
.bannerText{
	margin-top: 6px;
	margin-bottom: 15px;
}
.bannerText span, .bannerText span a{
	font-size: 12px;
	text-decoration:none;
	color: #fff;
}

.bannerText span a:hover{
	font-size: 12px;
	text-decoration:underline;
	color: #fff;
}
.bannerText h5{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.googleAdContainer{
	float: left; 
	margin-left: 10px; 
}
/* New styles frontpage with boxes */

#contentSplitWide{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 787px;
	min-height: 475px;
	padding-top: 1px;
}
.frontBoxes{
	float: left;
	width: 261px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.frontBoxHeader{
	float: left;
	width: 251px;
	padding-left: 10px;
	background-color: #000;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 1px;
}
.frontBoxHeader a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.frontBoxHeader a:hover{
	color: #FFF;
	text-decoration: underline;
}
.frontBoxImage, .frontBoxImage3, .frontBoxImage4, .frontBoxImage5, .frontBoxImage6, .frontBoxImage7, .frontBoxImage8{
	float: left;
	width: 261px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 1px;
	position: relative;
}
.fboxImage{
	
}
#image{
	
}
.frontBoxText{
	float: left;
	width: 241px;
	padding: 10px;
	min-height: 35px;
	background-color: #CFCFCF;	
	text-align: left;
	font-size: 11px;
}
.frontBoxText a{
	color: #333;
}
#frontBoxAddressInfo{
	float: left;
	width: 787px;
	padding-top: 15px;
	padding-bottom: 25px;
	line-height: 130%;
	font-size: 12px;
	text-align: center;
	position: relative;	
	color: #666;
}
#flashAreaContainerFrontBoxes{
	margin: 0 auto;
	width: 787px;
	height: 352px;
	overflow: hidden;
	position: relative;	
}
#flashFrontText{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 241px;
	height: 302px;
	background-image: url(../images/mesh-front-bg.png);
	background-repeat: repeat;
	padding: 25px 10px 25px 10px;
	z-index: 25000;
	color: #FFF;
	font-size: 16px;
	text-align: left;
}