* {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	border: 0;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #fff;
	text-align: center;
	background: url(../gfx/bg.png);
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}


.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}


/* Font
------------------------- */
h1 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #72A4C7;
	letter-spacing: 3px;
	padding-bottom: 14px;
}

h2 {
	font: 16px Helvetica, Arial, sans-serif;	
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

h3 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

.quote {
	font: 20px Times, serif;
	font-style: italic;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;
}

.bigger {
	font-size: 1.4em;
	letter-spacing: 1px;
}

.footnote {
	font-size: 0.8em;
	font-style: italic;
}
/* Top
-------------------------- */
#top {
	padding: 10px 0 0 30px;
	text-align: left;
}

/* Content
-------------------------- */
#content {
	border: 3px solid #4a4947;
	width: 782px;
	height: 522px;
}

#nav * {
	float:left;
	width:130px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#nav span {
	height: 38px;

	padding-top: 20px;
	background:url(../gfx/button_OFF.gif);
	border-left: 1px solid #4a4947;
	
	color: #72a4c7;
	cursor: pointer;
	font-weight: bold;
	text-transform: UPPERCASE;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */   
}

#nav span:hover{
	background:url(../gfx/button_ON.gif);

}

#nav a {
    text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {
    outline: 0; /* prevent dotted border in Firefox */
}


/* Last header */
#last {
	border-right: 1px solid #4a4947;
}


/* Scrollable
-------------------------- */
/* See scrollable-minimal.css */
.prev, .next, .navi {
	position: relative;
	float: left;
	z-index: 20;
	cursor: pointer;
}

.prev {
	position: relative;
	left: 150px;
	bottom: 3px;
}

.navi {
	position: relative;
	left: 380px;
}

.next {
	position: relative;
	right: 150px;
	float: right;
	bottom: 3px;
}

.nav_bg {
	float: left;
	margin-top: -24px;
	height: 24px;
	width: 782px;
	background: #333;
	z-index: 1;
}


/* Special
-------------------------- */
.img_zoom {
	position: absolute;
	top: 88px;
	left: 200px;
}

/* Pages
-------------------------- */
.txt * {
	text-align: left;
}

#page1-main {
	background: url(../picture/main.jpg);
	height: 465px;
}

#main-txt {
	float: left;
	width: 450px;
	padding: 50px;
	padding-top: 140px;
}

#page2-about_1 {
	background: url(../picture/omoss_1.jpg);
	height: 440px;
}

#about_1-txt {
	float: right;
	width: 300px;
	padding: 30px;
}

#about_1-quote {
	float: left;
	width: 380px;
	padding: 330px 0 0 0;
}

#page2-about_2 {
	background: url(../picture/omoss_2.jpg);
	height: 440px;
}


#about_2-txt {
	float: left;
	width: 300px;
	padding: 30px;
}

#about_2-quote {
	float: right;
	width: 380px;
	padding: 330px 20px 0 0;
}

#page3-exempel {
	height: 465px;
}

/* Prisidé
---------------------- */
#page4-pris {
	background: url(../picture/priside.jpg);
	height: 465px;
}

#pris-rubrik h1 {
	font: 22px Arial;
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 0 0 130px;
}

#pris-txt {
	width: 380px;
	padding: 300px 10px 10px 350px;
}


#pris-images {
	position: relative;
	display: inline; /* IE FIX */
	width: 500px;
	float: right;
}

#pris-images img {
	position: absolute;	
}

#pris-img1 {
	left: 0;
	top: 20px;
}

#pris-img2 {
	left: 340px;
	top: 20px;
}

/* Idé till verklighet
----------------------- */
.page5-ide {
	background: url(../picture/ide_bg.jpg);
	height: 440px;
	margin: 0;
	padding: 0;
}


#ide-rubrik {
	float: left;
	height: 20px;
	padding: 20px;
}


.ide_fore_txt {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 50px;
	
}

.ide_efter_txt {
	padding-left: 440px;
	text-align: left;
}

.ide_fore {
	float: left;
	height: 215px;
	padding: 2px 5px 10px 20px;
}

#ide_fore2_txt {
	padding-left: 120px;
}

#ide_fore2 {
	padding-left: 170px;
}

#ide_efter2 {
	float: right;
	left: 980px;
}

#ide-txt {
	width: 700px;
	padding: 30px;
	padding-top: 10px;
	float: left;
}

/* Kontakta oss
---------------------- */

#page6-contact {
	background: url(../picture/kontakta.jpg);
	height: 465px;
}

#contact-txt {
	float: right;
	width: 240px;
	padding: 30px;
	padding-top: 80px;
}


/* Badrumsexempel
----------------------- */
.prev_ex {
	position: relative;
	left: -40px;
	bottom: 3px;
	background: red;
	float: left;
}

.navi_ex {
	position: relative;
	left: 320px;
	width: 200px;
	float: left;
}




#exempel-page div.prev {
	left: 50px;
}

#exempel-page .navi {
	left: 280px;	
}

#exempel-page .next {
	right: 150px;
}

.exempel {
	height: 447px;
}

#exempel-txt {
	font: 11px Arial, Helvetica, sans-serif;
	float: right;
	width: 190px;	
	height: 64px;
	margin: 330px 40px 0 0;
	text-align: left;
	padding: 10px;
	background: #F8F8E4;
	
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}

#exempel_1 {
	background: url(../picture/ex_1.jpg);
}

#exempel_2 {
	background: url(../picture/ex_2.jpg);
}

#exempel_3 {
	background: url(../picture/ex_3.jpg);
}

#exempel_4 {
	background: url(../picture/ex_4.jpg);
}

#exempel_5 {
	background: url(../picture/ex_5.jpg);
}

#exempel_6 {
	background: url(../picture/ex_6.jpg);
}

#exempel_7 {
	background: url(../picture/ex_7.jpg);
}

#exempel_8 {
	background: url(../picture/ex_8.jpg);
}

#exempel_9 {
	background: url(../picture/ex_9.jpg);
}

#exempel_10 {
	background: url(../picture/ex_10.jpg);
}

#exempel_11 {
	background: url(../picture/ex_11.jpg);
}

#exempel_12 {
	background: url(../picture/ex_12.jpg);
}

#exempel_13 {
	background: url(../picture/ex_13.jpg);
}


