/* ÅÄÖ (to make it utf8) */

#pageCompany {
	float: left;
	width: 1000px;
}

div.left {
	float: left;
	width: 200px;
	background-image: url(/img/left_bg.png);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	padding: 15px;
}

div.left a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

div.right div.margin {
	margin-top: 0;	
}

div.right h1 {
	color: #0d4e7c;
	font-size: 15px;
	margin-bottom: 10px;
}

div.left span.header {
	color: #0d4e7c;
	font-size: 12px;
	font-weight: bolder;
}

div.left ul {
	font-size: 12px;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
	line-height: 22px;
}

div.left li.dot {
	list-style: circle;
	color: #0d4e7c;
	margin-left: 10px;
}

div.left li a {
	color: #1f2b80;
	text-decoration: none;
}

div.left li.header a, div.left li.header {
	color: #0d4e7c;
	font-weight: bolder;
}


div.right {
	float: right;
	border: 2px solid #ececec;
	width: 700px;
	background-image: url(/img/right_bg.png);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	padding: 20px;
}

div.right span.header {
	float: left;
	clear: both;
	margin-top: 10px;
	font-weight: bolder;
	width: 700px;
	color: #0d4e7c;
	font-size: 14px;
}

div.right h2 {
	color: #0d4e7c;
	font-size: 14px;
	clear: both;
	padding-top: 20px;
}