/* Body och Main */

body {
	margin:0px;
	background-image:url(gfx/bg.gif);
	background-repeat:repeat-x;
	background-color:#ADC4E1;
	font-family: verdana;
	font-size: 11px;
	color: #333;
}

h2 {
	font-size: 19px;
}

div.main {
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-410px;
	width:820px;
}

	div.win {
		background-image: url('gfx/win.png');
		background-repeat: no-repeat;
		background-position: top center;
		width: 820px;
		height: 150px;
	}

		div.winText {
			text-align: center;
			padding-top: 105px;
			color: #fff;
		}

div.toptop {
	background-image: url(gfx/top.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 20px;
}

div.head {
	background-image: url(gfx/mitt.png);
	background-repeat: repeat-y;
	width: 820px;
	height: 200px;
	float: left;
}

div.logga {
	width: 400px;
	height: 200px;
	margin-left: 10px;
	float: left;
}

div.gratisvattenprov {
	width: 390px;
	height: 200px;
	float: left;
}

div.meny {
	background-image: url(gfx/mitt.png);
	background-repeat: repeat-y;
	width: 820px;
	height: 100px;
	float: left;
}

div.menyBg {
	background-image: url(gfx/menybg.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 800px;
	float: left;
	margin-left: 10px;
}

div.menyAlt {
	width: 132px;
	height: 100px;
	float: left;
}

div.menyMitt {
	background-image: url(gfx/menymitt.png);
	background-repeat: no-repeat;
	width: 1px;
	height: 100px;
	float: left;
}

div.contentTop {
	background-image: url(gfx/mitt.png);
	background-repeat: repeat-y;
	width: 820px;
	height: 20px;
	float: left;
}

div.content {
	background-image: url(gfx/mitt.png);
	background-repeat: repeat-y;
	width: 820px;
	float: left;
}

div.contentText {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
}

div.bottom {
	background-image: url(gfx/mitt.png);
	background-repeat: repeat-y;
	width: 820px;
	height: 100px;
	float: left;
}

div.bottomText {
	text-align: center;
	padding-top: 10px;
}

div.bottombottom {
	background-image: url(gfx/bottom.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 35px;
	float: left;
}

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

	div.prodLeft a {
		color: #2a5c97;
		font-size: 13px;
		line-height: 25px;
		font-weight: bold;
	}

div.prodRight {
	width: 400px;
	float: left;
	margin-top: 50px;
}

div.progar {
	width:450px;
	background-image:url(gfx/garmid.png);
	background-repeat:repeat-y;
	background-position:center;
}

	div.progarIn {
		padding: 5px 20px 5px 20px;
	}

		div.progarIn h1 {
			margin: 0px;
		}

	div.gartop {
		height:15px;
		width:450px;
		background-image:url(gfx/gartop.png);
		background-repeat:no-repeat;
		background-position:bottom center;
	}

	div.garbot {
		height:15px;
		width:450px;
		background-image:url(gfx/garbot.png);
		background-repeat:no-repeat;
		background-position:top center;
	}

div.prodnyhetsarkiv {
	margin: 50px 0px 0px 10px;
	width: 430px;
}

		div.prodnyhetsarkiv h1 {
			margin: 0px;
		}

div.rightBox {
	padding: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DADADA;
	background-color: #fff;
}

div.rightBox:hover {
	padding: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DADADA;
	background-color: #DADADA;
}

div.rightBox a {
	color: #0069AA;
}

#main_transition{
	position: relative;
	width: 760px;
	height: 200px;
	margin-left: 10px;
}
	
#transition-container{
	height: 200px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 750px;
}
