/* 
    Document   : roomlist.css
    Created on : 2009-feb-23, 13:03:36
    Author     : Patrik Högberg
    Description:
        Contains styles for the room gallery
*/

/*******************************************
* FRONTPAGE STYLES
********************************************/
#welcomebox {
	width:505px;
	height:307px;
	border:#DDDDDD 1px solid;
	border-bottom:none;
	background:url(../images/bd/bd-bild1-bgr.jpg);
}
#welcometext {
	display:none;
}
#welcomeinfo {
	top:2px;
	left:300px;
	background:url(../images/bd/transparent_bgr-wrinkle.png);
}
#welcomeimage {
	top:7px;
	left:7px;
	width:330px;
	height:249px;
	background:url(../images/bd/valkommen-bd.jpg);
}
#welcomequote {
	position:absolute;
	top:265px;
	left:10px;
	width:456px;
	height:36px;
	background:url(../images/bd/barncitat.png);
}
#front_images_container_top {
	width: 507px;
	height: 13px;
	background:url(../images/bd/lace-top.png);
}
#front_images_container_middle {
	position:relative;
	overflow:visible;
}
#front_images_container_middle #front_puff_container {
	background:url(../images/bd/v-bokstav-bd.gif) no-repeat 10px 10px;
}
#front_images_container_middle #front_puff {
	float:left;
	width:460px;
	margin:20px;
}
#front_images_container_middle #front_divider {
	clear:both;
	margin:10px;
	margin-top:20px;
	width:480px;
	height:1px;
	background:#c9dfdf;
}
