body {
 margin:0;
 padding:0;
 overflow:hidden;
}

#layoutcontainer {
	/*background-image: url(america384.jpg);*/
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

#floatMenu {
	background-color: #000;
	background-repeat: no-repeat;
	width: 24px;
	height: 400px;
	position: absolute;
	top: 22px;
	left: 712px;
}

/* initial values */
#bgtop {
	background-color: #5E6A6F;
	background-repeat: no-repeat;
	width: 550px;
	height: 42px;
	position: absolute;
	left: 160px;	
}
#bgfoot {
	background-color: #000;
	background-repeat: no-repeat;
	width: 550px;
	height: 42px;
	top: 599px;
	position: absolute;
	left: 160px;
}

#bgcontent {
	background-color: #a1f1f1;
	background-repeat: no-repeat;
	width: 550px;
	height: 550px;
	position: absolute;
	top: 43px;
	left: 160px;
}

#copycontent {
	background-image: url(bg_copytrans.png);
	background-repeat: repeat;
	width: 198px;
	min-height: 400px;
	position: absolute;  /* relativ to parent */
	overflow-y: auto;
	top: 20px;
	left: 10px;
	font-family: Corbel, Calibri, Arial, sans-serif; /*"Lucida Grande", Calibri, Arial, sans-serif;*/
	font-size: 9pt;
	line-height:1.5em;
	font-weight: bold;
	color: #523F45;
	padding: 10px;
	z-index: 30;
}

#imgcontent {
	/*background-image: url(bg_copytrans.png);*/

	background-repeat: repeat;
	width: 300px;
	height: 400px;
	position: absolute;  /* relativ to parent ?*/
	overflow: none;
	top: 20px;
	left: 209px;
	font-family: Corbel, Calibri, Arial, sans-serif; /*"Lucida Grande", Calibri, Arial, sans-serif;*/
	font-size: 9pt;
	line-height:1.5em;
	font-weight: bold;
	color: #523F45;
	padding: 10px;
	z-index: 30;
}

#copycontent a {
	color: #9A770C;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}

#floatLogo {
	background-color: #000;
	background-repeat: no-repeat;
	width: 156px;
	height: 45px;
	clear: both;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 78px;
	left: 1px;
}

#floatflowerleft{
	background-image: url(flower1.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	position: absolute;  /* relativ to parent */
	top: 365px;
	left: 72px;
	z-index: 20;
}
#floatflowerright{
	background-image: url(flower2.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	position: absolute;  /* relativ to parent */
	top: 500px;
	left: 500px;
	z-index: 20;
}
#refview1 {
	position:absolute;
	width: 120px;
	height: 90px;
	z-index:21;
	left: 24px;
	top: 21px;
	background-image: url(bg_copytrans.png);
}

#refview2 {
	position:absolute;
	width:120px;
	height:90px;
	z-index:21;
	left: 179px;
	top: 27px;
	background-image: url(bg_copytrans.png);
}
#refview3 {
	position:absolute;
	width:120px;
	height:90px;
	z-index:21;
	left: 21px;
	top: 146px;
	background-image: url(bg_copytrans.png);
}
#refview4 {
	position:absolute;
	width:120px;
	height:90px;
	z-index:21;
	left: 182px;
	top: 144px;
	background-image: url(bg_copytrans.png);
}

/* nav img sel */
ul.inlinemenu {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.inlinemenu li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	color: #fff;
}
a.inlineitem {
	padding: 5px;
	display: block;
	border: 0px solid #ccc;
	color: #fff;
	/*background-color: transparent;*/
	background-image: url(../bg_copytrans.png);
}
ul.inlineitem li.selected a.inlineitem {
	background: #000;
	color: #fff;
}
a.inlineitem:focus {
	outline: none;
}
ul.inlinemenu img {
	border: none;
	display: block;
}