@charset "utf-8";
/* CSS Document */

.body {
	background-color:#fff;
	margin:0;
	padding:0;
	top:0;
}

#container {
	position:relative;
	top:80px;
	margin-left:auto;
	margin-right:auto;
	width:652px;
	height:533px;
	}

.meny {
	position:relative;
	float:right;
	right:0;
	width:652px;
	height:135px;
	background-image: url(../images/bkg/tak_top.jpg);
	background-repeat: no-repeat;
	}
.info {
	position:relative;
	float:right;
	width:652px;
	height:8px;
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image: url(../images/bkg/tak_mitt.jpg);
	background-repeat: none;
	}	
.infoholder {
	position:relative;
	float:right;
	width:652px;
	min-height:500px;
	margin:0;
	padding:0;
	padding-top:10px;
	background-color:#FFF;
	background-image: url(../images/bkg/tak_mitt2.jpg);
	background-repeat: repeat-y;
	}
.kontakt {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:652px;
	height:58px;
	background-color:#fff;
	background-image: url(../images/bkg/tak_bott.jpg);
	background-repeat: no-repeat;
	}
	
.logga {
	position:absolute;
	left:12px;
	top:0;
	float:left;
	}
.text {
	position:relative;
	width:510px;
	margin-right: auto;
	margin-left: auto;
	}
.bild {
	position:relative;
	right:4px;
	top:4px;
	float:right;
	width:209px;
	height:435px;
	}

	
	

