@import url("guestbook.css");

/* Fix für transparente PNGs im IE6 */
img, div { behavior: url(iepngfix.htc) }

HTML, BODY {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

BODY {
	background-color: #F1CC19;
}

DIV#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1419px;
	height: 700px;
	margin-left: -707px;
	background: url(../img/background.jpg) no-repeat;
}

DIV#menu {
	position: absolute;
	top: 113px;
	left: 492px;
	width: 464px;
	height: 50px;
}

DIV#menu UL#firstLevel, DIV#menu UL#secondLevel, DIV#menu UL#firstLevel LI, DIV#menu UL#secondLevel LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

DIV#menu UL#secondLevel {
	clear: both;
}

DIV#menu UL#firstLevel LI, DIV#menu UL#secondLevel LI {
	height: 20px;
	float: left;
}

DIV#content {
	position: absolute;
	top: 165px;
	left: 425px;
	width: 480px;
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*
DIV#overlayLogo {
	position: absolute;
	top: 311px;
	left: 439px;
	width: 75px;
	height: 115px;
}
*/

DIV#overlayFlowers {
	position: absolute;
	top: 405px;
	left: 819px;
	width: 69px;
	height: 21px;
}