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

body{
padding-top:0px;	
top:0px;
margin-top:1px;
margin-bottom:0px;
background-color:#e9f0f6; /*#3a3d44   eller e9f0f6 eller background black = 212121*/
text-align:center;
font:Century;
}

#containerTop {
	z-index:1;
	width:1024px;
	height:10px;
	margin:auto;
	background-color:#e9f0f6;
}

#startContainer {
	position: relative;
	z-index:2;
	width:1024px;
	height:600px;
	margin:auto;
	background-attachment: inherit;
	background-image: url(../img/background/startpage.jpg); /*CHANGE BACKGROUNDIMAGE / START PAGE*/
	background-repeat: no-repeat;
	background-position: center top;
}

#infoContainer {
	position: relative;
	z-index:2;
	width:1024px;
	height:600px;
	margin:auto;
	background-attachment: inherit;
	background-image: url(../img/background/infopage.jpg); /*CHANGE BACKGROUNDIMAGE / INFO PAGE*/
	background-repeat: no-repeat;
	background-position: center top;
}

#projectContainer {
	position: relative;
	z-index:2;
	width:1024px;
	height:600px;
	margin:auto;
	background-attachment: inherit;
	background-image: url(../img/background/furniturepage.jpg); /*CHANGE BACKGROUNDIMAGE / PROJECT PAGE*/
	background-repeat: no-repeat;
	background-position: center top;
}

#furnitureContainer {
	position: relative;
	z-index:2;
	width:1024px;
	height:600px;
	margin:auto;
	background-attachment: inherit;
	background-image: url(../img/furnitureimg/0.jpg); /*CHANGE BACKGROUNDIMAGE / FURNITURE PAGE*/
	background-repeat: no-repeat;
	background-position: center top;
}

#contactContainer {
	position: relative;
	z-index:2;
	width:1024px;
	height:600px;
	margin:auto;
	background-attachment: inherit;
	background-image: url(../img/background/projectpage.jpg); /*CHANGE BACKGROUNDIMAGE / CONTACT PAGE */
	background-repeat: no-repeat;
	background-position: center top;
}

#newsContainer {
	position: relative;
	z-index:2;
	width:1024px;
	height:600px;
	margin:auto;
	background-attachment: inherit;
	background-image: url(../img/background/infopage.jpg); /*CHANGE BACKGROUNDIMAGE / NEWS PAGE */
	background-repeat: no-repeat;
	background-position: center top;
}

#header{
	position:relative;
	z-index:3;
	margin-left: 12px;
	width:1000px;
	height: 72px;
	top:28px;
	background-color:#FFF;
   	filter:alpha(opacity=50); 
   	-moz-opacity: 0.5; 
   	opacity: 0.5; 
}

#logo{
	position: absolute;
	left:12px;
	top:40px;
	z-index:4;
	width:290px;
	height:58px;
	background-attachment: inherit;
	background-image: url(../img/rumrumLogoMini.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#menu {
	z-index:4;
	width:390px;
	position:absolute;
	margin-left:310px;
	top:65px;
	font-size:11pt;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
}

#menu A{
padding-right: 10px;	
outline-style:none;
outline-width:0;
}

#menu A:link {text-decoration: none; color:#000;}
#menu A:visited {text-decoration: none; color:#000;}
#menu A:active {text-decoration: none;}
#menu A:hover {text-decoration: none;}

#containerContent{
	z-index: 4
	position:relative;
	margin-top:45px;
	margin-left:11px;
	width:1002px;
	height:100px;
}

/*   PROJEKT SIDAN CSS START-*/
#containerContent #projectsBoxList{
	z-index:5;
	position:relative;
	float:left;
	width:320px;
	height:445px;
	text-align:left;
	background-color:#FFF;
   	filter:alpha(opacity=50); 
   	-moz-opacity: 0.5; 
   	opacity: 0.5;
}

#projectsBoxListText{
	z-index:6;
	position:absolute;
	width:220px;
	height:440px;
	padding-top:7px;
	padding-left:12px;
	text-align:left;
	font-size:10pt;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
}

#projectsBoxListText A{
	display:block;
	margin-top:1px;
}

.projectBoxselected{
	font-weight:bold;
}

.projectBoxunselected{
	font-weight:normal;
}

#projectsBoxListText A:link {text-decoration: none; color:#000;}
#projectsBoxListText A:visited {text-decoration: none; color:#000;}
#projectsBoxListText A:hover {text-decoration: none;color:#000;}

#containerContent #projectsBoxGallery{
	z-index:5;
	position:relative;
	float:right;
	width:763px;
	height:445px;
	background-color:#FFF;
   	filter:alpha(opacity=50); 
   	-moz-opacity: 0.5; 
   	opacity: 0.5;
}

#projectsBoxGalleryContent{
	z-index:6;
	position:absolute;
	width:740px;
	height:424px;
	margin-left: 251px;
	text-align:left;
	font-size:10pt;
	font-style:normal;
}

#projectsBoxGalleryContent #switchPictureArrow{
	z-index:7;
	position:relative;
	width:80px;
	height:25px;
	margin-left:630px;
	left: 37px;
	visibility:hidden;
}

#projectsBoxGalleryContent #switchPictureArrow img{
border:none;
z-index:7;
position:relative;
}

#projectsBoxGalleryContent #switchPictureArrow a:hover, a:active, a:focus {
    outline:none;
}
/*  <--- SLUT PROJEKT SIDAN CSS */

/*INFO SIDAN CSS START*/

#infoBoxContent{
	z-index:6;
	position:absolute;
	width:300px;
	height:420px;
	margin-top:0px;
	margin-left: 10px;
	text-align:left;
	font-size:10pt;
	font-style:normal;
}

#infoBoxContent A:link {color:#000;}
#infoBoxContent A:visited {color:#000;}
#infoBoxContent A:hover {color:#000;}

#infoBoxContent #newP{
	padding-top:8px;
}

#infoBoxContent #pdfimg{
	border:0px;
}

#infoBoxContent #imgText{
	float:left;
	padding-top:20px;
	margin-right:40px;
}

#containerContent #infoBox{
	position:relative;
	z-index:5;
	margin-left:1px;
	width:320px;
	height:445px;
	background-color:#FFF;
   	filter:alpha(opacity=50); 
   	-moz-opacity: 0.5; 
   	opacity: 0.5;
}

#furnitureSwitchPictureArrow{
	z-index:7;
	position:absolute;
	width:80px;
	height:445px;
	margin-left:880px;
	left: 37px;
	top: 117px;
}

#furnitureSwitchPictureArrow img{
border:none;
z-index:7;
position:relative;
}

/*<-- SLUT INFO SIDAN CSS*/

#containerContent #stamp{
	position: absolute;
	left:800px;
	top:470px;
	z-index:7;
	width:290px;
	height:150px;
	background-attachment: inherit;
	background-image: url(../img/rumrumStamp.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#containerBottom {
	z-index:7;
	width:1024px;
	height:10px;
	margin:auto;
	margin-top:3px;
	background-color:#e9f0f6;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#212121;
}

