body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
div#page {
	width:490px;
	height: 360px;
	border:1px solid #F4B5CF;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-245px;
	margin-top:-180px;

}
div#blumen{
	position: absolute;
	width: 160px;
	height: 117px;
	border-bottom: 1px solid #F4B5CF;
	left: -161px;
	top: 243px;
	
}
div#logo {
	border: 4px solid #F4B5CF;
}
div#menu {
	padding: 10px 0 0 0;
	margin: 0 5px 0 5px;
}
div#menu a {
	padding-bottom: 10px;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../img/menu-off.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
div#menu a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../img/menu-on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
div#menu div {
	float:left;
	text-align: center;
	margin: 0px;
}
div#menu div#m1 {
	width:80px;
}
div#menu div#m2 {
	width:80px;
}
div#menu div#m3 {
	width:80px;
}
div#menu div#m4 {
	width:80px;
}
div#menu div#m5 {
	width:80px;
}
div#menu div#m6 {
	width:80px;
}

