/* Body och Main */

body {
	margin:0px;
	background-image: url(gfx/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #88888A;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #EA661D;
	font-weight: normal;
}

div.main {
	position:absolute;
	top:14px;
	left:50%;
	margin-left:-400px;
	width:800px;
}

div.logga {
	width: 800px;
	height: 135px;
	text-align: center;
}

div.graTop {
	background-image: url(gfx/top-gra.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 800px;
	font-size: 1px;
	float: left;
}

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

div.graBottom {
	background-image: url(gfx/bottom-gra.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 800px;
	font-size: 1px;
	float: left;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px;
	width: 500px;
    background: url("gfx/bg.gif") no-repeat top;
    overflow: hidden;
	text-align: center;
}
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        .lavaLamp li.back {
            background: url("gfx/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("gfx/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font-size: 20px;
            color: #88888A; outline: none;
            text-align: center;
            height: 30px; top: 1px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

div.meny {
	width: 800px;
	height: 40px;
	float: left;
	margin-bottom: 20px;
}

div.menyIn {
	height: 40px;
	padding-left: 180px;
	float: left;
	margin: 0px;
}

div.vitTop {
	margin-left: 28px;
	background-image: url(gfx/top-vit.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 743px;
	font-size: 1px;
	float: left;
}


div.vitCont {
	margin-left: 28px;
	background-image: url(gfx/mitt-vit.png);
	background-repeat: repeat-y;
	width: 743px;
	float: left;
}

div.vitContText {
	padding: 20px;
}

div.vitBottom {
	margin-left: 28px;
	background-image: url(gfx/bottom-vit.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 743px;
	font-size: 1px;
	float: left;
}
	