

h1 {
	float: left;
}

#company-info .tab-print {
	float: right;
}

.logo {
	margin: 0;
	padding: 0;
	position: relative;
}
.logo img {
	float: right;
	height: 50px;
	margin-bottom: 1em;
}

.clearer {
	clear: both;
}

#presentation,
#kontakter {
	border-right: 1px solid #97a5b0;
	border-bottom: 1px solid #97a5b0;
	border-left: 1px solid #97a5b0;
	padding-top: 2em;
	background: #ecf5fc url(profil-bg.jpg) repeat-x;
	min-height: 250px;
}
#kontakter h2 {
	font-size: 125%;
}

p.member_bi {
	font-weight: bold;
}
p.member_povel {
	font-weight: bold;
}

#profil-telenummer {
	padding-top: 0.5em;
}
#profil-telenummer,
#profil-besoksadress,
#profil-utdelningsadress,
#profil-hemsida,
#profil-e-post {
	margin: 1em 0;
}

#profil-presentationstext {
	float: right;
	width: 300px;
}

#company-info #profil-presentationstext h3,
#company-info #company-contacts h2 {
	font-size: 125%;
}


.contact {
	float: left;
	margin: 0.5em;
	width: 140px;
	overflow: hidden;
}
.contact img {
	border: 1px solid #97a5b0;
}

/* *** Profilansökan *** */
p.profileapp {
	padding: 1em 0;
	margin: 0 0 0 0.5em;
	color: red;
}
p.profileapp span {
	font-style: italic;
}


@media print {
	body {
		font-size: 10pt;
		color: black;
		width: auto;
	}
	#header,
	#footer,
	#subfooter,
	#extra,
	#company-info ul {
		display: none;
	}
	#content {
		width: auto;
	}
	#right {
		width: 100%;
	}
	.clearer {
		clear: both;
	}
	.logo img {
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		float: none;
		margin-right: 0;
	}
	#right #box2 h1 {
		font-size: 18pt;
		color: black;
		margin-bottom: 50pt;
	}
	h2 {
		display: block;
		font-size: 14pt;
		color: black;
	}
	#presentation,
	#kontakter {
		border: none;
		background: transparent;
	}
	#kontakter {
		padding-top: 1cm;
	}
	#profil-telenummer,
	#profil-besoksadress,
	#profil-utdelningsadress,
	#profil-hemsida,
	#profil-e-post {
		font-size: 10pt;
		width: auto;
	}
	#profil-presentationstext {
		font-size: 10pt;
		width: 12cm;
		margin-top: 1cm;
		right: 0;
	}
	.contact {
		font-size: 10pt;
		color: black;
		width: auto;
	}
}


