* {
	padding: 0;
	margin: 0;
}
body {
	background: #008F9E url(body_bg.gif) center top;
	font: normal 14px/21px Arial, Helvetica, sans-serif;
	color: #444;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 460px;
	float: left;
	margin: 85px 105px 0 50px;
	display: inline;
}
#content h1 {
	font-size: 22px;
	color: #008F9E;
	padding-bottom: 25px;
}
#content p {
	padding-bottom: 25px;
}
#content p#callout,
#content p#callout2 {
	width: 238px;
	float: left;
	
}
#content p#callout2 {
	width: 222px;
}
#content p#callout a,
#content p#callout2 a {
	display: block;
	width: 222px;
	height: 119px;	
	text-indent: -3456px;
	text-decoration: none;
	outline: none;
}
#content p#callout a:hover,
#content p#callout2 a:hover {
	background-position: 0 -119px;
}
.eng #content p#callout a {
	background-image: url(interested-eng.gif);
}
.se #content p#callout a {
	background-image: url(interested-se.gif) ;
}
.eng #content p#callout2 a {
	background-image: url(report-eng.gif);
}
.se #content p#callout2 a {
	background-image: url(report-se.gif) ;
}
#content p#copyright {
	font-size: 10px;
	color: #008F9E;
}
#rhs {
	width: 345px;
	float: left;
}
#rhs #banner {
	height: 281px;
	width: 345px;
	position: relative;
}
#rhs #banner h2 {
	position: absolute;
	left: -3892px;
}
#rhs #logo {
	background: url(logo-eng.gif) no-repeat;
	height: 281px;
	width: 345px;
	text-indent: -3452px;
	position: absolute; left: 0px; top: 0px;
}
.se #rhs #logo {
	background: url(logo-se.gif) no-repeat;
}
#rhs #contact {
	margin-top: 80px;
	padding-left: 1px;
}



#langs a {
	position: absolute;
	top: 30px;
	display: block;
	list-style: none;
	width: 33px;
	height: 33px;
	outline: none;
	text-indent: -3452px;
}
#langs #lang_en a {
	left: 613px;
	background-image: url(flag-eng.gif);
}
#langs #lang_se a {
	left: 646px;
	background-image: url(flag-se.gif);
}
#langs a:hover {
	background-position: 0 -33px;
}
table tr td, form, textarea, input {
	font: normal 14px/21px Arial, Helvetica, sans-serif;
	color: #5A5A5A;
}
.formtable tr td {
	padding: 6px 10px;
	vertical-align: top;
}
.formtable tr td.req {
	padding-left: 0;
}
input.submitt {
	font-size: 17px;
}
.clr {
	clear: both;
}

a {
	color: #008F9E;
	font-style: italic;
}
a:hover {
	color: red;
	font-style: italic;
}
#f1 label.error { 
	display: none;
	position: absolute;
	left: -5555px;
}
input.inp, textarea.inp {
	border: 1px solid #A5ACB2;
	padding: 1px;
}
input.error, textarea.error {
	border: 1px solid red;
	background-color: #FFFFFF;
	margin: 0px;
	color: red;
}


