html
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: rgb(0, 130, 100);
	padding: 0;
	margin: 0;
}


h1
{
	padding: 0;
	margin: 0px 70px 0px 0px;
}

#page
{	
	width: 880px;
	height: auto;
	min-height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/woodenframe_bottomleft.png") left bottom no-repeat, url("../images/woodenframe_bottomright.png") right bottom no-repeat, url("../images/woodenframe_bottom.png") bottom repeat-x, url("../images/woodenframe_left.png") left top repeat-y, url("../images/woodenframe_right.png") right top repeat-y, url("../images/Intermeubel_weblogo.png") 45px 0px no-repeat;
	padding: 0px 40px 40px 40px;
	background-color: white;
	border-bottom: solid thin black;
	border-top: solid thin black;
}

#menu
{
	font-size: 18px;
	display: block;
	width: 160px;
	position: absolute;
	top: 70px;
	background-color: white;
	border: solid 3px rgb(0, 130, 100);
	border-radius: 4px;
}

#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu a
{
	display: block;
	color: inherit;
	text-decoration: none;
}

#menu li:hover
{
	background-color: rgb(0, 220, 169);
}

#menu li>ul
{
	overflow: hidden;
	height: auto;
	min-height: 0px;
	max-height: 0px;
	background-color: white;
	-webkit-transition: 1s ease 0.5s;	/* Saf3.2+, Chrome */
	-moz-transition: 1s ease 0.5s;		/* FF4+ */
	-ms-transition: 1s ease 0.5s;		/* IE10? */
	-o-transition: 1s ease 0.5s;		/* Opera 10.5+ */
    transition: 1s ease 0.5s;
}

#menu li:hover>ul
{
	height: auto;
	min-height: 32px;
	max-height: 128px;
}

#menu li>ul>li
{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;	
}

#menu li:hover>ul>li:hover
{
	border-top: 1px solid rgb(0, 130, 100); 
	border-bottom: 1px solid rgb(0, 130, 100);
}

#menu li>ul a
{
	position: relative;
	left: 5px;
}

#i18n
{
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 1;
}

#i18n *
{
	display: inline-block;
}

#contact_link
{
	font-size: 110%;
	position: absolute;
	bottom: 43px;
	margin-left: 3px;
	background-color: white;
	display: block;
	width: 170px;
}

nav
{
	font-size: 75%;
	margin-top: 5px;
	border: solid 3px rgb(0, 130, 100);
	border-radius: 4px;
	padding: 0;
	margin: 5px 0;
}

nav>a
{
	display: inline-block;
	width: 130px;
	color: rgb(0, 130, 100);
	background-color: white;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

nav>a:hover
{
	background-color: rgb(0, 220, 169);
}

#content
{
	min-height: 600px;
	background-color: white;
	position: relative;
	padding: 0px 10px;
}
