body {
	margin: 0px;
	padding: 0px;
	background: #2e2b28 url("/graphics/body-bg.jpg");
	font: 12px "Trebuchet MS";
	color: #333;
}
#wrapper {
	width: 800px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
/* links */
a:link,a:visited,a:hover,a:active {
	color: #0066cc;
	text-decoration: underline;
}
.sIFR-alternate {
	display:none;
}
/* styling */
#container {
	height: 420px;
	width: 770px; /* 740px inner */
	padding: 15px; /* maker 800px outer */
	background: #fff url("/graphics/backgrounds/sofa.jpg") no-repeat 15px 46px; /* standard 15px left keep that in mind */
}
#framebox {
	float: left;
	height: 358px;
	width: 260px; /* 230px inner */
	margin-top: 6px;
	margin-left: 20px;
	padding: 15px; /* makes 290px outer */
	background: #fff;
}
#navigation {
	float: right;
	height: 293px;
	width: 150px; /* 120px inner */
	margin-top: 6px;
	padding: 80px 15px 15px 15px; /* makes 180px outer and height 400px */
	background: url("/graphics/navigation/50.png");
}
#information {
	width: 770px;
	margin-bottom: 15px;
	padding: 0px 15px 15px 15px;
	background: #fff;
}
/* NAVIGATION */
#navigation h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* FRAMEBOX */
#framebox h3, #balloon h3, #assortiment h3, #address h3 {
	display: block;
	font-size: 15px;
	font-weight: bold;
}
/* message form for contact */
#messageForm {
	float: left;
	width: 400px;
}
#messageForm .top {
	overflow: hidden;
	height: 10px;
	width: 400px;
	background: #fff url("../graphics/balloon/top-message.jpg") no-repeat;
}
#messageForm .content {
	width: 380px;
	padding: 0px 10px 0px 10px;
	background: #fff url("../graphics/balloon/middle-message.jpg") repeat-y;
}
#messageForm .bottom {
	overflow: hidden;
	height: 28px;
	width: 400px;
	background: #fff url("../graphics/balloon/bottom-message.jpg") no-repeat;
}
/* address for contact */
#address {
	float: right;
	width: 340px;
	padding: 0px 15px 0px 15px;
}
/* BALLOON */
#balloon {
	float: left;
	width: 400px;
}
#balloon .top {
	overflow: hidden;
	height: 28px;
	width: 400px;
	background: #fff url("../graphics/balloon/top-information.jpg") no-repeat;
}
#balloon .content {
	width: 380px;
	padding: 0px 10px 0px 10px;
	background: #fff url("../graphics/balloon/middle-information.jpg") repeat-y;
}
#balloon .bottom {
	overflow: hidden;
	height: 10px;
	width: 400px;
	background: #fff url("../graphics/balloon/bottom-information.jpg") no-repeat;
}
/* assortiment */
#assortiment {
	float: left;
	width: 770px;
}
#assortiment .top {
	overflow: hidden;
	height: 28px;
	width: 770px;
	background: #fff url("../graphics/assortiment/top-information.jpg") no-repeat;
}
#assortiment .content {
	width: 750px;
	padding: 0px 10px 0px 10px;
	background: #fff url("../graphics/assortiment/middle-information.jpg") repeat-y;
}
#assortiment .bottom {
	overflow: hidden;
	height: 10px;
	width: 770px;
	background: #fff url("../graphics/assortiment/bottom-information.jpg") no-repeat;
}
/* inner styling */
#framebox hr {
	color: #bfb59c;
	background: #bfb59c;
	border: 0px;
}
#tabelass {
	width: 750px;
}
#tabelass img {
	border: solid #fff 3px;
}