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

/*Skapare: Nathalie Larsson
Mail: nathalie.larsson@iwebbydesign.se
Tele: 070-3854178*/

/*¤¤ Ramar ¤¤*/
div.bg
{
	background-color: #FFF;
	width: 104%;
	height: 104%;
	left: -5px;
	top: -5px;
	z-index: 1;
}

div.top_container
{
	width: 100%;
	height: 50px;
	background-color: #000;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 19;
}

div.menu_container
{
	width: 550px;
	height: 35px;
	top: 18px;
	left: 450px;
	position: absolute;
	z-index: 20;
	position: fixed;
}

div.logotype_logo
{
	width: 266px;
	height: 42px;
	top: 5px;
	left: 50px;
	position: absolute;
	z-index: 20;
	position: fixed;
}

div.ram_container
{
	width: 1000px;
	height: 800px;
	top: 5px;
	left: 5px;
	position: absolute;
	z-index: 3;
}

div.bottom_container
{
	width: 100%;
	height: 200px;
	top: 890px;
	left: 0px;
	position: absolute;
	z-index: 2;
	background-image: url(../img/bg_bottom.png);
	background-repeat: repeat-x;
}

div.logo_container
{
	width: 100%;
	height: 240px;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 3;
	background-image: url(../img/bg_2.png);
	background-repeat: repeat-x;
}

div.main_container
{
	width: 100%;
	height: 600px;
	position: absolute;
	top: 290px;
	left: 0px;
	z-index: 3;
	background-image: url(../img/BG_mini.png);
	background-repeat: repeat-x;
}

/*¤¤ END of Ramar ¤¤*/

/*¤¤ Innehåll ¤¤*/

div.main
{
	width: 1000px;
	height: 500px;
	position: absolute;
	z-index: 15;
	top: 340px;
	left: 5px;
	padding: 12px;
	background-image: url(../img/main_img.png);
	background-repeat: no-repeat;
}

div.logo
{
	width: 450px;
	height: 228px;
	position: absolute;
	z-index: 15;
	top: 55px;
	left: 20px;
}

div.logotype
{
	width: 400px;
	height: 270px;
	position: absolute;
	z-index: 15;
	top: 60px;
	left: 590px;
}



/*¤¤ END of Innehåll ¤¤*/

/*¤¤ Under Meny ¤¤*/

div.meny_1
{
	width: 230px;
	height: 170px;
	position: absolute;
	z-index: 15;
	top: 900px;
	left: 20px;
}

div.meny_2
{
	width: 230px;
	height: 170px;
	position: absolute;
	z-index: 15;
	top: 900px;
	left: 265px;
}

div.meny_3
{
	width: 230px;
	height: 170px;
	position: absolute;
	z-index: 15;
	top: 900px;
	left: 510px;
}


/*¤¤ END of Under Meny ¤¤*/


