html{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body{
	width: 100%;
	height: 100%;
	background-color: #c7c7c7;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding:0px;
	margin:0px;
}

*{
	border: 0px;
}

#container{
	position: absolute; 
	background-image: url('../images/whitebg.png');
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -300px; 	
	width: 920px;
	height: 600px;
}

#container_fix{
	position: absolute; 
	background-image: url('../images/whitebg_fix.png');
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -300px; 	
	width: 920px;
	height: 600px;
}

#left{
	width: 370px;
	position: absolute;
	top: 200px;
	left: 43px;
}

#content{
	width: 820px;
	position: absolute;
	top: 120px;
	left: 43px;
}

#content img{
	margin-right: 5px;
	margin-bottom: 5px;
}

#right{
	width: 370px;
	position: absolute;
	top: 200px;
	left: 450px;
}

h2{
	font-family:arial;
	font-size:18px;
	line-height:26px;
	font-weight: normal;
	color:#234ca1;
}

p{
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	color:#234ca1;
}

ul{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#234ca1;
	padding-left: 15px;
	margin-top:-8px;
}
#bottom{
	width: 912px;
	padding:0px 0px 0px 8px;
	position: absolute;
	top: 480px;
	left: 0px;
}
	#bottom ul {
		float:left;
		width:100%;
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	#bottom ul li {
		padding:0px 0px 0px 10px;
		margin:0px 5px 5px 0px;
		float:left;
		width:281px;
		height:34px;
		line-height:34px;
		background: url('../images/button.png') no-repeat 0px 0px;
	}
	#bottom ul li a:active, #bottom ul li a:link, #bottom ul li a:visited {
		color:#fff;
		text-decoration:none;
		width:261px;
		height:34px;
		line-height:34px;
		padding:0px 0px 0px 20px;
		background: url('../images/pdf.png') no-repeat 0px center;
	}
		#bottom ul li a:hover {
			
		}
	#bottom ul li.blue {
		background-image: url('../images/bluebutton.png');
		margin-left:18px;
	}
		#bottom ul li.blue a {
			width:281px;
			padding:0px;
			background:none;
		}
	#bottom ul li.orange {
		background-image: url('../images/orangebutton.png');
		margin-left:18px;
	}
		#bottom ul li.orange a {
			width:281px;
			padding:0px;
			background:none;
		}
.cover {
	position:absolute;
	display:none;
	background:url('../images/op.png');
	float:left;
	z-index:5000;
}
.contain_form {
	position:absolute;
	display:none;
	float:left;
	padding:40px;
	background:#fff;
	z-index: 5100;
	border:3px solid #ededed;
}
	.contain_form .inputfield {
		width:200px;
		border:1px solid #000;
		padding:5px;
		margin:5px 0px 0px 0px;
	}
	.contain_form .textareafield {
		width:200px;
		height:100px;
		font-family: arial, sans-serif;
		font-size:12px;
		border:1px solid #000;
		padding:5px;
		margin:5px 0px 0px 0px;
	}
	.buttonfield {
		padding:5px;
		background:#dedede;
		border:1px solid #bbb;
		margin:5px 0px 0px 0px;
	}
/* KIMS JÄVLA MIFFO CSS
#bottom ul{
	width: 588px;
	padding-left: 0px;
	list-style-type: none;
	color:#fff;
	line-height: 40px;
	float: left;
	
}

#bottom li{
	background-image:url(../images/button.png);
	height: 37px;
	width: 279px;
	float:left;
	padding-left: 15px;
}

#bottom ul#ovrigt{
	float: left;
	width: 243px;
}

#bottom li#kontakta{
	background-image:url(../images/bluebutton.png);
	height:37px;
	width:258px;
	padding-left: 0px;
}

#bottom li#vidare{
	background-image:url(../images/orangebutton.png);
	height:37px;
	width:258px;
	padding-left: 0px;
}

#bottom ul li a{
	color:#ffffff;
	text-decoration: none;
	background-image:url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 25px;
	
}

#bottom ul#ovrigt a{
	color:#ffffff;
	text-decoration: none;
	background-image: none;
}
*/