body {
	background-color: #f6f6f6;
}

/* Portal page box */

.portal-box {
	background: #fff url(../img/portal-box-sides.png) repeat-y;
	width: 770px;
	margin: 4em auto 0 auto;
	color: #5F6775;
}

.portal-box-header {
	min-height: 20px;
	padding: 20px 30px 10px 30px;
}

.portal-box-header h1 {
	border: 0;
	font-weight: bold;
	/*color: #bd1d01;*/
	color: #007080;
	font-size: 200%;
	margin: 0;
	margin-right: 300px;
}

.portal-box-contents {
	background: url(../img/portal-box-bottom.png) no-repeat bottom left;
	padding: 0 30px 30px 30px;
}

.portal-box-contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.portal-box-contents p {
	line-height: 1.5;
	margin: 1em 0;
}

hr {
	display: block;
	background: #fff url(/img/portal-page/divider.png) no-repeat top center;
	height: 5px;
	margin: 1em 0 2em 0;
	border: none;
	clear: both;
}

.portal-box-contents h3 {
	font-size: 100%;
	border: none;
	margin: 1em 0;
}


/* Footer */

.portal-page #footer {
	border: none;
	width: 720px;
	margin: 1em auto;
	padding: 0;
	font-size: 80%;
	color: #AAA;
	text-align:center;
}

.portal-page hr {
	display: none;
}

.portal-page .portal-box hr {
	display: block;
}

.portal-page #footer a:link,
.portal-page #footer a:visited {
	color: #999;
}

.portal-page #footer a:hover,
.portal-page #footer a:active {
	color: #666;
}

.portal-box-header p {
	font-weight: bold;
	margin-right: 300px;
	margin-top: 0;
	color: #3C475B;
}

ul li, ol li {
    margin-bottom: 0.5em;
}


/* Page specific styles */

#konsens .portal-box-interior {
	background: url(../img/portal-konsens-top2.jpg) top left no-repeat;
}

#konsens .portal-box-header {
	min-height: 200px;
}

#konsens .portal-box-header h1 {
	margin: 20px 250px 30px 0;
}

#konsens .portal-box-header h2 {
	margin: 150px 0px 30px 0;
}

#konsens .corner-box {
	width: 500px;
}

#konsens .corner-box p {
	margin: 0 0 0 32px;
}

#konsens .corner-box img {
	float: left;
	margin-top: 4px;
}
