

/* Huvudcontainer */
#container{
	width:714px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(/bilder/bg/mainBG.jpg);
	background-repeat:no-repeat;
	height:100%;
	min-height:100%;/*for mozilla*/
	z-index:1;
}


/* Kontaktuppgifter*/
#contactArea{
	width:395px;
	height:60px;
	min-height:17px;/*for mozilla*/
	position:absolute;
	top:11px;
	left:290px;
	z-index:2;
	
}

/* Menyplacering*/
#menyArea{
	width:195px;
	min-height:200px;/*for mozilla*/
	position:absolute;
	top:285px;
	left:0px;
	z-index:2;
	text-align:right;
}


/* Placering på kopplade bilder*/
.picArea{
	width:232px;
	z-index:3;
	float:left;
}

/* Placering på kopplat material och länkar*/
.linkArea{
	width:231px;
	z-index:3;
	float:right;
	text-align:right;
}

/* Textplacering*/
#textcontainer{
	width:463px;
	height:auto;
	min-height:inherit;/*for mozilla*/
	position:absolute;
	top:130px;
	left:225px;
	z-index:3;
	
}

/* Textpuff1*/
#textpuff1RubrikLeft{
	width:83px;
	position:relative;
	float:left;
}
/* Textpuff1*/
#textpuff1Rubrik{
	width:380px;
	height:127px;
	min-height:127px;/*for mozilla*/
	overflow:visible;
	float:right;
	z-index:3;
	text-align:right;
	color:#830000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	text-transform:uppercase;
	margin-bottom:25px;
	
}
/* Textpuff1*/
#textpuff1Text{
	width:inherit;
	height:auto;
	min-height:inherit;/*for mozilla*/
	position:relative;
	float:left;
	z-index:3;
	margin-bottom:10px;
	
}

/* textpuffArea*/
.textpuffArea{
	width:463px;
	float:left;
	z-index:3;
	margin-top:10px;
	border-top:solid 1px #666666;
	padding-top:10px;
}


