/* Body och Main */

body {
	margin:0px;
	background-image:url(gfx/bg.png);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #4D4D4D;
}

h1 {
	color: #1E6BA0;
	font-size: 22px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	color: #1E6BA0;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
}

a {
	color: #1E6BA0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.main {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-490px;
	width:980px;
}

div.mainBg {
	background-image: url(gfx/main-bg.png);
	background-repeat: repeat;
	width: 980px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #CACACA;
	float: left;
}

div.top {
	height: 70px;
	width: 980px;
	float: left;
}

	div.logo {
		margin-left: 35px;
		margin-top: 40px;
		float: left;
	}

	div.menu {
		margin-top: 53px;
		margin-left: 250px;
		float: left;
		font-size: 16px;
		color: #4D4D4D;
	}

	div.follow {
		font-size: 20px;
		margin-top: 30px;
		margin-left: 20px;
		line-height: 1.2em;
	}

		div.follow a {
			color: #4D4D4D;
			text-decoration: underline;
		}		

		div.menuAlt {
			padding-left: 10px;
			padding-right: 10px;
			float: left;
		}
		
		div.menuAlt a {
			color: #4D4D4D;
			text-decoration: none;
		}

		div.menuAlt a:hover {
			color: #4D4D4D;
			padding-bottom: 1px;
			border-bottom: 1px solid #4D4D4D;
		}
		
	div.middle {
		background-image: url(gfx/bygga-pool.png);
		background-repeat: no-repeat;
		background-position: 20px 10px;
		width: 910px;
		margin-left: 35px;
		margin-top: 5px;
		float: left;
	}

	div.middleTop {
		width: 910px;
		height: 160px;
	}

	div.middleBottom {
		width: 910px;
	}

	div.middleLeft {
		width: 330px;
		float: left;
	}

	div.middleRight {
		width: 580px;
		float: left;
	}

		div.int {
			background-image: url(gfx/int-bg.png);
			background-repeat: no-repeat;
			width: 309px;
			height: 95px;
			margin-left: 600px;
			margin-top: 40px;
			float: left;
		}

			div.intText {
				padding-left: 20px;
				padding-top: 23px;
			}

		div.why {
			padding-top: 60px;
			padding-left: 30px;
			line-height: 2em;
		}

		div.text {
			padding-top: 30px;
		}

/* Intresseanmälan */

		div.headRight {
			margin-left: 600px;
			margin-top: 100px;
			float: left;
		}

/* Jquery sartsida */
			.boxgrid{ 
				width: 310px; 
				height: 260px; 
				margin:15px; 
				margin-top: 30px;
				float:left; 
				background:#161613; 
				border: solid 2px #CACACA; 
				overflow: hidden; 
				position: relative; 
			}
			.boxgrid2{ 
				width: 190px; 
				height: 260px; 
				margin-left:15px; 
				margin-top: 30px;
				float:left; 
				background:#161613; 
				border: solid 2px #CACACA; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#fff; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #6DB4E7; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}

div.menuprod {
	line-height: 1.5em;
	margin-left: 20px;
	font-size: 20px;
}

div.prod {
	width: 570px;
	float: left;
	margin-bottom: 25px;
}

	div.prodLeft {
		width: 150px;
		float: left;
	}

	div.prodRight {
		margin-left: 25px;
		width: 395px;
		float: left;
	}
