/*
	HUSK AT OPDATERE STYLES FOR BILLEDER!
*/

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
}

#menu, #credits, #topLeft, #topRight, #topLowerBar {
	display: none;
}

#container #main #content {
	visibility: visible;
}

#addFooter {
	font-size: 12px;
}

a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
}

h1 {
	font-size:18px;
    margin-top: 0;
}

h2 {
	font-size:14px;
    margin-top: 1.5em; 
}

P {
	margin: 0 0 10px 0;
}

img {
	margin: 10px 0;
}

	/* Settings for "Hvem er vi"  and "Behandling" section: */
		.personBox, .behandlBox {
			display:table-row;
			width:100%;
		}
		
		.personBox h3, .behandlBox h3, .personBoxSmall h3 {
			margin: 20px 0 0 0;
			font-size:12px;
		}
		
		.personBox img, .behandlBox img, .personBoxSmall img {
			background-image:url(../images/smallBorder.gif);
			padding: 15px 20px 10px 24px;
			margin: 0 10px 0 -8px;
			float: left;
		}
		
		.personBox p, .behandlBox p, .personBoxSmall p {
			margin: 8px 0 0 0;
		}
		
		.behandlBox img {
			padding: 15px 20px 10px 17px;
		}
		
		.personBoxSmall {
			width: 33%;
			float:left;
		}
