@charset "utf-8";
.myIntroHolder {
	width:100%;
	display:table;
	position:relative;
	padding: 0;
	margin:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 1;
	box-sizing: border-box;	
}
a.ptittel {
	text-decoration:none;
}
.aheader {
	word-break: break-all;
	word-wrap: break-word;
	padding-left:0px;
	padding-top:10px; 
	padding-right:0px;
	padding-bottom:10px;
	box-sizing: border-box;
}
.introThumbHolder { 
	overflow: hidden;
	box-sizing: border-box;
	display: table;
	position: relative;
	padding:0px;
	
}
.bloggThumbHolder {
	box-sizing: border-box;
	float:left;
}
.thumbInnerHolder {
	overflow: hidden;
	box-sizing: border-box;
	width:100%;
}
.intro_thumb {
	padding: 0;
	box-sizing: border-box;
}
.blogg_thumb {
	padding: 0;
	box-sizing: border-box;
	width:100%;
}

.ingress {
	float:left;
	padding-left: 0px;
	padding-right:0px;
	box-sizing: border-box;	
}
.ingressBlogg {
	box-sizing: border-box;
	float:left;
}
.infoLabel {
    display: inline-block;
    float: left;
    width: 28%;
}
.posisjon, .mobil, .epost { 
	display: inline-block;
	float: left;
    font-weight: bold;
	width:70%;
} 
.infoHolder {
	float:left;
	width:100%;
    margin-top: 0px; 
    padding: 5px;
	box-sizing: border-box;
}

.editArtHolder {
	width: 100%;
	float:left; 
	z-index: 1000;
	position: relative;
}

ul.editArt {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	float:left;
}
.editArt li > a {
    background: #FFF;
    border: 1px solid #ccc;
    color: #333333;
    list-style: outside none none;
    padding: 5px;
    text-decoration: none;
	float: right;
	line-height: 20px;
	padding: 2px 6px;
	font-size: 14px;
}
.editArt li > a:hover,  .editArt li > a:focus,  .editArt:hover > a {
	list-style: none outside none;
	text-decoration: none;
	color: #333333;
	background-color: #F90;
	border: 1px solid #999;
}